.community-content { display: none; }
.extra-content { display: none; }
To remove forums. But, I would like to show the featured topics on what will be a portal page. Any idea how I can do that??
| Author | Comment | |||
|---|---|---|---|---|
Zandranna |
|
Lead | ||
|
Posts: 2185 30-Oct-09 5:08 AM Blog-a-holic
|
I'm making a portal page and therefore am using this code...........
.community-content { display: none; } .extra-content { display: none; } To remove forums. But, I would like to show the featured topics on what will be a portal page. Any idea how I can do that?? |
|||
|
|
||||
Arizona |
|
#1 | ||
|
ADMINISTRATOR
Posts: 4562 30-Oct-09 5:27 AM smilie fetiche |
Yup
Add this after those two statements: .featured-box { display: block; } |
|||
|
|
||||
Zandranna |
|
#2 | ||
|
Posts: 2185 30-Oct-09 5:44 AM Blog-a-holic
|
Bugger. I tried everything with just that code but couldn't figure out what the opposite to "display: none;" would be, lol. Thanks Zona.
|
|||
|
|
||||
Arizona |
|
#3 | ||
|
ADMINISTRATOR
Posts: 4562 30-Oct-09 5:54 AM smilie fetiche |
yw
You could also do it another way, and turn off each box and leave the one you want alone. Just that way is more lines. But it works too
|
|||
|
|
||||
Zandranna |
|
#4 | ||
|
Posts: 2185 30-Oct-09 7:53 AM Blog-a-holic
|
That's handy to know for future reference, thanks.
|
|||
|
|
||||
Zandranna |
|
#5 | ||
|
Posts: 2185 30-Oct-09 9:51 AM Blog-a-holic
|
Ok, this is a toughie.
Is there anyway I can show all featured topics in one particular forum. I've had to rethink how I can do a portal page without having it as the directory page so am now going to try to use the hidden chatroom forum, but of course that doesn't show any featured topics. |
|||
|
|
||||
Arizona |
|
#6 | ||
|
ADMINISTRATOR
Posts: 4562 30-Oct-09 9:56 AM smilie fetiche |
So you mean you want to leave your main page as it is and use another forum as the html page? If so, I know of no way to get the featured topics to show there,
unless you posted links to each. And then you would have to edit them every time you changed them.
|
|||
|
|
||||
Zandranna |
|
#7 | ||
|
Posts: 2185 30-Oct-09 10:29 AM Blog-a-holic
|
Yep, that's exactly it.
I thought that was going to be the answer. Never mind. |
|||
|
|
||||