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)

mugz 01-21-2007 01:41 PM

great mod installed but some reason when i log off the sponser link dont show or if i log in to any other member group other than admin? I aint sure what is wrong?

bada_bing 01-21-2007 02:55 PM

I have noticed that when I enter a google adsense code to display within a forum post or under the forumlist it throws the entire template off the screen. Is there a way to wrap these code within a table or fix it so it does not throw the style off?

RedTyger 01-21-2007 03:28 PM

Quote:

Originally Posted by mugz (Post 1164253)
great mod installed but some reason when i log off the sponser link dont show or if i log in to any other member group other than admin? I aint sure what is wrong?

Double check your usergroup settings in the global settings section. If you want Guests to be able to see the advertisements for instance, you should have a 1 in the "Enable for Usergroups" entry and not have a 1 in the NOT enable section.

Quote:

Originally Posted by bada_bing (Post 1164309)
I have noticed that when I enter a google adsense code to display within a forum post or under the forumlist it throws the entire template off the screen. Is there a way to wrap these code within a table or fix it so it does not throw the style off?

Can you give me a link to a live example?

mugz 01-21-2007 04:02 PM

thanks problem fixed

tsptom 01-22-2007 12:51 AM

:confused: First mod I have tried to install and of course I screwed it up. Went through instruction but don't see anything - anywhere - On board or in cp. I must be missing something. Should I just start over? I feel dumb. :o

I did all of this...

Instructions
Upload the product using the Product Manager.
Go to Style Manager > Edit Templates and...
Find <!-- post $post[postid] popup menu --> and paste $postbit_advertisement above it in your postbit & postbit_legacy templates.
v2.0 Paste $forumbit_advertisement at the bottom of your forumhome_forumbit_level1_post and forumhome_forumbit_level2_post templates.
v2.0 Paste $threadbit_advertisement at the bottom of your threadbit template.
v2.0 Paste $footer_advertisement at the top of your footer template.
v2.0 Find $spacer_close in your footer template and below it paste $rightcolumn_advertisement.
v2.0 Find &nbsp; in your header template and replace it with $header_advertisement.
v2.0 Find $spacer_open in your header template and below it paste $leftcolumn_advertisement.

What else needs to be done? Where do I add the advertising scripts?

Thanks for any help.

RedTyger 01-22-2007 08:26 AM

All the rest is done via a Control Panel interface. There are several new sections added to AdminCP > vBulletin Options. They should be at the bottom of the list.

bada_bing 01-22-2007 12:09 PM

Yes please view it here

http://www.captivepets.com/forums/index.php

bada_bing 01-22-2007 12:35 PM

Here are the screen shots

rnmcd 01-22-2007 12:35 PM

Quote:

Originally Posted by bada_bing (Post 1164954)

Do we need to register to see what you are referring to?

bada_bing 01-22-2007 12:40 PM

Quote:

Originally Posted by rnmcd (Post 1164964)
Do we need to register to see what you are referring to?

Yes..I havent yet played with the permissions yet.. If you can tell me where to set it so everyone can view I can change it.. The forum is not live yet so no new members are allowed but if you need me to create you an id I can , I have attached some screen shots above this post though

RedTyger 01-22-2007 01:07 PM

Quote:

Originally Posted by bada_bing (Post 1164963)
Here are the screen shots

Ah, I see. No there's nothing I can do about that I'm afraid, it's up to you to size the advertisements to your forum.

bada_bing 01-22-2007 02:49 PM

ah ok any hopes of this getting corrected on next release?

RedTyger 01-22-2007 02:51 PM

No, like I just said...if someone is going to use an advertisement that's too big for the space they've got, that's up to them. I can't do anything about it. If you don't have enough space, don't use that advertisement. Simple as that. :)

klmklm 01-22-2007 06:11 PM

Hi,

I am sure I missed something in the installateion, I managed to
PHP Code:

Find <!-- post $post[postidpopup menu --> and paste $postbit_advertisement above it in your postbit postbit_legacy templates

How do I:-
  1. Upload the product using the Product Manager.
  2. And where is the install button on the download page for me to proceed with the download


Any help is appreciated......

Shoei 01-22-2007 08:36 PM

Just a heads up to people who want their ads to work with other products like IBProArcade and such to use $GLOBALS[] in their style templates like
PHP Code:

$GLOBALS[footer_advertisement


SportsZone 01-22-2007 08:40 PM

I have a problem. My site has 3 different styles, and I want the google ads, when showing, to blend into the styles background. At the moment, I have got the same ad on all the styles, which looks messy.

So what I want to know is, how do I restrict certain ads to a style?

RedTyger 01-23-2007 08:51 AM

Quote:

Originally Posted by SportsZone (Post 1165285)
I have a problem. My site has 3 different styles, and I want the google ads, when showing, to blend into the styles background. At the moment, I have got the same ad on all the styles, which looks messy.

So what I want to know is, how do I restrict certain ads to a style?

Edit the (whatever)_advertisement template and change it to the following.

Code:

<if condition="$bbuserinfo['styleid'] == 1">
$(whatever)_adcode
</if>
<if condition="$bbuserinfo['styleid'] == 2">
Your advertisement code for styleid 2
</if>
<if condition="$bbuserinfo['styleid'] == 3">
Your advertisement code for styleid 3
</if>

Etc. You can't manage style-specifics from the AdminCP.

azn_romeo_4u 01-23-2007 04:43 PM

Looks like an awesome mod O_O gonna be using it ASAP.

Reece^B 01-23-2007 07:51 PM

Cheers for the update.

dbdbdbdb 01-23-2007 07:52 PM

After installing V3.0 the following errors did occur in forumdisplay.php:

Warnung: in_array() [function.in-array]: Wrong datatype for second argument in /forumdisplay.php(907) : eval()'d code (Zeile 116)

Warnung: in_array() [function.in-array]: Wrong datatype for second argument in /forumdisplay.php(907) : eval()'d code (Zeile 116)

Warnung: in_array() [function.in-array]: Wrong datatype for second argument in /forumdisplay.php(907) : eval()'d code (Zeile 116)

Warnung: in_array() [function.in-array]: Wrong datatype for second argument in /forumdisplay.php(907) : eval()'d code (Zeile 116)

Warnung: in_array() [function.in-array]: Wrong datatype for second argument in /forumdisplay.php(907) : eval()'d code (Zeile 116)

Warnung: in_array() [function.in-array]: Wrong datatype for second argument in /forumdisplay.php(907) : eval()'d code (Zeile 116)

Warnung: in_array() [function.in-array]: Wrong datatype for second argument in /forumdisplay.php(907) : eval()'d code (Zeile 116)

Warnung: in_array() [function.in-array]: Wrong datatype for second argument in /forumdisplay.php(907) : eval()'d code (Zeile 116)

and:

Die Cookies konnten nicht gesetzt werden, da der Header schon an den Browser geschickt wurde.
Datei: /is/htdocs/xxxx/www/xxxxx/forum/includes/class_core.php
Zeile: 3036

John W Smith 01-24-2007 12:54 AM

In the left side I placed Adsense code for a 120x600 ad. When I place additional code for an Adsense 120x 240 "download firefox with Googlebar" button below it it displays fine in Firefox, as a 120x840 column with a border. In IE 6 and 7 the border is displaced to the right around empty space i.e. the 2 ad units are displayed as a column with an approx 50x840 empty space to the right.

I used collapsing ads for when Adsense does not display an ad. For a 120 x 600 ad on the right the space does not completely collapse but appears to collapse about half way in width. The ad itself collapses to a small (but visible) box but the vB collumns do not move all the way to the right to fill the void as they do when I turn off ads on the right side.

I have V2.0 installed

RedTyger 01-24-2007 07:04 AM

Quote:

Originally Posted by dbdbdbdb (Post 1165966)
After installing V3.0 the following errors did occur in forumdisplay.php:

Warnung: in_array() [function.in-array]: Wrong datatype for second argument in /forumdisplay.php(907) : eval()'d code (Zeile 116)

Warnung: in_array() [function.in-array]: Wrong datatype for second argument in /forumdisplay.php(907) : eval()'d code (Zeile 116)

Warnung: in_array() [function.in-array]: Wrong datatype for second argument in /forumdisplay.php(907) : eval()'d code (Zeile 116)

Warnung: in_array() [function.in-array]: Wrong datatype for second argument in /forumdisplay.php(907) : eval()'d code (Zeile 116)

Warnung: in_array() [function.in-array]: Wrong datatype for second argument in /forumdisplay.php(907) : eval()'d code (Zeile 116)

Warnung: in_array() [function.in-array]: Wrong datatype for second argument in /forumdisplay.php(907) : eval()'d code (Zeile 116)

Warnung: in_array() [function.in-array]: Wrong datatype for second argument in /forumdisplay.php(907) : eval()'d code (Zeile 116)

Warnung: in_array() [function.in-array]: Wrong datatype for second argument in /forumdisplay.php(907) : eval()'d code (Zeile 116)

and:

Die Cookies konnten nicht gesetzt werden, da der Header schon an den Browser geschickt wurde.
Datei: /is/htdocs/xxxx/www/xxxxx/forum/includes/class_core.php
Zeile: 3036


I could do with a few more details than that. ;) All the Adcode you're using and any relevant settings.

Quote:

Originally Posted by John W Smith (Post 1166132)
In the left side I placed Adsense code for a 120x600 ad. When I place additional code for an Adsense 120x 240 "download firefox with Googlebar" button below it it displays fine in Firefox, as a 120x840 column with a border. In IE 6 and 7 the border is displaced to the right around empty space i.e. the 2 ad units are displayed as a column with an approx 50x840 empty space to the right.

I used collapsing ads for when Adsense does not display an ad. For a 120 x 600 ad on the right the space does not completely collapse but appears to collapse about half way in width. The ad itself collapses to a small (but visible) box but the vB collumns do not move all the way to the right to fill the void as they do when I turn off ads on the right side.

I have V2.0 installed


With your first problem it sounds like a browser issue with the Adcode itself, something I can't do anything about. The code might need changing to be compatible with Internet Explorer browsers or it might not be possible to make it compatible at all if it's third party code.

The second problem could be different, can you post or PM me the Adcode you're using.

Generally speaking, if the problem occurs with the Adcode itself it's very unlikely to be an issue with the modification. If the problem is outside the Adcode you're using, the opposite applies.

RedTyger 01-24-2007 10:30 AM

Oops, forgot to add. For those of you who are subscribed to new post notifications but have not clicked install to receive update notifications (it's to the right of the first post's title, you don't want all the cool kids laughing at you, do you? Click it.) here are the update details.

Quote:

vB Ad Management 3.0 BETA is now released for testers. See the 2nd post of the thread for details. (https://vborg.vbsupport.ru/showpost....80&postcount=2)

Changelog:
Full Ad Sharing functionality!
Threadbit Ad miscalculated positions fixed (they were off by 1).
Global UserID and ThreadID inclusion/exclusion has been removed, this must be done with template conditionals now.
Setting to exclude Advertisements by minimum postcount has been removed, this should be set by Usergroups now.
Sizable optimisation and bugfixes, when the BETA goes to final release version everyone should upgrade even if they won't use the Ad Sharing features.

Important Notes for 3.0 BETA and all future versions:
Make a note of your Usergroup settings, they will be removed upon upgrading.
All _advertisement templates must be reverted.
All separation was previously done using commas (,). Now all separation is done using vertical lines (|) so you must replace all separation commas in your Adcode/Ad Settings.

ninjamaster 01-24-2007 10:59 AM

thanks nice work :)

tony 01-24-2007 03:38 PM

Looks like a very nice setup! A couple question before i install though.

Does this keep track of cpm? And how would you say this compares to the other ad managments out there?

Oh and if I do end up using your product I will be making a donation. I mean after all we are making money with this.

RedTyger 01-24-2007 03:48 PM

Quote:

Originally Posted by tony (Post 1166463)
Does this keep track of cpm?

It does not. Next version maybe, if there ever is one.

Quote:

Originally Posted by tony (Post 1166463)
And how would you say this compares to the other ad managments out there?

Oh, MUCH better. ;)

I don't know. I'm sure there are much better Ad Management softwares out there and even the other modifications you can download here are all fine products I'm sure. I haven't looked at other Ad products and I don't even use advertisements myself so I really can't say. I just read the feedback and developed it based on that, it was never meant to be anything more than a small time-saver so it's already much more than I intended.

If it does what you want, what else is there to say? Up to you. :) I won't twist your arm but it's easy enough to just give it a try. I'd like to think it's quite extensively flexible. If it doesn't do what you want, best to look elsewhere. It's free with a link and if that's not enough, you can have a link-free version for a small donation.

Quote:

Originally Posted by tony (Post 1166463)
Oh and if I do end up using your product I will be making a donation. I mean after all we are making money with this.

That would be nice. :) Just be sure to read the couple of notes about donating on my site before doing so, link's in the instructions.

dbdbdbdb 01-24-2007 05:24 PM

Quote:

Originally Posted by RedTyger (Post 1166263)
I could do with a few more details than that. ;) All the Adcode you're using and any relevant settings.

I don?t use an adcode yet.- Which settings do you need to know. Sorry for beeing brief. It maybe because it lacks the words. Hope you will help. Your Version 2.0 worked very good. Now since 3.0 the adsensecode between the posts does not appear anymore.

fxs158 01-25-2007 12:53 AM

I searched the thread, did not read all 24 pages, how do I add this after the first and last post of a thread?

RedTyger 01-25-2007 06:28 AM

Quote:

Originally Posted by fxs158 (Post 1166738)
I searched the thread, did not read all 24 pages, how do I add this after the first and last post of a thread?

AdminCP > vBulletin Options > vB Ad Management (postbit) > Display after first post on a page (Yes) and Display after last post on a page (Yes).

Quote:

Originally Posted by dbdbdbdb (Post 1166529)
I don’t use an adcode yet.- Which settings do you need to know. Sorry for beeing brief. It maybe because it lacks the words. Hope you will help. Your Version 2.0 worked very good. Now since 3.0 the adsensecode between the posts does not appear anymore.

Ok no problem, in that case could you PM me with an Admin username and password and I'll take a look myself see if I can't see what's wrong.

farooqaaa 01-25-2007 07:25 AM

Any new Updates for Vb Ad Management ?

Like "Track Banner clicks,Banner Added on (date),Statistics for users (only those that advertises) etc????

Will be really appreciated if the above features are added :)..

This is still a great MOD, though.

hitboy 01-25-2007 01:03 PM

I have a question on my template for the directions on the header part there is no &nbsp where would i put it on this code:

<!-- logo -->

<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="left"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>

</tr>
</table>

<!-- /logo -->
$header_advertisement

<!-- content table -->
$spacer_open
$leftcolumn_advertisement
$_phpinclude_output

also for my right side ads they show up at the below everything lol on the left side i dont know why

rnmcd 01-25-2007 01:21 PM

Quote:

Originally Posted by RedTyger (Post 1166468)
It does not. Next version maybe, if there ever is one.

Isn't ver 3.0 beta the next version?-- (the link you posted in post #344 of this thread)

triphp 01-26-2007 03:52 AM

Quote:

Originally Posted by farooqaaa (Post 1166892)
Any new Updates for Vb Ad Management ?

Like "Track Banner clicks,Banner Added on (date),Statistics for users (only those that advertises) etc????

Will be really appreciated if the above features are added :)..

This is still a great MOD, though.

And also for Adsense Revenue Sharing :D

hitboy 01-26-2007 03:54 AM

Quote:

Originally Posted by triphp (Post 1167510)
And also for Adsense Revenue Sharing :D

HIs/ her mod already does that i saw it in another forum

RedTyger 01-26-2007 08:29 AM

Quote:

Originally Posted by triphp (Post 1167510)
And also for Adsense Revenue Sharing :D

That has just been added, the pre-release BETA version is available in the second post.

RedTyger 01-26-2007 08:32 AM

hitboy, it says you've turned off Private Messages or you're not permitted to receive them, your reply is here.

Hi there,

For everyone to view the ads, just leave the Usergroup and UserID settings all blank.

Forumbit/threadbit ads are where ads appear with listings of threads/forums. If you see this attachment:
https://vborg.vbsupport.ru/attachmen...5&d=1164060335
the bottom Bart Simpson image is set as a threadbit ad at position 2. Forumbit ads work the same way, but you set by forumid, not position.

Do you have a custom theme? If so, it may be causing problems with column positioning. I'll need to take a look at your homepage.

cuphongle 01-27-2007 06:26 AM

i thought i did everything right, but it seems like the "left/right side" isnt showing up for me, i tried everything, any step that i forgot?

i did add the $leftcolumn_advertisement in header
but just cant find anything

thanks

RedTyger 01-27-2007 04:17 PM

You have included your own usergroup in the Enable section of the settings, yes? Or left it blank? I'd double check all your settings.

echamberlain 01-27-2007 06:34 PM

Quote:

Originally Posted by RedTyger (Post 1162752)
If you need it urgently, open the plugin and do:

FIND:
explode(','

REPLACE WITH:
explode('|'

and then change your admin code to use | instead of ,

Using | could impact users using OpenAds and keywords. I ended up using ;; as the delineator, since that isn't a likely combination in javascript,php, or OpenAds.

fxs158 01-27-2007 07:53 PM

Quote:

Originally Posted by RedTyger (Post 1166874)
AdminCP > vBulletin Options > vB Ad Management (postbit) > Display after first post on a page (Yes) and Display after last post on a page (Yes).



Ok no problem, in that case could you PM me with an Admin username and password and I'll take a look myself see if I can't see what's wrong.


Man I feel foolish for not looking there, thanks for the help and a great mod!


All times are GMT. The time now is 02:38 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.02284 seconds
  • Memory Usage 1,864KB
  • 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
  • (21)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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