26

Re: [release] Post Edit Period

8k84 wrote:

Yes, in you manifest.xml file parameter $cur_post['posted'] gives posted time for the first message of current topic rather than current message.

Why don't you take a look at YonasH's post_edit_grace_period extension and handle the posted time in the same way?

it would be more helpful and would saved my time if u could give this hint earlier.

thanks though

Re: [release] Post Edit Period

Hi Rajaru,
Does your latest release include the hint posted [a bit late] by 8k84?
Shall I wait until you've manage to include that new information?
Thanks again

28

Re: [release] Post Edit Period

esupergood wrote:

Hi Rajaru,
Does your latest release include the hint posted [a bit late] by 8k84?
Shall I wait until you've manage to include that new information?
Thanks again

hello, i will inform you when it is ready.
thanks

29

Re: [release] Post Edit Period

You may want to check out this modified manifest.xml. Works for me. It also does not allow to edit a post that is not the last one in the topic.

30

Re: [release] Post Edit Period

rajuru wrote:

it would be more helpful and would saved my time if u could give this hint earlier.

I gave it to you as soon as I had it. Sorry for not being fast enough. cool

31

Re: [release] Post Edit Period

8k84 wrote:

You may want to check out this modified manifest.xml. Works for me. It also does not allow to edit a post that is not the last one in the topic.

wow, thanks a lot for this contribution. i did not notice that i can simply add this in the query. i was planning to perform another query or fully replace that query using hook.

anyway, i am now modifying the admin panel so that admin can choose whether he wants to "block editing if it is not last post of topic".

thanks

Re: [release] Post Edit Period

I look forward to it smile

33

Re: [release] Post Edit Period

hello,
i completely dropped the previous extension. release one of different name.

Extension:
Post Edit Control

Description:
You can control some editing features of posts using this.
   
    1. You can mention number of minutes a post can be edited after its creation. After that time, normal users will be unable to edit while moderators or admins will be able.
    2. You can control whether users can edit his/her post after someone replies.
    3. You can control whether user can make reply even the last post of topic is created by him/her. By doing this, you can prevent consecutive posts by same user and force them to edit previous post.



Download the Beta:

@8k84,
Please help me finding and solving any bugs you find.

thanks

Re: [release] Post Edit Period

WORKS!!
I've only tested it a little bit and have asked my forum users to test it too.
But so far, so good.

THANKS VERY MUCH, I've been waiting months for this.
If you have paypal I'll drop you a few pennies if you send me your address

35

Re: [release] Post Edit Period

Doesn't work correctly on 1.3 version sad

Re: [release] Post Edit Period

I'm on 1.3.2 I think

Re: [release] Post Edit Period

rajuru wrote:

Download the Beta:

Bad URL. Error - 404 sad

Reload, please!

thanks

38

Re: [release] Post Edit Period

Advisory wrote:
rajuru wrote:

Download the Beta:

Bad URL. Error - 404 sad

Reload, please!

thanks


uploaded. try again.

thanks

Re: [release] Post Edit Period

rajuru wrote:

uploaded. try again.

downloaded smile
thanks

Re: [release] Post Edit Period

Is this still in beta test?

41

Re: [release] Post Edit Period

achtungbaby wrote:

Is this still in beta test?

i have the same question wink

42

Re: [release] Post Edit Period

@Rajuru

There's interest for an added option to this extension in the french community;

- users should be able to edit messages but NOT edit the title of message anymore (optional)

Is this something you could add?

Thanks.

43

Re: [release] Post Edit Period

KeyDog wrote:

@Rajuru

There's interest for an added option to this extension in the french community;

- users should be able to edit messages but NOT edit the title of message anymore (optional)

Is this something you could add?

Thanks.

thanks for reply! i see i have missed a few other replies too!

about your question, yes I think I could add! but i am under extreme workload! don't know when I can manage time update it sad!

sorry for that! but i will if I can do!

thanks

44

Re: [release] Post Edit Period

rajuru wrote:

I think I could add! but i am under extreme workload! don't know when I can manage time update it sad! sorry for that! but i will if I can do!
thanks

Thanks a lot. Whenever suits you it's appreciated.

Re: [release] Post Edit Period

Hello,
This extension is really useful.
However, I would like activate it only in one category on my forum.
So I have modified the manifest file, line 83:

if(!$forum_page['is_admmod'] && ($id == 2)){

$id is forum_id, of course.

But it doesn't work (a user can't edit in all categories) and I don't know why.

I have also another problem: I also have the “merge posts” extension on my forum. And a user has just to add a new post to have the right to edit again.  big_smile

Can you help me?

Thank you!

46

Re: [release] Post Edit Period

Good morning,
Thanks for this job,
I am looking for this mod for 1.2 branch of PunBB
Anyone can help?
Kindest regards

Re: [release] Post Edit Period

great extension, work fine on 1.4.2

Re: [release] Post Edit Period

This is a great extension but I am having one small issue.

If I set a moderator for 1 forum they have full edit rights in that forum and full board edit rights of their own posts.

When I install this extension and set it to 30 minutes it cuts of edits to all members at 30 minutes which is as designed but I would like to exempt mods from this and another user group I have called trusted members.

So basically my groups Moderators & Trusted Members (based on members but more privileges) should be exempt.

Any idea how to accomplish this?

49

Re: [release] Post Edit Period

https://github.com/MioVisman/punbb_exte … dit_period

Alternative. Please test.

ForkBB
I speak only Russian  :P

Re: [release] Post Edit Period

I tested it and I like it better than the one I was using but it does the same.

It cuts off edit time to everyone and I have two groups

moderator and trusted member that I wish to exempt from the edit time limit.

They currently have full edit privileges forever and right now it only allows the moderator to edit posts in their forum. If they want to edit their own posts outside of their moderator forum they have the time limit.

Same with trusted members, I would require them to have no time limit as well.

For trusted members I copied the member group and gave them additional priviledges.