inherit
Banned: Don't Spread Lies
That includes: "Martyn threatened to delete all my forums" "Martyn has banned me from all of ProBoards" Lies, Lies, Lies, Lies, Lies
However, if you want to continue claiming this, it WILL come very true
37818
0
Nov 7, 2006 7:08:09 GMT -8
o.O
5,753
February 2005
secretrater
|
Post by o.O on Jun 25, 2005 19:04:08 GMT -8
Can I get a code that removes the background color and background image for the menu? (I want it just to be text no images, and no background colors)
Also can I get a code to show the members name, or say guest when they are on the board.
|
|
inherit
Banned: Don't Spread Lies
That includes: "Martyn threatened to delete all my forums" "Martyn has banned me from all of ProBoards" Lies, Lies, Lies, Lies, Lies
However, if you want to continue claiming this, it WILL come very true
37818
0
Nov 7, 2006 7:08:09 GMT -8
o.O
5,753
February 2005
secretrater
|
Post by o.O on Jun 25, 2005 19:09:18 GMT -8
Also I use this code to move the menu bar:
<script> document.write(document.getElementsByTagName("Table")[2].parentNode.innerHTML); document.getElementsByTagName("TR")[2].style.display="none"; </script>
Is it possible to have the height be 100? (it is becuase it is in a table.)
|
|
inherit
Proboards Legend
212
0
May 11, 2006 12:32:55 GMT -8
california
21,035
December 1999
california
|
Post by california on Jun 25, 2005 23:27:02 GMT -8
1) use td[5] instead of table[2].parentNode. If you're not going to have a background color/image, there's really no reason for the table (unless you still want borders. Did you want borders?)
2) var username = td[2].innerHTML.match(/Hey, (.+), you/)) ? RegExp.$1 : 'guest';
that grabs the display name. Did you need the username instead or will that work?
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Jun 26, 2005 1:56:57 GMT -8
Drake, Please use the modify function next time
|
|
inherit
Banned: Don't Spread Lies
That includes: "Martyn threatened to delete all my forums" "Martyn has banned me from all of ProBoards" Lies, Lies, Lies, Lies, Lies
However, if you want to continue claiming this, it WILL come very true
37818
0
Nov 7, 2006 7:08:09 GMT -8
o.O
5,753
February 2005
secretrater
|
Post by o.O on Jun 26, 2005 2:39:25 GMT -8
|
|
inherit
Proboards Legend
212
0
May 11, 2006 12:32:55 GMT -8
california
21,035
December 1999
california
|
Post by california on Jun 27, 2005 22:18:59 GMT -8
Didn't I give that in #2? Or was that not what you wanted?
|
|