You are missing our premiere tool bar navigation system! Register and use it for FREE!

NukeCops  
•  Home •  Downloads •  Gallery •  Your Account •  Forums • 
Readme First
- Readme First! -

Read and follow the rules, otherwise your posts will be closed
Modules
· Home
· FAQ
· Buy a Theme
· Advertising
· AvantGo
· Bookmarks
· Columbia
· Community
· Donations
· Downloads
· Feedback
· Forums
· PHP-Nuke HOWTO
· Private Messages
· Search
· Statistics
· Stories Archive
· Submit News
· Surveys
· Theme Gallery
· Top
· Topics
· Your Account
Who's Online
There are currently, 56 guest(s) and 0 member(s) that are online.

You are Anonymous user. You can register for free by clicking here
Nuke Cops :: View topic - Banners isn't working [ ]
 Forum FAQ  •  Search  •   •  Memberlist  •  Usergroups   •  Register  •  Profile •    •  Log in to check your private messages  •  Log in

 
Post new topic  Reply to topicprinter-friendly view
View previous topic Log in to check your private messages View next topic
Author Message
manojm
Nuke Soldier
Nuke Soldier


Joined: Jan 10, 2006
Posts: 10


PostPosted: Tue Feb 14, 2006 7:21 am Reply with quoteBack to top

I can't add a client to my banners page. I think when I hit the submit button, it takes me to /admin.php?op=BannersAdmin#top.
Do I have to edit admin.php and change the link on [Submit] so that it adds?
Could anyone help me?
Thanks,
Manoj
http://www.breadstickcentral.com
Find all posts by manojmView user's profileSend private message
Evaders99
Site Admin
Site Admin


Joined: Aug 17, 2003
Posts: 12403


PostPosted: Tue Feb 14, 2006 12:40 pm Reply with quoteBack to top

What version are you using? Using the latest Patched files? http://www.nukeresources.com

_________________
Helping those that help themselves
Read FIRST or DIE!

"Fighting is terrible, but not as terrible as losing the will to fight."
Star Wars Rebellion Network - Need Help? Evaders Squadron Coding
Find all posts by Evaders99View user's profileSend private messageVisit poster's websiteAIM Address
manojm
Nuke Soldier
Nuke Soldier


Joined: Jan 10, 2006
Posts: 10


PostPosted: Tue Feb 14, 2006 2:12 pm Reply with quoteBack to top

Um....I was using 7.7 yesterday, and the banner clients worked perfectly (even though I didn't have any at the time.)
Then I downloaded phpnuke7.8 and just ran the upgrade7.7to7.8.php file....was there anything else I was supposed to do????
Thanks,
Manoj
Find all posts by manojmView user's profileSend private message
Evaders99
Site Admin
Site Admin


Joined: Aug 17, 2003
Posts: 12403


PostPosted: Tue Feb 14, 2006 2:19 pm Reply with quoteBack to top

7.8 introduces a new Advertising system. The problem is that it still looking for the old banners stuff

Delete all the banners files in the/admin directory
admin/case/case.banners.php
admin/links/links.banners.php
admin/modules/banners.php

_________________
Helping those that help themselves
Read FIRST or DIE!

"Fighting is terrible, but not as terrible as losing the will to fight."
Star Wars Rebellion Network - Need Help? Evaders Squadron Coding
Find all posts by Evaders99View user's profileSend private messageVisit poster's websiteAIM Address
manojm
Nuke Soldier
Nuke Soldier


Joined: Jan 10, 2006
Posts: 10


PostPosted: Tue Feb 14, 2006 2:20 pm Reply with quoteBack to top

nevermind i think i got it
Find all posts by manojmView user's profileSend private message
buster726
Nuke Soldier
Nuke Soldier


Joined: Oct 09, 2005
Posts: 13


PostPosted: Tue Feb 21, 2006 10:00 am Reply with quoteBack to top

I have the same problem when trying to add a banner client. I just upgraded to 7.7

when you hit submit it takes you here:

admin.php?op=BannersAdmin#top
Find all posts by buster726View user's profileSend private message
Intelgio
Sergeant
Sergeant


Joined: Jul 02, 2004
Posts: 111


PostPosted: Tue Mar 21, 2006 6:13 am Reply with quoteBack to top

I have the same problem with 7.8, only after the upgrade, the advertising module does not show anywhere in admin. When I look at the modules directory on the server, it is there. It just will not show on the nuke site.

I have NEVER seen this before! Shocked
Find all posts by IntelgioView user's profileSend private messageVisit poster's website
toxictoy
Nuke Soldier
Nuke Soldier


Joined: Jan 31, 2006
Posts: 22


PostPosted: Tue Mar 21, 2006 6:39 am Reply with quoteBack to top

Same problem here.

I had 7.9 with 3.1 patches and all my google adsense banners where working fine. I installed 3.2 patches and no more banners working there. I has something to do with the code in the mainfile.php for "function ads($position)". I copy paste the code for that function from 3.1 to 3.2 patch and it worked fine again!

Toxic
www.pspwereld.be
Find all posts by toxictoyView user's profileSend private message
Evaders99
Site Admin
Site Admin


Joined: Aug 17, 2003
Posts: 12403


PostPosted: Tue Mar 21, 2006 7:11 am Reply with quoteBack to top

There is a filter on HTML code that needs to be removed
Code:

   $ad_code = filter($row2['ad_code'], "nohtml");

_________________
Helping those that help themselves
Read FIRST or DIE!

"Fighting is terrible, but not as terrible as losing the will to fight."
Star Wars Rebellion Network - Need Help? Evaders Squadron Coding
Find all posts by Evaders99View user's profileSend private messageVisit poster's websiteAIM Address
Intelgio
Sergeant
Sergeant


Joined: Jul 02, 2004
Posts: 111


PostPosted: Wed Mar 22, 2006 4:31 am Reply with quoteBack to top

Thanks, Evaders! Where can I find that code that needs to be removed? - Will this take care of the problem I am having with the Module not showing up on the site?

#UPDATE# - I have checked the modules table in the database and the Module was never added to the database table. I manually added it and now it appears in the modules block on the left of the page. When I click on it, it works fine - for a guest to the site. I upgraded the site to 7.9 thinking it would fix things on the admin side, but it did not. (The site is still under construction, so I was not concerned with breaking it...)
Find all posts by IntelgioView user's profileSend private messageVisit poster's website
Intelgio
Sergeant
Sergeant


Joined: Jul 02, 2004
Posts: 111


PostPosted: Wed Mar 22, 2006 5:21 am Reply with quoteBack to top

Well, it appears to be working now. This was strange!
Find all posts by IntelgioView user's profileSend private messageVisit poster's website
busby
Nuke Cadet
Nuke Cadet


Joined: Jan 24, 2006
Posts: 7


PostPosted: Thu Mar 23, 2006 2:58 am Reply with quoteBack to top

I am haveing trouble with ad's using javascript/html code, what was happening was some of the code was showing in the block instead of the ad,

i have removed that line of code you suggested now the code has stopped showing, but the ad still isnt working, the block doesnt resize to the ad size, so its just not recieving any information at all now

I am using nuke 7.9 patched 3.2
Find all posts by busbyView user's profileSend private message
Intelgio
Sergeant
Sergeant


Joined: Jul 02, 2004
Posts: 111


PostPosted: Thu Mar 23, 2006 4:16 am Reply with quoteBack to top

My blocks are diplaying the ads fine. When setting up a banner, you need to put the image size into the banner setup now. I am also finding out that the banner code for the top banner needs to ben changed in the theme that I am using.
Find all posts by IntelgioView user's profileSend private messageVisit poster's website
busby
Nuke Cadet
Nuke Cadet


Joined: Jan 24, 2006
Posts: 7


PostPosted: Thu Mar 23, 2006 5:25 am Reply with quoteBack to top

I am not displaying in my header, my ads display in in the advertising block, image ads display fine, if i try to use javascript ad's, iframe or html they dont work

and i need to use one of those methods for tradedoubler ad's
Find all posts by busbyView user's profileSend private message
Evaders99
Site Admin
Site Admin


Joined: Aug 17, 2003
Posts: 12403


PostPosted: Thu Mar 23, 2006 9:58 am Reply with quoteBack to top

Don't remove the line - remove the check_html function around it.

_________________
Helping those that help themselves
Read FIRST or DIE!

"Fighting is terrible, but not as terrible as losing the will to fight."
Star Wars Rebellion Network - Need Help? Evaders Squadron Coding
Find all posts by Evaders99View user's profileSend private messageVisit poster's websiteAIM Address
Display posts from previous:      
Post new topic  Reply to topicprinter-friendly view
View previous topic Log in to check your private messages View next topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



Powered by phpBB © 2001, 2005 phpBB Group

Ported by Nuke Cops © 2003 www.nukecops.com
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::
Powered by · TOGETHER TEAM srl ITALY http://www.togetherteam.it · DONDELEO E-COMMERCE http://www.DonDeLeo.com
Web site engine's code is Copyright © 2002 by PHP-Nuke. All Rights Reserved. PHP-Nuke is Free Software released under the GNU/GPL license.
Page Generation: 0.209 Seconds - 184 pages served in past 5 minutes. Nuke Cops Founded by Paul Laudanski (Zhen-Xjell)
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::