The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
[OzzModz] First Post Editable Indefinitely Per Usergroup Details »» | |||||||||||||||||||||||||||
[OzzModz] First Post Editable Indefinitely Per Usergroup
Developer Last Online: Dec 2021
Another mod brought to you by,
This is a small mod that will allow admins to have selected usergroups bypass Time Limit editing their first posts in a thread. It is a simple installation, just import the product XML, ozzmodz_editable_post You can edit the options under the settings, [OzzModz] First Post Editable Indefinitely Settings Note: This was originally done by Lynne, here First Post Editable Indefinitely but it did not have usergroup perms, and you had to edit each forum individually. Should you want a specific usergroup to be able to edit all their posts indefinitely, use [OzzModz] Disable Time Limit On Editing Of Posts By Usergroup Complete Feature List
Q. Why do I need such a thing, you ask? A. Sometimes you want your users to be able to edit the first post in their thread indefinitely but still have a time limit on all other posts in the thread. This can be useful if you want your users to be able to constantly update their first thread with new information, or new releases to things way past the normal editing time limit. This modification will allow them to edit that first post indefinitely. ------------------------------------------------------------------------------------------- If you like this mod please hit the button to the right ----> Please remember to click the, button to the right if you installed the mod ----> What does 'Marking As Installed' do ? * It helps you to stay on top of updates - members who have installed modifications will be notified whenever new updates are available. * For security issues - vbulletin.org will contact all members who have installed a modification whenever a security issue is brought to their attention. * Marking a modification as installed also helps me know how many people are using my work, giving me extra incentive to provide more features and new modifications. I appreciate the support! ------------------------------------------------------------------------------------------- * History (Changelog) * ------------------------- v1.0.0 (July 12, 2014) - Initial public release. v1.0.1 (December 12, 2014) - Fixed a issue with it not working on some sites. Supporters / CoAuthors Show Your Support
|
Благодарность от: | ||
RichieBoy67 |
Comments |
#12
|
||||
|
||||
No it should work on all first posts.
|
#13
|
|||
|
|||
I created a test user and tested this, it doesn't seem to enable the edit post button after the timeout of 15 minutes for the OP in the specified forums I enabled for in the settings. Seems to be the same issue civicf is having
|
#14
|
||||
|
||||
If you could give that test user full admin privileges, and send me the info for that test user, I can try to debug it on your site.
|
#15
|
|||
|
|||
I did debugging and the issue lies with the
PHP Code:
Here is my debug code PHP Code:
PHP Code:
|
#16
|
||||
|
||||
Ok I'll check it out on my site when I get a chance. It may be tomorrow.
|
#17
|
|||
|
|||
is there a need to have -1 in there?
|
#18
|
|||
|
|||
Fixed it
PHP Code:
PHP Code:
|
#19
|
||||
|
||||
Hmmm, I have never used,
Code:
vB::$vbulletin->userinfo |
#20
|
|||
|
|||
Also you need to create a new hook ajax_start and add
PHP Code:
|
#21
|
|||
|
|||
yea... i don't know why $vbulletin->user info works on other things in that script but not is_member_of()... its weird. But i managed to get the plugin working with those edits I listed
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|