PDA

View Full Version : maxposts


Exa
02-09-2014, 11:15 PM
Hello,

I tried both codes at postbit_display_complete and not work, any idea

if ($post['postcount'] % $vbulletin->options['maxposts'] == 1)
if ($post['postcount'] % $this->registry->options['maxposts'] == 1)

ozzy47
02-09-2014, 11:18 PM
What is it you are trying to do with that code?

Exa
02-09-2014, 11:50 PM
i want to display ads at the first post every page

--------------- Added 1391996291 at 1391996291 ---------------

sorry it work ok, the problem was that my browser has cached

ozzy47
02-10-2014, 12:57 AM
Ahh, glad it is working, and thanks for reporting back. :)

TheLastSuperman
02-10-2014, 02:49 AM
For those not doing this via their own plugin i.e. you don't know how etc, here is a simple mod - https://vborg.vbsupport.ru/showthread.php?t=249274

Also you can use:
$GLOBALS['FIRSTPOSTID']