vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   last edited by (https://vborg.vbsupport.ru/showthread.php?t=182760)

GhOsTxX 06-17-2008 03:56 PM

last edited by
 
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:-

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.

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 [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?

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

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> -->


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 [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 :(

Zachery 06-17-2008 06:32 PM

If you trigger an entry into the post history, it will always show.


All times are GMT. The time now is 10:42 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01015 seconds
  • Memory Usage 1,732KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete