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 05-29-2011, 08:43 PM
RC-Central's Avatar
RC-Central RC-Central is offline
 
Join Date: May 2011
Posts: 86
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Adding site supporter banners??

I would like to know how to add banners on vb 4.1.3 for companies that are interested in advertising on my site?? The banners I have are jpg,gif,xxx,xxx formats not html. Please LMK what I have to do to set this up properly??

Thanks!
Reply With Quote
  #2  
Old 05-29-2011, 08:49 PM
preemz10314 preemz10314 is offline
 
Join Date: Oct 2010
Posts: 189
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

you can do this a few ways, one is with template edits. notices & forum blocks.

regardless you will have to turn the banners you have into links. This is how banners are created.

You can test this easily by, uploading your banners to your domain, or other file sharing sites, and turn them into links with easy html/

Just fill in url here & url of image... -leave the quotes. You can test that by taking that code and filling it into the HTML box of a notice to see how it is done.

Code:
<a href="URL HERE"><img src="URL OF IMAGE"></a>
as well just putting this code into notices, there are also, numerous "adsense" mods around. or other advertising plugins, these can be used for more then adsense, if you would like you can use those mods, to simply put your own ad codes in like the above ones and can promote you forum space to paying advertisers...your friends websites...your other sites..etc..

but you will always need to turn a picture into a link to create a banner.. Very simple with the above code.
Reply With Quote
  #3  
Old 05-29-2011, 09:15 PM
RC-Central's Avatar
RC-Central RC-Central is offline
 
Join Date: May 2011
Posts: 86
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Please point me to suggested "adsense mod" capable of doing said actions. I am new to the vb scene so please excuse my vb ignorance I am on 4.1.3
Reply With Quote
  #4  
Old 05-29-2011, 09:23 PM
preemz10314 preemz10314 is offline
 
Join Date: Oct 2010
Posts: 189
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You can test this out with,

https://vborg.vbsupport.ru/showthrea...=digital+point

Or even, by using the built in advertising.

Admincp> advertising> Add new ad> simply select where you would like to place an ad>

then insert the details of your banner into the box that says ad html. Select who you would like to see the ad. and your done!
Reply With Quote
  #5  
Old 05-29-2011, 09:28 PM
RC-Central's Avatar
RC-Central RC-Central is offline
 
Join Date: May 2011
Posts: 86
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I guess I could use photobucket or something of the sorts to get a html link for the banner pic. I was just looking for something that has that feature incorperated if there is such a mod...

I just didnt want to have to go through all types of hoops to achieve 1 goal. I wanted to have the ad banners link back to their main sites...

Basically add ad image>add destination link url>save = clickable banner that reroutes to advertising banners homepage
Reply With Quote
  #6  
Old 05-29-2011, 11:06 PM
preemz10314 preemz10314 is offline
 
Join Date: Oct 2010
Posts: 189
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by RC-Central View Post
I guess I could use photobucket or something of the sorts to get a html link for the banner pic. I was just looking for something that has that feature incorperated if there is such a mod...

I just didnt want to have to go through all types of hoops to achieve 1 goal. I wanted to have the ad banners link back to their main sites...

Basically add ad image>add destination link url>save = clickable banner that reroutes to advertising banners homepage
A single banner can only link to one site, if they have multiple sites they would like to be displayed you would need a seperate banner for each site.....
Reply With Quote
  #7  
Old 05-29-2011, 11:20 PM
RC-Central's Avatar
RC-Central RC-Central is offline
 
Join Date: May 2011
Posts: 86
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by preemz10314 View Post
A single banner can only link to one site, if they have multiple sites they would like to be displayed you would need a seperate banner for each site.....
That is what I am trying to do. 1 banner for each advertiser that links back to their website. I did it through photobucket but the banner clicks back to PB lol..
Reply With Quote
  #8  
Old 05-30-2011, 04:03 PM
preemz10314 preemz10314 is offline
 
Join Date: Oct 2010
Posts: 189
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by RC-Central View Post
That is what I am trying to do. 1 banner for each advertiser that links back to their website. I did it through photobucket but the banner clicks back to PB lol..
Code:
<a href="URL HERE"><img src="URL OF IMAGE"></a>
Sounds like your a little confused,

where it says URL here, that is your advertisers link, where it says URL of image, thats where you put the photobucket link..so it should like this. Change www.supporter.com to your supporter.

Code:
<a href="http://www.yoursupportershomepage.com"><img src="http://www.yourphotobucketlink.com"></a>
Reply With Quote
  #9  
Old 05-30-2011, 07:20 PM
RC-Central's Avatar
RC-Central RC-Central is offline
 
Join Date: May 2011
Posts: 86
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Like this?

<a href="http://rchelicanada.com"><img src="http://i1179.photobucket.com/albums/x392/RC-Central/rchelicanada_logo2.jpg"></a>

Works perfect! Thanks for the help!!!
Reply With Quote
  #10  
Old 05-30-2011, 10:33 PM
preemz10314 preemz10314 is offline
 
Join Date: Oct 2010
Posts: 189
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

your very welcome.
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 07:34 PM.


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.10657 seconds
  • Memory Usage 2,263KB
  • 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
  • (3)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