vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   New Posting Features - Uneditable Posts (https://vborg.vbsupport.ru/showthread.php?t=175361)

King Kovifor 04-06-2008 10:00 PM

Uneditable Posts
 
Introduction

I found a thread where the user was wondering if there was a feature within vBulletin that would allow you to specify if certain users posts can be edited or not. This is the outcome of about 5 hours work (with waiting on help with AJAX stuff).

Requirements
  • This has been tested on vBulletin v3.7.0 Beta 6 and should work with all vB 3.7.x versions. It has not been tested on lower versions of vBulletin.
Installation
  1. Upload product XML
Features
  • Completely removes the ability for anyone to edit a users posts.
  • User IDs defined in the vBulletin Options.
  • Works with Quick Edit (checks after user submits)
  • Works with full edit (checks before loading page).

King Kovifor 04-06-2008 10:01 PM

Version History
  • 1.0.0 - April 6th, 2008
    • Initial Release
  • 1.0.1 - April 7th, 2008
    • Added ability for users to edit their own posts.
    • Added product URL (which links to this thread)
    • Added version checking capabilities.
Future Features
  • Usergroup permissions on who to allow to edit posts.
  • Post editing hierarchy (Who is able to edit what groups and why)
  • Super Admin Editing Abilities

nonamer69 04-07-2008 06:42 AM

thanks King. does this allow the user to still edit his own posts though?

Boofo 04-07-2008 07:28 AM

Interesting idea but I think the Super Admin should still have editing abilities.

NeuroLancer 04-07-2008 08:10 AM

Could someone help me by explaining the function of this mod in some extra detail,
What sort of situation would this mod be useful for?

nonamer69 04-07-2008 08:17 AM

Quote:

Originally Posted by NeuroLancer (Post 1485059)
Could someone help me by explaining the function of this mod in some extra detail,
What sort of situation would this mod be useful for?

I believe its best use is to make sure moderators do not edit other moderator's postings.

King Kovifor 04-07-2008 03:32 PM

Quote:

Originally Posted by nonamer69 (Post 1485027)
thanks King. does this allow the user to still edit his own posts though?

Not yet. I just wanted to get the basics for the person who needed this mod.

Quote:

Originally Posted by Boofo (Post 1485052)
Interesting idea but I think the Super Admin should still have editing abilities.

They will sooner or later. Probably in the next version.

Quote:

Originally Posted by NeuroLancer (Post 1485059)
Could someone help me by explaining the function of this mod in some extra detail,
What sort of situation would this mod be useful for?

This could be useful if you don't want moderators editing Administrator posts or such. or completely making staff posts uneditable for anyone.

Quote:

Originally Posted by nonamer69 (Post 1485060)
I believe its best use is to make sure moderators do not edit other moderator's postings.

That is one use. :)

nonamer69 04-07-2008 04:55 PM

Quote:

Originally Posted by King Kovifor (Post 1485284)
Not yet. I just wanted to get the basics for the person who needed this mod.

bummer. well I guess I won't install just yet because I need members to still be able to edit their own posts. I'll be keeping my eye on this mod and thanks again King.

King Kovifor 04-07-2008 11:39 PM

Your welcome. The update will probably either tomorrow or late tonight cause I am super tired.

OK. Updated with that minor change. :)

nonamer69 04-08-2008 12:06 AM

That was pretty damn quick. Thanks again KING.

King Kovifor 04-08-2008 12:08 AM

It was a matter of adding one check to both plugins. :) And anything I can do to help the people that actually want to use my modifications.

Boofo 04-08-2008 09:48 AM

The check you just added, is it an option you can turn off?

King Kovifor 04-08-2008 09:50 PM

Quote:

Originally Posted by Boofo (Post 1485797)
The check you just added, is it an option you can turn off?

Not yet. It can be easily added. Just give me a list of wanted features and I will do my best to add them in. I started with the bare basics.

Boofo 04-08-2008 10:24 PM

All I need is an option for the SuperAdmin to be allowed to edit the post. If you are going to leave in the option for the poster to be able to edit their own post, I would rather have that option settable to off/on.

King Kovifor 04-08-2008 11:44 PM

I will try to have an update by the end of the week.

KEKforce 05-07-2008 06:28 PM

Quote:

Originally Posted by King Kovifor (Post 1486330)
I will try to have an update by the end of the week.

of this year? ;):erm:

King Kovifor 05-08-2008 01:38 AM

Quote:

Originally Posted by KEKforce (Post 1511902)
of this year? ;):erm:

This year is long. So you could only hope so. Guess I forgot about this. Will update soon enough. After the hack with errors.

SternFan 05-11-2008 03:47 PM

This hack does nothing what it says. It makes ALL users uneditable. From what I see, only the users that are specified can edit their posts. Just wanted to save a few people some headaches.:down:

King Kovifor 05-13-2008 12:41 AM

Quote:

Originally Posted by SternFan (Post 1516157)
This hack does nothing what it says. It makes ALL users uneditable. From what I see, only the users that are specified can edit their posts. Just wanted to save a few people some headaches.:down:

What set up do you have? Have you supplied user ids within the ACP?

SternFan 05-13-2008 09:25 PM

Quote:

Originally Posted by King Kovifor (Post 1517770)
What set up do you have? Have you supplied user ids within the ACP?

I have the newest version of VB, and if you install this it stops ALL users from editing posts, even admins and mods can't edit. When I read this I took it as only users specified could not have their posts edited. That doesn't seem to be the case.

King Kovifor 05-14-2008 12:41 AM

Quote:

Originally Posted by SternFan (Post 1518782)
I have the newest version of VB, and if you install this it stops ALL users from editing posts, even admins and mods can't edit. When I read this I took it as only users specified could not have their posts edited. That doesn't seem to be the case.

Hm... Odd. I have this installed and tested on RC4 I believe. I don't see WHY the code would have changed that much.

koxito 05-14-2008 03:35 AM

It's True.. same problem, no one can edit..

May be if you tell me where to change the configuration xD

Lumis Out

King Kovifor 05-14-2008 10:30 AM

There is an "Uneditable User IDs" inside of the Posting options.

koxito 05-14-2008 05:09 PM

Quote:

Originally Posted by King Kovifor
There is an "Uneditable User IDs" inside of the Posting options.

I've allready configured my id in that place, but noone can edit posts on my forum ( using vb 3.7 gold)

WA.Helpers 05-14-2008 05:36 PM

Is there any chance to add Editable X posts by Y users if user complete Z condition? Editable posts can be marked when browsing a thread.

SternFan 05-14-2008 09:25 PM

Quote:

Originally Posted by koxito (Post 1519551)
I've allready configured my id in that place, but noone can edit posts on my forum ( using vb 3.7 gold)

Same problem here....I'm not complaining as much as just letting people know.

King Kovifor 05-15-2008 01:51 AM

My schedule should allow me time to code on Friday or saturday. I am going to attempt fixing this to work before adding features.

SternFan 05-17-2008 12:02 AM

Quote:

Originally Posted by King Kovifor (Post 1520057)
My schedule should allow me time to code on Friday or saturday. I am going to attempt fixing this to work before adding features.

Much appreciated, the concept is great if it worked well

King Kovifor 05-17-2008 03:10 AM

Quote:

Originally Posted by SternFan (Post 1522185)
Much appreciated, the concept is great if it worked well

But note that this will not include new features. This will be strictly to make it compatible with gold.

pspmaster93 07-19-2008 07:52 PM

ya i cannot edit my own posts either i have newest vb version

King Kovifor 07-19-2008 10:34 PM

Quote:

Originally Posted by pspmaster93 (Post 1579331)
ya i cannot edit my own posts either i have newest vb version

Known, haven't gotten around to adding any features like that.

Sycoloco1212 09-29-2008 07:12 AM

i think im the one that asked for this idea, and what i suggested is when an administrator is making a post, he can chose whether he wants this post from being uneditable by anyone else, from other administrators. this is a purpose for owners to make a post about something without letting another staff member edit your post u made, it should also have different abilities such as [ Moderators can do the same, no other mod can edit his post, but someone who over ranks him can ]

=)

King Kovifor 09-29-2008 08:42 PM

Quote:

Originally Posted by Sycoloco1212 (Post 1632836)
i think im the one that asked for this idea, and what i suggested is when an administrator is making a post, he can chose whether he wants this post from being uneditable by anyone else, from other administrators. this is a purpose for owners to make a post about something without letting another staff member edit your post u made, it should also have different abilities such as [ Moderators can do the same, no other mod can edit his post, but someone who over ranks him can ]

=)

I'll add it to a tracker, but can't say I promise it...


All times are GMT. The time now is 05:23 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01236 seconds
  • Memory Usage 1,804KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (18)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (33)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete