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. »
Moderators: Gaia.
Page: 1
| Author | Post |
|---|---|
|
#1 Sun Jul 11, 2010 2:23 pm
|
|
|
Member
Registered: Jul 2010
Posts: 6
|
|
|
#2 Sun Jul 11, 2010 2:58 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] |
|
#3 Mon Jul 12, 2010 1:11 pm
|
|
|
Member
Registered: Jul 2010
Posts: 6
|
thx ,i try 2 do it.
|
|
#4 Mon Jul 12, 2010 1:15 pm
|
|
|
Member
Registered: Jul 2010
Posts: 6
|
|
|
#5 Mon Jul 12, 2010 1:20 pm
|
|
|
Member
Registered: Jul 2010
Posts: 6
|
Language is chinese it may be show,
english is ok,,,,,,,,,,,why...........i don't link that. |
|
#6 Mon Jul 12, 2010 5:21 pm
|
|
|
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. » |
|
#7 Mon Jul 12, 2010 10:28 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. |
|
#8 Mon Jul 12, 2010 11:43 pm
|
|
|
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.. |
|
#9 Tue Jul 13, 2010 2:21 pm
|
|
|
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. |
Page: 1
UseBB Community is powered by UseBB 1 Forum Software