What To Search For In Google?

What should I be searching for in Google to find a comments/content revision/edit management? What I’m trying to find is a tutorial on how to implement a system where for any user submitted content you can see when something was edited, what was edited and who done the editing.


It’s something along the lines of that which I’m looking to implement, not necessarily where the differences get highlighted as well. I need a tutorial that’s independent of any framework. It’s going to be used in multiple places (wiki pages, forum posts, blog comments, etc) as I want to keep the interface of my site as consistent as possible across all applications of the site

Try these:

Google “php show text changes”

http://www.holomind.de/phpnet/diff.php

http://web.archive.org/web/20080506155528/http://software.zuavra.net/inline-diff/

http://code.stephenmorley.org/php/diff-implementation/

https://github.com/chrisboulton/php-diff

http://php.net/manual/en/intro.xdiff.php

https://github.com/gorhill/PHP-FineDiff

http://www.raymondhill.net/finediff/viewdiff-ex.php

1 Like

I’ve decided to go with that one for the comparison of edits. Now I’ll have to look into the best way to handle the different versions in the database. I won’t create save separate version when the system censors bad language. I’ll probably have an option that a user will select in their UserCP/Profile that they can check. If checked it’ll run each post/comment through a bad language filter

1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.