View Full Version: [S] [S] How did they

RPG-Directory > Solved Support Topics > [S] [S] How did they



Title: [S] [S] How did they


RPGadict - April 16, 2006 04:00 PM (GMT)
I seen on some board or another that instead of "Members at the top of the page it said students. I mean whare it says members and you click there to see all of the board members. How did they do that?

Jess - April 16, 2006 04:15 PM (GMT)
I never noticed that before! It's probably on one of the OF forums, though... I might go look in a second, so I'll let you know if I find anything useful. It's probably really similar to the code that can change the stats at the bottom, I suppose. ^_^

(P.S. You've just gone green! Haha.)

Edit, I've found it...

If you're joined to the IF Skin Zone, the topic on it is here. The code you want is as below, though it might be good to note that I haven't tested it and no preview was given...

CODE
<script type='text/javascript'>
<!--
// Change the Inbox text at the user links
// code by ticlo http://ifsz.net
// code modified by Durdanius
e = document.getElementById('submenu')
a = e.getElementsByTagName('A')
for (i =0; i < a.length; i++) {
if (a[i].href.indexOf('act=Members') != -1) {
s = a[i].innerHTML
a[i].innerHTML = s.replace(/Members/, 'Member List')
break
}}
// -->
</script>

I'd assume you just change 'Member List' to 'Students', and it says to paste it in after the <% BOARD HEADER %> tag. :)

Re-edit, tested and it works. ^_^

ShinLi - June 15, 2006 01:45 PM (GMT)
Your topic has been solved and moved to the 'Solved Support Topics' forum! Still have a question, or something isn't clear yet? PM an admin, gmod or cmod, and it will be moved back to the Support Center.




Hosted for free by InvisionFree