Clan Adverts

Sponsors

CT on Facebook

Latest Product

User Box

Anonymous
38.107.179.220
Nickname:

Password:

Security Code
Security Code
Type Security Code


PND Downloads Feed

Phpnuke Downloads
How to Delete or Reset yo...
How to Delete or Reset your PHPNuke Admin Account
Lost your admin password ?  Cant login to your admin account ? This s...
Back Online & Stuff
Back Online & Stuff
Look at us with our nifty website back up and running… Seriously...
How to edit the admins in...
How to edit the admins in the forums
Here is a way to make someone admin in your forums on your Evo site. I...
Demo Splash Screen
Demo Splash Screen
Ped @ Clan Themes has released a simple splash screen entrance hack. ...
Free Phpnuke Business The...
Free Phpnuke Business Theme 6
This is the 6th Business theme for Phpnuke that Clan Themes has releas...
Tricked Out Slider
Tricked Out Slider
We have seen some great new things come out of Tricked Out News and th...

Custom Work

PHP Nuke Custom Work

www.clanthemes.com :: View topic - Advertising banners
Advertising banners
Goto page 1, 2  Next

22 Replies / 4306 Views


Post new topic   Reply to topic  

   www.clanthemes.com Forum Index » General PhpNuke

View previous topic :: View next topic


Smutt
Reputation: 395.8 Add RepSubtract Rep
Local time: 6:44 AM

uk.gif

Rocket Noob
Rocket Noob

0.01 posts per day
Medals: 0

Joined: Aug 03, 2007
Last Visit: 11 Mar 2010
Posts: 20
Points: 6406 

Post Advertising banners Posted: Sun Apr 13, 2008 10:08 pm

Shop Purchases:
N-Tech 2142 Php Nuke Theme · BF2124 Splash Screen · Battlefield 2142 X-Theme (Ultimate) · Clan Roster v1.7 Php Nuke Module · Battlefield: Bad Company 2 Theme · Bad Company 2 Age Gate Splash Screen

Hey




Was wondering how i set up a banner much like the one you have at the top of your site, i have some people wanting to advertise but unsure how to set it up, i have activated the advertising module and set to top but its not showing, can anyone give me any pointers??




I can get it in a block but would like it at top and bottom if possible so i can start selling ad space, any help would be appreciated.


site http://1337-elite.co.uk/


Nuke version: Ravenuke 2.20.01



thanks in advance


Smutt
 

 
View user's profileSend private message Reply with quote

DreAdeDcoRpSE
Reputation: 2572.3 Add RepSubtract Rep
votes: 28
Local time: 1:44 AM
Location: Back of your Mind
usa.gif

Site Admin
Site Admin

1.37 posts per day
Medals: 3 (View more...)
Site Supporter (Amount: 1)
Forums Moderator
Forums Moderator
Joined: Sep 22, 2007
Last Visit: 24 May 2012
Posts: 2331
Points: 136106 

Post Re: Advertising banners Posted: Mon Apr 14, 2008 2:58 am

Shop Purchases:
Enemy Territory Theme (Aviator) for PHP Nuke · Clan Roster 2.0 ·  · Modern Warfare 3 Xtreme Theme

you can probably add that into the header.php on the base root directory. Just using simple HTML tags. or in the themes header.php, it might be header.html.

But it may also require you to do something like

Code:
echo "<a href='URL HERE'* <img src='/images/add/THEIMAGE.jpg'></a>";


Maybe something like that would possibly work if it requires you to do the php echo.

Just change the * to a >
 

 
View user's profileSend private messageVisit poster's website Reply with quote

Ped
Reputation: 93.7 Add RepSubtract Rep
votes: 37
Local time: 7:44 AM
Location: Great British Empire
uk.gif

Site Founder
Site Founder

1.82 posts per day
Medals: 2 (View more...)
Super Dedicated User (Amount: 1)
Theme Guru
Theme Guru
Joined: Nov 13, 2006
Last Visit: 25 May 2012
Posts: 3672
Points: 191886 

Post Advertising banners Posted: Mon Apr 14, 2008 8:21 am

Shop Purchases:
Clan Roster 2.0 · Bad Company 2 Vietnam Xtreme Theme

Just open up the file yoursite.com\themes\T3-Multi_Light\head.php

scroll down and you will see some code like this

Code:
 // add banners below...
 if($banners == 1) {
    include("banners.php"); }
// end banners
   
// add advertisment module
if($Advertismet==1) {
 echo ads(0); }
//end advertisment module


change all of that code to read
Code:
echo ads(0);


Thats now going to select the ad position 0 and show the image.. images can not be no bigger than 800x90 pixels
 

 
View user's profileSend private messageSend e-mail Reply with quote


Smutt
Reputation: 395.8 Add RepSubtract Rep
Local time: 6:44 AM

uk.gif

Rocket Noob
Rocket Noob

0.01 posts per day
Medals: 0

Joined: Aug 03, 2007
Last Visit: 11 Mar 2010
Posts: 20
Points: 6406 

Post Advertising banners Posted: Mon Apr 14, 2008 1:41 pm

Shop Purchases:
N-Tech 2142 Php Nuke Theme · BF2124 Splash Screen · Battlefield 2142 X-Theme (Ultimate) · Clan Roster v1.7 Php Nuke Module · Battlefield: Bad Company 2 Theme · Bad Company 2 Age Gate Splash Screen

thanks ped, think mine is already set to 0, i just wanted the different banners to scroll instead of doing a random image when page is refreshed Dont Know
 

 
View user's profileSend private message Reply with quote

Ped
Reputation: 93.7 Add RepSubtract Rep
votes: 37
Local time: 7:44 AM
Location: Great British Empire
uk.gif

Site Founder
Site Founder

1.82 posts per day
Medals: 2 (View more...)
Super Dedicated User (Amount: 1)
Theme Guru
Theme Guru
Joined: Nov 13, 2006
Last Visit: 25 May 2012
Posts: 3672
Points: 191886 

Post Re: Advertising banners Posted: Mon Apr 14, 2008 2:38 pm

Shop Purchases:
Clan Roster 2.0 · Bad Company 2 Vietnam Xtreme Theme

well if you add more than one banner to the advertisement module, they will alternate for each page refresh.. (if you set the banners to 0)

if you wanted them scrolling from left to right say, i wouldn't use the advertisement module.. but something like the supporters module
 

 
View user's profileSend private messageSend e-mail Reply with quote

Smutt
Reputation: 395.8 Add RepSubtract Rep
Local time: 6:44 AM

uk.gif

Rocket Noob
Rocket Noob

0.01 posts per day
Medals: 0

Joined: Aug 03, 2007
Last Visit: 11 Mar 2010
Posts: 20
Points: 6406 

View user's profileSend private message Reply with quote


Ped
Reputation: 93.7 Add RepSubtract Rep
votes: 37
Local time: 7:44 AM
Location: Great British Empire
uk.gif

Site Founder
Site Founder

1.82 posts per day
Medals: 2 (View more...)
Super Dedicated User (Amount: 1)
Theme Guru
Theme Guru
Joined: Nov 13, 2006
Last Visit: 25 May 2012
Posts: 3672
Points: 191886 

Post Re: Advertising banners Posted: Mon Apr 14, 2008 4:12 pm

Shop Purchases:
Clan Roster 2.0 · Bad Company 2 Vietnam Xtreme Theme

Just search for supporters module.

I actually made the supporters 2 module too so you can have 2 modules the same.
 

 
View user's profileSend private messageSend e-mail Reply with quote

Syntax2112
Reputation: 506 Add RepSubtract Rep
Local time: 1:44 AM

usa.gif

Tree Hugger
Tree Hugger

0.03 posts per day
Medals: 0

Joined: Oct 24, 2007
Last Visit: 20 Feb 2011
Posts: 51
Points: 2016 

Post Advertising banners Posted: Thu May 22, 2008 10:20 pm

Shop Purchases:
Multi-T3 Multi Gaming Theme · Call of Duty 4 Ultimate Theme

Ok,,, I'm trying to add a banned just under my header image. There's one that came with the theme and I did some editing to it to make it the way I want it. I've read the posting and looked at the head.php and saw SOME of that code but it doesn't look like whats posted. I'm alittle confused as to what exactly to do to get the banner up on the main page.. Can somebody help me out here ??

Thanks..
 

 
View user's profileSend private message Reply with quote

Syntax2112
Reputation: 506 Add RepSubtract Rep
Local time: 1:44 AM

usa.gif

Tree Hugger
Tree Hugger

0.03 posts per day
Medals: 0

Joined: Oct 24, 2007
Last Visit: 20 Feb 2011
Posts: 51
Points: 2016 

Post Advertising banners Posted: Thu May 22, 2008 10:24 pm

Shop Purchases:
Multi-T3 Multi Gaming Theme · Call of Duty 4 Ultimate Theme

Ok,,, I'm trying to add a banned just under my header image. There's one that came with the theme and I did some editing to it to make it the way I want it. I've read the posting and looked at the head.php and saw SOME of that code but it doesn't look like whats posted. I'm alittle confused as to what exactly to do to get the banner up on the main page.. Can somebody help me out here ??

Thanks..
 

 
View user's profileSend private message Reply with quote


Syntax2112
Reputation: 506 Add RepSubtract Rep
Local time: 1:44 AM

usa.gif

Tree Hugger
Tree Hugger

0.03 posts per day
Medals: 0

Joined: Oct 24, 2007
Last Visit: 20 Feb 2011
Posts: 51
Points: 2016 

Post Re: Advertising banners Posted: Thu Jun 19, 2008 12:05 pm

Shop Purchases:
Multi-T3 Multi Gaming Theme · Call of Duty 4 Ultimate Theme

Ped wrote:
Just open up the file yoursite.com\themes\T3-Multi_Light\head.php

scroll down and you will see some code like this

Code:
 // add banners below...
 if($banners == 1) {
    include("banners.php"); }
// end banners
   
// add advertisment module
if($Advertismet==1) {
 echo ads(0); }
//end advertisment module


change all of that code to read
Code:
echo ads(0);


Thats now going to select the ad position 0 and show the image.. images can not be no bigger than 800x90 pixels



I looked for that code and didn't see anything like it other than :

if($banners == 1) {
include("banners.php"); }

echo" </td>"
. "</tr>"
. "<tr>"
. " <td colspan=\"21\">"
. " <img src=\"themes/Multi-T3/images/header_27.jpg\" width=\"962\" height=\"19\" alt=\"\"></td>"
. "</tr>"
. "</table>"
. "<!-- End ImageReady Slices -->"
. " <table align=\"center\" width=\"980\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\" height=\"20\" > "
. " <tr valign=\"top\"> "
. "<td width=\"980\" valign=\"top\" bgcolor=\"#292929\">";


Any idea's ??? My ad banner still won't work properly...
 

 
View user's profileSend private message Reply with quote

Bayler
Reputation: 856.9 Add RepSubtract Rep
votes: 10
Local time: 1:44 AM

usa.gif

Fire In The Hole
Fire In The Hole

0.16 posts per day
Medals: 1 (View more...)
Site Supporter (Amount: 1)

Joined: Nov 01, 2007
Last Visit: 08 May 2009
Posts: 275
Points: 2038 

Post Advertising banners Posted: Thu Jun 19, 2008 10:17 pm

i would suggest JavaScript Fade effect to the Banners instead of using the ( Supporters ) Module...

Mostly because the Banners Clients allows a purchase system.. as well as a multi placement selection...

DynamicDrive has a very large database list of ( Image Fade Effect ) scripts available...
To implement one...simply add the script to the included banner#.php file...

If you only have one banner loaded to that placement it wouldn't fade..however, if you had multiple banners loaded to the same placement, it would simply fade in and out the entire list of images as well as their links in a loop.
 

You will not recieve help from me if i have to go digging for your CMS information and version, If i have to take the time to play 21 questions, then you can take the time to google! No Copyright, no support either!  
View user's profileSend private messageMSN Messenger Reply with quote

Syntax2112
Reputation: 506 Add RepSubtract Rep
Local time: 1:44 AM

usa.gif

Tree Hugger
Tree Hugger

0.03 posts per day
Medals: 0

Joined: Oct 24, 2007
Last Visit: 20 Feb 2011
Posts: 51
Points: 2016 

Post Re: Advertising banners Posted: Sun Jun 29, 2008 1:54 pm

Shop Purchases:
Multi-T3 Multi Gaming Theme · Call of Duty 4 Ultimate Theme

Bayler wrote:
i would suggest JavaScript Fade effect to the Banners instead of using the ( Supporters ) Module...

Mostly because the Banners Clients allows a purchase system.. as well as a multi placement selection...

DynamicDrive has a very large database list of ( Image Fade Effect ) scripts available...
To implement one...simply add the script to the included banner#.php file...

If you only have one banner loaded to that placement it wouldn't fade..however, if you had multiple banners loaded to the same placement, it would simply fade in and out the entire list of images as well as their links in a loop.



All I want to do is add this image ( http://www.gamefest.ca/images/banners/clanthemes1.gif ) to the banner under the header.....Advertising for clan-themes basically...
 

 
View user's profileSend private message Reply with quote

Post new topic   Reply to topic  
   www.clanthemes.com Forum Index » General PhpNuke


 
22 Replies / 4306 Views
Page 1 of 2
All times are GMT
Goto page 1, 2  Next
Display posts from previous:   
 
Jump to:  
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
You cannot attach files in this forum
You can download files in this forum