|
Post by Streamstrider on Jun 10, 2011 9:04:05 GMT -8
I was wondering if there was a code that allowed you to have something in your global footer but would make it not appear on the main page of the forum? Reason being is a like the extra column look for the c-box, but I want to put the c-box in the footer of all other locations, without repeating it on the main and without inserting it into each individual footer, which would be hectic.
Is this possible?
|
|
|
Post by Wormopolis on Jun 10, 2011 15:44:02 GMT -8
PM me the code for your cbox.
|
|
|
Post by Streamstrider on Jun 12, 2011 14:48:56 GMT -8
|
|
|
Post by Wormopolis on Jun 12, 2011 15:35:13 GMT -8
ignore my reply.. i thought it was for something else
|
|
|
Post by Streamstrider on Jun 13, 2011 7:56:20 GMT -8
|
|
|
Post by Streamstrider on Jun 13, 2011 9:30:13 GMT -8
Nevermind. I still want a code (if possible) that can make something not be on the main page, but have it everywhere else. Was that the kind of code you sent me, or is that the one you want me to ignore? XD Sorry for the confusion.[/blockquote]
|
|
|
Post by Wormopolis on Jun 14, 2011 11:53:25 GMT -8
the first reply I sent you was to try and resize the cbox (for your other request). that is the one I meant for you to ignore. the reply with the document.write statement is the one I want you to put into global footer
|
|
|
Post by Streamstrider on Jun 16, 2011 7:55:47 GMT -8
Alrighty, I'll try that real quick . . . *tries* . . . Hey! It works! :3 AWESOME!
Thank you!
|
|
|
Post by Wormopolis on Jun 16, 2011 17:27:15 GMT -8
excellent
|
|
|
Post by Streamstrider on Jul 7, 2011 18:04:08 GMT -8
This is kind of an addition to the last code. Same idea but slightly different. Can you make one so that something only appears on the home page but not the others? (As in, not on the administration pages and the like.) Kind of like the reverse.
|
|
|
Post by Wormopolis on Jul 7, 2011 21:41:31 GMT -8
same concept, but change this line
if (pb_action!='home') {
to this
if (pb_action=='home') {
|
|
|
Post by Streamstrider on Jul 9, 2011 8:46:21 GMT -8
Thankya! Now I have to remember what it was that I was going to use it with. XD
|
|