phpBB SEO
Boards
Directory  
SEO  
Downloads
  phpBB SEO : Search Engine Optimization, Directory, Forums  
Index
Forums
Annuaire
Référencement
Télécharger
 
  Search Rechercher
    Register
Username :  Password :  Log me on automatically each visit  
S'enregistrer  
 
   
Users editing posts
Goto page 1, 2  Next
 
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB Forum
::  
Author Message
ultimatehandyman
PR2
PR2


Joined: 15 Mar 2007
Posts: 209

Users editing postsPosted: Sat Dec 01, 2007 7:07 am    Post subject: Users editing posts

I have had a few problems recently with users that have made posts in my forum and then after lots of people have replied the original poster has edited their original post/s Evil or Very Mad

One of these people even removed all of the information in every post on a thread that was three pages long and so the thread was rendered useless and had to be deleted.

Is it possible to prevent users from editing posts after a certain amount of time or prevent users from editing posts once a reply has been made to the topic?

This would also help to prevent spammers who make a post and then edit it at a later date and insert a sneaky link into the post!

Thanks in advance

chez

_________________
DIY | DIY directory |DIY forum
Back to top
Peter77
phpBB SEO Team
phpBB SEO Team


Joined: 10 May 2006
Posts: 512
Location: Michigan

Users editing postsPosted: Sat Dec 01, 2007 10:31 am    Post subject: Re: Users editing posts

Maybe one of these MODs can help.

Quote:

Limited Post Edit Time
This hack allows an administrator to set a time (in minutes) a user has to edit their post. Setting a value of '0' allows unlimited editing. Administrators and moderators can always edit their posts.



Quote:

Disallow editing replied posts
MOD Description: Disallows editing replied posts, except for Admins and Moderators.
Back to top
ultimatehandyman
PR2
PR2


Joined: 15 Mar 2007
Posts: 209

Users editing postsPosted: Sat Dec 01, 2007 1:26 pm    Post subject: Re: Users editing posts

Thanks very much peter Wink

I did a search on phpbb this morning and it never came up with anything. The search function in phpbb never finds the things that I want Exclamation I forgot to check phpbbhacks Embarassed

Thanks very much for the links, one of those mods ought to do it Wink

Chez

_________________
DIY | DIY directory |DIY forum
Back to top
Peter77
phpBB SEO Team
phpBB SEO Team


Joined: 10 May 2006
Posts: 512
Location: Michigan

Users editing postsPosted: Sun Dec 02, 2007 3:22 am    Post subject: Re: Users editing posts

Hey you're welcome. Yeah, I usually have better luck doing google searches! Smile
Back to top
ultimatehandyman
PR2
PR2


Joined: 15 Mar 2007
Posts: 209

Users editing postsPosted: Tue Dec 04, 2007 12:40 pm    Post subject: Re: Users editing posts

I have decided on the limited time post mod, but can't install it myself as it needs some bits adding to the database

Code:
INSERT INTO phpbb_config (config_name, config_value) VALUES ('edit_time', '0')


I'm not sure how to do this and so will have to wait until the guy that I use to install mods that I can't install myself has time to install it for me Embarassed

_________________
DIY | DIY directory |DIY forum
Back to top
Peter77
phpBB SEO Team
phpBB SEO Team


Joined: 10 May 2006
Posts: 512
Location: Michigan

Users editing postsPosted: Tue Dec 04, 2007 11:09 pm    Post subject: Re: Users editing posts

I sometimes go to phpbbstyles.com to get my SQL install file generated ...

http://phpbbstyles.com/sql.php

Go there and insert the SQL commend you just posted and click on "generate php code" then you download the file to your computer.

upload the sql.php file to your phpbb root directory and execute it from there.. ie; yoursite.com/phpbb/sql.php and it should insert the SQL into your database.

Smile
Back to top
ultimatehandyman
PR2
PR2


Joined: 15 Mar 2007
Posts: 209

Users editing postsPosted: Tue Dec 04, 2007 11:15 pm    Post subject: Re: Users editing posts

Peter77 wrote:
I sometimes go to phpbbstyles.com to get my SQL install file generated ...

http://phpbbstyles.com/sql.php

Go there and insert the SQL commend you just posted and click on "generate php code" then you download the file to your computer.

upload the sql.php file to your phpbb root directory and execute it from there.. ie; yoursite.com/phpbb/sql.php and it should insert the SQL into your database.

Smile


Thanks Peter,

Is this idiot proof as I don't want to screw up the database?

_________________
DIY | DIY directory |DIY forum
Back to top
Peter77
phpBB SEO Team
phpBB SEO Team


Joined: 10 May 2006
Posts: 512
Location: Michigan

Users editing postsPosted: Tue Dec 04, 2007 11:20 pm    Post subject: Re: Users editing posts

I've never had a problem with using it and I just tested your SQL line on my test board before I replied and it went though with no problems.

create a backup of your database in your admin control panel just incase.
Back to top
ultimatehandyman
PR2
PR2


Joined: 15 Mar 2007
Posts: 209

Users editing postsPosted: Tue Dec 04, 2007 11:30 pm    Post subject: Re: Users editing posts

Thanks Peter,

I have just backed up the db and will give this a go in the next few minutes Wink

_________________
DIY | DIY directory |DIY forum
Back to top
ultimatehandyman
PR2
PR2


Joined: 15 Mar 2007
Posts: 209

Users editing postsPosted: Tue Dec 04, 2007 11:51 pm    Post subject: Re: Users editing posts

Very Happy

Just installed it and it worked a treat Wink

Thanks very much for your help Peter, much appreciated Wink

_________________
DIY | DIY directory |DIY forum
Back to top
ultimatehandyman
PR2
PR2


Joined: 15 Mar 2007
Posts: 209

Users editing postsPosted: Tue Dec 04, 2007 11:53 pm    Post subject: Re: Users editing posts

Just one more thing, do I need to delete the sql file or leave it?

Thanks

chez

_________________
DIY | DIY directory |DIY forum
Back to top
Peter77
phpBB SEO Team
phpBB SEO Team


Joined: 10 May 2006
Posts: 512
Location: Michigan

Users editing postsPosted: Wed Dec 05, 2007 3:39 am    Post subject: Re: Users editing posts

Yup, you delete it you execute it from your phpbb directory. You always want to delete any kind of installation scripits after your done.
Back to top
ultimatehandyman
PR2
PR2


Joined: 15 Mar 2007
Posts: 209

Users editing postsPosted: Wed Dec 05, 2007 9:25 am    Post subject: Re: Users editing posts

I thought so, but wasn't 100% sure and so asked.

Thanks again for your help.

Wink

_________________
DIY | DIY directory |DIY forum
Back to top
SeO
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 15 Mar 2006
Posts: 3477

Users editing postsPosted: Wed Dec 05, 2007 2:11 pm    Post subject: Re: Users editing posts

By the way, don't forget that the members posts belongs to them, in many countries, you are obliged by law to delete all post from a member who would have asked for it.

Under some circumstances, it can be useful.

The good thing is, most user do understand that sharing both means give and receive. And it's a bit odd to chat publicly if you don't want your thoughts public.

I personally like the idea that one thread initially useful for one could be useful for others, it's even pretty motivating IMHO.

_________________
phpBB SEO || SEO Forum || Forum Référencement
GYM Sitemap & RSS for phpBB3 has been released ! || GYM Sitemap & RSS for phpBB3 est disponible !
Back to top
ultimatehandyman
PR2
PR2


Joined: 15 Mar 2007
Posts: 209

Users editing postsPosted: Fri Dec 07, 2007 2:18 pm    Post subject: Re: Users editing posts

Thanks SeO,

If people want their posts deleting then that is not a problem, but the main reason to stop people from editing posts after say 30 mins is so that a spammer cannot join the forum and post a post about light bulbs and then in six months time go back and edit it and fill it with a hundred links to porn sites. If they did do this it is unlikely that it would be noticed and so could be potentially damaging for the site.

_________________
DIY | DIY directory |DIY forum
Back to top
Display posts from previous:   
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB Forum
Page 1 of 2 Goto page 1, 2  Next

Navigation Similar Topics

Jump to: