vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Miscellaneous Hacks - Live Topic (https://vborg.vbsupport.ru/showthread.php?t=201228)

mcyates 01-14-2009 04:11 PM

Quote:

Originally Posted by Coders Shack (Post 1712249)
do you have quick edit enabled ?

yes, i've now disabled it.

Lets hope it will now work on my forum.

Thanks for the reply

KevinL 01-14-2009 04:12 PM

I don't think I've had a bug yet...but I've been using FF3 and safari both on a mac.

Coders Shack 01-14-2009 04:15 PM

Quote:

Originally Posted by mcyates (Post 1712253)
yes, i've now disabled it.

Lets hope it will now work on my forum.

Thanks for the reply

no no, quick edit should be enabled. Can you PM me a set of test accounts so I can see whats up, re-enable quick edit.

mcyates 01-14-2009 04:16 PM

lol ok haha.

Coders Shack 01-14-2009 04:53 PM

sorry hold off on the hole testing mcyates, i have real work right now lol.

ill come back when i have time.

mcyates 01-14-2009 05:06 PM

Quote:

Originally Posted by Coders Shack (Post 1712293)
sorry hold off on the hole testing mcyates, i have real work right now lol.

ill come back when i have time.

ok mate not a problem.

SteamyLightning 01-14-2009 05:49 PM

There's an issue with the editpost/quickedit returning a database error if your tables have a prefix. You should add a prefix check.

Coders Shack 01-14-2009 05:50 PM

when did you download 1.03b?

SteamyLightning 01-14-2009 05:59 PM

About an hour or two before my post.

Coders Shack 01-14-2009 06:09 PM

Quote:

Originally Posted by SteamyLightning (Post 1712362)
About an hour or two before my post.

can you make sure that the plugin 'editpost_update_process' contains the following

PHP Code:

$db->query_first("UPDATE `" TABLE_PREFIX "post` SET `lastedit` = UNIX_TIMESTAMP() WHERE `" TABLE_PREFIX "post`.`postid` = $postinfo[postid] LIMIT 1");
$db->query_first("UPDATE `" TABLE_PREFIX "thread` SET `lastedit` = UNIX_TIMESTAMP() WHERE `" TABLE_PREFIX "thread`.`threadid` = $threadinfo[threadid] LIMIT 1"); 



All times are GMT. The time now is 09:10 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.04577 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
  • (1)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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