inherit
122135
0
Feb 19, 2013 1:53:06 GMT -8
chiy
5
April 2008
chiy
|
Post by chiy on Feb 18, 2013 19:03:38 GMT -8
My friends and I have made multiple proboards to keep track of our RP characters packs etc etc. I've just transferred code to one site to another, since it's easier for us that way (and its from older boards i own so its fine). I'm using the one to remove forum name/topics/posts/last posts. First two sites, it works perfectly. The most I fiddled with was the images for the background, nothing else. links to the first ones to show what i mean. ; valencepack.proboards.com/index.cgi fjordpack.proboards.com/index.cgi what i want is gone on there, so why wont the EXACT same code not work for the link down below? my friend is making a new one so while i've been fiddling with the colors and putting the code into it, i've noticed that it isn't removing the forum name/last posts. it got rid of topic/posts, but now the cell cuts off half way and theres a black area next to it. www.saros.boards.net/index.cgihard to tell with the background, i threw a random image up to see if it was because i hadn't yet put one up, but that hasn't helped it either. i've gone through multiple pages on this support forum and i can't seem to find what i'm looking for (or i'm skipping over it, but i've sat here for a good few hours so it wouldn't surprise me) I apologise if i've missed a thread or somewhere to go, but i'm at my wits end. thanks.
|
|
Bushranger
inherit
-5177806
0
Dec 2, 2024 5:04:15 GMT -8
Bushranger
0
January 1970
GUEST
|
Post by Bushranger on Feb 18, 2013 19:36:57 GMT -8
How long does it take to be approved by admin for registration ? This site looks very interesting
|
|
#FF6600
Apprentice of the Universe
42712
0
1
Apr 22, 2024 6:04:54 GMT -8
🎶Sossity🎶
24,135
May 2005
nhs5
|
Post by 🎶Sossity🎶 on Feb 18, 2013 21:50:02 GMT -8
How long does it take to be approved by admin for registration ? This site looks very interesting Hi Please use the PM system to ask about this. Thanks.
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Feb 19, 2013 0:57:28 GMT -8
chiy, you have a .net site so you need to find this line and change the com to net: if(location.href.match(/ com\/?((\index\.cgi)?\??(action=(logout|change.+?|home))?)?(#.+)?$/)){
|
|
inherit
122135
0
Feb 19, 2013 1:53:06 GMT -8
chiy
5
April 2008
chiy
|
Post by chiy on Feb 19, 2013 1:24:19 GMT -8
ahhhhhhhhhhhh, such a simple thing! thank you so much ;w; <3 it worked!
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Feb 19, 2013 2:31:35 GMT -8
You're welcome. Yep, an easy fix. By the way, I meant to mention you have this code in your global header that doesn't have a opening script tag but then you have a second copy right above it so just delete it...
<!-- document.getElementsByTagName('td').item(2).style.display="none"; //--> </script>
And in your main headers you have that table. That closing div could cause issues so remove it, in red: There is also a extra closing p tag which isn't a big deal but still improper (purple). And breaks should be <br /> not <br> but that isn't a huge thing either as most browsers still recognize it. And then you have this p style bit (green) that isn't closed with a </p> and has nothing in it anyway.
<marquee direction="up" scrollamount="3"><p style="color:#e6de97;font-size:14px;">Continuity:</p> <p style="color:5959AB;font-size:14px;">nothing
<br> </p> </p> </div> <p style="font-family:verdana,arial,sans-serif;font-size:10px;"> </marquee>
You just need to make sure everything is closed properly or it may bite you in the butt one of these days. I know from experience. lol
|
|