View Full Version: [S] How To Change The Post Icons?

RPG-Directory > Solved Support Topics > [S] How To Change The Post Icons?



Title: [S] How To Change The Post Icons?


Dead Poet - August 5, 2008 02:41 PM (GMT)
How do I change the original IF Post Icons to something like these RPG Directory's things user posted image user posted image?

Elenlond - August 5, 2008 10:31 PM (GMT)
I believe you go into the ACP, and click on "Manage Emoticons" under the heading Administration. There you can upload them, and they'll appear within your emoticon list, as well as where it says "Post Icons" beneath the posting box.

Dead Poet - August 6, 2008 10:10 PM (GMT)
It doesn't work

junebug! - August 7, 2008 12:33 AM (GMT)
Elenlond: That's not actually how it works. It is actually a code. That way only works with the Clickable Smilies, rather than the Post Icons.

Dead Poet: Let me find the code in a sec...
Here:

CODE

<script type='text/javascript'>
//Replace Post Icons -- Advanced
//By Chocolate570
x=[];
x[1]="";
x[2]="";
x[3]="";
x[4]="";
x[5]="";
x[6]="";
x[7]="";
x[8]="";
x[9]="";
x[10]="";
x[11]="";
x[12]="";
x[13]="";
x[14]="";
for(i=0;i<document.images.length;i++) {
if(document.images[i].src.match(/icon(\d+)\.gif/gi)) {
if(x[RegExp.$1]!="") {
 document.images[i].src=x[RegExp.$1];
}
}
}
</script>


Within the quotations, put your image ;)

sarahj - August 7, 2008 07:28 AM (GMT)
Your topic has been solved and moved to the 'Solved Support Topics' forum! Still have a question, or something isn't clear yet? Open up a new topic, but be sure to be more specific this time!




Hosted for free by InvisionFree