You are indeed correct, Thorsten! After updating to 2.7.8 it is working as intended.
Again, my apologies for not recognizing I needed to try this first. Thank you for your help.
Best regards,
--Jason
Search found 7 matches
- Fri Oct 19, 2012 2:24 pm
- Forum: Skins and Themes
- Topic: Improperly Formatted Categories - Looking for a pointer
- Replies: 9
- Views: 18717
- Fri Oct 19, 2012 2:12 pm
- Forum: Skins and Themes
- Topic: Improperly Formatted Categories - Looking for a pointer
- Replies: 9
- Views: 18717
Re: Improperly Formatted Categories - Looking for a pointer
Thorsten, you know what? I sincerely apologize.
I'm not sure why I didn't look at that first. I've been thinking I'm already running the latest version, but I am still on phpMyFAQ 2.7.4.
I will attempt the upgrade to 2.7.8 and see if the matter is resolved.
Best regards,
--Jason
I'm not sure why I didn't look at that first. I've been thinking I'm already running the latest version, but I am still on phpMyFAQ 2.7.4.
I will attempt the upgrade to 2.7.8 and see if the matter is resolved.
Best regards,
--Jason
- Thu Oct 18, 2012 10:09 pm
- Forum: Skins and Themes
- Topic: Improperly Formatted Categories - Looking for a pointer
- Replies: 9
- Views: 18717
Re: Improperly Formatted Categories - Looking for a pointer
If this helps any, I'm using FireBug/FirePHP in FireFox to get a look at what is happening.
Clearly, the category "Harbor Corporate KB" is assigned an id of 15.
"Project Management" and "Client Support" are both listing their 'parent_id' as 15, but something in the code is not indenting them ...
Clearly, the category "Harbor Corporate KB" is assigned an id of 15.
"Project Management" and "Client Support" are both listing their 'parent_id' as 15, but something in the code is not indenting them ...
- Thu Oct 18, 2012 9:38 pm
- Forum: Skins and Themes
- Topic: Improperly Formatted Categories - Looking for a pointer
- Replies: 9
- Views: 18717
Re: Improperly Formatted Categories - Looking for a pointer
Thanks, Thorsten.
Yesterday, I rename my /admin directory to /admin.bak, and then I took an unmodified copy of the /admin directory straight from the phpMyFAQ archive and put it in place on my system. I still received the same error in unordered list indenting.
I am now assuming that it's pulling ...
Yesterday, I rename my /admin directory to /admin.bak, and then I took an unmodified copy of the /admin directory straight from the phpMyFAQ archive and put it in place on my system. I still received the same error in unordered list indenting.
I am now assuming that it's pulling ...
- Wed Oct 17, 2012 7:32 pm
- Forum: Skins and Themes
- Topic: Improperly Formatted Categories - Looking for a pointer
- Replies: 9
- Views: 18717
Re: Improperly Formatted Categories - Looking for a pointer
Disregard the last post, perhaps. I ran the Compare plugin from Notepad++ against category.main.php and a copy from the original category.main.php file from the download of phpMyFAQ, and there were no discrepencies.
I'm at a loss currently. I'm going to take the original admin panel and put it in ...
I'm at a loss currently. I'm going to take the original admin panel and put it in ...
- Tue Oct 16, 2012 9:59 pm
- Forum: Skins and Themes
- Topic: Improperly Formatted Categories - Looking for a pointer
- Replies: 9
- Views: 18717
Re: Improperly Formatted Categories - Looking for a pointer
Ok, after further digging today, I realize this is *only* happening within the admin panel. The themed front-end is working fine.
I also found the section of code that includes the for loop which generates the category tree listing. I'm not certain where in this code the problem may lie, however ...
I also found the section of code that includes the for loop which generates the category tree listing. I'm not certain where in this code the problem may lie, however ...
- Tue Oct 16, 2012 6:02 pm
- Forum: Skins and Themes
- Topic: Improperly Formatted Categories - Looking for a pointer
- Replies: 9
- Views: 18717
Improperly Formatted Categories - Looking for a pointer
Hello. I am taking over a theme that was modified by a previous employee, and I've noticed something odd about the display format for categories.
If I add multiple subcategories, eventually they start displaying improperly, as if they are not nested within their parent category but rather on the ...
If I add multiple subcategories, eventually they start displaying improperly, as if they are not nested within their parent category but rather on the ...