Post by GlowyDaBstrd on Apr 27, 2013 8:28:56 GMT -8
I was suggested to ask here;
1. Disable smileys
Would someone make a template for disabling smilies from the whole forum, so that there will be a zero possibility of seeing them anywhere in my forum? I don't like smilies, and neither does my forum users.
2. Something close to v4 code /* Networks in Mini-Profile by SubDevo */
Also, I would like to ask if it'd be possible to add more stuff to the "Social Websites" part in profiles. I would like to add deviantART and few other art related websites in it, but I don't know how. In v4 there was a code which made it possible to get them in there. It would also be awesome if Social Websites would be showing in mini-profiles too with little icons, like in v4.
3.Remove Board | Threads | Posts | Last post and Subject | Created By | Replies | Views | Last Post
I would also enjoy if it'd be possible to get rid of Board | Threads | Posts | Last post texts from the frontpage of the forum. Also the ones from the boards itselves which say Subject | Created By | Replies | Views | Last post.
>> This is here support.proboards.com/thread/431754
4. Board's Replies & Views on the same column with Last Post
In v4 I had put in a code which transferred each topic's "Replies" and "Views" to the same column with "Last Post", below the information where it says "Last post by -username-" and the date and time when it was posted. I would love to get it back that way. I can't find the code anymore which did this thing in v4, but somehow like this:
5. Reflected avatars
I really loved the reflected avatars thing. It would be cool if someone could make v5 version of it.
This is the v4 code for it:
1. Disable smileys
Would someone make a template for disabling smilies from the whole forum, so that there will be a zero possibility of seeing them anywhere in my forum? I don't like smilies, and neither does my forum users.
2. Something close to v4 code /* Networks in Mini-Profile by SubDevo */
Also, I would like to ask if it'd be possible to add more stuff to the "Social Websites" part in profiles. I would like to add deviantART and few other art related websites in it, but I don't know how. In v4 there was a code which made it possible to get them in there. It would also be awesome if Social Websites would be showing in mini-profiles too with little icons, like in v4.
3.
>> This is here support.proboards.com/thread/431754
4. Board's Replies & Views on the same column with Last Post
In v4 I had put in a code which transferred each topic's "Replies" and "Views" to the same column with "Last Post", below the information where it says "Last post by -username-" and the date and time when it was posted. I would love to get it back that way. I can't find the code anymore which did this thing in v4, but somehow like this:
5. Reflected avatars
I really loved the reflected avatars thing. It would be cool if someone could make v5 version of it.
This is the v4 code for it:
<script>
/*Reflected Avatars
Hosted by Wrighty
Do Not Repost, Rip or Claim*/
document.write("<script src=http://iycatacombs.com/codes/wrightys/ref.js>"+"</"+"script>");
var av=document.getElementsByTagName('img');
for(i = 0 ; i < av.length ; i++){
if(av[i].alt == '[avatar]'){
av[i].className="reflect";
}
}
</script>