Create A Forum - Support Forums

Create A Forum => Create A Forum Discussion => Topic started by: mgrse on December 21, 2012, 11:43:47 pm

Title: Child boards
Post by: mgrse on December 21, 2012, 11:43:47 pm
Hi Create A Forum,I am running http://mgrse.createaforum.com/index.php (http://mgrse.createaforum.com/index.php) and was wondering if you would be so kind to tinker with my folders so child boards could be renamed Sub Forums,is this possible as on a car forum this just sounds wrong :)


Alan
Title: Re: Child boards
Post by: CreateAForum on December 22, 2012, 12:34:45 am
You can do it javascript I think someone posted on the board how to do it.
Title: Re: Child boards
Post by: mgrse on December 22, 2012, 12:51:39 am
Thanks I will have a good look tomorrow
Title: Re: Child boards
Post by: mgrse on December 30, 2012, 01:36:24 pm
Cant seem to find an answer anywhere,if anyone knows or has done it,please let me know :)
Title: Re: Child boards
Post by: aIURbliS on December 30, 2012, 07:38:25 pm
Admin CP > Style Manager > Headers and Footers

Headers(add unless you already have jQuery)
Code: [Select]
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
Footers
Code: [Select]
<script>$("td.children.windowbg > strong").html("Sub Forums")</script>
Title: Re: Child boards
Post by: mgrse on December 30, 2012, 09:38:10 pm
Excellent,thanks xboi209 :)