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)

Turbe 07-11-2008 10:21 PM

Frank, I will take a look for you, but later (like 2 hours from now)... I have to leave an run some errands...

Are you going to be on then?

Were your 3.7 templates reverted when you started with this Mod or do you have a bunch of custom things in there (I really don't want to mess with anything with a lot of custom things in there).

I need to leave now, I'll check this Thread when I get back.

-Turbe

Turbe 07-11-2008 10:22 PM

Quote:

Originally Posted by karim004 (Post 1573128)
first thank you tube for your help .
FRANKTHETANK check your ad code if you have {{the red code }} remove it
<script type="text/javascript"><!--
google_ad_client = "pub-xxxxxxx";
/* size, created date */
google_ad_slot = "yyyyyy";
google_ad_width = width;
google_ad_height = height;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>


Mine works with the stock Adsense Code (I didn't need to delete that line).

But karim004, we would like the Right Column working for Main.. :D


.

FRANKTHETANK 2 07-11-2008 10:24 PM

This skin only has 3 custom things in it. None in the header except for the shoutbox that I'm aware of but yea i will be on you can email me at ghaxz@yahoo.com or hit me up on aim at soulweaver2006, or post in here i will keep checking in

Turbe 07-11-2008 10:27 PM

Quote:

Originally Posted by FRANKTHETANK 2 (Post 1573135)
This skin only has 3 custom things in it. None in the header except for the shoutbox that I'm aware of but yea i will be on you can email me at ghaxz@yahoo.com or hit me up on aim at soulweaver2006, or post in here i will keep checking in

Ok, my Gmail and Google Chat supports AIM contacts..

I'll check back when I get home.

bye for now


Turbe out.

karim004 07-11-2008 10:44 PM

Quote:

Originally Posted by Turbe (Post 1573133)
Mine works with the stock Adsense Code (I didn't need to delete that line).

But karim004, we would like the Right Column working for Main.. :D


.

left & right column in forumhome
go to admincp , style manager , your style , Forum Home Templates , FORUMHOME :
left column
Above :
Code:

$navbar
Add:
Code:

<br /><div>$ad_leftcolumn_code</div>
right column
Above
Code:

$footer
Add:
Code:

<br /><div>$ad_rightcolumn_code</div>
left & right colum in all pages :
left column
go to admincp , style manager , your style ,Header
Below:
Code:

$ad_headerEnd
Add:
Code:

<br />$ad_leftcolumn_code
Right Column
go to admincp , style manager , your style ,Footer
Above:
Code:

$ad_footerStart
Add:
Code:

<br />$ad_rightcolumn_code

karim004 07-11-2008 11:08 PM

alot poeple asked me how to use this mod with Paid Subscription { alow your members to piad x dollars to remove the ads }
1= go to admincp , usergroups , add a new group example vip ,
*Create Usergroup Based off of Usergroup: registred users
2=go to admincp , Paid Subscription , Add New Subscription :
*edit title , Description, tax , Cost
* in Usergroup Options : change the Primary Usergroup to this new usergroup .

ok now go to admincp , vBulletin Options and for each area {header , footer,navbar .......}
enter the usergoup for this group in Do NOT display Header , footer ...............advertisements to Usergroups

FRANKTHETANK 2 07-11-2008 11:11 PM

well if i can get it to work i will do this

karim004 07-11-2008 11:16 PM

Quote:

Originally Posted by FRANKTHETANK 2 (Post 1573168)
well if i can get it to work i will do this

FRANK check your pms

UaECasher 07-12-2008 04:56 AM

Hello,

I wanted to use this cool Ad system but when i want to edit the header template ( custom style) i can't find the code :

Code:

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


Here is the code that i see

Code:

<!-- logo -->

<a name="top"></a>
<div id="logobg"><div id="logostrip"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[imgdir_misc]/banner_x.jpg" alt="" /></a></div></div>
<!-- /logo -->

<div id="submenu" align="center">
<if condition="$bbuserinfo['userid']">
<a href="usercp.php?$session[sessionurl]"><img src="$stylevar[imgdir_misc]/submenu_usercp.gif" alt="" /></a><a href="faq.php?$session[sessionurl]"><img src="$stylevar[imgdir_misc]/submenu_faq.gif" alt="" /></a><a href="memberlist.php?$session[sessionurl]"><img src="$stylevar[imgdir_misc]/submenu_members.gif" alt="" /></a><a href="calendar.php?$session[sessionurl]"><img src="$stylevar[imgdir_misc]/submenu_calendar.gif" alt="" /></a><a href="search.php?do=getnew$session[sessionurl]"><img src="$stylevar[imgdir_misc]/submenu_new.gif" alt="" /></a><a href="search.php?$session[sessionurl]"><img src="$stylevar[imgdir_misc]/submenu_search.gif" alt="" /></a><else /><a href="register.php?$session[sessionurl]"><img src="$stylevar[imgdir_misc]/submenu_register.gif" alt="" /></a><a href="faq.php?$session[sessionurl]"><img src="$stylevar[imgdir_misc]/submenu_faq.gif" alt="" /></a><a href="calendar.php?$session[sessionurl]"><img src="$stylevar[imgdir_misc]/submenu_calendar.gif" alt="" /></a><a href="search.php?$session[sessionurl]"><img src="$stylevar[imgdir_misc]/submenu_search.gif" alt="" /></a></if></div>

<!-- /logo -->

<!-- content table -->
$spacer_open

$_phpinclude_output

$ad_location[ad_header_end]

can any one help me. :)

Thank you

FRANKTHETANK 2 07-12-2008 09:47 AM

thanks karim004 for helping me with my problem. I forgot to select an option lol newb problem i know. This works perfectly on my forum. Best mod out there.

Turbe 07-12-2008 11:55 PM

Quote:

Originally Posted by karim004 (Post 1573144)
left & right column in forumhome
go to admincp , style manager , your style , Forum Home Templates , FORUMHOME :
left column
Above :
Code:

$navbar
Add:
Code:

<br /><div>$ad_leftcolumn_code</div>
right column
Above
Code:

$footer
Add:
Code:

<br /><div>$ad_rightcolumn_code</div>


OR


Quote:

Originally Posted by karim004 (Post 1573144)
left & right colum in all pages :
left column
go to admincp , style manager , your style ,Header
Below:
Code:

$ad_headerEnd
Add:
Code:

<br />$ad_leftcolumn_code
Right Column
go to admincp , style manager , your style ,Footer
Above:
Code:

$ad_footerStart
Add:
Code:

<br />$ad_rightcolumn_code

OK, to clarify, he means either / or... you don't want to use both sets of code in Forumhome and Footer/Header (for all pages): i.e. to show columns in all pages, you don't need the Edits in Forumhome (you may have done this from the install documentation).

The Right Column does work now though it still doesn't work right if you only want it in Forumhome. There are some horizontal spacing issues as well with the Right Column. I am starting to prefer the Left Column anyways, but I do have the edits in for the Right Column.

karim004, what I need help with is:

I want to have Left/Right Column support in all pages but when reading an individual Thread (Postbit?), I know what to do in ForumHome, but what do I need for the pages that just show the Thread List (threadbit?)... Again, I don't want to show the Left or Right Columns when Users are reading a Thread (posts) but I do want them on all other pages. :D

Thanks in advance!


-Turbe

karim004 07-13-2008 06:24 PM

Quote:

Originally Posted by Turbe (Post 1573876)
OR


I don't want to show the Left or Right Columns when Users are reading a Thread (posts) but I do want them on all other pages. :D

Thanks in advance!


-Turbe

hi turbe ,try this : in forumhome and forumdisplay
below :
Code:

$navbar
add
Code:

$ad_leftcolumn_code

Turbe 07-13-2008 06:28 PM

Also, that shouldn't be (for Left Column - FORUMHOME) or is that if only Above $navbar?

Code:

<br /><div>$ad_leftcolumn_code</div>

OK, I add that now, what about for the Right Column (good to have this information poster here for future Users/Search).....

EDIT: I did this:

for both FORUMHOME and FORUMDISPLAY:

above $navbar
Code:

<br /><div>$ad_leftcolumn_code</div>

above $footer
Code:

<br /><div>$ad_rightcolumn_code</div>
Left and Right Columns now working in all but the Threads themselves (while reading Posts)...

Thanks.. :up:

karim004 07-13-2008 06:51 PM

Quote:

Originally Posted by Turbe (Post 1574421)
OK, I add that now, what about for the Right Column (good to have this information poster here for future Users/Search).....

Also, that shouldn't be (for Left Column - FORUMHOME) or is that if only Above $navbar?

Code:

<br /><div>$ad_leftcolumn_code</div>

sorry i tought you want just the left column , for right column in forumhome & forumdisplay
above:
Code:

$footer
add
Code:

$ad_rightcolumn_code
for your question you can place the leftcolumn code below $navbar or $header
for your question about the right column yes i just find a bug (if you disable the leftcolumn the right one wont show up also there is no space )) i am fixing this now

Turbe 07-13-2008 07:40 PM

I EDITED my post above to update what I did. I'm glad you saw what I meant about the Right Column Bug...

I'll try to help/post here in the future with documentation/explaining what to do.... :)

-S

ronronmx 07-14-2008 06:46 AM

Quote:

Originally Posted by UaECasher (Post 1573299)
Hello,

I wanted to use this cool Ad system but when i want to edit the header template ( custom style) i can't find the code :

Code:

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


Here is the code that i see

Code:

<!-- logo -->

<a name="top"></a>
<div id="logobg"><div id="logostrip"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[imgdir_misc]/banner_x.jpg" alt="" /></a></div></div>
<!-- /logo -->

<div id="submenu" align="center">
<if condition="$bbuserinfo['userid']">
<a href="usercp.php?$session[sessionurl]"><img src="$stylevar[imgdir_misc]/submenu_usercp.gif" alt="" /></a><a href="faq.php?$session[sessionurl]"><img src="$stylevar[imgdir_misc]/submenu_faq.gif" alt="" /></a><a href="memberlist.php?$session[sessionurl]"><img src="$stylevar[imgdir_misc]/submenu_members.gif" alt="" /></a><a href="calendar.php?$session[sessionurl]"><img src="$stylevar[imgdir_misc]/submenu_calendar.gif" alt="" /></a><a href="search.php?do=getnew$session[sessionurl]"><img src="$stylevar[imgdir_misc]/submenu_new.gif" alt="" /></a><a href="search.php?$session[sessionurl]"><img src="$stylevar[imgdir_misc]/submenu_search.gif" alt="" /></a><else /><a href="register.php?$session[sessionurl]"><img src="$stylevar[imgdir_misc]/submenu_register.gif" alt="" /></a><a href="faq.php?$session[sessionurl]"><img src="$stylevar[imgdir_misc]/submenu_faq.gif" alt="" /></a><a href="calendar.php?$session[sessionurl]"><img src="$stylevar[imgdir_misc]/submenu_calendar.gif" alt="" /></a><a href="search.php?$session[sessionurl]"><img src="$stylevar[imgdir_misc]/submenu_search.gif" alt="" /></a></if></div>

<!-- /logo -->

<!-- content table -->
$spacer_open

$_phpinclude_output

$ad_location[ad_header_end]

can any one help me. :)

Thank you

I'm having the same problem! I looked for those line in the DEFAULT template and didn't find them. My version of VB is 3.7.2 and I just installed V. 2.3 of this plugin.

Any idea?
Thx,
Stephane

Videx 07-14-2008 02:21 PM

Quote:

Originally Posted by Turbe (Post 1574449)
I'll try to help/post here in the future with documentation/explaining what to do....

Agreed, what this mod needs the most right now is a completely rewritten set of instructions by someone fluent in English. I mean, there may be a bug here or there, but with such confusing docs it's hard to tell the bugs from the installation mistakes.

Really, it would be nice if you two could get together via email and partner on this.

RedGTiVR6 07-15-2008 02:22 PM

Quote:

Originally Posted by karim004 (Post 1574435)
sorry i tought you want just the left column , for right column in forumhome & forumdisplay
above:
Code:

$footer
add
Code:

$ad_rightcolumn_code
for your question you can place the leftcolumn code below $navbar or $header
for your question about the right column yes i just find a bug (if you disable the leftcolumn the right one wont show up also there is no space )) i am fixing this now


Any ETA on this release?

I'm having all kinds of problems with the columns not showing up.

EDIT: the first post on this page (this post) has the fix that I needed.

This wasn't mentioned in the install instructions. Was it just left out on accident?

I've also noticed that I have to have the left column enabled to get the right column to show up. Since I don't have anything in my left column, this is a bit strange...lol

ronronmx 07-15-2008 06:39 PM

Hi,
I have been having a problem with the postbits ads in between posts. It only happens in IE (of course...), you know the UserName, when you click on it, you get a drop down menu with links to his profile and stuff like that? Well, every time there's an ad (using adsense btw) below a user's post, that drop down menu does not work, but the one below the ads work fine.
This only happens in IE 7, FF and Safari are fine. Does anyone else have this problem also? I am running vb 3.7.2 and ads management 2.3.

Stephane

Turbe 07-16-2008 02:50 PM

Quote:

Originally Posted by Videx (Post 1575081)
Agreed, what this mod needs the most right now is a completely rewritten set of instructions by someone fluent in English. I mean, there may be a bug here or there, but with such confusing docs it's hard to tell the bugs from the installation mistakes.

Really, it would be nice if you two could get together via email and partner on this.

Yes, he PM'ed and asked but I still need to finish the documentation for my own Application.:D

I will monitor this Thread and try to help but if users have custom templates, I'm not sure how much time I will spend there...

-S

Turbe 07-16-2008 02:52 PM

Quote:

Originally Posted by RedGTiVR6 (Post 1575980)
Any ETA on this release?

I'm having all kinds of problems with the columns not showing up.

EDIT: the first post on this page (this post) has the fix that I needed.

This wasn't mentioned in the install instructions. Was it just left out on accident?

I've also noticed that I have to have the left column enabled to get the right column to show up. Since I don't have anything in my left column, this is a bit strange...lol

He did acknowledge that bug. (in your quoted text) :D

jlew24asu 07-16-2008 03:00 PM

I'm sorry if this is a stupid question but will this work for vbadvanced CMPS?

BANDiT600 07-16-2008 06:07 PM

Quote:

Originally Posted by ronronmx (Post 1576179)
Hi,
I have been having a problem with the postbits ads in between posts. It only happens in IE (of course...), you know the UserName, when you click on it, you get a drop down menu with links to his profile and stuff like that? Well, every time there's an ad (using adsense btw) below a user's post, that drop down menu does not work, but the one below the ads work fine.
This only happens in IE 7, FF and Safari are fine. Does anyone else have this problem also? I am running vb 3.7.2 and ads management 2.3.

Stephane

I have same problem as you. It happens only with the last post. I can't get drop down user menu. All other drop down menus work fine, only in the last post of thread.

ronronmx 07-16-2008 06:20 PM

Quote:

Originally Posted by BANDiT600 (Post 1577072)
I have same problem as you. It happens only with the last post. I can't get drop down user menu. All other drop down menus work fine, only in the last post of thread.

I was able to fix this by turning off the "Use Legacy (Vertical) Postbit Template" under vbulletin options ---> style & language settings. By using the horizontal layout (instead of the vertical one), it fixed the problem of the user menu drop down not working when a google ad is right below the post.

I know this isn't a "Fix", the vertical one is still broken, but I thought i'd share this information anyways ;)

BANDiT600 07-16-2008 06:33 PM

ronronmx, I don't want to use horizontal postbit! I want, that it worked in postbit legacy.

ronronmx 07-16-2008 07:42 PM

Sorry then I still haven't figured it out for the vertical postbit...anyone here can help us out maybe?

mad@Max 07-16-2008 08:57 PM

Tnx, nice mod.
I made Russian translation, here it is.

BANDiT600 07-17-2008 10:52 AM

mad@Max, thank you! ;)

karim004 07-17-2008 06:26 PM

thx mad@Max
07/17/2008 Version 2.4
*******************
fix :
**** new product Advertisement_SystemV2.4 with simple rotation (( for newbie ))
*** Fix the bug in right column
****Center ads if you enable the auto refresh

jlew24asu 07-17-2008 06:42 PM

does this work for CMPS?

karim004 07-17-2008 06:50 PM

Product Update:
Advertisement System 2.4 comes in two folders: Simple Rotation and Auto Refresh

Simple Rotation is recommended for Newbies.
Auto Refresh is recommended for those who have used the product before.

mad@Max 07-17-2008 08:05 PM

karim004
Some phrases has wrong displayed, like:
setting_advert_leftcolumn_archives_onoff_X
setting_advert_leftcolumn_onoff_X
Instead of X change places desc and title :)
PS my translations on Russian for v2.4 in attachment...

RedGTiVR6 07-18-2008 02:58 AM

is there a reason our google analytic code shows up in the bottom left corner of our forum?

Also, the new update seems to have broken the right column working for me.

Now, the right column shows up below the forum, but large....screen shot attached.

I uploaded the 4 files and double checked all template edits as well as uploaded the new .xml for the Auto Refresh folder.

Apparently I've done something wrong?

karim004 07-18-2008 05:00 AM

Quote:

Originally Posted by RedGTiVR6 (Post 1578146)
is there a reason our google analytic code shows up in the bottom left corner of our forum?

Also, the new update seems to have broken the right column working for me.

Now, the right column shows up below the forum, but large....screen shot attached.

I uploaded the 4 files and double checked all template edits as well as uploaded the new .xml for the Auto Refresh folder.

Apparently I've done something wrong?

RedGTiVR6 revert template ad_rightcolumn_code to print the new code
i just re-upload a new product for simple rotation ((was a missing <td> in ad_rightcolumn_code)),

RedGTiVR6 07-18-2008 03:43 PM

Quote:

Originally Posted by karim004 (Post 1578190)
RedGTiVR6 revert template ad_rightcolumn_code to print the new code

I cannot revert the template....it's not even showing up as edited.

karim004 07-18-2008 05:33 PM

Quote:

Originally Posted by RedGTiVR6 (Post 1578484)
I cannot revert the template....it's not even showing up as edited.

check your pms

jlew24asu 07-19-2008 01:00 AM

I installed this on my new forum www.sundeviltalk.com I enabled the ads to show up after x posts but they are not.

(but works fine on my other forum) any particular reason this could happen?

pablo 07-19-2008 07:10 AM

Nice plugin !

Is there a reason why conditionals don't work in the ad code ?
I wanted to have certain ads on my archives and wanted to use the following header ad code.
Code:

<if condition="THIS_SCRIPT == 'archive'">
Archive ADS
<else /> Main Page Ads
</if>

also I think there was a problem with then new install code for vb3.7. [new installation for vb3.7.txt]
Edit #2
Code:

<td align="$stylevar[left]"><center><if condition="$ad_headerLogo"><center>$ad_headerLogo</center><else />&nbsp;</if></center>
should it be ?
Code:

<td align="$stylevar[left]"><center><if condition="$ad_headerLogo"><center>$ad_headerLogo</center><else />&nbsp;</if></center></td>

michmomsquad 07-19-2008 02:34 PM

I just upgraded to 2.4 (auto-refresh) and things are not working properly. I have the slideshow turned on, and it shows the first banner just fine, but then when it's time for the next banner to slide in, the whole thing goes crazy and they all try to slide in at once, in a seizure-inducing mess! This only happens in firefox -- it doesn't show up at all in IE. I'm not sure what went wrong, as I have not had problems with this mod in the past. All template edits have been made, and I have adjusted the settings of the slideshow to no avail.

Help?

mystic10 07-19-2008 04:56 PM

not working for me either..i tried the right column below navbar but nothing is showing this is what i put..is it correct

<a href="http://www.yc-spicy.com/showthread.php?p=28#post28" target="_blank"> <http://i35.tinypic.com/2qn4bgo.jpg" width="225" height="151" alt="CoNTRaCT NEw Released" /> </a>


All times are GMT. The time now is 01:42 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.02147 seconds
  • Memory Usage 1,876KB
  • 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
  • (33)bbcode_code_printable
  • (18)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