Clan Adverts

Custom PHPNuke Scripts

www.clan-themes.co.uk :: View topic - Advertising banners

 Welcome To Clan Themes 

As the board grows please remember the Search Option and we hope you find our community useful.

We also monitor Private Messages to stop members from abusing our sites system.
If you are asking for assistance please provide your site link and nuke version, Thanks.

Advertising banners
Goto page 1, 2  Next

22 Replies / 1714 Views


Post new topic   Reply to topic  

   www.clan-themes.co.uk Forum Index » General PhpNuke

View previous topic :: View next topic


Smutt
Reputation: 373.9
Local time: 3:26 PM

uk.gif

Status: Offline
0.06 posts per day
Medals: 0

Joined: Aug 03, 2007
Last Visit: 26 May 2008
Posts: 31
Points: 307 

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

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: 738.8
votes: 5
Local time: 10:26 AM
Location: Back of your Mind
usa.gif

Status: Offline
1.14 posts per day
Medals: 2 (View more...)
Dedication (Amount: 1)
Forums Moderator
Forums Moderator
Joined: Sep 22, 2007
Last Visit: 02 Dec 2008
Posts: 496
Points: 11369 

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

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 >
 

  • Donations for custom work is appreciated at [HS]
 
View user's profileSend private messageVisit poster's websiteAIM AddressYahoo MessengerMSN Messenger Reply with quote

Ped
Reputation: 336.9
votes: 17
Local time: 4:26 PM
Location: Great British Empire
uk.gif

Status: Offline
2.35 posts per day
Medals: 2 (View more...)
Forums MoD (Amount: 1)
Clan Themes Theme Guru
Clan Themes Theme Guru
Joined: Nov 13, 2006
Last Visit: 01 Dec 2008
Posts: 1765
Points: 15745 

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

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-mailVisit poster's website Reply with quote


Smutt
Reputation: 373.9
Local time: 3:26 PM

uk.gif

Status: Offline
0.06 posts per day
Medals: 0

Joined: Aug 03, 2007
Last Visit: 26 May 2008
Posts: 31
Points: 307 

View user's profileSend private message Reply with quote

Ped
Reputation: 336.9
votes: 17
Local time: 4:26 PM
Location: Great British Empire
uk.gif

Status: Offline
2.35 posts per day
Medals: 2 (View more...)
Dedicated User (Amount: 1)
Clan Themes Theme Guru
Clan Themes Theme Guru
Joined: Nov 13, 2006
Last Visit: 01 Dec 2008
Posts: 1765
Points: 15745 

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

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-mailVisit poster's website Reply with quote

Smutt
Reputation: 373.9
Local time: 3:26 PM

uk.gif

Status: Offline
0.06 posts per day
Medals: 0

Joined: Aug 03, 2007
Last Visit: 26 May 2008
Posts: 31
Points: 307 

View user's profileSend private message Reply with quote




Ped
Reputation: 336.9
votes: 17
Local time: 4:26 PM
Location: Great British Empire
uk.gif

Status: Offline
2.35 posts per day
Medals: 2 (View more...)
Forums MoD (Amount: 1)
Clan Themes Theme Guru
Clan Themes Theme Guru
Joined: Nov 13, 2006
Last Visit: 01 Dec 2008
Posts: 1765
Points: 15745 

View user's profileSend private messageSend e-mailVisit poster's website Reply with quote

Syntax2112
Reputation: 479.2
Local time: 10:26 AM

canada.gif

Status: Offline
0.13 posts per day
Medals: 0

Joined: Oct 24, 2007
Last Visit: 18 Oct 2008
Posts: 51
Points: 2197 

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: 479.2
Local time: 10:26 AM

canada.gif

Status: Offline
0.13 posts per day
Medals: 0

Joined: Oct 24, 2007
Last Visit: 18 Oct 2008
Posts: 51
Points: 2197 

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: 479.2
Local time: 10:26 AM

canada.gif

Status: Offline
0.13 posts per day
Medals: 0

Joined: Oct 24, 2007
Last Visit: 18 Oct 2008
Posts: 51
Points: 2197 

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: 751.4
votes: 9
Local time: 10:26 AM

usa.gif

Status: Offline
0.70 posts per day
Medals: 1 (View more...)
Site Supporter (Amount: 1)

Joined: Nov 01, 2007
Last Visit: 02 Dec 2008
Posts: 276
Points: 6725 

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: 479.2
Local time: 10:26 AM

canada.gif

Status: Offline
0.13 posts per day
Medals: 0

Joined: Oct 24, 2007
Last Visit: 18 Oct 2008
Posts: 51
Points: 2197 

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...