The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

edit posts

+2
medusa
Mariami
6 posters

Go down

In progress edit posts

Post by Mariami January 13th 2015, 1:13 pm

when users want they alwas are allow to edit their post and I dont wont them to edit their posts and what will I do for this?
Mariami
Mariami
Forumember

Posts : 106
Reputation : 1
Language : english

http://mundonoveleras.forum2x2.ru/forum

Back to top Go down

In progress Re: edit posts

Post by medusa January 13th 2015, 1:24 pm

I'm not totally sure if this works:

My suggestion would be(but that would probably also stop yourself from editing)
You can go to administration panel/Display/pics management/advance/buttons
and then simply remove the picture of the edit button. Smile
medusa
medusa
Forumember

Female Posts : 52
Reputation : 1
Language : Danish, English
Location : Denmark

http://newworld.danskforum.net

Back to top Go down

In progress Re: edit posts

Post by Derri January 13th 2015, 1:34 pm

You can set an edit duration or takeaway their ability to edit by going to

ACP --> General --> Messages and Emails --> Configuration

You'll find the options there
Derri
Derri
Helper
Helper

Male Posts : 8755
Reputation : 638
Language : English & Basic French
Location : Scotland, United Kingdom

Back to top Go down

In progress Re: edit posts

Post by SLGray January 13th 2015, 9:56 pm

Also you can change the forums' permissions. 

Administration Panel > General > Forum > Categories and Forums


edit posts Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51464
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

In progress Re: edit posts

Post by Mariami January 14th 2015, 11:37 am

they dont work
Mariami
Mariami
Forumember

Posts : 106
Reputation : 1
Language : english

http://mundonoveleras.forum2x2.ru/forum

Back to top Go down

In progress Re: edit posts

Post by _Twisted_Mods_ January 14th 2015, 12:06 pm

think it only works for new post

u can use css to hide the button

Code:
a[href*="editpost"]{display:none!important;}

or a script to remove it for everyone but admin

Code:
$(function(){
if(_userdata.user_level == 1){}else{$('a[href*="editpost"]').remove();}
});

or goto acp>display>templates>viewtopic_body

and remove

Code:
<li>{postrow.displayed.EDIT_IMG}</li>

im sure i could think of a few more ways if u still need help
_Twisted_Mods_
_Twisted_Mods_
Helper
Helper

Male Posts : 2108
Reputation : 336
Language : English
Location : Ms

http://liquidcode.forumotion.com

Back to top Go down

In progress Re: edit posts

Post by Mad Scientist January 14th 2015, 12:26 pm

Hello @Mariami,

They have to work. As Derri said, in Configuration there you will have option "Post edit duration limit for a member". Just set it to zero, however Moderators and Administrators won't be affected by this most probably. This option can be used for example when you want to allow members to edit their posts for a while and then restrict it not to have things such as members raging and then removing their contribution posts later on (posted GFX work, tutorials etc).

But, if you want to disable editing for your regular members as a whole, simply go to permissions as SLGray told you "Categories and forums" and then you have to open up permissions of all forums you want to disable editing, scroll down to Advanced Mode and click it to expand permissions tab. Then find "Edit its own messages" and uncheck for all groups you want to disable. That has to work.

Mad Scientist
Mad Scientist
New Member

Male Posts : 18
Reputation : 2
Language : English

http://www.duelacademia.com/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum