|
Post by pm on Aug 24, 2009 20:25:27 GMT -8
Wormo, I have a question/request. Can you make it so this part of a table just shows up on the main page?
I'm just going to redo my aff table.
Thanks man!
|
|
|
Post by Wormopolis on Aug 24, 2009 22:30:04 GMT -8
give the row that is parent to that cell the id="affrow"
then it should be a simple matter of
<script type="text/javascript"> if (!location.href.match(/action/)) document.getElementById('affrow').style.display="none"; </script>
|
|
|
Post by pm on Aug 24, 2009 23:21:00 GMT -8
;D I tried here but failed.
Its ok !
|
|
|
Post by Wormopolis on Aug 25, 2009 0:38:27 GMT -8
cuz Im stupid...
<script type="text/javascript"> if (location.href.match(/(action|board)/) && !location.href.match(/action=home/)) document.getElementById('affrow').style.display="none"; </script>
|
|
|
Post by Wormopolis on Aug 25, 2009 0:38:56 GMT -8
I was thinking the reverse of your request for some reason.
|
|
|
Post by pm on Aug 25, 2009 1:28:56 GMT -8
I'm just going to get rid of it (aff table) and we work out the affiliate thing later? You can remove my mini banner I won't mind. I'll make you're mini banner viewable somewhere.
I'm kind of tired of that affiliate table anyway.
I may use that Location Check later on though!
Thanks man!
|
|
|
Post by Wormopolis on Aug 25, 2009 7:59:11 GMT -8
it should work.
|
|
|
Post by pm on Aug 25, 2009 10:33:55 GMT -8
I stayed up late and redone my aff table. ;D
|
|