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.

Group legend

3 posters

Go down

Group legend Empty Group legend

Post by GummyBear July 4th 2013, 8:10 am

how can i achieve this group legend style? Group legend 20130710

for more info just visit this forum
www.extrem-tutorials.com/
avatar
GummyBear
Forumember

Posts : 71
Reputation : 2
Language : English

http://haxactivity.forum.com.bz

Back to top Go down

Group legend Empty Re: Group legend

Post by GummyBear July 5th 2013, 9:34 am

Bump..!!!
avatar
GummyBear
Forumember

Posts : 71
Reputation : 2
Language : English

http://haxactivity.forum.com.bz

Back to top Go down

Group legend Empty Re: Group legend

Post by GummyBear July 7th 2013, 4:30 pm

bump?
avatar
GummyBear
Forumember

Posts : 71
Reputation : 2
Language : English

http://haxactivity.forum.com.bz

Back to top Go down

Group legend Empty Re: Group legend

Post by GummyBear July 12th 2013, 7:41 pm

Bumping for a 3rd time :X
avatar
GummyBear
Forumember

Posts : 71
Reputation : 2
Language : English

http://haxactivity.forum.com.bz

Back to top Go down

Group legend Empty Re: Group legend

Post by levy July 12th 2013, 7:54 pm

ok , let's try :
Go in Administration Panel -> Display -> Colors -> CSS and add that :

Code:
em{font-style: normal;}

    em a.group{
      font-family: arial;
      opacity: 0.6;
      -moz-opacity: 0.6;
      -khtml-opacity: 0.6;
      -ms-filter: "alpha(opacity=60)";
      filter:alpha(opacity=60);
      color: white !important;
      text-shadow: 0 0 3px black;}

    em span{
      margin: 0 5px;
      box-shadow: 0 1px 5px rgba(0, 0, 0, 0.8) inset;
      -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.8) inset;
      -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.8) inset;
      padding: 4px 8px;
      border-radius: 4px;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      border-bottom: 1px solid white;
      border-right: 1px solid white;}

Now go in Administration Panel -> Module -> Javascript Managment -> Create a new javascript ->
Name : whatever
Mark in index
Fil with that :
Code:
  $(function() {

        $("em").html($("em").html().split("[").join(""));

        $("em").html($("em").html().split("]").join(""));

      jQuery('em a').each(function() {
     
      var color = $(this).css("color");

      $(this).wrap("<span style='background-color:" + color + ";'/>");

    $(this).addClass('group');

      });
      });
levy
levy
Hyperactive

Male Posts : 2632
Reputation : 350
Language : English, Romanian
Location : Romania

https://portofolio.goodforum.net/

Back to top Go down

Group legend Empty Re: Group legend

Post by GummyBear July 16th 2013, 2:25 pm

hi. thanks for the codes but its not working Sad
avatar
GummyBear
Forumember

Posts : 71
Reputation : 2
Language : English

http://haxactivity.forum.com.bz

Back to top Go down

Group legend Empty Re: Group legend

Post by levy July 16th 2013, 2:35 pm

What is your forum version ?
levy
levy
Hyperactive

Male Posts : 2632
Reputation : 350
Language : English, Romanian
Location : Romania

https://portofolio.goodforum.net/

Back to top Go down

Group legend Empty Re: Group legend

Post by GummyBear July 16th 2013, 5:30 pm

punbb
avatar
GummyBear
Forumember

Posts : 71
Reputation : 2
Language : English

http://haxactivity.forum.com.bz

Back to top Go down

Group legend Empty Re: Group legend

Post by CCDragon July 17th 2013, 8:20 pm

I was giving this code a shot, but it does nothing in PhpBB2 either.. :/
CCDragon
CCDragon
Forumember

Female Posts : 29
Reputation : 4
Language : Dutch, English, little French, little Germain
Location : The Netherlands

http://kanto-experience.actieforum.com/

Back to top Go down

Group legend Empty Re: Group legend

Post by levy July 17th 2013, 8:38 pm

The code work on phpBB3 , I will try to make and for punBB , you need to wait.
levy
levy
Hyperactive

Male Posts : 2632
Reputation : 350
Language : English, Romanian
Location : Romania

https://portofolio.goodforum.net/

Back to top Go down

Group legend Empty Re: Group legend

Post by GummyBear July 20th 2013, 7:45 pm

Bump?
avatar
GummyBear
Forumember

Posts : 71
Reputation : 2
Language : English

http://haxactivity.forum.com.bz

Back to top Go down

Back to top

- Similar topics

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