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 (https://vborg.vbsupport.ru/showthread.php?t=34597)

Martin CX 08-03-2002 07:28 PM

Are you sure you've uploaded the files as ASCII?

Learner29 08-03-2002 07:34 PM

here is a gentleman willing to help

king sting 08-04-2002 02:40 AM

i'm having the same problem.. i followed the direcyions and no box showed up.. ???

king sting 08-04-2002 04:58 AM

ok i noticed the reply box showed up.. but only in one forum, and its at the top of the thread instead of at the bottom.. also what sucks is it showed up in a forum i keep locked.. does anyone know why?/

mauisun 08-04-2002 08:32 PM

I installed this hack, works perfect, my thanks for that. problem is the quick reply box is at the top instead of at the bottom of the thread when I enter it, can someone tell me where to change the code to put it at the bottom instead of the top?
thanks
....mauisun

Boofo 08-04-2002 08:36 PM

https://vborg.vbsupport.ru/showthrea...629#post279629

Quote:

Originally posted by mauisun
I installed this hack, works perfect, my thanks for that. problem is the quick reply box is at the top instead of at the bottom of the thread when I enter it, can someone tell me where to change the code to put it at the bottom instead of the top?
thanks
....mauisun


mauisun 08-04-2002 08:48 PM

totally right Boofo, thanks again bro, Man i apologize for not reading the whole friggin thread before asking for help, stupid newbie dumb pet trick! I should have known better then to fall into that trap. won't happen again. I appreciate the help bro
.....mauisun

Learner29 08-05-2002 12:43 AM

hmm. man you might be the 100th person asking THE SAME question over and
over.

Please spend two minutes looking for an answer to your question before
asking.

buurman 08-05-2002 09:27 PM

does it also add the signature ??
The one I use now, doesnt do that...I think that suckz...

NexDog 08-06-2002 10:31 AM

Okay, pure nightmare here. In showthread.php I have to find this code:
PHP Code:

if (!$getperms['canviewothers'] and ($thread['postuserid']!=$bbuserinfo['userid'] or $bbuserinfo['userid']==0)) 
show_nopermission(); } if ((!isset($pagenumber) or $pagenumber==0) and $pagenumber!="lastpage") { $pagenumber=1; } 

But in mine (2.2.6), it's smaller:

PHP Code:

 if (!$getperms['canviewothers'] and ($thread['postuserid']!=$bbuserinfo['userid'] or $bbuserinfo['userid']==0)) {
      
show_nopermission();
    } 

So I replace all that with this?

PHP Code:

if (!$getperms['canviewothers'] and $thread['postuserid']!=$bbuserinfo['userid']) 
show_nopermission(); } if (($bbuserinfo['userid']!=$thread['postuserid']) and (!$getperms['canviewothers'
or !
$getperms['canreplyothers'])) { $replybox=''; } elseif (!$getperms['canview'] or (!$getperms['canreplyown'
and 
$bbuserinfo['userid']==$thread['postuserid'])) 
$replybox=''; } elseif (!$thread['open'] and
 !
ismoderator($thread['forumid'],'canopenclose')) { $replybox=''; } else { $textareacols gettextareawidth(); eval("\$replybox = \"".gettemplate
('showthread_replybox')."\";"); } if ((!isset($pagenumber) or $pagenumber==0) and $pagenumber!="lastpage") { $pagenumber=1; } 

Then I create a new template called showthread_replybox. Do I add the same code to this template?

Then the instructions say:
Quote:

3. In the "showthread" template add $replybox right after the following: // $pagenav
Does it mean the showthread_replybox template or the major Show Thread Templates > Expand > showthread ??

Anyhow, this: $pagenav, is in neither.

WTF??


All times are GMT. The time now is 09:29 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.02206 seconds
  • Memory Usage 1,753KB
  • 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_php_printable
  • (2)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