![]() |
New Thread/Post Reminder Message
1 Attachment(s)
Overview: This product allows you to define a message that can be displayed above the ckeditor anywhere new posts are created and edited. We know our users read our carefully constructed rules about as carefully as people read instruction manuals in general. This product can be used to display a message or even list of reminders for proper posting conduct on our sites, which will make it more likely that your users are actually aware of what is allowed and expected when posting. You may select the forums in which this product is active and the active areas in those forum from showing it only when new threads are created to everywhere new posts are created/edited. You may select certain usergroups to be exempt from seeing the message, and for those users set to see the message, you may decide to stop showing the message once they reach a certain post count, or have started a certain number of threads. You may decide whether the message element is collapsible or not and you may set a maximum height for the message element in case you message takes up a lot of vertical space and you don't want it taking up too much space on your pages. New Thread/New Reply (Advanced)/Edit Post (Advanced): https://vborg.vbsupport.ru/attachmen...1&d=1477452408 Quick Reply: https://vborg.vbsupport.ru/attachmen...1&d=1477452408 Quick Edit: https://vborg.vbsupport.ru/attachmen...1&d=1477452408 Updates: Version 1.1:
Version 1.2:
Version 1.3:
For example, if you edit your message to read: BEGINFORUMIDS 2,3,4 ENDFORUMIDSMessage 1...BEGINFORUMIDS 5,6,7 ENDFORUMIDSMessage 2... Then (given that forums with forumids 2-7 are in the "Active Forums"), forums with a forum id of 2, 3 or 4 will display "Message 1..." and forums with a forumid of 4, 6 or 7 will display "Message 2..." Messages may be stacked as well, that is you can define a message that appears in all forum messages, and then have additional messages that are specific to certain forums that will get added to any previous messages that apply to the forum. For example, if you edit your message to read: BEGINFORUMIDS 2,3,4,5,6,7 ENDFORUMIDSMessage 1...BEGINFORUMIDS 2,3,4 ENDFORUMIDSMessage 2...BEGINFORUMIDS 5,6,7 ENDFORUMIDSMessage 3... Then (given that forums with forumids 2-7 are in the "Active Forums"), forums with a forum id of 2, 3 or 4 will display "Message 1...Message 2..." and forums with a forumid of 4, 6 or 7 will display "Message 1...Message 3..." The stacked messages will appear in the order in which they are defined. Block titles work the same way. Version 1.4:
Version 1.4.1:
Compatibility: Tested and working on VB 4.2.x and may work on all 4.x versions of vBulletin. Backup/Warning: This product does not alter your database, however it is always good practice to make regular backups and you should make a backup before installing ANY new mod. As always, products are USE AT YOUR OWN RISK. I will provide support and do my best to help but no absolute guarantee is offered. To Install:
https://vborg.vbsupport.ru/attachmen...1&d=1477452408 Support for this product can be found here: |
I had my own code in all templates for each skin.
Now with this mod all is easy and clean. Tested in vb4.2.0 & vb4.2.3 Works fine as all tests i could make. Thank you very much. :) |
Quote:
|
Sorry for such a quick update, but I realized when counting new threads for a user, only those threads started in the product's active forums should be counted. :o
Update - Version 1.1:
|
Not compatible with 4.1?
|
Quote:
Quote:
Quote:
|
Quote:
|
Mark -
Would I be able to modify the checklist to suit my sites needs? Scott |
Quote:
|
In what way you want to edit it?
|
Quote:
will evaluate tonight |
Intersting..My forum 4.2.3 product active but I didn't see message box anywhere
|
Did you select the active forums/areas?
|
Quote:
|
Quote:
|
Quote:
|
There shouldn't be any issues with that PHP version that I know of.
Are you certain you have not exempted a usergroup to which you belong? If not and if you wish, please PM me the login credentials for an admin account and I will come investigate. :) |
Okay, the issue at Bulent's site was that the variable $foruminfo needed to be declared global in the two plugins that render the custom message template.
If/when I publish an upgrade to this product, I will include this in the update unless others report this same issue before then and if so, I will publish an update for this issue by itself. |
Quote:
|
hey Mark - I am seeing the same issue on my dev site that Bulent was having
where is the $foruminfo variable? |
Update - Version 1.2:
|
thanks Mark - makes it easier
|
Mark I have an issue with the update v1.2, I will try to describe it...
In the Activity stream, all threads posts shows - redirect to the same forum. Code at thread phrase is: <a href="{1}" class="username">{2}</a> started a thread <a href="{3}">{4}</a> in <a href="{5}">{6}</a> This <a href="{5}">{6}</a> always shows, example: Mydomain/forumdisplay.php?7 -------------------------------------------------------------------------- Same with posts <a href="{1}">{2}</a> replied to a thread <a href="{3}">{4}</a> in <a href="{5}">{6}</a> This <a href="{5}">{6}</a> shows the same forumdisplay as above. When I put OFF the modification does not fix, only fixes when disable from Plugins & Products Maybe I did not manage to describe well, sorry for my bad English. :) |
Hello Stratis,
This product doesn't do anything with the activity stream. None of the sites on which I have installed this have had the activity stream affected at all from what I can tell. :) |
Maybe so for you and others :)
For me what I did: I uninstalled v1.2 and installed v1.1 All works fine. To test I installed again v1.2 and voila problem came up again. Return now to 1.1 and I am staying here. Just have it in mind. Probably something happens only to my forum. Thanks Mark |
Thank you Stratis, for the information...I appreciate it. I guess declaring $foruminfo as global in this product's plugins is interfering with your Activity Stream somehow. :)
|
Yes, actually yesterday I found wich piece of code makes the problem to me.
Plugin "Add Message To Quick Edit (If Applicable)" This on top ( global $vbulletin, $foruminfo; ) Deleting $foruminfo like this ( global $vbulletin; ) problem does not exists, but I did not leave v1.2 because I do not know if excepting it having other issues. :) |
That's the only difference between v1.1 and v1.2, and I only added it because it wouldn't work for Scott without it, and adding it didn't cause me any issues on several sites. :)
|
Love this addon and thanks buddy.
Is there anyway thoe...we can set different text for different parts of forum? example..ive added this as thread format rules for requests,,,,but would be great to have different text and assign to our troubleshhoting area etc |
Quote:
|
Update - Version 1.3:
For example, if you edit your message to read: BEGINFORUMIDS 2,3,4 ENDFORUMIDSMessage 1...BEGINFORUMIDS 5,6,7 ENDFORUMIDSMessage 2... Then (given that forums with forumids 2-7 are in the "Active Forums"), forums with a forum id of 2, 3 or 4 will display "Message 1..." and forums with a forumid of 4, 6 or 7 will display "Message 2..." Messages may be stacked as well, that is you can define a message that appears in all forum messages, and then have additional messages that are specific to certain forums that will get added to any previous messages that apply to the forum. For example, if you edit your message to read: BEGINFORUMIDS 2,3,4,5,6,7 ENDFORUMIDSMessage 1...BEGINFORUMIDS 2,3,4 ENDFORUMIDSMessage 2...BEGINFORUMIDS 5,6,7 ENDFORUMIDSMessage 3... Then (given that forums with forumids 2-7 are in the "Active Forums"), forums with a forum id of 2, 3 or 4 will display "Message 1...Message 2..." and forums with a forumid of 4, 6 or 7 will display "Message 1...Message 3..." The stacked messages will appear in the order in which they are defined. Block titles work the same way. |
1 Attachment(s)
Quote:
If I do not make any mistake? I see this line of Block titles, when forumids is only in messages field and not in titles. https://vborg.vbsupport.ru/attachmen...1&d=1480795706 I see this line of Block titles, when forumids is not in messages field and not in titles. https://vborg.vbsupport.ru/attachmen...1&d=1480795706 :) |
Hmm...when I have no forumids in neither the "Reminder Message Block Title" nor the "Reminder Message Content" I still see the title as expected.
What do you have for the two phrases? |
1 Attachment(s)
Quote:
Probably some thing I do not get it :D Quote:
Test i made just now: No forumids no title, blank as default I see this in all selected Active forums by the mod. Attachment 155523 If i put forumids in title, i see the above image only in the forumids i have put, it is as supposed to be. But i see this image in all other selected Active forums by the mod, Attachment 155524 ;) So, if there is forumids in title. I must not see this image to all other forums that are sellected but there ids are not in the field of titles Attachment 155524 :) Just remind that i work this as it is here |
If you want a block title to show up, you either have to have a block title for all active forums (that is, without forumids in the phrase), or you have to have a title defined for all the active forums by using forumids in the phrase.
|
Installed , Thanks Mark .
4.2.3 Cand 1 . Can only view the Block Title ( which I have edited ) . Cannot view Message Content which is , currently , un-edited ... Quote:
Active One Staff Forum ( to test ) Active - New Threads only None - Exempt usergroups Count - New Threads Threshold - 0 Collapsible - No Max Height - 0 |
You need to edit the phrase "markfl_newthreadmessage" so that it pertains to your site. :)
|
Quote:
Apologies Mark .....:o |
Quote:
|
Something in this mod is affecting the Activity Stream . I've narrowed the issue down to this particular mod .
Default Activity Stream provides detail entries such as 20-02-2017, 08:47 AM Username started a thread blah blah blah blah in Subforum I've discovered that with the mod enabled we get 20-02-2017, 08:47 AM Username started a thread blah blah blah blah in ( relevant phrase in vB "x_started_a_thread_y_in_z" <a href="{1}" class="username">{2}</a> started a thread {4} <a href="{3}">{5}</a> in <a href="{6}">{7}</a> ) Can you help Mark - thanks in antic ... |
All times are GMT. The time now is 06:38 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|