top



hello..
i dont know where to post this..
so i decide to post it here..
i need help..how to remove this..
Remove this Bla_bl10

and
Remove this Bla210

how?

Wrong section.
Topic moved.

For the first one.
Admin Panel -> Modules -> Forum Widgets management (In Portal & Widgets) -> Set 'Display forum widgets' to 'No'

As for the second one. It can only be done in PunBB and phpBB2.
Look for the code with the name 'legend' in the templates which has them and remove them.

Couldn't yo use CSS?
Forum version/link please =)

thnk Japorized..
no.1 is done n second one..
i used phpbb3

for this --> Remove this Bla210 your using phpbb3 i think we need a css on this...just wait for someone to give the code

I'm giving an example, it's not the real code.

Code:
.theclass {
display: none;
}

The ".theclass" will be the class name for the legends. If it's id, just change "." to "#".

Here's your code to remove the index one.

Code:
#picture_legend {
  display: none;
  visibility: hidden; /* IE fallback */
  }

thanks dude!
done!

Solved & locked