Tricked Out News

Welcome to TON. This site is dedicated to development of addons for the RavenNuke™ CMS
Follow Us:
Tricked Out Mods: Forums

 Forum FAQForum FAQ   SearchSearch   UsergroupsUsergroups   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Banner ad in forum header
 
 
Post new topic   Reply to topic   print    Tricked Out News Forum Index -> RavenNuke
View previous topic :: View next topic  
Author Message
bobby
Site Admin
Site Admin


Joined: Jan 20, 2009
Posts: 600
Location: North Carolina
Reputation: 543Reputation: 543Reputation: 543
votes: 4

PostPosted: Thu May 06, 2010 3:17 pm 
Post subject: Banner ad in forum header
Reply with quote

First thing, create a new banner position in you Advertising ACP. For this How To, we will assume the new banner position is 2. If it is different, adjust ads(2) with your number.

Open modules/Forums/includes/page_header.php and find:

Code:
if (!$is_inline_review & $mod_name != "Private Messages") {

      title("$sitename: $mod_name");
}


and change to:

Code:
if (!$is_inline_review & $mod_name != "Private Messages") {

   if ($banners) {
      OpenTable();
echo ads(2);
CloseTable();
   }else{
title("$sitename: $mod_name");
}
}

_________________
Tricked Out News
  
Back to top
View user's profile Send private message
sortilege2021
Regular
Regular


Joined: Nov 25, 2010
Posts: 16

Reputation: 5.6Reputation: 5.6Reputation: 5.6Reputation: 5.6Reputation: 5.6

PostPosted: Tue Dec 14, 2010 1:45 pm 
Post subject:
Reply with quote

great!
  
Back to top
View user's profile Send private message
Display posts from previous:       
Post new topic   Reply to topic   print    Tricked Out News Forum Index -> RavenNuke All times are GMT - 5 Hours
 
 Page 1 of 1

 

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 cannot download files in this forum

Powered by phpBB © 2001-2008 phpBB Group
Forums ©