"Pearl" Styles »  Show posts from    to     

Icy Phoenix


phpBB 3 MODS And Styles (Not Compatible With phpBB 3.1) - "Pearl" Styles



Wannabe [ Sun 12 Apr, 2009 19:33 ]
Post subject: "Pearl" Styles
Greetings All!

I'm totally new to phpBB3, so please excuse the stupid questions.

My host has installed phpBB3 v3.0.4 via Fantastico installer. I then installed the "Rainbow Pearl" styles.

Everything looks great, we really love the colors. One thing I am unable to find is the ability to make created catagories collapsed by default.

Currently, you have to click on the 'minus' sign in the catagory heading to hide/colapse the forums content below the catorgies.

Is there a way to set the style so only the catagories are displayed,(or a user clicks the 'plus' sign) and when clicked on the forums below will show?

Thanks for your help, and I appologize if this is yet another 'dumb dude' guestion.


Mighty Gorgon [ Wed 15 Apr, 2009 22:50 ]
Post subject: Re: "Pearl" Styles
Try this:

OPEN forumlist_body.html

FIND
Code: [Hide] [Select]
<div id="f_{forumrow.FORUM_ID}_h" style="display:none;">

REPLACE WITH
Code: [Hide] [Select]
<div id="f_{forumrow.FORUM_ID}_h">


FIND
Code: [Hide] [Select]
<div id="f_{forumrow.FORUM_ID}">

REPLACE WITH
Code: [Hide] [Select]
<div id="f_{forumrow.FORUM_ID}" style="display:none;">




Powered by Icy Phoenix