![]() |
![]() |
![]() |
|
|||||||
| Bug Reports "Brrr! Bugs!" Yes, we do hate them as well. But nothing is perfect in this world and if you found a bug let us know so that we can make eSyndiCat Directory Software even better. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Super Moderator
Join Date: Oct 2005
Location: Phoenix,Arizona (Valley of the Sun)
Posts: 5,362
![]() ![]() ![]() ![]() |
As an example. I create a unique template at browse.
When I click make unique, It doesn't tell you to create a new "index0.tpl" file. It just shows a message "Category will use unique template now." Pro v2.x
__________________
Please don't ask me about script questions or sales issues through "Private Messages". Thanks! |
|
|
|
|
|
#2 |
|
Join Date: Jul 2006
Location: St. Petersburg
Posts: 2,567
![]() |
Hello Greg,
Yes, small bug but causing the big troubles. ***Open admin/browse.php and find code*** PHP Code:
PHP Code:
|
|
|
|
|
|
#3 |
|
Super Moderator
Join Date: Oct 2005
Location: Phoenix,Arizona (Valley of the Sun)
Posts: 5,362
![]() ![]() ![]() ![]() |
Thanks Dave
I will apply it. I take it this will be fixed in the Feb. 1 update?
__________________
Please don't ask me about script questions or sales issues through "Private Messages". Thanks! |
|
|
|
|
|
#4 |
|
Join Date: Jul 2006
Location: St. Petersburg
Posts: 2,567
![]() |
Yes, of course Greg
![]() |
|
|
|
|
|
#5 |
|
Join Date: Mar 2006
Posts: 40
![]() |
Message after doing the unique job: (Vers.2.1)
Message: Category will use unique template now. Please create a new "index.tpl" file ERROR: If you do this ALL files use the same (index.tpl) - stupid!!! PLEASE can you fix the error for the correct functionallity ??? Like: index01.tpl index02.tpl index03.tpl etc as in the version 1.2 !!! THANKS gitschi Last edited by gitschi; 02-06-2007 at 12:37 PM. |
|
|
|
|
|
#6 |
|
eSyndiCat Lead Developer
Join Date: Apr 2006
Location: Kyrgyzstan, Bishkek
Posts: 6,596
![]() ![]() ![]() ![]() |
Hello gitschi!
Try to apply the Dave's code. And post the result. |
|
|
|
|
|
#7 |
|
Join Date: Mar 2006
Posts: 40
![]() |
I tryed but it DONT WORK - did you read the tickets in the supportdesk?
KR gitschi |
|
|
|
|
|
#8 |
|
eSyndicat Support Team
Join Date: Sep 2006
Posts: 727
![]() ![]() ![]() ![]() |
It is upset, but the same bug in 2.1
For fix it : In advance to Dave's code please add follow mods: **Open admin/browse.php and find follow code (41 line)** Code:
unset($_GET['id']); Code:
elseif ($_GET['action'] == 'ununique')
{
$Category->setUnique($category_id, FALSE);
$msg = $gDirLang['category_ununique'];
}
unset($_GET['id']);
Now it must work. Thanks!
__________________
Regards, Michael Hill eSyndiCat Directory Script Our webhosting - Intelligent Web Hosting |
|
|
|
|
|
#9 |
|
Join Date: Mar 2006
Posts: 40
![]() |
Thanks - please can you put the file in the download- aera - I did the modifications and I get an empty site after "making unique !!!
The function unique template is aviable, in the moment you must do the job manually (lookig for ID and "produce the index***.tpl) . Thanks gitschi Last edited by gitschi; 02-07-2007 at 09:05 AM. |
|
|
|
|
|
#10 |
|
Super Moderator
Join Date: Oct 2005
Location: Phoenix,Arizona (Valley of the Sun)
Posts: 5,362
![]() ![]() ![]() ![]() |
Do we apply what you posted Dave and what Michael Hill posted. Both fixes together? I tried it and got a blank screen. The code in Daves differs from 2.0 and 2.1.
Thanks
__________________
Please don't ask me about script questions or sales issues through "Private Messages". Thanks! |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|