The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
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?
|
#2
|
||||
|
||||
![]()
Try rebuilding Post Cache from Update Counters.
|
#3
|
||||
|
||||
![]()
it seems MySQL gave me and error, saying that the packet recieved was larger than the max amount. what do i do now?
|
#4
|
||||
|
||||
![]()
another method.. try this..
find in postbit template:- Code:
<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. |
#5
|
||||
|
||||
![]()
i found this, now do i delete it?
|
#6
|
||||
|
||||
![]()
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 |
#7
|
||||
|
||||
![]()
LOL! idk what you mean by comment it lol, want to tell me how?
--------------- Added [DATE]1213726240[/DATE] at [TIME]1213726240[/TIME] --------------- 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? |
#8
|
||||
|
||||
![]()
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 Code:
<!-- <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> --> |
#9
|
||||
|
||||
![]()
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 [DATE]1213727035[/DATE] at [TIME]1213727035[/TIME] --------------- 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 ![]() |
#10
|
||||
|
||||
![]()
If you trigger an entry into the post history, it will always show.
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|