- Moderated by:
- Support Team
-
- rank:
-
Freshman
- registered:
- January 2007
- Status:
- offline
- last visit:
- 11.02.07
- Posts:
- 31
I have pnForum 2.7 running well so far at www.lesstalk.com (click on Forum)....How do I show the forum expanded by default? Right now the different categories are collapsed by default.
So far, you guys and gals have been able to answer all of my questions...thanks!
Edit: I just realized that I posted this in the wrong forum... I am going to move this over to the 3rd party modules forum.
edited by: brandt, Jan 12, 2007 - 05:30 PM -
- rank:
-
Helper
- registered:
- February 2005
- Status:
- offline
- last visit:
- 06.05.08
- Posts:
- 492
You have to edit pnforum_user_main.html and look for
Code
<div id="category_<!--[ $category.cat_id ]-->" class="hidden category">
Change that to
Code
<div id="category_<!--[ $category.cat_id ]-->" class="category">
It is located at /modules/pnForum/pntemplates byt preferably you use template overrides for the pnForum module. Search the forum / documentation for this.
--
-- Teb
-- Dutch PostNuke Community
Support questions in a Personal Message will be ignored. Use the forums at all times! -
- rank:
-
Professional
- registered:
- December 2003
- Status:
- offline
- last visit:
- 21.11.08
- Posts:
- 2973
TIP: Instead of editing the file directly, copy it and move it to config/modules/pnForum and edit that copy. If you later upgrade your pnForum you will not replace your edits to the template.
--
David Pahl
Zikula Support Team -
- rank:
-
Helper
- registered:
- February 2005
- Status:
- offline
- last visit:
- 06.05.08
- Posts:
- 492
AmmoDump
TIP: Instead of editing the file directly, copy it and move it to config/modules/pnForum and edit that copy. If you later upgrade your pnForum you will not replace your edits to the template.
is the explanation of
Teb
preferably you use template overrides for the pnForum module. Search the forum / documentation for this.
Docs at http://community.pos…mplateOverridng.htm
--
-- Teb
-- Dutch PostNuke Community
Support questions in a Personal Message will be ignored. Use the forums at all times!
