The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
LAM - Dispute Resolution Details »» | |||||||||||||||||||||||||||||||||||||||||
This product will allow you to configure a forum so that only a thread creator, their nominated list of disputed members, and moderators are able to reply to the thread. When a dispute thread is created a PM will be sent to all those involved in the dispute.
On my site we have a lot of people selling items, and occasionally something goes wrong during the process. Before we had this product a member would post up about their problem and it became a free-for-all with 'friends' of both sides posting up slating the other side for being wrong and generally turning into a slanging match until the thread eventually got locked. Now, thanks to this product, only those actually involved in the dispute can reply. This has resulted in almost all of our disputes being resolved in a way where both sides are happy. As of version 4.0.8.1 it is now possible to configure this product to run in "Private Dispute" mode. This extends the normal functionality described above to also prevent those not in the dispute from being able to view the contents of the thread. They can still see it exists but any thread preview text, or opening the thread itself, will show a "You are not authorised to participate in this dispute" message. As of version 4.0.8.2 it is now possible to configure this product to run in "Extra Privacy" mode. This extends the "Private Dispute" functionality described above to also prevent those not in the dispute from being able to see the thread exists. With this setting enabled dispute threads will not be shown when browsing a forum if the user is not the thread creator, on the disputed list, or a moderator. As of version 4.1.3.0 it is now possible to make entering the disputed user names optional via the "Optional Disputes" setting. You can also enable the dispute functionality on all forums by enabling the "Globally Enabled" setting. As of version 4.1.4.0 it is now possible for the thread creator, or a moderator, to edit the threads dispute list by performing an advanced edit on any post in the thread which they have permission to edit. Upgrade instructions for this version can be found here. As of version 4.1.4.1 it is now possible to create a dispute against a single user group by enabling the "Enable Usergroups" setting. This will allow anyone in the user group to participate in the dispute, as well as anyone on the normal dispute list. PM notifications won't be sent to the user group. This version also fixes several bugs with the Private Dispute option where searches would still show a dispute thread even if the user wasn't allowed to participate in the dispute. Tapatalk Users - Please see this important note about Tapatalk support. Installation
Configuration You need configure which forums you want this product to run in, or globally enable it to run in all forums. You can also specify if creating a "dispute" thread in a dispute forum is optional. There is a setting that lets you override who the notification PM is sent from should you prefer it to come from an admin account rather than the user's account. And finally there are the privacy and user group options as detailed above. Example When creating or advanced editing a thread in a disputes forum there is now an additional row where the user can edit the user names (and user group if enabled) of those they are disputing... When the thread is created (or advanced edited) a PM is sent to those involved in the dispute (only newly disputed members are PMd when editing a thread)... When the thread is viewed it shows at the top who the dispute is between... An error will be shown if; the thread creator forgets to enter any names and the "Optional Disputes" option is set to No... the thread creator enters an unrecognised name... or someone not in the disputed list tries to reply to the thread... Version History 4.1.4.1 - Added user group option. Stopped threads showing in searches when Private Disputes is enabled. Stopped sending PMs to users already on the disputes list when editing a thread. (2011/07/19) 4.1.4.0 - Added the disputed users to the advanced edit screen & removed the admin option (2011/07/05) 4.1.3.0 - Added optional disputes, global enable and prevented the admin option appearing in non-disputes forums (2011/05/01) 4.1.2.0 - Fixed an SQL error if the admin option was accessed in a forum that didn't have disputes turned on (2011/03/25) 4.0.8.3 - Added auto-suggest to the user names field (2010/11/01) 4.0.8.2 - Added Extra Privacy mode (2010/10/24) 4.0.8.1 - Added Private Dispute mode (2010/10/23) 4.0.8.0 - Initial release (2010/10/23) Credits Although I've written this product for vB 4 the original idea came from the Private Debates product written by beebi. The code to not send PMd to users already on the disputes list when edited a thread was contributed by CheeSie Download Now
Screenshots
Show Your Support
|
Comments |
#42
|
|||
|
|||
Quote:
Quote:
Unfortunately for me I do use Tapatalk on my site (well I don't, but users of my site do) so it's in my best interest to take the time to bridge the two mods. It won't be for a couple of weeks yet though. I'll look into adding the option, but again it may be a few weeks before I get a chance to look at it. |
#43
|
|||
|
|||
I've had a quick look at the Tapatalk code and as suspected it does by-pass the normal vB code and therefore doesn't execute any of the hooks needed to allow the Disputes Resolution add-on to work. However, the calls to the necessary hooks are in the Tapatalk files but they are commented out. By un-commenting the hooks it is possible to prevent Tapatalk creating threads in a Disputes forum (necessary because Tapatalk is not able to collect the disputed user names needed by this add-on), and prevent it from allowing people to reply to Dispute threads of which they do not belong. There are some limitations to this though...
I also want to state clearly that...
With that said, if you want basic Disputes Resolution support within Tapatalk then un-comment (remove the // from the beginning of) the following lines... Code:
mobiquo/functions/new_topic.php //($hook = vBulletinHook::fetch_hook('newthread_post_start')) ? eval($hook) : false; mobiquo/functions/reply_post.php mobiquo/functions/reply_topic.php mobiquo/functions/get_quote_post.php //($hook = vBulletinHook::fetch_hook('newreply_start')) ? eval($hook) : false; |
#44
|
|||
|
|||
Great Mod!. Let to me know what does it take to add below functionality (I am willing to pay). I would like use this as a Thread Permissions MOD.
1) When a user is posting a thread, they will have option of selecting "Disputed Thread" Yes or No. If No is selected, it becomes a general thread where everyone can use it. If Yes is selected only listed users can use the thread. (or if no usersnames are entered, it becomes a public thread (all the forum permissions apply) 2) User has an option to enter User Group name and/or Social Group name. In that case, all the members of social group will be able to reply to the thread. Thank you! PM me what does it take to do it. Downloaded > Installed > Rated 5> Nominated |
#45
|
||||
|
||||
Great mod and something we will use heavly on our forum!
Is there anyway i can add some simple changes to offer some set Disputes ???? Ie we play Fifa and it could be used to arrange games that havent been played between members.... |
#46
|
|||
|
|||
I'm going to be looking at all the requests made for this mod in the next couple of days so I can try and release the next version with all the features in that everyone have asked for.
I'm not sure I understand, can you provide an example of what you mean. |
#47
|
||||
|
||||
Just some way of templete edits or other that can be set with options to enter info
For us some we would use being Arrange game for IE time and date Can you play IE Yes or No drop down box or just a reply space Can play at this IE time and date (again some form of box or drop down to enter info |
#48
|
||||||
|
||||||
I've updated the product. This latest update fixes/adds...
Quote:
Code:
Find... <li><label><input type="radio" name="do" value="LAM_DisputeResolution" tabindex="10" /> {vb:rawphrase LAM_DisputeResolution_Title}…</label></li> Replace with... <vb:if condition="$vboptions['LAM_DisputeResolution_GlobalEnable'] || in_array($threadinfo['forumid'], array($vboptions['LAM_DisputeResolution_DisputeForumIDs']))"> <li><label><input type="radio" name="do" value="LAM_DisputeResolution" tabindex="10" /> {vb:rawphrase LAM_DisputeResolution_Title}…</label></li> </vb:if> Quote:
Quote:
Quote:
On my to-do list when I next get a spare couple of hours... Quote:
Quote:
So you simply want it to collect additional information and display it at the top of the thread? Or would this information be collected at post level instead of thread level? Either way this might also be out of scope of this product but I could release something to do the job as a separate product. |
#49
|
||||
|
||||
If the info could be collected at post level that would be superb Nhawk
|
#50
|
|||
|
|||
Quote:
|
#51
|
|||
|
|||
I am not sure if it is just my settings that are or wrong or something is wrong with this product.
Like mentioned up thread I am using this product so that members of my website can create private threads between each other for role-play. When you click on their profile and then click "View all posts" (and subsequently do a search) people who are not apart of the dispute can view the messages in the dispute thread. I have my settings configured so that they should not be able to view the dispute threads at all. I have in my settings "Private Disputes" set to Yes and "Extra Privacy" set to Yes. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|