vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Save Drafts (Remember Everything) Updated! (https://vborg.vbsupport.ru/showthread.php?t=77659)

j_86 05-07-2005 05:35 PM

Have you bothered to look on what is line 416 before posting?

You probably have just hit the ] key when pressing enter when doing the file edits, so go to the line and check.

sv1cec 05-07-2005 06:04 PM

Most probably the error is a little before that line.

uae-style 05-08-2005 12:26 AM

thanx guys, it was from the stupid dreamweaver.

BigIke 05-18-2005 01:19 AM

For some reason I get this error when trying to post a new reply:
Quote:

Parse error: parse error, unexpected $ in /homepages/1/d87297472/htdocs/maxruckus/newreply.php on line 715
Line 715 is this:
PHP Code:

?> 

Anyone know what the problem could be?

EDIT: I uploaded a saved copy of newthread.php and edited it, and I fixed the problem. However, now when I post a new reply, I get this message:
Quote:

1. Please complete both the subject and message fields. Press the back button, correct the problem and try again.
2.) The message you have entered is too short. Please lengthen your message to at least 2 characters.
Even though I didn't submit a message, I just clicked the "post a reply" button. Any ideas?

Exitilus 06-05-2005 11:27 PM

Quote:

Originally Posted by House_of_Crazed
By the way, is anyone having problems with saving drafts in their private messaging system??

My users are reporting that they are having problems.

Warning: implode(): Bad arguments. in /private.php on line 998
Warning: Invalid argument supplied for foreach() in /private.php on line 1031
Warning: Invalid argument supplied for foreach() in /private.php on line 1047

I just checked the edits, and everything is where they should be. lol ...

Anyone have any Idea about this one? The Above was another admin on our site. Still having the same issue :|

MJM 07-29-2005 12:47 PM

Hi sonia,
How's it going with V2?

Any plans for 3.5?

Anyone - How do you find current version working? - Using 3.07

I really need this, or rather, our members are desperate for this.

Hope to hear from somebody soon.

Thanks,

Mark

yoyoyoyo 08-21-2005 06:55 PM

The install info is riddled with errors and unnecessary spaces. For example, the instructions say in the forum edits for newreply.php to:
Quote:

- FIND IN script => newreply.php (1 time)
if ($_POST['do'] == 'postreply')
{
globalize($_POST, array(
'posthash' => STR_NOHTML,
'poststarttime' => STR_NOHTML
));

- REPLACE IN script => newreply.php (1 time)

if ( $_POST['do'] == 'postreply' )
{
if ( ! empty ( $_POST['draft'] ) )
{
$draftperms = draft_perms ( $bbuserinfo['userid'], $bbuserinfo['permissions'], 'newreply', 'post' );

if ( isset ( $draftperms['error'] ) )
{
$draftinfo = draft_errors ( $draftperms['error'], 'newreply' );
eval ( print_standard_error ( $draftinfo['page'] ) );
}
}

globalize ( $_POST, array ( 'posthash' => STR_NOHTML, 'poststarttime' => STR_NOHTML ) );
You can clearly see that
Code:

if ( $_POST['do'] == 'postreply' )
should be
Code:

if ($_POST['do'] == 'postreply')
and the instructions are filled with problems like that.


Can someone provide fixed/correct install info for this hack?

ambrosious 08-25-2005 11:20 PM

Please contact me via email or PM. I would like to hire you to install this on my forum. Love the idea, way too daunting for me.

Thanks!

Ambro

MThornback 08-28-2005 02:30 PM

I'm getting:

#1136 - Column count doesn't match value count at row 1

when I try and add the phrases in the drafts.sql file...i'm using the vb3_ prefix and I already edited all the spots were I should have...

help me! :p

jdingman 12-22-2005 01:21 AM

When will this be updated for 3.5.x? I'm looking for something exactly like this...


All times are GMT. The time now is 04:55 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.03635 seconds
  • Memory Usage 1,739KB
  • 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)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
  • (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