vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   Quick Reply Box (with Close/Open thread switch) (https://vborg.vbsupport.ru/showthread.php?t=40380)

kevin_r1 03-21-2003 12:18 AM

Quote:

02-02-03 at 08:39 PM Mike Gaidin said this in Post #93
How can I make it so that if I hit the TAB on my keyboard it will tab to the GO button instead of the forum banner?
remove the tabindex attribute for the text area

this is a great hack. worked perfect for me the first time around. the go button looks a lot better than the submit button in my opinion.

hoahongtim 05-01-2003 02:41 AM

Quote:

if ($permissions[canpostattachment] and (!$safeupload or function_exists("is_uploaded_file"))) {
eval("\$attachmentoption = \"".gettemplate("newpost_attachment")."\";");
} else {
$attachmentoption="";
}

$vbcode_smilies = '';
$vbcode_buttons = '';
if ($foruminfo[allowsmilies]) {
if ($bbuserinfo[showvbcode] && $allowvbcodebuttons) {
$vbcode_smilies = getclickysmilies();
}
eval("\$disablesmiliesoption = \"".gettemplate("newpost_disablesmiliesoption")."\ ";");
} else {
$disablesmiliesoption="";
}
if ($bbuserinfo[showvbcode] && $allowvbcodebuttons) {
$vbcode_buttons = getcodebuttons();
}

getforumrules($foruminfo,$permissions);

eval("dooutput(\"".gettemplate("newreply")."\");") ;

}

?>
Parse error: parse error in .......newreply.php on line 598


line 598 is here
Quote:

?>
can anybody help me

Mr_Johnson 05-03-2003 04:31 AM

hmmm with 2.2.9 I followed the instructions and not seeing any changes to my forum :(

KuraFire 05-03-2003 01:06 PM

try my hack for this :)

Doubledoom 05-03-2003 02:46 PM

It is virtually your hack anyway. Anyone installing this should be wary that there are bits missing which are mentioned in the thread but not corrected in the first post attachment.

Mr_Johnson 05-03-2003 05:57 PM

Quote:

Today at 04:46 PM Doubledoom said this in Post #105
It is virtually your hack anyway. Anyone installing this should be wary that there are bits missing which are mentioned in the thread but not corrected in the first post attachment.

That kind of concerns me. Good thing I backed everything up :) I'll just set it back to that and try andother hack. Any recomendations?

Mr_Johnson 05-07-2003 08:21 PM

I am getting some errors when I click the go button. Still posts, but getting erros when I click go, and I can not load the edit.php, gives a parse error (the other error was one that just prompts to inform of an error on the page, click ok, then continues on). I am going to go over the code more when I get home, but just wanted to know if anyone had similar experiences :(

Doubledoom 05-08-2003 07:33 AM

Quote:

Yesterday at 10:21 PM Mr_Johnson said this in Post #107
I am getting some errors when I click the go button. Still posts, but getting erros when I click go, and I can not load the edit.php, gives a parse error (the other error was one that just prompts to inform of an error on the page, click ok, then continues on). I am going to go over the code more when I get home, but just wanted to know if anyone had similar experiences :(

I posted a fix for that a page or two back.

Mr_Johnson 05-08-2003 09:58 AM

Thanks :)

Now I am running into some problems with vbhome and not showing the thread body for the article. Related to this you think?

Mr_Johnson 05-08-2003 10:10 AM

Update: I replaced the new editpost.php file with the old one and got rid of the parse error that was occuring. So I thought perhaps it was part of the script in newthread.php, so I tried editing the post on the home page an voila, body is there. Any idea what part of the newthread.php mod that could be causing this?


All times are GMT. The time now is 11:20 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.01240 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
  • (5)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