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)

RedTyger 12-05-2007 05:03 PM

Quote:

Originally Posted by neverstop (Post 1395583)
Hi,

I have a mod (https://vborg.vbsupport.ru/showthread.php?t=150766) I would like to ad a custom adblock to but the template does not show up in the dropdown. The mod added 7 templates but only 3 show up in the dropdown. Any ideas why?

Cheers,
Ian

Yes, the dropdown menu excludes "bit" templates. These are repeating templates like postbit and forumbit. Because they are repeating, additional code is needed to prevent advertisements repeating with them and the code is different between each "bit" template so it must be pre-written into the modification. There's no real way around it I'm afraid.

neverstop 12-05-2007 05:23 PM

Quote:

Originally Posted by RedTyger (Post 1395591)
Yes, the dropdown menu excludes "bit" templates. These are repeating templates like postbit and forumbit. Because they are repeating, additional code is needed to prevent advertisements repeating with them and the code is different between each "bit" template so it must be pre-written into the modification. There's no real way around it I'm afraid.

Ahh that makes sense. Thanks for the prompt reply.

profanitytalker 12-05-2007 06:21 PM

Hey redtyger,

Thanks alot for the hack. I just want to know that when the ads refresh everytime, will that have an effect on cpm banners? Sorry if this has been answered b4. Thanks if you answer this. :)

RedTyger 12-05-2007 06:32 PM

I don't know. All I can tell you is that the AJAX refresh displays the advertisement exactly the same as if the user had reloaded the page.

Joel173 12-05-2007 06:44 PM

Whenever I click "Enable header advertisements on your forum?" to yes, it always goes back to "No"?

protoolers 12-05-2007 10:27 PM

Quote:

Originally Posted by RedTyger (Post 1395561)
AdminCP > Plugins & Products > Product Manager > vB Ad Manager drop-down menu > Uninstall. Then delete the files you uploaded.

<Thank You>!!!

iogames 12-05-2007 11:44 PM

So we can call 4.01 a stable version? :o

Vman 12-06-2007 01:39 AM

How do I remove the "Remove Advertisement" statement/link which is under the banner?

This is just ticking me off, and when you click it, it sends you to a screen saying "You are already registered as (Blank) user. if you lost your pass word, click here, etc. etc.

Help..

Thanks

cajunboy2208 12-06-2007 02:48 AM

Great mod.
But I liked the older version better.

I am having a few problems with this one, hopefully I can figure them out, if not you will be seeing a post from me soon =)

eJM 12-06-2007 02:53 AM

Quote:

Originally Posted by Vman (Post 1395889)
How do I remove the "Remove Advertisement" statement/link which is under the banner?

Please, DO NOT read the last few pages of this thread where the process of removing that link has been mentioned several times. Doing so might cause you eye strain. We wouldn't want that now, would we? https://vborg.vbsupport.ru/external/2007/12/36.gif

Vman 12-06-2007 02:56 AM

It would have been just alittle nicer to just simply posted the thread link so others (Like myself who have lives and not much time) would just point to the thread in which it was mentioned...

But by your attitude, is shows the your age...and you wear it good!

Just Rude!!!!

Thanks for pointing the way....I found it!

profanitytalker 12-06-2007 06:31 AM

Quote:

Originally Posted by RedTyger (Post 1395647)
I don't know. All I can tell you is that the AJAX refresh displays the advertisement exactly the same as if the user had reloaded the page.

I see. Thank you very much for the reply.:up:

junaid 12-06-2007 06:54 AM

How I get old version?

RedTyger 12-06-2007 07:23 AM

Quote:

Originally Posted by iogames (Post 1395819)
So we can call 4.01 a stable version? :o

There's a few bugs that need a 4.02, but you won't lose much by starting now.

Quote:

Originally Posted by junaid (Post 1396019)
How I get old version?

You don't, I'm afraid. Onward and upward. If nothing else, this version is faster so you should use it anyway.

junaid 12-06-2007 07:58 AM

I have notice after post ads is not on centre than there is unwanted links
How I can remove these links...

RedTyger 12-06-2007 08:04 AM

Quote:

Just edit the phrase adintegrate_remove_ads using the AdminCP's Phrase Manager and in the translation box put a single space. You can change it back any time you want.
To center the post advertisements, edit the advertisement_postbit template and change <div id="postbit_adcode" to <div id="postbit_adcode style="text-align:center"

protoolers 12-06-2007 08:48 AM

on install i have this error:

Code:

Database error in vBulletin 3.6.4:

Invalid SQL:

                                INSERT INTO setting
                                        (varname, grouptitle, value, defaultvalue, datatype, optioncode, displayorder, advanced, volatile, validationcode, blacklist, product)
                                VALUES
                                        (
                                        'adintegrate_onoff',
                                        '',
                                        '1',
                                        '1',
                                        'boolean',
                                        'yesno',
                                        0,
                                        0,
                                        1,
                                        '',
                                        0,
                                        'adintegrate_rt'
        ),
        (
                                        'adintegrate_delimiter',
                                        '',
                                        '|',
                                        '|',
                                        'free',
                                        '',
                                        0,
                                        0,
                                        1,
                                        '',
                                        0,
                                        'adintegrate_rt'
        ),
        (
                                        'adintegrate_usergroupids_on',
                                        '',
                                        '6',
                                        '6',
                                        'free',
                                        '',
                                        0,
                                        0,
                                        1,
                                        '',
                                        0,
                                        'adintegrate_rt'
        ),
        (
                                        'adintegrate_usergroupids_off',
                                        '',
                                        '',
                                        '',
                                        'free',
                                        '',
                                        0,
                                        0,
                                        1,
                                        '',
                                        0,
                                        'adintegrate_rt'
        ),
        (
                                        'adintegrate_forumids_on',
                                        '',
                                        '',
                                        '',
                                        'free',
                                        '',
                                        0,
                                        0,
                                        1,
                                        '',
                                        0,
                                        'adintegrate_rt'
        ),
        (
                                        'adintegrate_forumids_off',
                                        '',
                                        '',
                                        '',
                                        'free',
                                        '',
                                        0,
                                        0,
                                        1,
                                        '',
                                        0,
                                        'adintegrate_rt'
        ),
        (
                                        'adintegrate_this_script_off',
                                        '',
                                        '',
                                        '',
                                        'free',
                                        'textarea',
                                        0,
                                        0,
                                        1,
                                        '',
                                        0,
                                        'adintegrate_rt'
        ),
        (
                                        'adintegrate_refresh_onoff',
                                        '',
                                        '0',
                                        '0',
                                        'boolean',
                                        'yesno',
                                        0,
                                        0,
                                        1,
                                        '',
                                        0,
                                        'adintegrate_rt'
        ),
        (
                                        -----omissis----


MySQL Error  : Duplicate entry 'adintegrate_sharing_chanceoflastposter' for key 1
Error Number : 1062
Date        : Thursday, December 6th 2007 @ 11:28:02 AM
Script      : http://www.xxxxxxx/forum/admincp/plugin.php?do=productimport
Referrer    : http://www.xxxxxxx/forum/admincp/plugin.php?do=productadd
IP Address  : xxxxxxxx
Username    : xxxxxxxx
Classname    : xxxxxx


heroia 12-06-2007 01:11 PM

Automatic insertion of $x_advertisement seems to not work on my forum.

Any idea ?

pablo 12-06-2007 06:25 PM

I am having problems getting the admin panel part to show. i.e. I don't see anything !! I used the english version

Mrdby 12-06-2007 06:45 PM

hmmmm

geckofrog 12-06-2007 07:50 PM

Wow, I want the old version back, this is way to buggy!

pnd 12-07-2007 02:24 AM

I searched but I can't find a solution that I was hoping some users might know the answer to:

Problem #1
I have alignment issues when using just plain text in the left column advertisement and right column advertisement. As you descend the forum, from main page ...to thread, there are table misalignments and generally large gaps between the left column ad and the main vBulletin table that lists the forums/threads, etc.

Anyone have a solution to this? I've been mucking with the leftcolumn_advertisement template to no avail. This is for adManagement v3.14 w/ vBulletin 3.6.8

Problem #2
Ad's dont seem to be refreshing at times - I get blank banners at times.
NOT AN AD MANAGEMENT PROBLEM. AD SENSE PERMITS ONLY 3 ADS PER PAGE. IF YOU GO OVER THE LIMIT, THEY BLANK ADS I leave this comment here for others who may run into the same problem so they know the solution instead of finding NO ANSWERS like most of these posts contain- problems w/ no answers.

I tried 4.1 but the vbAd Management did not show up properly in the adminCP so I reverted back for the time being. I will play with 4.1 after I solve this table alignment issue.

P.S. Some of you need to try a little harder on working on your problems instead of begging the poor author to look at your code/site when most of your problems can be solved with a little searching on this forum.

nanaimobar 12-07-2007 03:02 AM

Quote:

Originally Posted by Vman (Post 1395889)
How do I remove the "Remove Advertisement" statement/link which is under the banner?

This is just ticking me off, and when you click it, it sends you to a screen saying "You are already registered as (Blank) user. if you lost your pass word, click here, etc. etc.

Help..

Thanks

You can replace the link if you wish it to point somewhere else. In your Admin panel, Languages and Phrases, select Phrase Manager, and look for adintegrate_remove_ads in the list. Edit this phrase to suit your purpose.

On my board I have the link pointing to advertising information and I changed the text to read Member Advertisements.

jnrdavo 12-07-2007 04:40 AM

ok, so now I'm stuck!

I tried 4.1 (?), but no luck. It added in the new menus to the admin cp, but nothing was in them (seems the same as sombody else on this forum a few posts ago).

OK, so lets roll back to 314 so I can get the ads back on my website.

I uninstalled 4.1 and reinstalled 3.14. All looks ok (apart from the 4.1 menus are still in the admin cp, still with no content), but I can't get my ads to work anymore. Nothing comes up on the web site anymore.

Is there something I'm missing?
:confused:

pnd 12-07-2007 11:51 AM

jnrdavo
How did you go about uninstalling 4.1? Did you remove the files you uploaded to the system as well? Go back to adminCP --> vBulletin Options --> vB Ad Management options and make sure you have your ad code in there.

ang2el 12-07-2007 01:41 PM

Quote:

Originally Posted by ntloc (Post 1394367)
There's the manual on top of the page, just above the hack files link.

I didn't get it .............. could you help me please :confused:

pnd 12-08-2007 12:35 AM

Quote:

Originally Posted by ang2el (Post 1396813)
I didn't get it .............. could you help me please :confused:

Not sure what you don't understand. Here's the MANUAL for this product. Read it here: http://redtyger.co.uk/manual.php?pro...ement#features

ChefTalk 12-08-2007 02:08 PM

How do you remove the "Remove Advertisement" link under the ads?

Thanks.

class101 12-08-2007 02:34 PM

what do you think for 4.0 version near the 3.14 improvments, is it a must have version ? because I'm still using 3.14 and a bit afraid to update due to all complaints and the non-existent support for upgrading 3.14 to 4

RedTyger 12-08-2007 02:54 PM

Quote:

Originally Posted by protoolers (Post 1396052)
on install i have this error:

Code:

Database error in vBulletin 3.6.4:

Invalid SQL:

                                INSERT INTO setting
                                        (varname, grouptitle, value, defaultvalue, datatype, optioncode, displayorder, advanced, volatile, validationcode, blacklist, product)
                                VALUES
                                        (
                                        'adintegrate_onoff',
                                        '',
                                        '1',
                                        '1',
                                        'boolean',
                                        'yesno',
                                        0,
                                        0,
                                        1,
                                        '',
                                        0,
                                        'adintegrate_rt'
        ),
        (
                                        'adintegrate_delimiter',
                                        '',
                                        '|',
                                        '|',
                                        'free',
                                        '',
                                        0,
                                        0,
                                        1,
                                        '',
                                        0,
                                        'adintegrate_rt'
        ),
        (
                                        'adintegrate_usergroupids_on',
                                        '',
                                        '6',
                                        '6',
                                        'free',
                                        '',
                                        0,
                                        0,
                                        1,
                                        '',
                                        0,
                                        'adintegrate_rt'
        ),
        (
                                        'adintegrate_usergroupids_off',
                                        '',
                                        '',
                                        '',
                                        'free',
                                        '',
                                        0,
                                        0,
                                        1,
                                        '',
                                        0,
                                        'adintegrate_rt'
        ),
        (
                                        'adintegrate_forumids_on',
                                        '',
                                        '',
                                        '',
                                        'free',
                                        '',
                                        0,
                                        0,
                                        1,
                                        '',
                                        0,
                                        'adintegrate_rt'
        ),
        (
                                        'adintegrate_forumids_off',
                                        '',
                                        '',
                                        '',
                                        'free',
                                        '',
                                        0,
                                        0,
                                        1,
                                        '',
                                        0,
                                        'adintegrate_rt'
        ),
        (
                                        'adintegrate_this_script_off',
                                        '',
                                        '',
                                        '',
                                        'free',
                                        'textarea',
                                        0,
                                        0,
                                        1,
                                        '',
                                        0,
                                        'adintegrate_rt'
        ),
        (
                                        'adintegrate_refresh_onoff',
                                        '',
                                        '0',
                                        '0',
                                        'boolean',
                                        'yesno',
                                        0,
                                        0,
                                        1,
                                        '',
                                        0,
                                        'adintegrate_rt'
        ),
        (
                                        -----omissis----


MySQL Error  : Duplicate entry 'adintegrate_sharing_chanceoflastposter' for key 1
Error Number : 1062
Date        : Thursday, December 6th 2007 @ 11:28:02 AM
Script      : http://www.xxxxxxx/forum/admincp/plugin.php?do=productimport
Referrer    : http://www.xxxxxxx/forum/admincp/plugin.php?do=productadd
IP Address  : xxxxxxxx
Username    : xxxxxxxx
Classname    : xxxxxx


Could you PM me an AdminCP login please, I really need to see this problem in action.

Quote:

Originally Posted by heroia (Post 1396174)
Automatic insertion of $x_advertisement seems to not work on my forum.

Any idea ?

More specifics please? What are your related settings?

Quote:

Originally Posted by pablo (Post 1396360)
I am having problems getting the admin panel part to show. i.e. I don't see anything !! I used the english version

You have not uploaded the uploads/includes/xml file.

Quote:

Originally Posted by jnrdavo (Post 1396613)
ok, so now I'm stuck!

I tried 4.1 (?), but no luck. It added in the new menus to the admin cp, but nothing was in them (seems the same as sombody else on this forum a few posts ago).

OK, so lets roll back to 314 so I can get the ads back on my
I uninstalled 4.1 and reinstalled 3.14. All looks ok (apart from the 4.1 menus are still in the admin cp, still with no content), but I can't get my ads to work anymore. Nothing comes up on the web site anymore.

Is there something I'm missing?
:confused:

As far as the 4.xx issue goes, it sounds like you are not uploading all the files. Check them carefully. Regrading back to 3.xx is not something I'd suggest, I don't know how well it works.

Quote:

Originally Posted by ChefTalk (Post 1397397)
How do you remove the "Remove Advertisement" link under the ads?

Thanks.

Use the phrase manager to translate the phrase adintegrate_remove_ads to a single space.

Quote:

Originally Posted by class101 (Post 1397406)
what do you think for 4.0 version near the 3.14 improvments, is it a must have version ? because I'm still using 3.14 and a bit afraid to update due to all complaints and the non-existent support for upgrading 3.14 to 4

If you want to upgrade I would wait until 4.02 which should be out in a couple of days, which fixes all bugs that have been reported to me.

Aside from that, it depends what you would consider "must have" I suppose. Different people want different things.

onehost 12-08-2007 03:42 PM

Even if you fix all the bugs, VB 3.7 hasnt even come out yet, more likely
there will be more fixing when VB 3.7 hits the shelf.

RedTyger 12-08-2007 04:44 PM

Quote:

Originally Posted by onehost (Post 1397428)
Even if you fix all the bugs, VB 3.7 hasnt even come out yet, more likely
there will be more fixing when VB 3.7 hits the shelf.

Well possibly. But it is equally possible that nothing will need to be done at all, they're not making any relevant changes that I'm aware of. I'm more curious about what they've done about built-in advertising.

jnrdavo 12-08-2007 08:48 PM

ok, I'm willing to give 4.01 a shot again.

I've reloaded the new stuff, removed the old 314, but still get the vb ad management menu with no contents. I noticed somebody else had this and you advised to make sure the xml file was copied, I have confirmed mine has, it's in /includes/xml directory.

Where do you put the advertisment.php file, is it just in the root of the forums folder (in my case "forums" is the root of the vbulletin site)..?

ang2el 12-08-2007 11:10 PM

Quote:

Originally Posted by pnd (Post 1397138)
Not sure what you don't understand. Here's the MANUAL for this product. Read it here: http://redtyger.co.uk/manual.php?pro...ement#features


I have enable postbit advertisement, but its not working whey whereas footer is working fine?

ang2el 12-09-2007 12:07 AM

I uninstalled the product and re-installed.

I could display the add in the pot bit but I have enable add after first post and last page and wanted to repeat it after every 5 post but it does appear in the first page (thread with multiple page) but it doesn't display add in the second and subsequent pages even no add in the last page.

I tried to edit the option but its ont working i.e. when I click on the save it doesn't proceed it remains same.

Where is the problem could you help me out.

Thanks in advance

directprint 12-09-2007 09:04 AM

Quote:

Originally Posted by ang2el (Post 1397648)
I uninstalled the product and re-installed.

I could display the add in the pot bit but I have enable add after first post and last page and wanted to repeat it after every 5 post but it does appear in the first page (thread with multiple page) but it doesn't display add in the second and subsequent pages even no add in the last page.

I tried to edit the option but its ont working i.e. when I click on the save it doesn't proceed it remains same.

Where is the problem could you help me out.

Thanks in advance

I have the same problem as you, ads appear on the first page of a thread only, nothing after the 1st Page.

itayKinnrot 12-09-2007 02:36 PM

i didnt understand where do i upload the language xml file?
Thanks...

JasonP007 12-09-2007 03:31 PM

Can anyone share the previous release vb ad management 3.1 directions so I can be certain I removed everything. By accident I deleted my instructions.

Thanks,

Jason

trigon 12-09-2007 03:37 PM

Strange, i tried to install but after them i got a white page. After disabling these two hacks (https://vborg.vbsupport.ru/showthread.php?t=119041 and (https://vborg.vbsupport.ru/showthread.php?t=152931) , the AdManagement runs.
Any solutions?

JasonP007 12-09-2007 03:50 PM

i got a white page as well, however i have not been able to get it to work yet... maybe some of my hacks are preventing it as well.


All times are GMT. The time now is 08:37 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.04011 seconds
  • Memory Usage 1,913KB
  • 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
  • (2)bbcode_code_printable
  • (20)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