News:

Create A Forum Installed

Author Topic: change images for a certain user?  (Read 461 times)

0 Members and 1 Guest are viewing this topic.

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: change images for a certain user?
« on: January 11, 2012, 11:32:13 pm »
Currently there is no official way to do this and I will update this post if I can create a code for this
EDIT: Made a codesupport
Go to the Style Manager found in your Admin CP
Headers:
Code: [Select]
<script src="https://code.jquery.com/jquery.js"></script>
Footers:
Code: [Select]
<script type="text/javascript">
$("img[src*='https://cdn.smfboards.com/ranks/starmod.gif']").hide();
$("li.stars").after("<img src='http://img689.imageshack.us/img689/715/donator2test.png'>");
</script>

It will only replace the green stars that you posted, replace the first url in the code with the url of the star that you want to replace if you decide to replace another star.
« Last Edit: February 21, 2018, 03:32:38 am by CreateAForum »
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
How to Change Images

Started by IslamGadzjimuradov General Support

8 Replies
1308 Views
Last post October 11, 2011, 12:00:32 pm
by IslamGadzjimuradov
1 Replies
474 Views
Last post May 21, 2012, 05:03:44 pm
by Seldom Fail
0 Replies
308 Views
Last post August 23, 2014, 02:11:01 am
by David17k7
2 Replies
564 Views
Last post June 24, 2017, 11:44:44 am
by BBmine
1 Replies
284 Views
Last post April 01, 2018, 09:36:54 pm
by CreateAForum