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)

Boofo 05-19-2003 04:46 PM

Quote:

Today at 11:48 AM xs1 said this in Post #980
when typed the messge and clicked sumbit i got that error

No thread specified. If you followed a valid link, please notify the webmaster

LOL I meant here on vb.org to search this thread for the answer.

AaahhNuts 05-20-2003 09:14 PM

Thanks, just added it to my site v2.3.0

http://www.AaahhNuts.com/

Sheep10 05-28-2003 02:01 AM

People said this works for V 2.3.0 but it doesn't work for me. First of all...in showthread.php it says to find this code but I can't:

<table cellpadding="2" cellspacing="0" border="0" width="95%" align="center">
<tr>
<td><smallfont>$pagenav&nbsp;</smallfont></td>
<td align="right"><smallfont>
<img src="https://vborg.vbsupport.ru/images/prev.gif" alt="" border="0">
<a href="showthread.php?s=$session[sessionhash]&threadid=$threadid&goto=nextoldest">Last Thread</a>
&nbsp;
<a href="showthread.php?s=$session[sessionhash]&threadid=$threadid&goto=nextnewest">Next Thread</a>
<img src="https://vborg.vbsupport.ru/images/next.gif" alt="" border="0">
</smallfont></td>
</tr>
</table>

Also, it said to find:

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;
}

and replace it with text but in showthread.php

if (!$getperms['canviewothers'] and ($thread['postuserid']!=$bbuserinfo['userid'] or $bbuserinfo['userid']==0)) {
show_nopermission();
}
----These two are seperated by a bunch of code...----
if ((!isset($pagenumber) or $pagenumber==0) and $pagenumber!="lastpage") {
$pagenumber=1;
}

Hope im not making some mistake

Koutaru 05-28-2003 02:08 AM

It does work in 2.30-- should work on all 2.X.X forums
the <table> things should be the template not the file

KamuiX 05-28-2003 02:20 PM

Great hack, very easy to install. :D

KamuiX 05-28-2003 02:22 PM

Great hack, very easy to install. :D

David_McPherson 06-05-2003 02:36 AM

It is a great hack...

Can anyone tell me if there is a way to CENTER This text box? I'm killing myself on this one... Thanks.

David_McPherson 06-05-2003 02:38 AM

And here is the code for the text box..

Nomb 06-05-2003 02:57 PM

Quote:

Yesterday at 09:36 PM David_McPherson said this in Post #987
It is a great hack...

Can anyone tell me if there is a way to CENTER This text box? I'm killing myself on this one... Thanks.

Find this code:

Code:


                <td bgcolor="{secondaltcolor}">
                <table cellpadding="0" cellspacing="0" border="0">
                <tr valign="top">
                        <td><textarea name="message" rows="18" cols="66" wrap="virtual" tabindex="1" style="background-image: url('images/head/tmr.gif'); background-repeat: no-repeat; background-attachment: fixed;" class="quick"></textarea><br>
                        <smallfont><a href="javascript:checklength(document.vbform);">[check message length]</a></smallfont></td>
                </tr>
                </table>
        </td>

Replace it with this code:

Code:


                <td bgcolor="{secondaltcolor}" align="center" valign="middle">
                <table cellpadding="0" cellspacing="0" border="0">
                <tr valign="top">
                        <td><textarea name="message" rows="18" cols="66" wrap="virtual" tabindex="1" style="background-image: url('images/head/tmr.gif'); background-repeat: no-repeat; background-attachment: fixed;" class="quick"></textarea><br>
                        <smallfont><a href="javascript:checklength(document.vbform);">[check message length]</a></smallfont></td>
                </tr>
                </table>
        </td>


Nomb 06-05-2003 04:25 PM

Quote:

05-19-03 at 10:48 AM xs1 said this in Post #980
when typed the messge and clicked sumbit i got that error

No thread specified. If you followed a valid link, please notify the webmaster

Either turn on file_uploads on your webserver or remove the enctype from the <form> tag to avoid this.


All times are GMT. The time now is 08:59 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.01791 seconds
  • Memory Usage 1,746KB
  • 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
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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