vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Post Edit History Viewer (https://vborg.vbsupport.ru/showthread.php?t=105989)

silurius 01-22-2006 05:37 PM

This is awesome. Been looking for this for a while. It covers about half of a request I put out.

Would you mind establishing a wishlist for this thread and adding version comparison & revert capability to that list? (Even if you can't get to such features yourself, at least they'd be noted somewhere central).

Will definitely install when it matures a bit. Thank you!!!

Alex_ 01-22-2006 05:38 PM

But I like the cache feature...
I tried it with $post_cachable = false within the plugin without success... there must be point when the forum decides to use the cached version.

Lieva 01-22-2006 05:53 PM

Quote:

Originally Posted by Alex_
But I like the cache feature...
I tried it with $post_cachable = false within the plugin without success... there must be point when the forum decides to use the cached version.

It seems that if

$post['pagetext_html'] exists then it uses that instead of $postbit['pagetext'].

Adding:

$post['pagetext_html'] = "";

to the end of the plugin fixed it for me.

If this solves your problem, I will update the two XML files.

Lieva 01-22-2006 05:55 PM

Quote:

Originally Posted by silurius
This is awesome. Been looking for this for a while. It covers about half of a request I put out.

Would you mind establishing a wishlist for this thread and adding version comparison & revert capability to that list? (Even if you can't get to such features yourself, at least they'd be noted somewhere central).

Will definitely install when it matures a bit. Thank you!!!

Is there a wishlist function or something (or do you just mean that I would add a wishlist section in the original post ) ?

Alex_ 01-22-2006 06:16 PM

Quote:

Originally Posted by Lieva
It seems that if

$post['pagetext_html'] exists then it uses that instead of $postbit['pagetext'].

Adding:

$post['pagetext_html'] = "";

to the end of the plugin fixed it for me.

If this solves your problem, I will update the two XML files.

Not yet...

Lieva 01-22-2006 06:16 PM

Quote:

Originally Posted by Alex_
Not yet...

It had no effect ?

Lieva 01-22-2006 06:18 PM

Quote:

Originally Posted by Lieva
It had no effect ?

Try adding:

$post_cachable = 0

too. I assumed that that wasn't needed.

silurius 01-22-2006 06:18 PM

Quote:

Originally Posted by Lieva
Is there a wishlist function or something (or do you just mean that I would add a wishlist section in the original post ) ?

Wherever, doesn't really matter to me, just so long as it's somewhere visible.

Alex_ 01-22-2006 06:21 PM

Quote:

Originally Posted by Lieva
Try adding:

$post_cachable = 0

too. I assumed that that wasn't needed.


Argh, I'm sorry - while testing I tried several other hooks - I forgot to switch back.
It is working now, great work.

Lieva 01-22-2006 06:27 PM

Quote:

Originally Posted by Alex_
Argh, I'm sorry - while testing I tried several other hooks - I forgot to switch back.
It is working now, great work.

great, hopefully it stays working :).


All times are GMT. The time now is 02:30 PM.

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.01306 seconds
  • Memory Usage 1,737KB
  • 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
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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