How do I change the original IF Post Icons to something like these RPG Directory's things

?
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.
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 ;)
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!