Previous Thread
Next Thread
Print Thread
Hop To
#177301 02/03/2007 4:52 PM
Joined: Jun 2006
Posts: 869
old hand
old hand
Joined: Jun 2006
Posts: 869
None of my amazon & google custom islands are working.... after doing the upgrade today...

Thoughts?


http://clubadventist.com/forums

No longer following the carrot
Stan #177338 02/03/2007 6:46 PM
Joined: Jun 2006
Posts: 16,299
Likes: 116
UBB.threads Developer
UBB.threads Developer
Joined: Jun 2006
Posts: 16,299
Likes: 116
What do the islands look like? Have you tried clearing out your cache? Have you tried purging all items in templates/compiled to force a cache rebuild?


I am a Web Development Contractor, I do not work for UBBCentral. I have provided free User to User Support since the beginning of these support forums.
Do you need Forum Install or Upgrade Services?
Forums: A Gardeners Forum, Scouters World
UBB.threads: UBBWiki, UBB Styles, UBB.Sitemaps
Longtime Supporter & Resident Post-A-Holic
VNC Web Services: Code Modifications, Upgrades, Styling, Coding Services, Disaster Recovery, and more!
Gizmo #177415 02/04/2007 2:57 AM
Joined: Nov 2006
Posts: 9
N
Nat Offline
stranger
stranger
N Offline
Joined: Nov 2006
Posts: 9
Could someone just post a sample custom island? It doesn't seem to like the < whenever i try to put html in it. I don't see any documentation on exactly what needs to be done.

Nat #177417 02/04/2007 3:01 AM
Joined: Aug 2006
Posts: 1,649
Likes: 1
Pooh-Bah
Pooh-Bah
Joined: Aug 2006
Posts: 1,649
Likes: 1

You can see example islands in my site (in my sig) -- the "Links" and the "Chatroom Fund" (ads) islands, for example....



GangsterBB.NET (Ver. 7.6.1.1)
PHP Version 5.6.40 / MySQL 5.7.23-23 (was 5.6.41-84.1) / Apache 2.4.54
2007 Content Rulez Contest - Hon Mention
UBB.classic 6.7.2 - RIP
jgeoff #177419 02/04/2007 3:05 AM
Joined: Nov 2006
Posts: 9
N
Nat Offline
stranger
stranger
N Offline
Joined: Nov 2006
Posts: 9
I meant the code. I'm not have much luck putting HTML under the top line.

Code
/* PHP CODE HERE, IF NECESSARY */


/* DO NOT CHANGE THE LINE BELOW */
$body = <<<EOF

EOF;
/* DO NOT CHANGE THE LINE ABOVE */

Nat #177420 02/04/2007 3:10 AM
Joined: Aug 2006
Posts: 1,649
Likes: 1
Pooh-Bah
Pooh-Bah
Joined: Aug 2006
Posts: 1,649
Likes: 1

You want to put the code AFTER the first EOF, and BEFORE the last EOF...

Here is the code for my Ad Island:

Code
/* BODY HERE */

$body = <<<EOF

<DIV align=center><BR>
<IFRAME width="125" height="185" name="apciframe" id="apciframe" marginwidth="0" marginheight="0" src="http://affiliates.allposters.com/PosterStore/419546_PosterStore.asp" scrolling="no" frameborder="0"><A class="APCAnchor" HREF="http://affiliates.allposters.com/link/redirect.asp?AID=45088&PSTID=5&LTID=16&TID1=2&lang=1">Buy Posters at AllPosters.com </A></IFRAME>
<HR height=1>
<script type="text/javascript">
<!--
google_ad_client = "pub-3411120354601471";
google_ad_width = "125";
google_ad_height = "125";
google_ad_format = "125x125_as";
google_ad_type = "text_image";
//2006-10-16: UBB 1
google_ad_channel = "9539344244";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "FF0000";
google_color_text = "333333";
google_color_url = "CC0000";
//-->
</script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<BR><BR>
<!--// Scarface, The Godfather, Mario Puzo, Mafia, Sopranos, Goodfellas, Casino, De Niro, Pacino, Brando, Video Game //-->
<font size=1 color=blue><B>Wanna help out?</B> Just click the red Google link above 1-2x/day - You don't have to buy!</font>
</DIV>

EOF;



GangsterBB.NET (Ver. 7.6.1.1)
PHP Version 5.6.40 / MySQL 5.7.23-23 (was 5.6.41-84.1) / Apache 2.4.54
2007 Content Rulez Contest - Hon Mention
UBB.classic 6.7.2 - RIP
jgeoff #177421 02/04/2007 3:13 AM
Joined: Nov 2006
Posts: 9
N
Nat Offline
stranger
stranger
N Offline
Joined: Nov 2006
Posts: 9
Ah, that was simple. I just had the code in the wrong place.

Thanks. smile

Nat #177422 02/04/2007 3:15 AM
Joined: Aug 2006
Posts: 1,649
Likes: 1
Pooh-Bah
Pooh-Bah
Joined: Aug 2006
Posts: 1,649
Likes: 1

Not a problem... I had no idea the first time either... wink



GangsterBB.NET (Ver. 7.6.1.1)
PHP Version 5.6.40 / MySQL 5.7.23-23 (was 5.6.41-84.1) / Apache 2.4.54
2007 Content Rulez Contest - Hon Mention
UBB.classic 6.7.2 - RIP
jgeoff #177427 02/04/2007 4:01 AM
Joined: Jun 2006
Posts: 16,299
Likes: 116
UBB.threads Developer
UBB.threads Developer
Joined: Jun 2006
Posts: 16,299
Likes: 116
agood example for everyone getting started was the google adsense island at ubbdev...


I am a Web Development Contractor, I do not work for UBBCentral. I have provided free User to User Support since the beginning of these support forums.
Do you need Forum Install or Upgrade Services?
Forums: A Gardeners Forum, Scouters World
UBB.threads: UBBWiki, UBB Styles, UBB.Sitemaps
Longtime Supporter & Resident Post-A-Holic
VNC Web Services: Code Modifications, Upgrades, Styling, Coding Services, Disaster Recovery, and more!
Gizmo #177431 02/04/2007 4:10 AM
Joined: Aug 2006
Posts: 1,649
Likes: 1
Pooh-Bah
Pooh-Bah
Joined: Aug 2006
Posts: 1,649
Likes: 1

Actually, the above could apply to *any* post island... wink


GangsterBB.NET (Ver. 7.6.1.1)
PHP Version 5.6.40 / MySQL 5.7.23-23 (was 5.6.41-84.1) / Apache 2.4.54
2007 Content Rulez Contest - Hon Mention
UBB.classic 6.7.2 - RIP

Link Copied to Clipboard
ShoutChat
Comment Guidelines: Do post respectful and insightful comments. Don't flame, hate, spam.
Recent Topics
Bots
by Outdoorking - 04/13/2024 5:08 PM
Can you add html to language files?
by Baldeagle - 04/07/2024 2:41 PM
Do I need to rebuild my database?
by Baldeagle - 04/07/2024 2:58 AM
This is not a bug, but a suggestion
by Baldeagle - 04/05/2024 11:25 PM
Is UBB.threads still going?
by Aaron101 - 04/01/2022 8:18 AM
Who's Online Now
1 members (1 invisible), 702 guests, and 193 robots.
Key: Admin, Global Mod, Mod
Random Gallery Image
Latest Gallery Images
Los Angeles
Los Angeles
by isaac, August 6
3D Creations
3D Creations
by JAISP, December 30
Artistic structures
Artistic structures
by isaac, August 29
Stones
Stones
by isaac, August 19
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20240501)