vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Add-On Releases - Advertisement System V2.6 Aka Ad Management (https://vborg.vbsupport.ru/showthread.php?t=179083)

azn_romeo_4u 10-02-2008 07:37 PM

Is revenue sharing going to be included in the next version?

RichieBoy67 10-03-2008 06:25 AM

I have an easy question and I haven't had time to read the entire thread so please cut me some slack.

I am looking for banner management that would allow me to place multiple rotating banners in a single template. Does this system allow that? If not does anyone know of another system that would allow that.

Thanks

webdevoman

Simon Lloyd 10-03-2008 08:42 AM

It allows you to have ads in header, footer,navbar, left & right columns, forumbit, threadbit & full page, posts, pm's & announcements, you can configure which groups to show it to and which not.

ByB 10-03-2008 11:40 AM

Hi

I have tryed to add a flash banner to the slideshow but it only shows a red cross

PHP Code:

slideshowcontent[0]=["http://xxx.com/flash2.swf"
,"http://xxx.com/sendmessage.php",  "_new"

Any idear what I do wrong??

ByB

Simon Lloyd 10-03-2008 12:30 PM

Doesn't VBulletin need an add in to play flash video anyway?

karim004 10-03-2008 01:01 PM

Quote:

Originally Posted by RichieBoy67 (Post 1636257)
I have an easy question and I haven't had time to read the entire thread so please cut me some slack.

I am looking for banner management that would allow me to place multiple rotating banners in a single template. Does this system allow that? If not does anyone know of another system that would allow that.

Thanks

webdevoman

yes you can place unlimited rotating banner in any off this templates :
header , below navbar , below whats going on box , in footer , postbit , postbit_legacy , forumbit , threadbit , pms , announcements , left column , right column
Quote:

Originally Posted by azn_romeo_4u (Post 1635926)
Is revenue sharing going to be included in the next version?

yes in version 2.8 : revenue sharing in postbit , user profile , social group , user albums

karim004 10-03-2008 01:19 PM

Quote:

Originally Posted by Subah (Post 1603535)
and there is new problem the first user how add a threads when i click on his nick there is no colom apper ? like send PM and see profile ...etc , but any other user in the same theard who add a post the colom apper normally ?!!

can you send me your template : FORUMHOME
Quote:

Originally Posted by ByB (Post 1636409)
Hi

I have tryed to add a flash banner to the slideshow but it only shows a red cross

PHP Code:

slideshowcontent[0]=["http://xxx.com/flash2.swf"
,"http://xxx.com/sendmessage.php",  "_new"

Any idear what I do wrong??

ByB

if you want i can include this option in version 2.8

Simon Lloyd 10-03-2008 03:48 PM

Karim004, is there a way of having different title names for different ad spaces? currently my affilliates, left column and threadbits boxes have the title i set "The Code Cage Advertisments" but if at all possible i would like to be able to title my affiliates "Affilliates Advertisements"...etc, maybe it will have to be for the next version or two of this mod!

desi-plaza 10-04-2008 02:23 AM

i have google adsence... it doesnot work..i enabled everything

Simon Lloyd 10-04-2008 07:18 AM

Quote:

Originally Posted by desi-plaza (Post 1636901)
i have google adsence... it doesnot work..i enabled everything

You must be missing something as mine works perfect and all my ads are google adsense!

TFEX 10-06-2008 03:03 AM

Ok, a couple things:

Quote:

*** Header : 2 edits

1= at the end add : $ad_headerEnd

2= before :
<td align="$stylevar[right]" id="header_right_cell">
<if condition="$ad_location['ad_header_logo']">$ad_location[ad_header_logo]<else />&nbsp;</if>
</td>
Add :

<td align="$stylevar[right]"><center><if condition="$ad_headerLogo"><center>$ad_headerLogo</center><else />&nbsp;</if></center>
1 is fine. 2... ??? can't find a shred of that in either of my header templates, so I have no idea where to put the additional code.

Also:

Quote:

*** FORUMHOME 2 edits :
1 = Below
$navbar
Add
<table border="0" width="100%" cellspacing="0" cellpadding="0" align="center">
<tr>
<td valign="top">
$ad_leftcolumn_code
Doing this in one of my styles throws the header, navbar and shoutbox completely out of whack, stretching them over to the extreme right of my page. Seems ok in the other style, but I haven't tested with any code yet.

Any suggestions?

ByB 10-06-2008 06:11 AM

Hi Karim
Yes... Please incl. Flash in ver. 2.8. :up:
Thank you for very good support
ByB

Simon Lloyd 10-06-2008 11:26 AM

Quote:

Originally Posted by Simon Lloyd (Post 1636550)
Karim004, is there a way of having different title names for different ad spaces? currently my affilliates, left column and threadbits boxes have the title i set "The Code Cage Advertisments" but if at all possible i would like to be able to title my affiliates "Affilliates Advertisements"...etc, maybe it will have to be for the next version or two of this mod!

I found the template that this resided in: Ad Location Templates > ad_footerstart, i removed $adtitle and just added my text there! seems to work fine.

CP, 10-06-2008 04:16 PM

What would be good is if we were able to display ads to "x" usergroups and not display ads to other "x" usergroups. I think a previous hack had something similar.

The DaveyG 10-06-2008 05:08 PM

Anybody know how/if it's possible to target ads by location? I have a site that has a large international appeal. It's about 40% American, 40% Canadian, and 20% European.

Will Adsense automatically adjust to the user's location?

And for affiliate ads, if I get Canadian and European affiliates, can I somehow make it so that the ads adjust to only show in the proper regions?

Thanks in advance for any help.

EDIT: Okay, reading up I see that AdSense is Geotargeted. Still not sure how to handle my affiliate question though.

Simon Lloyd 10-06-2008 06:18 PM

Quote:

Originally Posted by CP, (Post 1638710)
What would be good is if we were able to display ads to "x" usergroups and not display ads to other "x" usergroups. I think a previous hack had something similar.

That is already a feature in vbulletin options >advertisment manager

shadowdancer36 10-07-2008 01:09 AM

Quote:

Originally Posted by TFEX (Post 1638297)
Ok, a couple things:

Doing this in one of my styles throws the header, navbar and shoutbox completely out of whack, stretching them over to the extreme right of my page. Seems ok in the other style, but I haven't tested with any code yet.

Any suggestions?

I have the same problem. Is it anyway to contain the forum between the two additional columns being there?

https://vborg.vbsupport.ru/external/2008/10/51.jpg

With the banner being on, I can get it to fit. With it turned off I get:

https://vborg.vbsupport.ru/external/2008/10/52.jpg

How can we fix this?

ByB 10-07-2008 10:08 AM

[QUOTE=The DaveyG;1638738]Anybody know how/if it's possible to target ads by location? I have a site that has a large international appeal. It's about 40% American, 40% Canadian, and 20% European.

I'm Looking for the same feature!!! ByB

karim004 10-07-2008 11:34 AM

[QUOTE=ByB;1639229]
Quote:

Originally Posted by The DaveyG (Post 1638738)
Anybody know how/if it's possible to target ads by location? I have a site that has a large international appeal. It's about 40% American, 40% Canadian, and 20% European.

I'm Looking for the same feature!!! ByB

maybe in v2.8 :)

karim004 10-07-2008 11:37 AM

Quote:

Originally Posted by shadowdancer36 (Post 1639014)
I have the same problem. Is it anyway to contain the forum between the two additional columns being there?

http://picturemeclubbing.smugmug.com...97_6QLNh-O.jpg

With the banner being on, I can get it to fit. With it turned off I get:

http://picturemeclubbing.smugmug.com...7_dwRhE-XL.jpg

How can we fix this?

send me your template : FORUMHOME

TFEX
send me your header and forumhome

Lars T 10-08-2008 08:59 AM

Great install..
How do I change so when a user clicks the adds, the new website (add) pops up in a new browserwindow and the user doesn't leave the forum.
Tha way it is now, the user is taken away from the forum to the new website when he/she clciks the adds.

viper357 10-08-2008 10:08 AM

I'm getting this message when I try to upload either of the xml files.

Quote:

The following dependencies were not met:

1. This product is not compatible with version 3.6.11 of vBulletin. (Compatible starting with 3.7.0)

karim004 10-08-2008 11:58 AM

Quote:

Originally Posted by Lars T (Post 1640130)
Great install..
How do I change so when a user clicks the adds, the new website (add) pops up in a new browserwindow and the user doesn't leave the forum.
Tha way it is now, the user is taken away from the forum to the new website when he/she clciks the adds.

Code:

<a href="http://www.websitelinkhere" target="_blank"><img src="http://www.bannerlinkhere"></a>

Sawa Dee SohL 10-08-2008 03:35 PM

I'm having an issue with the ad's showing up

I have a Google adsense(sp?) account - and I put the code they gave me into the Ad Manager in the designated fields, but no ads show up.

Can someone tell me what step I'm missing? Or how to go about making the ad's visible?

I'm not sure where it's supposed to show up on the page, but I've put the code into these area's:

Advertisement System (Forumbit Threadbit & Full page)
-Once on this option, the code is put into these box's: Forumbit advertisement code and Threadbit advertisement code

I also have the Google adsense code in here: Advertisement System (Posts, PMs & Announcements)

I did both of these, Yesterday, and one on Monday.

Cyn 10-08-2008 08:39 PM

I need to remove the Sponsored Links text at the top of the left column ad and place different text or none at all. I believe using Sponsored Links above or below Adsense ads is against Adsense TOS.

I did search the Phrases for "Sponsored Links" to try to find where it is to edit it but nothing is coming up in the search results.

Thanks in advance and for the great mod!

akonze 10-09-2008 10:38 AM

I have problems installing this. There's a readme, which tells me to change some templates. But when I edit these templates, it seems the mod already has added at least some of the changes. Now I am unsure what to do?

karim004 10-09-2008 11:12 AM

Quote:

Originally Posted by Cyn (Post 1640627)
I need to remove the Sponsored Links text at the top of the left column ad and place different text or none at all. I believe using Sponsored Links above or below Adsense ads is against Adsense TOS.

I did search the Phrases for "Sponsored Links" to try to find where it is to edit it but nothing is coming up in the search results.

Thanks in advance and for the great mod!

admincp , Advertisement System (Settings & Slideshow ) , Advertisement title
This is the text that is used in places to mark advertisements. change me

karim004 10-09-2008 11:22 AM

Quote:

Originally Posted by akonze (Post 1640977)
I have problems installing this. There's a readme, which tells me to change some templates. But when I edit these templates, it seems the mod already has added at least some of the changes. Now I am unsure what to do?

Can you provide more details !

akonze 10-09-2008 11:28 AM

Quote:

Originally Posted by karim004 (Post 1641008)
Can you provide more details !

Sure. In example the readme says:

Code:

*** Header : 2 edits
1= at the end add :  $ad_headerEnd

So, I opened the "header" template. At the end I already found the following code:

Code:

$ad_location[ad_header_end]
I am not sure if this was added by your mod or if it's something left from another mod.

Simon Lloyd 10-09-2008 03:48 PM

Quote:

Originally Posted by akonze (Post 1641012)
Sure. In example the readme says:

Code:

*** Header : 2 edits
1= at the end add :  $ad_headerEnd

So, I opened the "header" template. At the end I already found the following code:

Code:

$ad_location[ad_header_end]
I am not sure if this was added by your mod or if it's something left from another mod.

Make the edits exactly as instructed in the read me, the Varname you refer to is one already in place and supplied by vbulletin, you need to add the extra edits as instructed and all will be fine!

aztecboi2003 10-10-2008 08:35 PM

Not sure if this has been asked or not. How do I get the ads to display in the upper right hand corner. Instead of the center of the page in the header? I don't mind them in the center on the footer. But I need the ones in the header to be in the upper right. Is it a simple code alignment issue or something more complex? Thanks.

karim004 10-10-2008 09:00 PM

Quote:

Originally Posted by aztecboi2003 (Post 1642241)
Not sure if this has been asked or not. How do I get the ads to display in the upper right hand corner. Instead of the center of the page in the header? I don't mind them in the center on the footer. But I need the ones in the header to be in the upper right. Is it a simple code alignment issue or something more complex? Thanks.

above :
Code:

<td align="$stylevar[right]" id="header_right_cell">
                <if condition="$ad_location['ad_header_logo']">$ad_location[ad_header_logo]<else />&nbsp;</if>

add :
Code:

<td align="$stylevar[right]">$ad_headerEnd

aztecboi2003 10-10-2008 09:48 PM

Thanks, that worked but it made it so you had to scroll to the right and it placed 2 ads. One where I wanted it in the corner and one in the default location.

farzana 10-11-2008 04:57 PM

installed.. :)

Cyn 10-11-2008 07:04 PM

This works better than other codes I've tried but I don't want the boxed look in the left column that this places. Please look at our ad layout on our forum and tell me if it's possible to remove the box your mod places so that the ad simply lays into the background color with no borders like ours currently does:

http://www.mothering.com/discussions

shadowdancer36 10-11-2008 07:46 PM

Ok I've found that the banners for the forumhome edits (the left and right columns) doesn't work correctly with the templates if your site have a fixed width. You have to use percentages otherwise it will distort the template no matter what style you use. Anyway to fix this?

aztecboi2003 10-12-2008 12:26 AM

Also is there a way to get 2 ads to display in the left column on the Navbar left & right columns? That way 2 ads would fit nicely down the length of my forums. Thanks.

by using <br><br> instead of the | it works the way I want it.

ovacsports 10-12-2008 08:00 PM

this is so confusing. does anybody want to install this or me for a donation?

aztecboi2003 10-12-2008 08:15 PM

Quote:

Originally Posted by ovacsports (Post 1643580)
this is so confusing. does anybody want to install this or me for a donation?

You really should try to do it yourself. It's a great learning experience. Turn off all other distractions, TV, Radio. Just go slow and read everything over and over if need be. Always save a copy of any templates you edit before you edit it. Once you get the hang of installing and editing things, it will come fast. Good luck.

desi-plaza 10-13-2008 12:09 AM

i downloaded the file.. i dont see any instructions in there just one is autorefresh folder and other one is without autorefresh and 2 templates?? i am confused :(


All times are GMT. The time now is 07:46 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.01800 seconds
  • Memory Usage 1,850KB
  • 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
  • (7)bbcode_code_printable
  • (2)bbcode_php_printable
  • (20)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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