Not Solved [How To?] New users notification for post
#1
Not Solved
how to show like this for new users any plugins or codes 

anyone have means please share to us 


Thank you ...

[Image: Screenshot_365.png]
----------------------------No -------- Signature ---------------------------------
Reply
#2
Not Solved
bump .......................................... help needed with this
----------------------------No -------- Signature ---------------------------------
Reply
#3
Not Solved
I don't know of any such direct plugin but you can do this using two ways :-
1. Template Conditional plugin
2. Use any guest plugin and modify the plugin to show guest message to users with less 20 posts (or any numbers). Use group promotion feature in MyBB to promote the usergroup after 20 posts and hence they will not see the message.
- MyBB Heart
Reply
#4
Not Solved
Another way is to use BAM Announcements Manager and display the message for the "registered" group.
You'll have to promote users with more than 20 posts to another group.
Do not ask me help through PM or Discord
Reply
#5
Not Solved
(2019-12-03, 07:22 AM)Crazycat Wrote: Another way is to use BAM Announcements Manager and display the message for the "registered" group.
You'll have to promote users with more than 20 posts to another group.

bro how all nulledbb or nulle.com or nulled forums have this options have automatically they not did anything by manually
----------------------------No -------- Signature ---------------------------------
Reply
#6
Not Solved
(2019-12-03, 05:57 PM)kuttysoft Wrote:
(2019-12-03, 07:22 AM)Crazycat Wrote: Another way is to use BAM Announcements Manager and display the message for the "registered" group.
You'll have to promote users with more than 20 posts to another group.

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.
Reply
#7
Not Solved
(2019-12-03, 06:14 PM)mTurtle_ Wrote:
(2019-12-03, 05:57 PM)kuttysoft Wrote:
(2019-12-03, 07:22 AM)Crazycat Wrote: Another way is to use BAM Announcements Manager and display the message for the "registered" group.
You'll have to promote users with more than 20 posts to another group.

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
----------------------------No -------- Signature ---------------------------------
Reply
#8
Not Solved
(2019-12-03, 06:19 PM)kuttysoft Wrote:
(2019-12-03, 06:14 PM)mTurtle_ Wrote:
(2019-12-03, 05:57 PM)kuttysoft Wrote:
(2019-12-03, 07:22 AM)Crazycat Wrote: Another way is to use BAM Announcements Manager and display the message for the "registered" group.
You'll have to promote users with more than 20 posts to another group.

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.
Reply
#9
Not Solved
(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:
(2019-12-03, 07:22 AM)Crazycat Wrote: Another way is to use BAM Announcements Manager and display the message for the "registered" group.
You'll have to promote users with more than 20 posts to another group.

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
----------------------------No -------- Signature ---------------------------------
Reply
#10
Not Solved
This is a simple function, like:
$mytext = ''; 
if($mybb->user['postnum'] <= 20)
{
	$mytext = '<div>My Text Block</div>';
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)