News:

Create A Forum Installed

Author Topic: Icon Request  (Read 1649 times)

0 Members and 1 Guest are viewing this topic.

Offline JHOWELL1158

  • Newbie
  • *
  • Posts: 45
  • Karma: 0
    • View Profile

Badges: (View All)
Search Linux User Mobile User
Icon Request
« on: August 11, 2012, 02:35:56 am »
Can someone make these icons so I can make them on my forum? Please?

Share on Facebook Share on Twitter


Offline aIURbliS

  • Hero Member
  • *****
  • Posts: 1215
  • Karma: 45
  • Gender: Male
  • Location: U.S.
    • View Profile

Badges: (View All)
Level 6 Sixth year Anniversary Fifth year Anniversary
Re: Icon Request
« Reply #1 on: August 11, 2012, 03:30:44 am »
Headers:
Code: [Select]
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
Footers:
Code: [Select]
<script>
$("li.postgroup:contains('Administrator')").add("li.membergroup").each(function(){
$(this).next("li.stars").html("<img src='http://support.createaforum.com/index.php?action=dlattach;topic=1557.0;attach=157;image'></img>");
});
$("li.postgroup:contains('Banned)").add("li.membergroup").each(function(){
$(this).next("li.stars").html("<img src='http://support.createaforum.com/index.php?action=dlattach;topic=1557.0;attach=158;image'></img>");
});
$("li.postgroup:contains('Moderator')").add("li.membergroup").each(function(){
$(this).next("li.stars").html("<img src='http://support.createaforum.com/index.php?action=dlattach;topic=1557.0;attach=159;image'></img>");
});
</script>
All codes I make are tested on the latest version of Google Chrome and upon request of other browsers.

 

Related Topics

  Subject / Started by Replies Last post
0 Replies
2045 Views
Last post October 09, 2011, 05:24:40 am
by CreateAForum
6 Replies
979 Views
Last post November 21, 2011, 04:08:10 pm
by CB
1 Replies
880 Views
Last post October 10, 2012, 10:13:19 pm
by Andrew
15 Replies
2017 Views
Last post April 17, 2013, 10:00:53 pm
by Spasmod
1 Replies
1057 Views
Last post June 28, 2013, 06:01:11 pm
by CreateAForum