vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Add-On Releases - Post Edit History (PEH) (https://vborg.vbsupport.ru/showthread.php?t=132708)

stwilson 01-15-2007 03:32 AM

Quote:

Originally Posted by stwilson (Post 1159086)
I have followed the setup instructions to the letter:

-uploaded files
-installed product
-modified templates

But I still do not see the option to enable this feature in the Forum Manager >Edit section. I cannot locate the Edithistory Active setting. What am I missing??? I'm looking forward to using this mod.

ST

I uninstalled and reinstalled and got it to work. Nice MOD! Thank you.

ST

MThornback 01-16-2007 12:20 PM

I use a customized postbit and I laid out the edit display differently than the coder's.....

Code:

<if condition="$post[editcount]==0">
&nbsp;
<else />
<if condition="$show['edithistorylink'] AND $post[editcount] > '0'">
<td valign="top">
<fieldset class="fieldset">
<legend><b>Post Edit History</b>:</legend>
<a href="edithistory.php?do=viewedithistory&postid=$post[postid]"><phrase 1=$post[editcount]>$vbphrase[saved_edits]</phrase></a></td>
</if>
</if>

Its not much...but it saves room if there are no edits on that perticular post...all are free to use it if they wish :)

With the author's permission i'd like to release it as a template mod too :o

Surviver 01-16-2007 02:37 PM

Quote:

Originally Posted by MThornback (Post 1160521)
I use a customized postbit and I laid out the edit display differently than the coder's.....

Code:

<if condition="$post[editcount]==0">
&nbsp;
<else />
<if condition="$show['edithistorylink'] AND $post[editcount] > '0'">
<td valign="top">
<fieldset class="fieldset">
<legend><b>Post Edit History</b>:</legend>
<a href="edithistory.php?do=viewedithistory&postid=$post[postid]"><phrase 1=$post[editcount]>$vbphrase[saved_edits]</phrase></a></td>
</if>
</if>

Its not much...but it saves room if there are no edits on that perticular post...all are free to use it if they wish :)

With the author's permission i'd like to release it as a template mod too :o

If you like .. Release id as a template mod :)

TheWhite 01-21-2007 12:45 AM

If I have to update from a previous version what must i do?

Regards

Surviver 01-21-2007 04:21 AM

Quote:

Originally Posted by TheWhite (Post 1163931)
If I have to update from a previous version what must i do?

Regards

Overite all Files an import the Product again, ALlow Override ;)

voteforbird 02-09-2007 05:31 PM

Nevermind

madmaca 05-16-2007 04:05 PM

This seems to have stopped working for 3.6.6 :(

Can anyone else confirm?

stwilson 05-17-2007 04:13 AM

It is working fine for me in 3.6.7.

MThornback 05-17-2007 06:19 AM

Works for me too....

You may have reverted your templates to accommodate the changes in the 3.6.6 release...you'd need to reapply them afterwards :)

ChopBam 05-18-2007 04:55 PM

Just installed it. It works fine for me in 3.6.7.
Here's a change I made.
I edited the phrase to "Edit History" like you can see on the first page. However, I also made use of the $post[editcount] feature by not having the "Edit History" link even show up if there is no edit history. Just a small change, but real handy dandy.

Code:

<if condition="$show['edithistorylink'] && $post[editcount] > 0"><a href="edithistory.php?do=viewedithistory&postid=$post[postid]"><phrase>$vbphrase[saved_edits]</phrase><a></if>

Oh, and I suggest that you add to the readme the fact that you need to allow this for usergroups before it'll work. I was confused at first but started reading the thread and found out that way. Other people might not be so fortunate.


All times are GMT. The time now is 07:04 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.01262 seconds
  • Memory Usage 1,740KB
  • 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
  • (3)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete