Legend help

viankova at 21h53
02
Dec
2011
Hello.

Can someone help me to make two legends?

By default in phpBB2 all groups are in Legend aka Administrators, Moderators and etc.

On my forum I have three groups. Hopefully soon I will have more.

I want to separate the groups.

Legend 1 to be named Staff or Екип (this is staff on my language) with groups Administrators and Moderators
Legend 2 to be named Non-Staff or Обикновени (this is non-staff on my language) with groups Members and etc.

Can someone help me to do this. I should just say that I have extremely little knowledge in CSS and HTML.

Thank you in advance for the help.
1 Guest, on 02/12/2011 at 22h04
добро пожаловать, by editing the template index_body you can do this. This is the code for legend:
Code:
   <tr>
      <td class="row1"><span class="gensmall">{LEGEND} : {GROUP_LEGEND}</span></td>
   </tr>

You can replace this by:
Code:
   <tr>
          <td class="row1"><span class="gensmall">Екип :  [ <a href="SILKA">NAZIVANIE GRUPI</a> ]   [ <a href="SILKA">NAZIVANIE GRUPI</a> ]   [ <a href="SILKA">NAZIVANIE GRUPI</a> ]  </span></td>
   </tr>
   <tr>
          <td class="row1"><span class="gensmall">Обикновени :  [ <a href="SILKA">NAZIVANIE GRUPI</a> ]   [ <a href="SILKA">NAZIVANIE GRUPI</a> ]   [ <a href="SILKA">NAZIVANIE GRUPI</a> ]  </span></td>
   </tr>


You can add more by adding this code:
Code:
[ <a href="SILKA">NAZIVANIE GRUPI</a> ]  
2 viankova, on 02/12/2011 at 22h15
SILKA is equal to what?
3 Guest, on 02/12/2011 at 22h15
viankova wrote:SILKA is equal to what?

I guess you speak russian, is equal to URL. Wink
4 viankova, on 02/12/2011 at 22h18
Gassy wrote:
viankova wrote:SILKA is equal to what?

I guess you speak russian, is equal to URL. Wink


I am Bulgarian. From where do I get this URL?

Do I first create all groups normally and then edit it in the code you gave?
5 Guest, on 02/12/2011 at 22h19
Yes! Wink
6 viankova, on 02/12/2011 at 22h22
EDIT:

When I saved it didn't show. It's shows again only one legend.
7 Guest, on 02/12/2011 at 22h23
Alright. Glad I could help. Wink
8 viankova, on 02/12/2011 at 22h25
viankova wrote:EDIT:

When I saved it didn't show. It's shows again only one legend.
9 Guest, on 02/12/2011 at 22h27
Have you publish template? Add
10 viankova, on 02/12/2011 at 22h28
Yes. I published it.
11 Guest, on 02/12/2011 at 22h29
Can you show your template? Smile
12 viankova, on 02/12/2011 at 22h30
Gassy wrote:Can you show your template? Smile


It worked when I changed all the names in English.

Problem is solved and topic is solved too. Thank you.
13 Guest, on 02/12/2011 at 22h32
Welcome! Wink
14 viankova, on 02/12/2011 at 22h34
I bother again. How to add color to the groups after I separated them into two legends?
15 Guest, on 02/12/2011 at 22h38
Replace:
Code:
  <tr>
          <td class="row1"><span class="gensmall">Обикновени :  [ <a href="SILKA">NAZIVANIE GRUPI</a> ]  [ <a href="SILKA">NAZIVANIE GRUPI</a> ]  [ <a href="SILKA">NAZIVANIE GRUPI</a> ]  </span></td>
  </tr>

by:
Code:
  <tr>
          <td class="row1"><span class="gensmall">Обикновени :  [ <a href="SILKA" style="color: red">NAZIVANIE GRUPI</a> ]  [ <a href="SILKA" style="color: blue">NAZIVANIE GRUPI</a> ]  [ <a href="SILKA" style="color: black">NAZIVANIE GRUPI</a> ]  </span></td>
  </tr>

I added to a tag style="color: color" Add for all a tags this:
Code:
style="color: color"

Wink
16 viankova, on 02/12/2011 at 22h46
Thank you. Solved now for real. Very Happy
17 Guest, on 02/12/2011 at 22h46
Ok, again welcome! Wink
18 Nera., on 02/12/2011 at 22h54
Topic Solved & Locked
Similar topics
The legend we have it like this ''Legend : [ Administration ] [ Moderator Team ]'' But is there any way to make it like this Legend : Administration, Moderator Team, Members, ...
i was curious because in first group legend in my forum the effects works then when i try it with the another groups i doesnt work please help me!!!
LET'S GET THIS PARTY STARTED! So, after you guys said I can do this post, and after most of us chose a game, it is time for us to play I will try to update as often as possible. And yes, the pictures will be this big in my post. Oh, right,
Replies 1 to 18 on 18 for "Legend help"
Informations

18 Replies For the topic :
"Legend help"

This topic has been viewed 626 times.

Last message :
02/12/2011 at 21h53 by "viankova"