Quote:
Originally Posted by AlexanderT
|
I know it does not display that way it just does not display in threads or any posts I have made or did a test on.
I found what was wrong it was cause I am in user group 6 Admin. How do u make everyone show up to see the ads.
Thanks for the info
Quote:
Originally Posted by AlexanderT
When you change the postbit templates, instead of:
<if condition="($post['postid'] == $GLOBALS['FIRSTPOSTID']) AND (!$show['member'] OR $bbuserinfo[usergroupid] == 2)">
add this:
<if condition="($post['postid'] == $GLOBALS['FIRSTPOSTID'])">
when applying the code changes in 7. of the instruction.
|