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)

karim004 05-16-2008 08:11 PM

05/15/2008 Version 1.1
*******************
* Banners & Ads In post_legacy
* Banner After x post
* Full Page
* and the great option is the slideshow : you can control the speed , pause time , force size
Live Demo for slideshow and full page Click Here

redlabour 05-16-2008 08:31 PM

Argh - more Failures then in 1.0:
  1. You did not renamed "Google Adsense" to Ad-Script?s
  2. Still the same Terrible format of own Codes
  3. Useless Full-Page because after X Posts is missing

As long as you did not implement a useful Codedesign i will uninstall. :down:

Take the Codedesign from vBAdManagement or something else useful forget it.
Or give us a useful Instruction.

Code:

//Edit Then Copy&Paste This Code
myimages[1]="Full Link For Banner1"
myimages[2]="Full Link For Banner2"
myimages[3]="Full Link For Banner3"
//specify corresponding links below for your banners
var imagelinks=new Array()
imagelinks[1]="Full Link For website1"
imagelinks[2]="Full Link For website2"
imagelinks[3]="Full Link For website3"

Code:

slideshowcontent[0]=["banner1_link", "website1_link", "_new"]
slideshowcontent[1]=["banner2_link", "website2_link", "new"]
slideshowcontent[2]=["banner3_link", "website3_link", "new"]

What the Hell means "_new" and did we need these " Signs?

What?s the problem to make it work like this simple Design:

Code:

<img src="http://www.politikstube.de/banner/externe/israel-heute.jpg" border="0" alt="Israel Heute"></img></a>|<a href="http://www.morethandreams.tv/"
target="_blank"><img src="http://www.politikstube.de/banner/externe/mtd.gif" border="0" alt="More than Dreams"></img></a>

and so on ....

And who needs Full-Page Feature if you forget the Full-Feature after X Posts????

I remembered you 4 Times in our PM Discussion.

Sorry Guy - this release is not what you have told me and other to be released.

iogames 05-16-2008 08:33 PM

I know this Mod will keep growing and growing, but does it work for 3.6x

redlabour 05-16-2008 08:43 PM

Quote:

Originally Posted by iogames (Post 1522005)
I know this Mod will keep growing and growing, but does it work for 3.6x

For 3.6 use vBAdManagement 4.

karim004 05-16-2008 08:52 PM

Quote:

Originally Posted by redlabour (Post 1522002)
Argh - more Failures then in 1.0:
  1. You did not renamed "Google Adsense" to Ad-Script?s
  2. Still the same Terrible format of own Codes
  3. Useless Full-Page because after X Posts is missing

As long as you did not implement a useful Codedesign i will uninstall. :down:

Take the Codedesign from vBAdManagement or something else useful forget it.
Or give us a useful Instruction.

Code:

//Edit Then Copy&Paste This Code
myimages[1]="Full Link For Banner1"
myimages[2]="Full Link For Banner2"
myimages[3]="Full Link For Banner3"
//specify corresponding links below for your banners
var imagelinks=new Array()
imagelinks[1]="Full Link For website1"
imagelinks[2]="Full Link For website2"
imagelinks[3]="Full Link For website3"

Code:

slideshowcontent[0]=["banner1_link", "website1_link", "_new"]
slideshowcontent[1]=["banner2_link", "website2_link", "new"]
slideshowcontent[2]=["banner3_link", "website3_link", "new"]

What the Hell means "_new" and did we need these " Signs?

What?s the problem to make it work like this simple Design:

Code:

<img src="http://www.politikstube.de/banner/externe/israel-heute.jpg" border="0" alt="Israel Heute"></img></a>|<a href="http://www.morethandreams.tv/"
target="_blank"><img src="http://www.politikstube.de/banner/externe/mtd.gif" border="0" alt="More than Dreams"></img></a>

and so on ....

And who needs Full-Page Feature if you forget the Full-Feature after X Posts????

I remembered you 4 Times in our PM Discussion.

Sorry Guy - this release is not what you have told me and other to be released.

hi redlabour;
first dont forgot we talking about v1.1 so still more updates i cant get everything done in 2 days !
for the codes i change them to a easy one and it works for both ads regular banners and other like adsense amazon ..... but i am still testing stuff i wont relase a beta version and maybe can damage your website i want make sure first everything it s ok before i give to poeple .


for "_new" it s target=_blank to open all ads in a new window and poeple cant leave your website so what the prb with that you can change it to target=_blank !

for the postbit i think you said you want control the placement of ads in postbit and postbit_legacy and i did there is a option in admincp to show ads after x post ! and believe me i was working yesterday till 3h00 am to do it for you .

for the install i swear i dont care i want just share this mod with poeple because there is no moread managemnt for vb3.7
Quote:

Originally Posted by iogames (Post 1522005)
I know this Mod will keep growing and growing, but does it work for 3.6x

i think so . if not you have to add the codes in your templates

redlabour 05-16-2008 09:25 PM

Quote:

Originally Posted by karim004 (Post 1522033)
for the postbit i think you said you want control the placement of ads in postbit and postbit_legacy and i did there is a option in admincp to show ads after x post ! and believe me i was working yesterday till 3h00 am to do it for you .

Thanks - but we talked about the 'after X' Posts Feature for Postbit and the Full-Page Ads.

;)

Example - User hits 50 Links at the Forum he will see the Full-Page Ad with a Countdown to redirect him to the last Link he want to.

invisiblea 05-17-2008 01:46 AM

And You wrote b4 in your futures for 1.1 mod that you'll add features like forum id, usergroup id to show ads only to them.

Its not there :(

Paul M 05-17-2008 01:55 AM

When posting replies, please remember that modifications are provided free of charge, and written in a coders free/spare time. Thank you.

tekguru 05-17-2008 08:22 AM

So is the adsense script handling option now working?

D.Baker 05-17-2008 01:38 PM

Hey Guys,
Forgive me for being a complete n00b, but I am new to this whole vBulletin board thing. I understand PHP OK, and HTML/CSS very good so I think I can catch up pretty quick and will hopefully be contributing back soon enough.

Anyway, I have my board setup (I turned on plugins) and would like to install this plugin/product (which is it?). I uploaded ads.php into my forum root (mydomian.com/forums/) and imported product-advertisement_.xml through the product manager. If that's the correct thing to do, now what?

I can't seem to find the advertisement admin panel as shown in the screenshots so I think I may have done something wrong. Can I even get to that admin panel through my admincp? Or is a different thing altogether. Like I said, I'm a complete n00b, sorry and thanks.


All times are GMT. The time now is 09:46 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.01719 seconds
  • Memory Usage 1,756KB
  • 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
  • (6)bbcode_code_printable
  • (4)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
  • (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