Solved: [Phbb2]How to change list staff to be like this?
Page 1 of 1 • Share •
Solved: [Phbb2]How to change list staff to be like this?
Hello,
is it possible to change the appearance of a list staff to be like this?
see this image:
If possible, can you please tell me how!
is it possible to change the appearance of a list staff to be like this?
see this image:
- Click This!:
If possible, can you please tell me how!

Last edited by TohIsm on Sat Jun 08, 2013 12:59 pm; edited 1 time in total
TohIsm- Member
- Age : 28
Posts : 5
Join date : 2013-05-28
Forum Version : PhpBB2
Reputation : 0
Re: Solved: [Phbb2]How to change list staff to be like this?
If nobody else provides the codes, ill be more glad to provide them once I have access to a PC.
If you have access to the templates. Go to the following one: index_body >> Search for this:
And replace it with this:
Add this into your CSS:
If you have access to the templates. Go to the following one: index_body >> Search for this:
- Code:
{GROUP_LEGEND}
And replace it with this:
- Code:
<div class="legend">{GROUP_LEGEND}</div>
Add this into your CSS:
- Code:
.legend {
border: 1px solid #ADC5E0;
padding: 3px 6px;
background: white;
border-radius: 3px;
font-family: Verdana,Arial;
font-size: 10pt;
font-weight: normal;
}
Sir Chivas- Premium Member
- Age : 25
Posts : 55
Join date : 2012-08-04
Reputation : 0
Re: Solved: [Phbb2]How to change list staff to be like this?
@Sir Chivas:
Oh, thanks.. It's worked
But, why look like this?

not like I was expecting
and why the separation between my group have a look like this -> [group] [group], it is can be changed?
I want each of my group have a look < div class="legend"> <./div> separately.
like in this forum :
-
-
and sorry, my english is bad..
Oh, thanks.. It's worked

But, why look like this?

not like I was expecting

and why the separation between my group have a look like this -> [group] [group], it is can be changed?
I want each of my group have a look < div class="legend"> <./div> separately.
like in this forum :



and sorry, my english is bad..
TohIsm- Member
- Age : 28
Posts : 5
Join date : 2013-05-28
Forum Version : PhpBB2
Reputation : 0
Re: Solved: [Phbb2]How to change list staff to be like this?
Edit the Templates index_body and find
- Code:
<p>{LEGEND} : {GROUP_LEGEND}</p>
Mati™- Administrator
- Age : 32
Posts : 2113
Join date : 2011-10-20
Forum Version : PhpBB3
Reputation : 147
Re: Solved: [Phbb2]How to change list staff to be like this?
I found it!Matti wrote:Edit the Templates index_body and find
- Code:
<p>{LEGEND} : {GROUP_LEGEND}</p>
but, what should I do for next?
TohIsm- Member
- Age : 28
Posts : 5
Join date : 2013-05-28
Forum Version : PhpBB2
Reputation : 0
Re: Solved: [Phbb2]How to change list staff to be like this?
Can you provide your forum URL? thank you.
Sir Chivas- Premium Member
- Age : 25
Posts : 55
Join date : 2012-08-04
Reputation : 0
Re: Solved: [Phbb2]How to change list staff to be like this?
@Sir Chivas: Yeah.. -> http://www.indofanster.org/
TohIsm- Member
- Age : 28
Posts : 5
Join date : 2013-05-28
Forum Version : PhpBB2
Reputation : 0
Re: Solved: [Phbb2]How to change list staff to be like this?
Replace the
With this one
Note: If you add a new group you need to add it manually to the code.
- Code:
<p>{LEGEND} : {GROUP_LEGEND}</p>
With this one
- Code:
<div style="text-align: center;"><a href="/g1-administrator" class="l-s" style="color: #B50000">™Administrator™</a>
<a href="/g2-moderator" class="l-s" style="color: #1818F5">™Moderator™</a>
<a href="/g15-staff-rpg" class="l-s" style="color: #491970">™Staff RPG™</a>
<a href="/g17-dischap-naruto-team" class="l-s" style="color: #FF7308">™DisChap Naruto Team™</a>
<a href="/g20-tim-diskusi-manga" class="l-s" style="color: #CCB100">™Tim Diskusi Manga™</a>
<a href="/g4-designer" class="l-s" style="color: #50C8E6">™Designer™</a>
<a href="/g5-writter-s" class="l-s" style="color: #19B80B">™Writter's™</a>
<a href="/g10-super-member" class="l-s" style="color: #B58148">™Super Member™</a></div>
Note: If you add a new group you need to add it manually to the code.
Mati™- Administrator
- Age : 32
Posts : 2113
Join date : 2011-10-20
Forum Version : PhpBB3
Reputation : 147
Re: Solved: [Phbb2]How to change list staff to be like this?
@Matti: Ohh.. Thank you very much 
It's work now..
Problem solved, please lock this topic..
Thanks again..


It's work now..
Problem solved, please lock this topic..
Thanks again..

TohIsm- Member
- Age : 28
Posts : 5
Join date : 2013-05-28
Forum Version : PhpBB2
Reputation : 0
Re: Solved: [Phbb2]How to change list staff to be like this?
The question(s) in this topic have been answered and the owner has been able to solve the problem. Because of this, the topic has been locked. If you have other questions, please open a new topic. |
Th1nK- Administrator
- Posts : 468
Join date : 2012-04-06
Reputation : 43
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum