PDA

View Full Version : Where to find the "What's Going Online Template"


Sage Knight
08-10-2011, 09:15 AM
Well I've been searching for the template since this morning, I must be missing it pretty badly >.>

Does anyone know where can I edit (and find) the WGO template?

setishock
08-10-2011, 10:01 AM
forumhome
It's not a seperate template. The start and end of it are clearly commented.
But a word of caution. There have been issues with the forum sidebar sliding under the bottom of the forum when the wgo is edited.

Sage Knight
08-10-2011, 10:35 AM
Well I just need to remove the Icon Legend.

I'll probably use conditionals.

Thanks a lot.

Boofo
08-10-2011, 11:52 AM
Just add this to your additional.css template and it will remove it.

/* Remove Icon Legend from FORUMHOME */
#wgo_legend.wgo_subblock.section {
display: none;
}