The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
Okay, I will see what I can do.
|
#12
|
||||
|
||||
Hey Paul,
I have updated the product (and attached it here), and instead of adding more settings, I allowed more flexibility in the existing setting. Now you can define whether new threads, new replies, or both are restricted, and whether the post count is a maximum or a minimum. For your application, where X is the forumid of your "Help The New Guy" forum, enter into the setting "Forumids And Their Restrictions" the following: Code:
X|threads|max|50 |
#13
|
||||
|
||||
Thank you. It's installed and set as active, specifying 15|threads|max|50.
The only thing left would be for a message to be displayed to an affected member, such as: Quote:
I remain extremely grateful for your assistance and believe in supporting those from whom I derive a benefit. Free support isn't free; there is always a cost, even if it is just the expenditure of time put in to making something available for others 'at no cost'. A persons time and talents are a valued commodity and should not be taken for granted. I can't support you directly here, so I've made a contribution to http://mathhelpboards.com. It's the very least I can do for the assistance you've provided and that I've benefited from. |
Благодарность от: | ||
MarkFL |
#14
|
||||
|
||||
Quote:
Quote:
Quote:
|
#15
|
||||
|
||||
Ah, okay.
Are these the only two elements in the .xml file that handle the message? Code:
<phrase name="markfl_rfbpc_nonewreplies" date="1488990604" username="MarkFL" version="1.0"><![CDATA[Your post count prohibits you from posting new replies in this forum!]]></phrase> <phrase name="markfl_rfbpc_nonewthreads" date="1488990639" username="MarkFL" version="1.0"><![CDATA[Your post count prohibits you from posting new threads in this forum!]]></phrase> |
#16
|
||||
|
||||
Quote:
I have attached an update which will allow you to add CSS to the message elements. For example, when I add the following CSS to the "Message CSS" setting: Code:
width: 75%; padding: 5px; border: 1px solid #FF0000; border-radius: 6px; background :#FFFF00; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25); box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75); |
#17
|
||||
|
||||
Your screenshot raises a question:
As your MOD is written, at what point does the check against the members post count occur? It looks as if, based on the screenshot, it happens when they enter the affected forum. If that is the case, that isn't good. Anyone, regardless of post count, should be able to enter the forum and read it's content. Only affected members should be prevented from creating within the forum. Or am I misleading myself by the screenshot; by what I see? |
#18
|
||||
|
||||
The screenshot just shows that the message explains to the user why there are no "Post New Thread" buttons...they can still browse the threads, and if the restriction is only on creating new threads, they can still reply to the existing threads.
|
#19
|
||||
|
||||
Okay, I tested by logging in with a testing user account (with 51 posts).
When I select (go into) our Help the New Guy forum I see the banner message at the top of the Thread Listing as shown in your screenshot and the Post New Thread button is absent. When I click on any of the threads, the banner message isn't displayed. So, this looks quite nice and accomplishes what I wanted. Good job! |
#20
|
||||
|
||||
Quote:
I'll likely go over it for a bit to see if there's anything I missed and then publish it. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|