The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

How to remove the legend

5 posters

Go down

Solved How to remove the legend

Post by Facade May 27th 2011, 9:26 pm

How would I go about removing the legend in phpbb2?


Last edited by Facade on May 28th 2011, 6:12 am; edited 1 time in total
Facade
Facade
New Member

Posts : 5
Reputation : 0
Language : English

Back to top Go down

Solved Re: How to remove the legend

Post by Nera. May 27th 2011, 9:43 pm

Hi,
The bottom main index legend?
New posts-No new posts-Forum is locked ?

Try deleting this from index_body template
Code:
<!-- BEGIN switch_legend -->
<table border="0" cellspacing="3" cellpadding="0" align="center">
   <tr>
      <td align="center" width="20"><img src="{FORUM_NEW_IMG}" alt="{L_NEW_POSTS}" /></td>
      <td><span class="gensmall">{L_NEW_POSTS}</span></td>
      <td></td>
      <td align="center" width="20"><img src="{FORUM_IMG}" alt="{L_NO_NEW_POSTS}" /></td>
      <td><span class="gensmall">{L_NO_NEW_POSTS}</span></td>
      <td>  </td>
      <td align="center" width="20"><img src="{FORUM_LOCKED_IMG}" alt="{L_FORUM_LOCKED}" /></td>
      <td><span class="gensmall">{L_FORUM_LOCKED}</span></td>
   </tr>
</table>
<!-- END switch_legend -->

Save and PUBLISH template.
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Solved Re: How to remove the legend

Post by Facade May 27th 2011, 9:48 pm

Hello,
no. I was referring to the legend that displays the usergroups.

How to remove the legend Legend10
Facade
Facade
New Member

Posts : 5
Reputation : 0
Language : English

Back to top Go down

Solved Re: How to remove the legend

Post by Captain Kuchiki May 27th 2011, 9:52 pm

Try this in your css
Code:
#main-content > p > em {
display:none;
}
Captain Kuchiki
Captain Kuchiki
Forumember

Male Posts : 193
Reputation : 34
Language : Serbian, English
Location : In the air

Back to top Go down

Solved Re: How to remove the legend

Post by Guest May 27th 2011, 11:37 pm

Facade wrote:Hello,
no. I was referring to the legend that displays the usergroups.

How to remove the legend Legend10
to remove the legend for the group admins uncheck the color group members in the group administration or make it a hidden group
avatar
Guest
Guest


Back to top Go down

Solved Re: How to remove the legend

Post by sgeorge May 27th 2011, 11:39 pm

Index_Body:

Find:

Code:
{LEGEND} : {GROUP_LEGEND}

DELETE IT

Find:

Code:
<!-- BEGIN switch_legend -->
<table border="0" cellspacing="3" cellpadding="0" align="center">
   <tr>
      <td align="center" width="20"><img src="{FORUM_NEW_IMG}" alt="{L_NEW_POSTS}" /></td>
      <td><span class="gensmall">{L_NEW_POSTS}</span></td>
      <td></td>
      <td align="center" width="20"><img src="{FORUM_IMG}" alt="{L_NO_NEW_POSTS}" /></td>
      <td><span class="gensmall">{L_NO_NEW_POSTS}</span></td>
      <td>  </td>
      <td align="center" width="20"><img src="{FORUM_LOCKED_IMG}" alt="{L_FORUM_LOCKED}" /></td>
      <td><span class="gensmall">{L_FORUM_LOCKED}</span></td>
   </tr>
</table>
<!-- END switch_legend -->

DELETE IT


Hope I helped Smile
sgeorge
sgeorge
Forumember

Male Posts : 556
Reputation : 15
Language : Greek - English
Location : Greece

Back to top Go down

Solved Re: How to remove the legend

Post by Facade May 28th 2011, 6:12 am

sgeorge wrote:Index_Body:

Find:

Code:
{LEGEND} : {GROUP_LEGEND}

DELETE IT

Find:

Code:
<!-- BEGIN switch_legend -->
<table border="0" cellspacing="3" cellpadding="0" align="center">
   <tr>
      <td align="center" width="20"><img src="{FORUM_NEW_IMG}" alt="{L_NEW_POSTS}" /></td>
      <td><span class="gensmall">{L_NEW_POSTS}</span></td>
      <td></td>
      <td align="center" width="20"><img src="{FORUM_IMG}" alt="{L_NO_NEW_POSTS}" /></td>
      <td><span class="gensmall">{L_NO_NEW_POSTS}</span></td>
      <td>  </td>
      <td align="center" width="20"><img src="{FORUM_LOCKED_IMG}" alt="{L_FORUM_LOCKED}" /></td>
      <td><span class="gensmall">{L_FORUM_LOCKED}</span></td>
   </tr>
</table>
<!-- END switch_legend -->

DELETE IT


Hope I helped Smile
Thank you!
Facade
Facade
New Member

Posts : 5
Reputation : 0
Language : English

Back to top Go down

Solved Re: How to remove the legend

Post by Jophy May 28th 2011, 6:56 am

How to remove the legend Solved10Since this thread has been marked as 'Solved', I will now lock this thread.

~ Joph25

Jophy
Jophy
ForumGuru

Male Posts : 17924
Reputation : 836
Language : English
Location : Somewhere

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum