PDA

View Full Version : last edited by


GhOsTxX
06-17-2008, 03:56 PM
Yes, i whent into the usergroups and i took off all of the See edited by note on edited messages for all the usergroups to keep anonymitiy, but when i go back, i see that the edited messages are still there. so then i whent on my regular member account and the edited notes are still there. please help someone?

veenuisthebest
06-17-2008, 04:06 PM
Try rebuilding Post Cache from Update Counters.

GhOsTxX
06-17-2008, 04:33 PM
it seems MySQL gave me and error, saying that the packet recieved was larger than the max amount. what do i do now?

veenuisthebest
06-17-2008, 04:36 PM
another method.. try this..

find in postbit template:-

<if condition="$show['postedited']">
<!-- edit note -->
<div class="smallfont">
<hr size="1" style="color:$stylevar[tborder_bgcolor]; background-color:$stylevar[tborder_bgcolor]" />
<em>
<if condition="$show['postedithistory']">
<phrase 1="$post[edit_username]" 2="$post[edit_date]" 3="$post[edit_time]" 4="posthistory.php?$session[sessionurl]p=$post[postid]">$vbphrase[last_edited_link_by_x_on_y_at_z_postid]</phrase>.
<else />
<phrase 1="$post[edit_username]" 2="$post[edit_date]" 3="$post[edit_time]">$vbphrase[last_edited_by_x_on_y_at_z]</phrase>.
</if>
<if condition="$post['edit_reason']">
$vbphrase[reason]: $post[edit_reason]
</if>
</em>
</div>
<!-- / edit note -->
</if>


Comment it all and check.

GhOsTxX
06-17-2008, 04:56 PM
i found this, now do i delete it?

veenuisthebest
06-17-2008, 05:01 PM
I told you to comment it !! so that you can get back to it later ..

comment it like this <!-- the whole code here -->

But before, did you tried rebuilding post cache by reducing Number of posts to process per cycle to say 500 or less

GhOsTxX
06-17-2008, 05:08 PM
LOL! idk what you mean by comment it lol, want to tell me how?

--------------- Added 1213726240 at 1213726240 ---------------

ok well i rebuilt or updated or w/e the post cache or w/e it worked, but the edit by signs are still there on the edited posts :/ how else can i fix it?

veenuisthebest
06-17-2008, 05:13 PM
Did you tried rebuilding post cache by reducing Number of posts to process per cycle to say 500 or less??

To comment :-

find the above code I mentioned in Post 4

and replace with this

<!-- <if condition="$show['postedited']">
<div class="smallfont">
<hr size="1" style="color:$stylevar[tborder_bgcolor]; background-color:$stylevar[tborder_bgcolor]" />
<em>
<if condition="$show['postedithistory']">
<phrase 1="$post[edit_username]" 2="$post[edit_date]" 3="$post[edit_time]" 4="posthistory.php?$session[sessionurl]p=$post[postid]">$vbphrase[last_edited_link_by_x_on_y_at_z_postid]</phrase>.
<else />
<phrase 1="$post[edit_username]" 2="$post[edit_date]" 3="$post[edit_time]">$vbphrase[last_edited_by_x_on_y_at_z]</phrase>.
</if>
<if condition="$post['edit_reason']">
$vbphrase[reason]: $post[edit_reason]
</if>
</em>
</div>
</if> -->

GhOsTxX
06-17-2008, 05:21 PM
yes i even tried rebuilding at 10 lol, and it worked, but the edit messages are still there :/ i will try the code above now

--------------- Added 1213727035 at 1213727035 ---------------

ok, i treid rebuil;ding post chache or w/e, i also replaced original code with the code you provided, and the edited by messages still appear on the post. what do i do now :(

Zachery
06-17-2008, 06:32 PM
If you trigger an entry into the post history, it will always show.