WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1 Is there a way to make the Legend like this on Tue Feb 08, 2011 6:39 pm

Matti


Registered Member
Registered Member
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, ...

verrell123


Registered Member
Registered Member
Edit them on templates Smile

http://graphicholdine.forumid.net/

Matti


Registered Member
Registered Member
verrell123 wrote:Edit them on templates Smile


1 Can you explain where since you said that.

2 I'm using phpBB3 Wink

verrell123


Registered Member
Registered Member
my forum was PunBB, i don't know how to make it on PhBB3.

Spoiler:

Like on Gangstar15 forum right?

http://graphicholdine.forumid.net/

Matti


Registered Member
Registered Member
Idk how Gangstar15 forum have it.

verrell123


Registered Member
Registered Member
I know if your forum was Phbb2 or PunBB

Admin Panel > Display > Templates > General > index_body

find:

{GROUP_LEGEND}

Then chance it Very Happy

I hope it help

http://graphicholdine.forumid.net/

Matti


Registered Member
Registered Member
verrell123 wrote:I know if your forum was Phbb2 or PunBB

Admin Panel > Display > Templates > General > index_body

find:

{GROUP_LEGEND}

Then chance it Very Happy

I hope it help


DUDE please don't go of topic as I said I'm using phpBB3

Guest


Guest
I made a jQuery code. (:
but this will replace everything that starts with "em" well.. here is the jQuery:
Code:

<script type="text/javascript">
//Customize the groups legend in PHPBB3/INVSION versions using jQuery.
//© Ali-A Designs
jQuery(document).ready(function(){
 jQuery('em').after('<span>[</span><b id="admin">Administrators</b>, <b id="mod">Moderators</b><span>]</span>').remove();
});
</script>


and here is the CSS:
Code:

#admin {color: #FA0000;}
#mod {color: #000099;}


U can add it to the homepage message (:
Good luck, hope it works because it does here

verrell123


Registered Member
Registered Member
Gangstar15 give the true code All the best

http://graphicholdine.forumid.net/

10 Re: Is there a way to make the Legend like this on Fri Feb 11, 2011 10:03 pm

Matti


Registered Member
Registered Member
Thanks a lot.

11 Re: Is there a way to make the Legend like this on Fri Feb 11, 2011 11:32 pm

Guest


Guest
Glad i could help Smile

Jophy


Registered Member
Registered Member
Solved => Locked

http://www.socialtechforum.com/

View previous topic View next topic Back to top  Message [Page 1 of 1]

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