UseBB Community

UseBB support, discussion and development

how to delete the last edit?

Moderators: Gaia.

Post Reply

Page: 1

Author Post
Member
Registered: Jul 2010
Posts: 6
image

i want it no view in the post.
sorry my english is very bad.
« Last edit by Dietrich on Mon Jul 12, 2010 10:23 pm. »
Developer
Registered: Apr 2004
Posts: 2230
Location: Belgium
You cannot disable this globally or per post.

But you can remove the post edit timestamp from the database.
UPDATE usebb_posts SET post_edit_time = 0 WHERE id = [post-id]
Member
Registered: Jul 2010
Posts: 6
thx ,i try 2 do it.
Member
Registered: Jul 2010
Posts: 6
image

look at the photo ..when i eidt the post after..
« Last edit by Dietrich on Mon Jul 12, 2010 10:23 pm. »
Member
Registered: Jul 2010
Posts: 6
Language is chinese it may be show,
english is ok,,,,,,,,,,,why...........i don't link that.
Member
Registered: Jul 2010
Posts: 6
i want 't copy the code in the post..how to save it & use .

notepad,wordpad,dw,,,all of wrong in line 1..

i think i was fool, the code put me crazy!!

link: http://www.usebb.net/community/topic-2092.html

how to copy it to my site & use on the post code!!
« Last edit by Dietrich on Mon Jul 12, 2010 10:29 pm. »
Developer
Registered: Apr 2004
Posts: 2230
Location: Belgium
Your topics have been merged. Please see the forum rules.


The SQL query can be executed in the ACP -> SQL Toolbox. Ofcourse you need to adjust the post-ID mentioned.

The scrollbar is a glitch in the browser, as far as I know.

The PHP code in the mentioned topic is a file by itself. For help with PHP, this is the wrong place. I would recommend to read the PHP manual or a book/tutorials elsewhere. This forum is for UseBB support only.
Member
Registered: Jul 2010
Posts: 6
i mean the post code why no copy & use quick....
& the scrollbar only show when the language is chinese & last eidt..
Developer
Registered: Apr 2004
Posts: 2230
Location: Belgium
I don't understand exactly what you mean.

You can find the post ID in the URL linked to in the small number on top of each post.

Removing the edit note is not a built-in feature and thus needs to be done manually with the SQL code (not officially supported).

The scrollbar is a glitch in the browser as far as I know, I can't tell why this only happens with certain character sets. Probably it has something to do with the width of the div element in CSS.

Post Reply

Page: 1

UseBB Community is powered by UseBB 1 Forum Software