vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Major Additions - vB Ad Management (https://vborg.vbsupport.ru/showthread.php?t=203948)

redlabour 02-05-2009 03:54 PM

Quote:

Originally Posted by snotek (Post 1734802)
Cannot use this product -- vB 3.8.1, vBSEO, and a few other plugins/products.

When product is installed most AJAX functions cease to work. Inline editing of posts is probably the most annoying of the loses. Simply uninstalling the product fixes the issue. I have repeated this modification several times each time beginning and ending with the same results.

Same for me - Editbutton ist broken (but works if you click him twice) and https://vborg.vbsupport.ru/external/2011/07/26.gif Button in Editor.

But there is no need to uninstall - deactivating does the same till there is a Fix.

:(

Opened a Thread at vBSEO Support - in most Cases they can help.

RaceJunkie 02-05-2009 04:50 PM

1 Attachment(s)
IS it possible to add an advertisement on the first post like attached image?

angeldevil 02-05-2009 09:54 PM

Great Mod This is a Must mod nominated for MOTM .Thank you for ur good work Redtyger

Battle_Ring 02-06-2009 02:12 AM

please be back add after last post

RedTyger 02-06-2009 05:42 AM

Quote:

Originally Posted by redlabour (Post 1735281)
Same for me - Editbutton ist broken (but works if you click him twice) and https://vborg.vbsupport.ru/external/2011/07/26.gif Button in Editor.

But there is no need to uninstall - deactivating does the same till there is a Fix.

:(

Opened a Thread at vBSEO Support - in most Cases they can help.

It's good of them to take a look, but it's almost certainly something for me to deal with. Let me know how you get on.




Quote:

Originally Posted by RaceJunkie (Post 1735336)
IS it possible to add an advertisement on the first post like attached image?

Of course!

Search for $ad_location[ad_showthread_firstpost_start] in the postbit template and after it add $vbam_location[post_message] (note at the end). Set your ads to display every 1 post, choose the post_message template hook from the menu and for your adcode use this:

Code:

<if condition="$GLOBALS[post][postcount] % $vboptions[maxposts] == 1">
<div style="float:right;margin-left:1em;margin-bottom:1em;">
YOUR ADVERTISEMENT
</div>
</if>


The conditional is what restricts it from really appearing every 1 posts so if you're using other postbit adcode you'll have to work conditionals around it.

While I'm on the subject, if anyone wants to include an advertisement with the last post before/if the option is added back in, just use this conditional:

Code:

<if condition="$GLOBALS[post][islastshown]">
Everything here will be shown with the last post only.
</if>


* Unfortunately, vBulletin's use of ad_location hooks prevents anyone else using them unless I've included a specific workaround, which I haven't for that one. So unfortunately you have to make your own. I'll probably just remove ad_location hooks entirely.




Quote:

Originally Posted by angeldevil (Post 1735576)
Great Mod This is a Must mod nominated for MOTM .Thank you for ur good work Redtyger

Very kind, glad it's helpful.

Vinyljunky 02-06-2009 11:59 AM

Glad to see you back RedTyger :up:

Will install this as soon as it works with VBSEO :)

morrow 02-06-2009 03:03 PM

I've installed this and am using it in my header. As said, gotta hit edit twice... Not a show stopper for me but would be nice to have fixed.

My other question... I believe it was this modification that previously allowed me to include an ad after every X post and after X threads, etc... Very flexible. I see all of that was removed (unless I'm thinking of another mod). Any way to put these back, I thought they were great.

RedTyger 02-06-2009 05:35 PM

Quote:

Originally Posted by morrow (Post 1736193)
My other question... I believe it was this modification that previously allowed me to include an ad after every X post and after X threads, etc... Very flexible. I see all of that was removed (unless I'm thinking of another mod). Any way to put these back, I thought they were great.

Before it had "with X posts" and "every X posts". With this version it was added to thread and forum lists as well.

sojobo 02-06-2009 08:05 PM

The auto-refresh feature doesn't seem to be working for me, is that a known bug or is something else the cause?

morrow 02-06-2009 08:52 PM

Quote:

Originally Posted by sojobo (Post 1736453)
The auto-refresh feature doesn't seem to be working for me, is that a known bug or is something else the cause?

Doesn't work for me either.

Also, left/right columns don't show up on the right or left, but rather on the bottom.

Where can I have the ads displayed between ever X thread/post/etc...?


All times are GMT. The time now is 01:19 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.01321 seconds
  • Memory Usage 1,745KB
  • 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
  • (6)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
  • (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