Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 03-30-2012, 10:53 AM
runnerjp runnerjp is offline
 
Join Date: Mar 2012
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Adding banner to header and footer.

How could i add a banner to my header and footer so its looks like the one here http://www.clubscuderia.co.uk/forum/

(below nav bar and above footer)
Reply With Quote
  #2  
Old 03-30-2012, 12:40 PM
HHelp1's Avatar
HHelp1 HHelp1 is offline
 
Join Date: May 2011
Location: Florida
Posts: 275
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well those are not banner.. They have added ads on it. But you could add your images/ banner by do this :
Code:
Advertising > Add New Ad > Then Choose Below Navbar or Footer ( click those yellow box box to choose) > Then enter title and add your codes there. . . . .
if there any question please don't afraid to ask ^^.

Regard.
Reply With Quote
  #3  
Old 03-30-2012, 03:13 PM
runnerjp runnerjp is offline
 
Join Date: Mar 2012
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

is php allowed within the Ad HTML ??

--------------- Added [DATE]1333124922[/DATE] at [TIME]1333124922[/TIME] ---------------

also how would i show Sub-Forum name the user is on?
Reply With Quote
  #4  
Old 03-30-2012, 10:07 PM
Iain M's Avatar
Iain M Iain M is offline
 
Join Date: Jul 2005
Location: Glasgow, Scotland
Posts: 256
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I wouldn't think that PHP is allowed in the Ad HTML.

Where do you want to show the sub forum name?
Reply With Quote
  #5  
Old 03-31-2012, 07:34 AM
runnerjp runnerjp is offline
 
Join Date: Mar 2012
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

where is the file stored that the ad html is stored to as i could hard code it.

I want to display a different banner depending on the sub forum name
Reply With Quote
  #6  
Old 03-31-2012, 11:07 AM
Iain M's Avatar
Iain M Iain M is offline
 
Join Date: Jul 2005
Location: Glasgow, Scotland
Posts: 256
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The ads are stored in the database.

What ad network needs you to put PHP code to display ads?

You could have your PHP in a separate file then load the PHP page in an iframe? For example, you would put
Code:
<iframe src="YOUR PHP PAGE"></iframe>
in the ad manager.

To show certain banners in certain forums you could try this:
Code:
<vb:if condition="$GLOBALS['forumid'] == XX">
<iframe src="YOUR PHP PAGE"></iframe>
<vb:elseif condition="$GLOBALS['forumid'] == YY">
<iframe src="YOUR PHP PAGE"></iframe>
<vb:else />
Everywhere else banner
</vb:if>
Change XX and YY to forumid's of where you want the banners.

To add more just keep adding elseif's... that could get messy tho.
Reply With Quote
  #7  
Old 04-02-2012, 08:45 AM
runnerjp runnerjp is offline
 
Join Date: Mar 2012
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

With the above which files do i need to include on the page ???

--------------- Added [DATE]1333367218[/DATE] at [TIME]1333367218[/TIME] ---------------

I treid
PHP Code:
session_start();

require_once(
'./global.php');
require_once(
DIR '/includes/functions_user.php');
require_once(
DIR '/includes/functions_misc.php');

echo 
$GLOBALS['forumid']; 
But it shows nothing
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 01:15 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.03777 seconds
  • Memory Usage 2,216KB
  • Queries Executed 13 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (3)bbcode_code
  • (1)bbcode_php
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (7)post_thanks_box
  • (7)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (7)post_thanks_postbit_info
  • (7)postbit
  • (7)postbit_onlinestatus
  • (7)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete