The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
First Post Editable Indefinitely Details »» | |||||||||||||||||||||||||||||||
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 would be useful if they want to constantly update their first thread with new information, or an updated list of some sort way past the normal editing time limit. This modification will allow them to edit that first post indefinitely.
Notes - I wrote this for my own site and it works exactly how I want it to. I have no plans to change it or expand it in any way - No, you may not change the time limit, this only works for if the time limit for the first post is 0 - indefinite. FOR 4.1.12 - SEE THIS POST - https://vborg.vbsupport.ru/showpost....9&postcount=63 Version History: 1.0 2009-11-17: - initial release by Lynne at vbulletin.org 1.1 2009-11-21: - added option in Forum Manager to turn on indefinite editing of first post per forum 1.2 2010-07-22: - fixed to work in 4.0.4. Also moved plugin from global_complete to global_bootstrap_complete since global_complete is deprecated (4.0.4) To install: 1. Import product-lynne_first_post_editable.xml 2. By default, editing first post indefinitely is Off per forum. To turn it on, go into the Forum Manager > select your forum to Edit > Make first post in thread editable indefinitely > Yes To uninstall: 1. Uninstall "First Post Editable Indefinitely v4.0" French translation also below thanks to Albibak - product-lynne_first_post_editable_fr.xml Download Now
Show Your Support
|
Comments |
#102
|
||||
|
||||
I won't be changing this mod in anyway. You are welcome to modify it to your own needs though.
|
#103
|
|||
|
|||
Hah I can't code I'm afraid. So that's not gonna happen. Thanks though.
|
#104
|
|||
|
|||
Quote:
Sucks when mod creators don't listen to the features people want instead making us spend money to have someone else modify it when they could easily do it. Also this mod isn't working in 4.2.0 pl3. |
#105
|
||||
|
||||
Actually, this isn't true.
It works as intended on vB4.2. I'm using it without problems, i.e. my test user is able to edit first post even after editing time is passed. |
#106
|
|||
|
|||
Will this enable editing subject title and thus change of prefix? Rule per forum, i.e. each forum local value for this?
|
#107
|
|||
|
|||
This doesn't allow for members to edit their thread titles or prefix... is that a bug or is it supposed to be that way?
|
#108
|
||||
|
||||
This is vB thing.
Only moderators can change thread title whenever they want. You have option in settings where you define time while users are able to change thread title (I'm not sure about thread prefix, but I think that time is the same in both cases). |
#109
|
|||
|
|||
Hi Lynne, do you have time to make this work with 4.2.2? I installed on a clean 4.2.2 and it doesn't work even though I did all the latest edits. Thanks
Edit:: Nevermind, it works correctly as intended. I forgot that I did something different. All my posts does not have a time limit on editing. It's just this one specific forum that users have no permission to edit their posts at all, but I made this hack to work where only the first post is editable, bypassing 'can edit' usergroup permission. Just don't remember what I did. Edit2:: OK I figured it out. In plugin Set edittimelimit to 0 for first post Set edittimelimit to 0 for first post (2) Change Code:
$vbulletin->options['edittimelimit'] = 0; Code:
$vbulletin->bf_ugp_forumpermissions['caneditpost'] = 1; |
#110
|
|||
|
|||
Installed it on 4.2.1 patch level 1 and it seems to be working. I did use the updated version posted earlier that contained the fix by Lynne. Direct link to the updated XML:
https://vborg.vbsupport.ru/showpost....4&postcount=65 |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|