|
Joined: Sep 2008
Posts: 4
stranger
|
stranger
Joined: Sep 2008
Posts: 4 |
I am trying to put google ad words and other banner rotation script into a sidebar island on my UBB board and it is showing a syntax error. It was just up and there must be something I am not adding in that I should, to get it to show up. Can you help me?
|
|
|
|
Joined: Dec 2003
Posts: 6,628 Likes: 85
|
Joined: Dec 2003
Posts: 6,628 Likes: 85 |
Blue Man Group There is no such thing as stupid questions. Just stupid answers
|
|
|
|
Joined: Sep 2008
Posts: 4
stranger
|
stranger
Joined: Sep 2008
Posts: 4 |
I go to protal layout and there is a link to the sidebar that I named resources. I click on the link and it says this
Body This should contain the PHP code or HTML for the custom box. $body contains the actual content that should be printed in the custom box.
Warning: Invalid PHP code that has syntax errors can result in breaking the entire portal
then in the box I have this
?><script type="text/javascript" src="http://www.1800banners.com/adserver/adserver3.js"></script> <script type="text/javascript"> var varsarray=[]; varsarray[0]='40165'; if(!token) {var token='0'} else {var token=token+1;} var loadtype='0'; var adtype='3'; var background_color='#F0F0F0'; var border_color='#000000'; var text_color='#060606'; var text_rollcolor='#0033FF'; var domain_color='#9F9F9F'; varsarray['interhours']=''; varsarray['interpages']=''; adserver_initialize(token,loadtype,adtype,background_color,border_color,text_color,text_rollcolor,domain_color,varsarray); </script>
?> ?> ?>
after I submit it a new question mark with greater than sign appears at the bottom but nothing shows up, either that or it shows a syntax error like this
Parse error: syntax error, unexpected '<' in /WWW/docs/forums/cache_builders/custom/portal_box_1.php on line 2
|
|
|
|
Joined: Dec 2003
Posts: 6,628 Likes: 85
|
Joined: Dec 2003
Posts: 6,628 Likes: 85 |
All completely incorrect. Go back and read the wiki link I provided.
Re-insert the default code and start over.
Last edited by Ruben; 02/29/2012 5:59 PM. Reason: Added Comment
Blue Man Group There is no such thing as stupid questions. Just stupid answers
|
|
|
|
Joined: Jan 2004
Posts: 2,474 Likes: 3
Pooh-Bah
|
Pooh-Bah
Joined: Jan 2004
Posts: 2,474 Likes: 3 |
The ?> should not be there. Start by resetting your island to something like this...
/* PHP CODE HERE, IF NECESSARY */
/* DO NOT CHANGE THE LINE BELOW */
$body = <<<EOF
EOF;
/* DO NOT CHANGE THE LINE ABOVE */
Now place your code between the two EOFs (Although, many javascripts need to go in the page header.)
|
|
|
|
Joined: Dec 2003
Posts: 6,628 Likes: 85
|
Joined: Dec 2003
Posts: 6,628 Likes: 85 |
Also if you read http://www.ubbwiki.com/wiki/view/79/custom-islands.htmlit will tell you the same thing. Then get rid of the incorrect php tags. Like Driv stated ?
Blue Man Group There is no such thing as stupid questions. Just stupid answers
|
|
|
|
Joined: Sep 2008
Posts: 4
stranger
|
stranger
Joined: Sep 2008
Posts: 4 |
cool that worked. I could not get the link to open up, but I copied and pasted what you put and it worked fine. THANKS!
|
|
|
|
Joined: Sep 2008
Posts: 4
stranger
|
stranger
Joined: Sep 2008
Posts: 4 |
I was wondering if you could look at my forums and tell me if there is any features that I am missing out on that would spruce it up www.nationalcontractors.com/forums
|
|
|
|
Joined: Jul 2011
Posts: 22
stranger
|
stranger
Joined: Jul 2011
Posts: 22 |
Tried to get on just now to have a look, but no response - is the site down?
|
|
|
|
Joined: Jan 2004
Posts: 2,474 Likes: 3
Pooh-Bah
|
Pooh-Bah
Joined: Jan 2004
Posts: 2,474 Likes: 3 |
|
|
|
|
Joined: Sep 2010
Posts: 97
member
|
member
Joined: Sep 2010
Posts: 97 |
Great guide Ruben !! I'm messing around with this for the first time. I have a picture on photobucket that I'm using as my portal island picture. I actually got it to show up on my website. Now... I want members to be able to click on the picture and have them directed to a specific website. Right now it just links them to the photobucket website showing my picture. Whats the best way to link to a specified website? What would you do Ruben?
|
|
|
|
Joined: Jun 2006
Posts: 16,366 Likes: 126
|
Joined: Jun 2006
Posts: 16,366 Likes: 126 |
<a href="http://thesite.tld/linkedpage.php" target="_blank"><img src="http://thesite.tld/image.ext" alt="name describing photo" /></a>
|
|
|
0 members (),
1,448
guests, and
60
robots. |
Key:
Admin,
Global Mod,
Mod
|
|
|
|