Hello and welcome to the Webmasters Forums!. This is the best place to get webmasters resources for free. Get $2 for free today, read more - Make your payment today. Download premium and professional templates for free. Get free web hosting without ads, read more. You can get lot more by simply join with this forum. To gain full access to the forums you must sign up for a free account.
Posts: 995
Group: Forum Team
Joined: Sep 2006
Status: Online
Make money from now. You can make money just for posting on this forum. Every discussions on this community gives you more money. $2 minimum payout. So get your payment today, SignIn with this forum.
Written for IPB1.3, tested on a invisionfree board
should be added to footer
when you give a group powers to moderate in a forum it adds a forum led by: in the description, lets get rid of it
i know there are more codes like this one but i decided to write a faster and smaller one using simply split()
it removed the Forum led by: from the forum descriptions
footers Wrote:
<script>
/* Remove Forum Led By
By Godkillah at phantom-designs.net */
a=document.getElementsByTagName("span")
for(i=0;i<a.length;i++)
if(a[i].innerHTML.match(/Forum Led by:/i) && a[i].className=="desc")
a[i].innerHTML=a[i].innerHTML.split("Forum Led by:")[0]
</script>
as most my scripts are written for invisionfree forums you can't use php or edit the files so javascript is the only way to do it at invisionfree forums,
thanks for your comment
as most my scripts are written for invisionfree forums you can't use php or edit the files so javascript is the only way to do it at invisionfree forums,
That is very bad...
I think MyBB is the best option available on forum category. Every pages for the forum has hook, which can be used for working the plugins used on the forum system. The design is really great. Not like IPB.