NukeXchange Network

          

NukeZone Hosting - Fast, Affordable and Dependable
Nuke Fixes · NukeForums · NukeZone Hosting · NukeUnited · Nuke Sites · Nuke Skins · NukeLance
Nuke Resources
 :: Home  :: Downloads  :: Your Account  :: Forums  :: Advertise :: 
Login or Register
Main Menu
General
 Main
 AvantGo
 Banner_Clients
 cfaq
 Donations
 Downloads
 Forums
 Members_List
 Private_Messages
 Search
 Stories_Archive
 Submit_News
 Surveys
 Topics
 Web_Links
 Your_Account

Your Account
 Login
 Register
 Lost Pass

Modules
Quick Links
· CMS Focus
· Domain Names
. Game Quest
· Learning Linux
. MateMaker
· NukeFixes
· NukeForums
· NukeLance
· Nuke Sites
· Nuke Skins
· NukeZone Hosting
. SearchDevil
Other Options

Download Resources
· Nuke Downloads
· Add a Link
· New Files
· Top Rated
· Most Popular

Web Site Resources
· Nuke Sites
· Add A Site
· New Sites
· Top Rated
· Most Popular

Support
· NukeZone Hosting
· NukeSkins.com
· NukeForums.com
· phpnuke.org
· NukeFixes.com
Information
NukeForums
·Creating a Gaming PHP Nuke Site - Newbie
·Issues with GIF Images
·Installation Issues
·Please Help Question about Siggy's
·Hi My name is Rukasuzu, where is the introduction?
·Include file as block?
·How Do I make a Website?
·Array of strings as parameter
·Theme Change, just white? :(
·How can i disable upload t download by other users?Php-Nuke8

read more...
Top10 Links
· 1: Nuke Forums
· 2: PHPNukeFiles
· 3: NukeSkins
· 4: Nuke Templates
· 5: EcomJunk
· 6: MDesign
· 7: Windows Installation: PHP
· 8: FLASH-FOR-NUKE
· 9: Dezina
· 10: Global Dream News Sharing Portal!
Site Visitors
User Login:

Nickname:
Password:
Security Code: Security Code
Type Security Code Here:

Members List Membership:
Latest: carlosmafud
Today: 0
Yesterday: 1
Overall: 15026

Visitation:
Guests: 533
Members: 0
Total: 533


You are Anonymous user. You can register for free by clicking here
Sponsor Links
Download the Best Archiver in the World
Download the Best Archiver in the World

NukeResources :: View topic - Nuke78+Patched78_3. 1 don't exhibit banners
NukeResources Forum Index

NukeResources Forum Index -> Bug Fixes -> Nuke78+Patched78_3. 1 don't exhibit banners
Post new topic  Reply to topic    View previous topic :: View next topic 
Nuke78+Patched78_3. 1 don't exhibit banners
PostPosted: Sun Sep 18, 2005 7:31 am Reply with quote
Gideao
Resource Seeker
Resource Seeker
 
Joined: Apr 02, 2004
Posts: 20
Location: Maceió/AL - Brasil




Nuke78+Patched78_3. 1 don't exhibit banners. Nor with DeepBlue nor with other. And when I make the corrections the banners don't appear still.

Thanks!
View user's profile Send private message Visit poster's website
PostPosted: Sun Sep 18, 2005 4:54 pm Reply with quote
Evaders99
Resource Master
Resource Master
 
Joined: May 25, 2004
Posts: 1785




Seems to be working for me.
You have
Code:

echo ads(0);

in your theme.php, and you have the banner loaded in position 0 in the Advertising module?

_________________
- Star Wars Rebellion Network - Evaders Squadron Coding -

Need help? Nuke Patched Core, Coding Services, Webmaster Services
View user's profile Send private message Visit poster's website AIM Address
PostPosted: Sun Sep 18, 2005 7:02 pm Reply with quote
Gideao
Resource Seeker
Resource Seeker
 
Joined: Apr 02, 2004
Posts: 20
Location: Maceió/AL - Brasil




Very Happy Thank You!

Ready, now it is resolved.

Sad But still lack other theme. I have a theme that has the file header. html, and I tried to put the <?php echo ads(0); ?> and it didn't work. I want the banner to be exhibited inside of the header.html, and not in the top above the header.html.

When we want to exhibit the banner above the header, we simply put the php echo ads(0); in the index. php. But when we want the banner to be exhibited in the inside of the header. did html, use <? php echo ads(0); ? > and it doesn't work.
View user's profile Send private message Visit poster's website
PostPosted: Sun Sep 18, 2005 9:41 pm Reply with quote
Evaders99
Resource Master
Resource Master
 
Joined: May 25, 2004
Posts: 1785




You will have to put the banners into a variable, and use that in your .html file

in theme.php, before loading the .html
Code:

$banners = ads(0);


In your .html, put where you want it to display
Code:

$banners

_________________
- Star Wars Rebellion Network - Evaders Squadron Coding -

Need help? Nuke Patched Core, Coding Services, Webmaster Services
View user's profile Send private message Visit poster's website AIM Address
PostPosted: Sun Sep 18, 2005 11:34 pm Reply with quote
Gideao
Resource Seeker
Resource Seeker
 
Joined: Apr 02, 2004
Posts: 20
Location: Maceió/AL - Brasil




Thank you! Thank you!

Very Happy You are a genius! If Aladin scrubbed the phpnuke you would leave!

Gideão.
View user's profile Send private message Visit poster's website
PostPosted: Tue Oct 25, 2005 12:45 pm Reply with quote
robertr994
Resource Newbie
Resource Newbie
 
Joined: Mar 06, 2005
Posts: 23




I just set up a new site 7.8 virgin files and no banners used the varables above.....any ideas? also tried the $ads = (0) I do have banners set in position 0
View user's profile Send private message
PostPosted: Tue Oct 25, 2005 2:42 pm Reply with quote
Evaders99
Resource Master
Resource Master
 
Joined: May 25, 2004
Posts: 1785




And what code did you use?
Did you use:
Code:

echo ads(0);

?
Post your relevelant theme.php

_________________
- Star Wars Rebellion Network - Evaders Squadron Coding -

Need help? Nuke Patched Core, Coding Services, Webmaster Services
View user's profile Send private message Visit poster's website AIM Address
PostPosted: Tue Oct 25, 2005 7:56 pm Reply with quote
robertr994
Resource Newbie
Resource Newbie
 
Joined: Mar 06, 2005
Posts: 23




i have tried echo ads(0); $banners is there. THe theme is a custom theme but have the exact theme on another site with 7.8 patched and the banners work there after using the echo ads(0); you gave me a few months ago......that theme.php didnt make the banners work in the new site with 7.8 that my webhost had pre installed. I tried to ftp the patched files but ftp stalls when I try to upload the patch files.

Site is at www.kwtfworldwide.com
View user's profile Send private message
PostPosted: Tue Oct 25, 2005 10:46 pm Reply with quote
robertr994
Resource Newbie
Resource Newbie
 
Joined: Mar 06, 2005
Posts: 23




ok solved this problem if ($banners == 1) was if defined... only one more problem found so far will post in right topic
View user's profile Send private message
PostPosted: Fri Nov 25, 2005 1:41 pm Reply with quote
RoadLessTraveled
Resource Newbie
Resource Newbie
 
Joined: Jul 08, 2005
Posts: 23




I could use some help please
I am running fisubsilver Theme, uses a header.html
I can not seem to figure how to add the described html source to get banners to work in 7.8

I think the issue is in the BOLD section of the code I pasted fro the theme.php
Thanks in Advanced

$showbanners = "<a href=\"banners.php?op=click&bid=$bid\" target=\"_blank\"><img src=\"$imageurl\" border=\"0\" alt='$alttext' title='$alttext'></a> ";

Here is a link to the theme.php file, I can not paste any of the code here wont let me.
www.motofamilynews.com/images/theme.php

I get no responce from the auther of the theme and thier is no update to phpnuke 7.8 of this theme
View user's profile Send private message
PostPosted: Fri Nov 25, 2005 11:44 pm Reply with quote
Evaders99
Resource Master
Resource Master
 
Joined: May 25, 2004
Posts: 1785




Code:

$showbanners = ads(0);

_________________
- Star Wars Rebellion Network - Evaders Squadron Coding -

Need help? Nuke Patched Core, Coding Services, Webmaster Services
View user's profile Send private message Visit poster's website AIM Address
PostPosted: Wed Nov 30, 2005 10:14 am Reply with quote
RoadLessTraveled
Resource Newbie
Resource Newbie
 
Joined: Jul 08, 2005
Posts: 23




Evaders99 wrote:
Code:

$showbanners = ads(0);


Ok I got it to work but it displays the Banner Above the header at the Very Top instead in the Position of the Table

The Way I was able to get it to work was to remove all the banner == 1 to the $showbanners as you stated and then inserting tyhe echo ads

Is there any way to get this back into the header as I would like it
View user's profile Send private message
PostPosted: Fri Dec 09, 2005 5:38 pm Reply with quote
jperiod
Resource Seeker
Resource Seeker
 
Joined: Dec 07, 2005
Posts: 10




I've also been having trouble getting our theme to display the b