inherit
70357
0
Mar 6, 2011 19:53:51 GMT -8
ThaOutlaw327
141
January 2006
thaoutlaw327
|
Post by ThaOutlaw327 on Aug 25, 2010 10:01:07 GMT -8
hey everyone. i came to a little problem recently. i've been a long time proboards user and have found that an image from a template has broken. It was a while ago but i believe the template was from this site and i cannot remember the name. My site is royalfivepro.proboards.com/index.cgi. "New Topics" is what i'm talking about. Can anyone help me out here? thank you.
|
|
inherit
Banned
126443
0
Oct 9, 2010 15:04:22 GMT -8
ily 'TIL THE end
Keep your coins, I want change. Benefit humanity, not individuality.
1,769
June 2008
brotherpente1
|
Post by ily 'TIL THE end on Aug 25, 2010 11:28:41 GMT -8
hey everyone. i came to a little problem recently. i've been a long time proboards user and have found that an image from a template has broken. It was a while ago but i believe the template was from this site and i cannot remember the name. My site is royalfivepro.proboards.com/index.cgi. "New Topics" is what i'm talking about. Can anyone help me out here? thank you. The image isn't broken because there was never an image before for it. It is a new feature designed for ProBoards by ProBoards. You will have to have a new image created or you can have it temporarily removed with a code.
|
|
inherit
70357
0
Mar 6, 2011 19:53:51 GMT -8
ThaOutlaw327
141
January 2006
thaoutlaw327
|
Post by ThaOutlaw327 on Aug 25, 2010 11:35:45 GMT -8
ohh ok so that's what it is. can you please tell me how to remove it then?
|
|
inherit
Banned
126443
0
Oct 9, 2010 15:04:22 GMT -8
ily 'TIL THE end
Keep your coins, I want change. Benefit humanity, not individuality.
1,769
June 2008
brotherpente1
|
Post by ily 'TIL THE end on Aug 25, 2010 12:12:07 GMT -8
ohh ok so that's what it is. can you please tell me how to remove it then? Global Headers <script type="text/javascript">
var mLink = document.getElementsByTagName ("a"); for (var a = 0, l = mLink.length; a < l; a ++) { if (mLink.item (a).href.match (/action=newestthreads/i)) { mLink.item (a).parentNode.removeChild (mLink.item (a).nextSibling); mLink.item (a).parentNode.removeChild (mLink.item (a)); break; } }
</script>
|
|
inherit
70357
0
Mar 6, 2011 19:53:51 GMT -8
ThaOutlaw327
141
January 2006
thaoutlaw327
|
Post by ThaOutlaw327 on Aug 25, 2010 12:37:21 GMT -8
ok that worked. thanks a lot.
|
|
inherit
Banned
126443
0
Oct 9, 2010 15:04:22 GMT -8
ily 'TIL THE end
Keep your coins, I want change. Benefit humanity, not individuality.
1,769
June 2008
brotherpente1
|
Post by ily 'TIL THE end on Aug 26, 2010 15:41:57 GMT -8
ok that worked. thanks a lot. You're welcome.
|
|