vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   conditional ad after 5th, 15th post (https://vborg.vbsupport.ru/showthread.php?t=318181)

scottkoz20 11-05-2017 12:47 PM

Thanks for this thread and Mark and Sal for the discussion

I built a plugin to go after the 5th post of a thread that is displaying based on this information and works flawlessly! :)


EDIT: I might want to dynamically look to add this to the final post on a displayed thread regardless of the number of posts, but this is something I'll deal with later :)

scottkoz20 11-07-2017 10:54 PM

hmmm - well, I thought it was flawless

when I use the following code (want to do this after post 3, 6 and 10 (I have 3 different plugins) - it is adding addition ads onto the Private Message Inbox in between the message and the Quick Reply section.

I already have 1 add that exist, it's adding 1 for each plugin

not sure how to put in the Not PM page(s) into this code (or to array the posts) as I could remove the Ad code for the PM's and allow this handle it

Code:

global $ids;

$excluded = array(88,115);

if (!is_member_of($vbulletin->userinfo, $excluded) AND $post['postid'] == $ids[2])
{
    $template_hook['postbit_end'] .= '<center>AD CODE</center>';
}


MarkFL 11-08-2017 12:11 AM

If you wish to exclude private messages, then add the condition:

PHP Code:

THIS_SCRIPT !== 'private' 


scottkoz20 11-08-2017 07:54 PM

you rock!

thanks Mark


All times are GMT. The time now is 05:11 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.01089 seconds
  • Memory Usage 1,715KB
  • 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
  • (1)bbcode_code_printable
  • (1)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)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