MyBB Community Forums

Full Version: New users notification for post
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
(2019-12-03, 06:36 PM)kuttysoft Wrote: [ -> ]
(2019-12-03, 06:32 PM)mTurtle_ Wrote: [ -> ]
(2019-12-03, 06:19 PM)kuttysoft Wrote: [ -> ]
(2019-12-03, 06:14 PM)mTurtle_ Wrote: [ -> ]
(2019-12-03, 05:57 PM)kuttysoft Wrote: [ -> ]bro how all nulledbb or nulle.com or nulled forums have this options have automatically they not did anything by manually
All of those forums run a heavily modified verison of MyBB.
 yes yes i know but nice features bt i have doubt how all kind of that forum modified same 1 or 3 ok if 5 forums means all same thing i dont know how
I believe that they used BAM Announcements manager for that, as said by Crazycat before. It's a pretty widespread plugin, and easy to install and set up.


that message is automatically disappear after 20 post  for same register user
They peharps promote users without changing title, so it's invisible.
(2019-12-03, 07:59 PM)SvePu Wrote: [ -> ]This is a simple function, like:
$mytext = ''; 
if($mybb->user['postnum'] <= 20)
{
	$mytext = '<div>My Text Block</div>';
}

have to add in showthread template ?
Pages: 1 2