Anna
Student
Posts: 11
|
Post by Anna on Oct 11, 2007 8:48:33 GMT -5
I run a HP: Next Generation roleplay site ;; www.phoenixation.proboards53.com & at the top I have the basic "Welcome Guest. Please Login or Register." I saw another Proboards forum where the 'Guest' was changed to 'Muggle' & I liked that. Is it possible anyone here knows the code [or hack] to change it to say "Welcome Muggle. Please Enter or Enroll."?
|
|
Anna
Student
Posts: 11
|
Post by Anna on Oct 11, 2007 8:55:49 GMT -5
Also, if anyone has a better idea for the 'Enter' thing [I'd like to keep Enroll] that'd be good. ;D
|
|
|
Post by Jordan on Oct 13, 2007 7:47:42 GMT -5
<script> //Enter & Enroll & Muggle Modification var d = document.getElementsByTagName('td') d[2].innerHTML = d[2].innerHTML.replace(/Guest/,"Muggle").replace(/Register/,"Enrol").replace(/Login/,"Enter"); </script>
|
|
|
Post by Jordan on Oct 13, 2007 7:48:00 GMT -5
There yerz go ;]
|
|
|
Post by Andrew on Oct 14, 2007 22:06:38 GMT -5
How do you keep control of that forum it has like 70 boards lol
|
|
Anna
Student
Posts: 11
|
Post by Anna on Oct 15, 2007 13:23:41 GMT -5
Thanks very much Jordan! You wouldn't know how to change the Karma from 'Exalt' & 'Smite' to 'Charm' & 'Hex' would you?
Haa, Andrew, I'm quite good at keeping track of things. ;D
*EDIT*
I put it on, but nothing happened. 0.0 I put it in Global Headers/Footers, is that wrong?
|
|
|
Post by Jordan on Oct 20, 2007 6:25:52 GMT -5
Hm... I goes in global footers,
|
|
Anna
Student
Posts: 11
|
Post by Anna on Nov 14, 2007 9:35:55 GMT -5
Thanks, got it now.
So does anyone know how to do the Karma thing?
|
|
|
Post by Demetra on Feb 21, 2008 10:10:05 GMT -5
I have a rather stupid question in the present situation. I run an original roleplay [that is moving slowly, but will pwn when finally finished] fairiescurserpg.proboards40.com/index.cgiI wan ot change Login to 'pass' and Guest to 'Mortal'. [register, I have no ideas] I tried modifying that script, but it didn't work. Help?
|
|
|
Post by cedarchip on Jul 19, 2011 16:22:22 GMT -5
Thanks, got it now.
So does anyone know how to do the Karma thing? I found this code {*points up*} here
|
|