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)

bada_bing 05-23-2008 12:31 AM

How about a link next to the ad that says to remove these ads click here or phrased so we can change the wording?

Arbit3r 05-23-2008 04:10 PM

what is the $ad_location for the postbit? I cant find it anywere!

TheInsaneManiac 05-23-2008 07:35 PM

What's the $ad_location for the slideshow?

Quote:

Originally Posted by jnrdavo (Post 1528303)
can you include swf files as ads? If so, can somebody please give me the code?

Any help GREATLY appreciated!

<object width="550" height="400">
<param name="movie" value="somefilename.swf">
<embed src="somefilename.swf" width="550" height="400">
</embed>
</object>

Change the somefilename.swf to your files location and name. Also make sure you change the width and height.

FRANKTHETANK 2 05-23-2008 09:32 PM

my adds don't show up what am i doing wrong

jnrdavo 05-24-2008 12:18 AM

Quote:

Originally Posted by TheInsaneManiac (Post 1529321)
What's the $ad_location for the slideshow?


<object width="550" height="400">
<param name="movie" value="somefilename.swf">
<embed src="somefilename.swf" width="550" height="400">
</embed>
</object>

Change the somefilename.swf to your files location and name. Also make sure you change the width and height.

thanks mate, I'll give it a shot... I ended up finding this last night and it's working... same type of thing, just a bit more text...


<object classid = "clsid: D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="160" height="900">
<param name="movie" value="http://www.ozaudi.com/forums/images/Ads/Mike Weber Tall.swf">
<param name="quality" value="high">
<embed src="http://www.ozaudi.com/forums/images/Ads/Mike Weber Tall.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="160" height="900"></embed></object>

ESADCG 05-24-2008 04:53 AM

Quote:

Originally Posted by blindmedia ltd (Post 1523189)
ive given up on this one now ive been tying for days to get this working ive followed all of the info in this thread and no matter what i do the ads still do not show up.

i have tried to do this with both the default vbulletin style thats standard in vbulletin and also with my customised themes but it will not do anything full stop

im using vbulletin 3.7.0

First let me thank the author for doing this mod. It's sad that RedTyger has dropped off the face of the Earth, and doesn't support the old mod any more. What a fantastic piece of work it is. Now. . . with that said. . .

For those of you having trouble with this, I am still running the old version on all of my forums, and it works perfectly with vb3.7. I never tried the auto refresh and couldn't care less if it works or not. Everything else works fine.

So don't worry about installing the old mod on your 3.7 forums.

D.Baker 05-24-2008 07:14 AM

Hey kami004,
How'd you go changing the random code separator from a comma to something else? It would be so good to be able to change that, then we could have rotating flash banners!

Thanks,
Drew

D.Baker 05-24-2008 07:22 AM

ESADCG, wouldn't that flash embed code give you an active-x warning in older versions of IE? I thought you had to do SWFobject embeds to avoid those. It would be great if I didn't have use SWFobject, but I don't want those active-x warnings.

Arbit3r 05-24-2008 11:50 AM

Anyone know the $ad_location for the postbit? It seems there all noted apart from that one.

karim004 05-25-2008 05:01 PM

Quote:

Originally Posted by D.Baker (Post 1529767)
Hey kami004,
How'd you go changing the random code separator from a comma to something else? It would be so good to be able to change that, then we could have rotating flash banners!

Thanks,
Drew

yes baker i changed the separator in version 2.1
if you have prb try edit the templates :
slideshow :template header
after :
Code:

<td align="$stylevar[right]" id="header_right_cell">
make sure you have :
Code:

<if condition="$ad_location['ad_header_logo']">$ad_location[ad_header_logo]<else />&nbsp;</if>
header : template header
after :
Code:

$_phpinclude_output
make sure you have :
Code:

$ad_location[ad_header_end]
below navbar : template navbar
after :
Code:

<!-- / PAGENAV POPUP -->
</if>

make sure you have :
Code:

$ad_location[ad_navbar_below]
footer : template footer
before :
Code:

<br />
<div class="smallfont" align="center">$vbphrase[all_times_are_gmt_x_time_now_is_y]</div>
<br />

make sure you have :
Code:

$ad_location[ad_footer_start]
before :
Code:

<if condition="$show['dst_correction']">
make sure you have :
Code:

$ad_location[ad_footer_end]
forumdisplay :
before :
Code:

<!-- Active Users in this Forum (and sub-forums) and Moderators -->
make sure you have :
Code:

$ad_location[ad_forumdisplay_afterthreads]
postbit : before
Code:

<!-- post $post[postid] popup menu -->
make sure you have :
Code:

$template_hook[postbit_end]

D.Baker 05-25-2008 08:54 PM

Hey kami004,
Awesome! Where can I download version 2.1? This page only links to version 2.0.

Thanks.

Battle_Ring 05-26-2008 08:49 PM

dont seem to work for me
It just displays a portion of the code i nthe header area

http://refundersworld.com/index.php

Battle_Ring 05-26-2008 09:28 PM

got it working was something to do with what i had names the ad

gorentals 05-29-2008 02:03 AM

Ok, please help. I have uninstalled this mod, as I couldn't figure out how to get ads displayed. Anyways, now after uninstalling, most of my ad location templates are missing. How do I get these back?

Thanks

final4ever08 05-29-2008 02:50 AM

This plugin doesnt work on 3.7.1

gorentals 05-29-2008 03:01 AM

Quote:

Originally Posted by gorentals (Post 1534659)
Ok, please help. I have uninstalled this mod, as I couldn't figure out how to get ads displayed. Anyways, now after uninstalling, most of my ad location templates are missing. How do I get these back?

Thanks

I have Vbulletin 3.7 installed, and I uninstalled, and now I am missing most of my AD Location Templates. Especiallly Ad_header_logo

If I re-run upgrade.php, will this fix this, without loosing any of my other MODS I put on my forum? I think the uninstall needs to be looked at, as it deleted stuff it shouldn't have.

Thanks

shinydarkstone 05-29-2008 03:28 AM

hey kami004, i cheked all the templates and i have evrything in order, but it dont display the ad on the postbit

Arbit3r 05-29-2008 01:40 PM

Yeah its a nightmare to get working, i noticed that to get postbit working you need to click the enable header and footer ads... It seems like a good mod but its soo glitchy.

Im almost tempted to install a seperate adserver to get it working.

karim004 05-29-2008 02:02 PM

monday i am gotta relase v2.1 :
* fix for postbit
* flash rotation
* comp with 3.7.1
* ads in more locations (( left&right side , forumbit ........ ))

rm-rf 05-29-2008 03:24 PM

Two questions
Does this work with Xopen Java code ? (I saw mention of xopen in the thread here but didn't see if it works or not.)

Will this mod allow for specifying what ads to show and not show when viewing individual forums.

Bonus Paradise 05-29-2008 06:31 PM

Quote:

Originally Posted by karim004 (Post 1535144)
monday i am gotta relase v2.1 :
* fix for postbit
* flash rotation
* comp with 3.7.1
* ads in more locations (( left&right side , forumbit ........ ))

Good to know
I upgraded last night to 3.7.1
and today i tried and tried this advertisment and no banners showing
aboslute nothing happens.

lol, so are you saying it cant work now in any way on 3.7.1
or did i do anything wrong maybe?

thanks

DoB Rhapsody 05-29-2008 07:42 PM

I'm placing adsense on my site but i have two styles. I would like to style my adsense to look like the style that the user is currently viewing. Is there an if condition i can use for this?

I've tried the code below which i was sure was going to work but it didn't..
HTML Code:

<if condition="$bbuserinfo['styleid'] == X">
    SOME CODE
</if>


wilbkr1 06-01-2008 11:00 PM

Hello,

Very interested in this Mod and wanted to confirm that it will work with 3.7.0 and 3.7.1 . Thank you for your hard work.

Wilbkr1

Vinyljunky 06-02-2008 07:58 AM

I have a feature request, and because of the Adsense Terms and Conditions I think its quite an important missing feature.

Can we have the ability not to display ads on certain pages? Such as login and search

Thanks

VJ

thompson 06-02-2008 09:44 AM

cool, but missing ads for left and right colum.

sorry, but i didn t see the release announcement for 2.1

is there a german language file ?

OsideRida06 06-02-2008 10:54 AM

There is suppose to be a new release today. I have been waiting a week for it myself. But I have been keeping silent. I know the designer here has been working hard on it. So just give him some time.

Arkidas 06-02-2008 01:12 PM

Is it allowed by Google to ( ajax ) rotate their ads?

karim004 06-02-2008 08:34 PM

Quote:

Originally Posted by Vinyljunky (Post 1538480)

Can we have the ability not to display ads on certain pages? Such as login and search



VJ

well it s 5h30 pm EST now if i didnt get it done by 10h00 pm i will include it in version 2.2 with the ad sharing
Quote:

Originally Posted by Arkidas (Post 1538724)
Is it allowed by Google to ( ajax ) rotate their ads?

yes arkidas it s allowed by google . but they dont allowed the auto refresh .
Quote:

Originally Posted by OsideRida06 (Post 1538628)
There is suppose to be a new release today. I have been waiting a week for it myself. But I have been keeping silent. I know the designer here has been working hard on it. So just give him some time.

yes the new relase gotta be available tonight (( us time ))

OsideRida06 06-02-2008 09:48 PM

Sweet.

I cannot wait to get it. I didnt even bother downloading the last one. The new update is going to well worth the wait for sure.

ronronmx 06-03-2008 09:01 PM

Sorry to bug you Karim, just wanted to know if you're almost done with the new version and when are you planing on releasing it? Thx for all your work and time, great mod!

King Justice 06-04-2008 01:40 PM

Where's da new version!? :D:D:D:D

King Justice 06-04-2008 02:11 PM

Doesn't work with vB 3.7.1...very buggy...
Update please..?

King Justice 06-04-2008 02:13 PM

Uninstalled & very disappointed.

purepothead 06-04-2008 06:05 PM

Quote:

Originally Posted by King Justice (Post 1540636)
Uninstalled & very disappointed.

Why?, a few reads shows he hasnt updated it just yet to work with 3.7.1. Or did you mean your disapointed with yourself for not takin the time to read?

karel1985 06-04-2008 06:19 PM

karin004,

i am now still using the vbadmanagment on my board but i am very interested in your mod and i have tested shortly and i prob will install it when i have comparable functions:


1.
now in the footer i have the sponsor advertisments:
example: www.pc-helpforum.be
footer tekstlinks 4 rows

This is not possible in a simple way?

2.
In the postbid i display adds after the First and before the last post. In this mod i can set 'after first post' but not 'before last post'? Or is it added already?

example: http://www.pc-helpforum.be/f16/steun...n-doneer-4482/

i have 2 advertisers, so 1 appears in the first and the other in the last. (it changes random)
now with admanagment sometimes i see 2 times the same banner... I want to avoid this so each advertiser gets the same views...

someting to manage?

Thanks !

OsideRida06 06-05-2008 07:47 AM

Quote:

Originally Posted by purepothead (Post 1540827)
Why?, a few reads shows he hasnt updated it just yet to work with 3.7.1. Or did you mean your disapointed with yourself for not takin the time to read?

Yeah no doubt. I will happily wait for this mod.

The Gift 06-05-2008 07:57 PM

where is the new version?

csquare016 06-05-2008 10:06 PM

does this work with the latest version of 3.6? I installed but nothing is showing up. Any code I can use to get it to work?

OsideRida06 06-06-2008 01:17 PM

Yes I believe it has been installed successfully on 3.6. You just have to make sure you follow all the directions carefully, upload all the files correctly (make sure they all uploaded), and make sure you have all the settings set correctly. If you have done these things, then it should be working great.

karim004 06-07-2008 01:07 AM

Quote:

Originally Posted by The Gift (Post 1541783)
where is the new version?

sorry i lost a member of my family monday !
i added all your requests in version 2.1
the features now :
* works for v3.7.x and also v3.6.x
*ads in header , footer , below whats going on you can rotate Affiliates advertisement x small banners , below the navbar done
* request by our friend D.Baker : the flash rotation working now in all area done
* request by our friend Vinyljunky : you have the ability do not display ads on certain pages Such as login and search because it s against the tos (( thank you Vinyljunky for your Important Request done
* ads in left & right side done
* ads in left side in memberinfo done
* google analytic done
* ads in thread*forumbit with the ability of x forumid & after x thread done
* general request : rotation for postbit - postbit legacy with more conditions such after x posts , in x page ................. done
* ads in pms done
* ads announcement done
* left & right side in full page done
* permissions

you can check the new version here Advertisement System V2.1

plz give me 2 hours to include 2 more requests in this relase because i want focus in my new script portal system (( with unlimited pages ))


All times are GMT. The time now is 12:32 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.02077 seconds
  • Memory Usage 1,841KB
  • 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
  • (14)bbcode_code_printable
  • (1)bbcode_html_printable
  • (12)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