Search found 3 matches

by mobilestimulus
Sat May 19, 2012 6:40 pm
Forum: Skins and Themes
Topic: How to change the content of {showCategories}
Replies: 5
Views: 16393

Re: How to change the content of {showCategories}

Thank you. The code I see on the page is here: public function addCategoryLink($sids, $categoryId, $categoryName, $description, $hasChildren = false, $isActive = false) { $url = sprintf('%saction=show&cat=%d', $sids, $categoryId); $oLink = new PMF_Link(PMF_Link::getSystemRelativeUri().'?'.$url);...
by mobilestimulus
Fri May 18, 2012 11:49 pm
Forum: Skins and Themes
Topic: How to change the content of {showCategories}
Replies: 5
Views: 16393

Re: How to change the content of {showCategories}

Thank you! Where can I change the class of the links? I would like to change the links that were <li></li> and <ul></ul> both to individual different classes to match my template. Also, I would like to know if there is a way that I could add a query string to the end of every link. This would allow ...
by mobilestimulus
Fri May 18, 2012 3:57 am
Forum: Skins and Themes
Topic: How to change the content of {showCategories}
Replies: 5
Views: 16393

How to change the content of {showCategories}

phpMyFAQ 2.7.5 I was wondering where to edit so I can change the content of {showCategories} from: <li><a id="category_1" title="This is for any questions NOT covered in the other topics." href="/content/faq_page/index.php?action=show&cat=1">General -</a></li> <li><...