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

Reply
 
Thread Tools Display Modes
  #1  
Old 10-03-2009, 12:08 PM
dr nick dr nick is offline
 
Join Date: Aug 2007
Posts: 36
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Getting a banner above a forum subsection!

I am looking for a mod or help for in a easy way ad a banner above a forum.

I have serched the mod section but havnt found something that could work?

Here is a screendump in how a mean:
Reply With Quote
  #2  
Old 10-03-2009, 12:47 PM
Speysider's Avatar
Speysider Speysider is offline
 
Join Date: Apr 2009
Posts: 1,029
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

That is not a banner, but an ad, which is appearing because someone paid for Google AdSense Integration into vB.
Reply With Quote
  #3  
Old 10-03-2009, 01:00 PM
Djburn's Avatar
Djburn Djburn is offline
 
Join Date: Sep 2004
Location: Derbyshire
Posts: 18
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You can use a modification called VB Ad management,

https://vborg.vbsupport.ru/showthrea...=advertisement

have a look at this and see if that apeals to you,
Reply With Quote
  #4  
Old 10-03-2009, 01:23 PM
dr nick dr nick is offline
 
Join Date: Aug 2007
Posts: 36
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Speysider View Post
That is not a banner, but an ad, which is appearing because someone paid for Google AdSense Integration into vB.
No its not,I put it there but i cant do the same with my new style.

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

Quote:
Originally Posted by Djburn View Post
You can use a modification called VB Ad management,

https://vborg.vbsupport.ru/showthrea...=advertisement

have a look at this and see if that apeals to you,
I have thatone installed but i dont know how to use it and get it to but a banner above a sertain forum?

I have the Forum ad management installed but how doses it work?
Reply With Quote
  #5  
Old 10-03-2009, 01:33 PM
Djburn's Avatar
Djburn Djburn is offline
 
Join Date: Sep 2004
Location: Derbyshire
Posts: 18
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Try checking other ad modifications,

if this is not possible you can manually edit the Forumhome template bit

put your ad code above

Code:
$forumbits
So it looks like this

Code:
<-- Mycode here -->>

<!-- main -->
$forumbits
<div class="mfr"><strong>
			<a href="forumdisplay.php?$session[sessionurl]do=markread" rel="nofollow">$vbphrase[mark_forums_read]</a>
Reply With Quote
  #6  
Old 10-03-2009, 01:37 PM
dr nick dr nick is offline
 
Join Date: Aug 2007
Posts: 36
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Djburn View Post
Try checking other ad modifications,

if this is not possible you can manually edit the Forumhome template bit

put your ad code above

Code:
$forumbits
So it looks like this

Code:
<-- Mycode here -->>

<!-- main -->
$forumbits
<div class="mfr"><strong>
			<a href="forumdisplay.php?$session[sessionurl]do=markread" rel="nofollow">$vbphrase[mark_forums_read]</a>
I dont know how to do that?

The banner is on my server and it should link to a sertain site.
Reply With Quote
  #7  
Old 10-03-2009, 01:37 PM
Speysider's Avatar
Speysider Speysider is offline
 
Join Date: Apr 2009
Posts: 1,029
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by dr nick View Post
No its not,I put it there but i cant do the same with my new style.

--------------- Added 03 Oct 2009 at 15:25 ---------------



I have thatone installed but i dont know how to use it and get it to but a banner above a sertain forum?

I have the Forum ad management installed but how doses it work?
Erm, you firstly state that it's not an ad, but then say, yes it's an ad? Make up your mind. Is it or not?
Reply With Quote
  #8  
Old 10-03-2009, 01:38 PM
dr nick dr nick is offline
 
Join Date: Aug 2007
Posts: 36
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Speysider View Post
Erm, you firstly state that it's not an ad, but then say, yes it's an ad? Make up your mind. Is it or not?
It is a banner ad but not a google adsense ad,its just a picture banner.
Reply With Quote
  #9  
Old 10-03-2009, 01:40 PM
Speysider's Avatar
Speysider Speysider is offline
 
Join Date: Apr 2009
Posts: 1,029
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

vB ad management is jut the same as Google Adsense.
Reply With Quote
  #10  
Old 10-03-2009, 01:42 PM
Djburn's Avatar
Djburn Djburn is offline
 
Join Date: Sep 2004
Location: Derbyshire
Posts: 18
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by dr nick View Post
I dont know how to do that?

The banner is on my server and it should link to a sertain site.

ok to place that image go into your styles and templates find forumhome template bit on your style that you are using

next open it and edit.

il post you an example


Code:
<!-- image ad code --> 
<a href="http://url-to-website-location.com"><img src="http://url-to-image.com/imagefile.gif"></a>
<!-- Image ad code -->

<!-- main -->
$forumbits
<div class="mfr"><strong>
			<a href="forumdisplay.php?$session[sessionurl]do=markread" rel="nofollow">$vbphrase[mark_forums_read]</a>
so you will be placing an image with link on the image where you want it

code to edit is

Code:
<a href="http://url-to-website-location.com"><img src="http://url-to-image.com/imagefile.gif"></a>
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 03:37 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.03973 seconds
  • Memory Usage 2,257KB
  • 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
  • (6)bbcode_code
  • (6)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)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
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete