Redsun9
Citizen
Worldly Traveler (premium)
Registered: 05-2006
Province: www.acmilanturkiye.com
Posts: 115
Karma: 1 (+1/-0)

|
|
Reply | Quote
|
|
A Question...
Hi Lesigner Girl,
Our old Tips and Trick Board, Mr Fu explains something about the subforum effect with css on mainpage.
Here you can check it:
http://www.runboard.com/btipsandtricks.f23.t101201
Sadly his test sites link is dead, so i couldn't see the example.
You have any clue what he's talking about and how?
Thanks.
---
www.acmilanturkiye.com
|
|
6/3/2008, 10:37 am
|
PM Redsun9
ICQ
AIM
MSN
Read Blog
|
Pastor Rick
Citizen
Worldly Traveler (premium)
Registered: 07-2005
Province: Texas Country
Posts: 222
Karma: 7 (+8/-1)

|
|
Reply | Quote
|
|
Re: A Question...
Hi Redsun9,
Mr Fu was describing a idea where you create the forums the way you normally would then hide them with your CSS. This way the only obvious way to get to those forums would be via menus or links you have on your board (thus creating the illusion that you had sub-forums).
I am planning on having this trick in place on the next skin I create just as soon as I can gather the graphics together to build it...
|
|
6/3/2008, 5:57 pm
|
PM Pastor Rick
Read Blog
|
Lesigner Girl
Minerva
Worldly Traveler (premium)
Runboard staff member
Registered: 11-2005
Province: SW MI, USA
Posts: 5128
Karma: 89 (+103/-14)

|
|
Reply | Quote
|
|
Re: A Question...
ccwf said:
And you can also hide select forums on the main page via CSS, making them easily available only through menus or links posted at other forums or such.
I don't know what method he used, but you could try this:
#fl_td_1_1, #fl_td_1_2, #fl_td_1_3, #fl_td_1_4, #fl_td_1_5 {
display: none;
}
You would need the mouseover trick enabled for it to work.
The number in red is the number for the row you want to hide. In this case, it would be the first forum in the forum list. If you want the 2nd forum hidden, for example, just change it to 2.
I didn't test this, but it should work.
Just know that, if you hide a forum from the main page like this, you'll have to actually go into that forum to see if there are any new posts.
|
|
6/3/2008, 6:05 pm
|
PM Lesigner Girl
Read Blog
|