vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Major Additions - vB Ad Management 4 (https://vborg.vbsupport.ru/showthread.php?t=131150)

dollyking 06-15-2007 08:27 PM

Thanks for the mod, is there any way to disable ads on registration page. Displaying ads on registration pages is against Adsense ToS

Thanks

RedTyger 06-18-2007 02:00 PM

Yes, in General Options there's a place to enter pages where ads will not be displayed. It has instructions with the options, I forget how to enter it exactly, but you need to use the word 'register'.

IMPAQ 06-19-2007 02:28 AM

Doesn't work well with Zoints Local. :(

smith2007 06-19-2007 10:44 AM

Hi - Please excuse me if this seems like a really obvious post - I'm completely new to VB.

This add on looks superb and will hopefully do just what I need. (Rotating between my own ads with links and Google adsense ads).

I have downloaded the Zip file and extracted (so far just to my desktop). My two questions;

Q1 The first instruction says 'upload the product using the product manager'. I am not sure what the product manager is? Am I being extremely thick here?

The rest of the instructions make complete sense to me and I can upload the folder to my includes folder on the server, no problem.

Q2 Do I also need to dowload global start.php ? I see there are not that many downloads in comparison to the zip file. Again sorry if this is just me missing the obvious.

I just want to ensure that I complete the installation properly.

Thanks in anticipation of any pointers!:)

djbaxter 06-19-2007 12:44 PM

Quote:

Originally Posted by smith2007 (Post 1271676)
I have downloaded the Zip file and extracted (so far just to my desktop). My two questions;

Q1 The first instruction says 'upload the product using the product manager'. I am not sure what the product manager is? Am I being extremely thick here?

Admin CP | Plugins & Products | Product Manager

Scroll down to [Add/Import Product] at the bottom.

Upload using the first box.

Quote:

Originally Posted by smith2007 (Post 1271676)
Q2 Do I also need to dowload global start.php ? I see there are not that many downloads in comparison to the zip file.

Yes. This is a fix. Download this version of global_start.php and save it to the same folder as the previous version BEFORE uploading the files.

smith2007 06-19-2007 04:41 PM

Thank you for your help!!

Followed your instructions and now all is installed - great.

I was going to try this out by placing an advert in the header section. Reading the VB admangement settings page in VBoptions, I see you can have a static or rotating code. If I have a couple of banner jpgs uploaded on a folder on my server, can anyone advise me what code I should use in the header settings box to call these banners and rotate them? I wanted to make the each banner clickable to a URL.

As you wouldnt know my banner/folder names would it be possible to give me an idea by using the word yourbannerfilename in the code?

So grateful for any help.

I will also spend the next few days reading the rest of the 80 or so pages of posts relating to VB admanagement.

yagane 06-20-2007 04:10 AM

Hi All:

I have some weird problem here, I'm using 3.6.7 PL1:

I install the mod, and works great, but the Sharing Area is not working, when I put the "Adcode replacement" #shared# instead of the banner I got nothing.

example:
PHP Code:

admin default = site
#shared# = domain (field6 from the first thread user)
for
www.site.com/banner.jpg
or
www.domain.com/banner.jpg

I got
:
www..com/banner.jpg 

I uninstall, reinstall, in fact I try to make it work in several ways but with out luck. :(

vB Ad Management Ad Sharing settings
Enable Ad Sharing?: Yes
Adcode replacement: #shared#
Allow HTML in shared Adcode? Yes //I try yes and no
Identify adcode's owner? No //I try yes and no
Primary Ad Sharing Admin code: site
Primary Ad Sharing Admin code (Columns): site2
Ad Sharing FieldID: field6 //I try other fields just in case
Ad Sharing FieldID (Columns): field6
Chance of using the thread starter's Ad Sharing code: 99 // try to leave it blank, 100, 50 = no luck
Chance of using the last poster's Ad Sharing code: 1

The other fields are in blank.

Hope you can help me. The mod is great. Thanks for all!!! :D

RedTyger 06-20-2007 06:32 AM

Quote:

Originally Posted by smith2007 (Post 1271857)
Thank you for your help!!

Followed your instructions and now all is installed - great.

I was going to try this out by placing an advert in the header section. Reading the VB admangement settings page in VBoptions, I see you can have a static or rotating code. If I have a couple of banner jpgs uploaded on a folder on my server, can anyone advise me what code I should use in the header settings box to call these banners and rotate them? I wanted to make the each banner clickable to a URL.

As you wouldnt know my banner/folder names would it be possible to give me an idea by using the word yourbannerfilename in the code?

So grateful for any help.

I will also spend the next few days reading the rest of the 80 or so pages of posts relating to VB admanagement.

Not much point reading all the thread, a lot of it is about old verisons anyway.

Code:

<a href="www.url1.com"><img src="bannerfolder/banner1.jpg"></a> |
<a href="www.url2.com"><img src="bannerfolder/banner2.jpg"></a> |
<a href="www.url3.com"><img src="bannerfolder/banner3.jpg"></a>



Quote:

Originally Posted by yagane (Post 1272224)
Hi All:

I have some weird problem here, I'm using 3.6.7 PL1:

I install the mod, and works great, but the Sharing Area is not working, when I put the "Adcode replacement" #shared# instead of the banner I got nothing.

example:
PHP Code:

admin default = site
#shared# = domain (field6 from the first thread user)
for
www.site.com/banner.jpg
or
www.domain.com/banner.jpg

I got
:
www..com/banner.jpg 

I uninstall, reinstall, in fact I try to make it work in several ways but with out luck. :(

vB Ad Management Ad Sharing settings
Enable Ad Sharing?: Yes
Adcode replacement: #shared#
Allow HTML in shared Adcode? Yes //I try yes and no
Identify adcode's owner? No //I try yes and no
Primary Ad Sharing Admin code: site
Primary Ad Sharing Admin code (Columns): site2
Ad Sharing FieldID: field6 //I try other fields just in case
Ad Sharing FieldID (Columns): field6
Chance of using the thread starter's Ad Sharing code: 99 // try to leave it blank, 100, 50 = no luck
Chance of using the last poster's Ad Sharing code: 1

The other fields are in blank.

Hope you can help me. The mod is great. Thanks for all!!! :D

The domain isn't filtered is it? Could you link me to an example of this happening?

blindman4556 06-20-2007 04:21 PM

umm how do i install this ?

yagane 06-20-2007 06:40 PM

Quote:

Originally Posted by RedTyger (Post 1272273)
The domain isn't filtered is it? Could you link me to an example of this happening?

Thanks for reply. :D

Sure I put the example on the Header of the site:

the example
Site link: foroanime.com

#shared# = field6

Code:
Ad Sharing Adcode replacement -->#shared#

Banner:
Ad Sharing Adcode replacement --> pub-xxxxxxxxxxxxxxxx

Thanks in advance!!


All times are GMT. The time now is 03:56 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.03073 seconds
  • Memory Usage 1,766KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (2)bbcode_php_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (6)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete