Go Back   vBulletin Setup > vBulletinSetup Information > Troubleshooting vBulletin Problems

Reply 
 
LinkBack Thread Tools Display Modes
Old 09-14-2009, 02:01 PM   #1
vBulletin Owner
 
grimholtt's Avatar
 
Join Date: Dec 2007
Posts: 21
grimholtt will become famous soon enough
Talking Hopefully, an easy question...

I was hoping to encourage new members to our forums to really read the forums rather than just clicking on the "New Posts" link at the top. Is there a way to set up a rule that you have to have over "X" number of posts before the New Posts link would show up for you?

Thanks in advance!!

Josh/Grim
__________________
www.tribeguild.info/vb
grimholtt is offline   Reply With Quote

Advertisement [Remove Advertisement]

Old 09-14-2009, 02:15 PM   #2
Supporters
vBulletin Owner
 
popowich's Avatar
 
Join Date: Jul 2007
Location: Rochester, New York
Posts: 500
popowich is just really nicepopowich is just really nice
Re: Hopefully, an easy question...

If you want to lock out the new posts link you can wrap it with a usergroup conditional.

You'd need to have your registered members promoted to another group after they have made 10 posts.

Once they are no longer registered members they would be able to view the link.

-Raymond
popowich is offline   Reply With Quote
Old 09-14-2009, 02:21 PM   #3
vBulletin Owner
 
grimholtt's Avatar
 
Join Date: Dec 2007
Posts: 21
grimholtt will become famous soon enough
Re: Hopefully, an easy question...

Hmm, is there a way to automate that process or would I have to monitor all the new members to see when they go over the set limit and manually upgrade them?
__________________
www.tribeguild.info/vb
grimholtt is offline   Reply With Quote
Old 09-14-2009, 02:52 PM   #4
Supporters
vBulletin Owner
 
popowich's Avatar
 
Join Date: Jul 2007
Location: Rochester, New York
Posts: 500
popowich is just really nicepopowich is just really nice
Re: Hopefully, an easy question...

admincp -> usergroups -> promotions
popowich is offline   Reply With Quote
Old 09-14-2009, 03:01 PM   #5
vBulletin Owner
 
grimholtt's Avatar
 
Join Date: Dec 2007
Posts: 21
grimholtt will become famous soon enough
Re: Hopefully, an easy question...

Ok.. Man, I really appreciate your help. I see how to do the promotion now.

How do I wrap the New User Link with a usergroup conditional? This is beyond the skill level of anything I've done up to date.

Thanks again for your assistance.
__________________
www.tribeguild.info/vb

Last edited by grimholtt; 09-14-2009 at 04:54 PM.
grimholtt is offline   Reply With Quote
Old 09-15-2009, 01:36 AM   #6
She's Silent...
Community Manager
Supporters
vBulletin Owner
vBSetup Mods
 
Mikey's Avatar
 
Join Date: May 2009
Location: United Kingdom
Posts: 1,018
Blog Entries: 3
Mikey is a name known to allMikey is a name known to allMikey is a name known to allMikey is a name known to allMikey is a name known to allMikey is a name known to all
Send a message via ICQ to Mikey Send a message via AIM to Mikey Send a message via MSN to Mikey Send a message via Skype™ to Mikey
Re: Hopefully, an easy question...

Go to vBulltin AdminCP > Styles & Templates > YourStyleName > navbar...

Find
Code:
<td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td>
replace with

Code:
<if condition="$post['usergroupid'] != x"><td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td></if>
Where 'x' is the "Below 10 posters" Usergroup ID.
__________________
Mikey / vBulletinSetup Staff
Check the Newsletter & Marketplace for the latest deals.
Looking for a place to Support vBulletinSetup?
Submit your Forum and other Quality Websites.
Chatter? Spammer? Tecchie? Loony? Parlancia is the place for you
YouTube User? Check out my new Music Discussions & Downloads forum?
Mikey is nu online   Reply With Quote
Old 09-15-2009, 02:16 AM   #7
vBulletin Owner
 
grimholtt's Avatar
 
Join Date: Dec 2007
Posts: 21
grimholtt will become famous soon enough
Re: Hopefully, an easy question...

You guys rock. Thanks a ton.
__________________
www.tribeguild.info/vb
grimholtt is offline   Reply With Quote
Old 09-15-2009, 01:50 PM   #8
vBulletin Owner
 
grimholtt's Avatar
 
Join Date: Dec 2007
Posts: 21
grimholtt will become famous soon enough
Re: Hopefully, an easy question...

I hate to bug you guys again, but I'm having an issue with the promotions.

Basically, I'm running vBulletin 3.8.2. We are a website dedicated to a Guild of Gamers.
Our basic setup is that when someone wants to join the guild, the register through the standard email registration. Once that comes back, they are added to the Primary Usergroup "Registered User". They then put in an application to join the guild. If they are accepted, I manually add them to the "Tribe Member" usergroup which is in the additional usergroups category. Their primary usergroup is still Registered User.

As stated above I would like to set it up so that those in the Tribe Member usergroup will not see the New Posts link in the navbar until after they have posted 50 times. I have not used the code supplied above yet because I don't want to deprive the active members of it's use.

I created a new Usergroup called "Active Tribe Members" and based it off of the Tribe Member usergroup. My goal would be to have all new members be added to the Tribe member usergroup when they are accepted and after 50 posts automatically be promoted into the Active tribe Member user group so that they will have access to the New Posts link on the navbar.

I created the following Promotion:




I then created a new user, set his primary usergroup to registered, then checked the Tribe Member usergroup box in the additional usergroup window. I changed his post count to 49. I then went and posted a test message giving him the requisite 50 posts.

I then went to the Scheduled Task Manager and clicked Run Now on the User Promotions section.

I went to search for users under the users section and checked the "Active Tribe Members" usergroup button and clicked search. I came back with 0 hits.

I'm not sure what I'm doing wrong but I feel like I should be wearing a dunce cap.

Once again, any assistance is appreciated. Thanks again to those that have gotten me this far already.
__________________
www.tribeguild.info/vb

Last edited by grimholtt; 09-15-2009 at 02:48 PM.
grimholtt is offline   Reply With Quote
Reply 
vBulletin Setup > vBulletinSetup Information > Troubleshooting vBulletin Problems

Tags
easy, limit, new posts, question

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Yes or No, Answer a Question & Ask a Question Brandon Sheley General Discussion 136 03-19-2010 08:19 PM
SEO Made Easy - $89.00 Retail Value - now only $9.99! News Webmaster Auctions 0 05-07-2009 09:46 AM
Easy Italian Meatloaf Soliloquy vBRecipe 0 09-27-2008 07:16 PM
New Age Technology: easy as A-B-C? veenuisthebest General Discussion 1 07-16-2008 03:02 AM
Probably already asked and easy to be done HotRodGyrl Troubleshooting vBulletin Problems 3 08-29-2007 12:22 PM


All times are GMT -8. The time now is 07:58 AM.