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)

mav 02-28-2002 04:15 AM

Another great hack!

theironmic 02-28-2002 04:23 AM

if ((!isset($pagenumber) or $pagenumber==0) and $pagenumber!="lastpage") {
$pagenumber=1;
}

"this does not show up in my showthread.php im runnin a v 2.2.2 does any have any ideas.........?

Erwin 02-28-2002 10:03 AM

How about a quick reply box for PMs?

How good would that be! :D

FleaBag 02-28-2002 11:23 AM

Well it didn't work last night, but it does now! ;)

Raptor 02-28-2002 05:54 PM

Quote:

Originally posted by Lesane
cool :cool:

Its kinda similiar to this one though:
https://vborg.vbsupport.ru/showthrea...ighlight=quick

yeah but this new one includes signatures - the link you gave doesn't

tested both on vb 2.2.2

Lorddraco98 02-28-2002 06:34 PM

I like this one a lot, need to install it on my board!

Xelation 02-28-2002 11:39 PM

Quote:

Originally posted by Erwin
How about a quick reply box for PMs?

How good would that be! :D

theres really no point to this.

Xelation 02-28-2002 11:48 PM

Just installed it... I do have a question though... I may be pushing it when I say.... is ther anyway to incorperate this into it?

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

Erwin 03-01-2002 11:04 AM

Quote:

Originally posted by Xelation


theres really no point to this.


Well, it means you don't have to click Reply Message when you read a PM, you can type a reply underneath the message and post it just like in a thread. It would save time and server stress.

E 03-03-2002 05:34 AM

CAN SOME ONE PLEASE EXPLAIN TO ME HOW TO DO THIS? I am not computer smart at all and cannot find any type of files like explained! I really like this hack and want it on ma board but I suck at computer stuff, someone please help.

Raven 03-03-2002 01:57 PM

This one are also good and i think all the boards around shall have this one instaled then u dont have to puss a lot of buttons
to mail some post....
an if i have to rate this one here then it is 5 stars
:p :p :p

Destee 03-03-2002 04:06 PM

Hey FireFly,

I deleted enctype="multipart/form-data" from my templates and disabled php file uploads in php.ini as a temporary fix for the php upload vulnerability.

My regular reply option is working but am getting the following error when using the Quick Reply box:

There is no thread specified. If you followed a valid link notify your webmaster.

Anything you can share to make it work again? :)

Thanks,

Destee
v 2.2.2

Admin 03-03-2002 04:09 PM

Remove the enctype part from showthread_quickreply as well.

Destee 03-03-2002 04:25 PM

Thank You FireFly! I had done a search for all templates that contained that string and it didn't return the showthread_replybox, so I just figured it couldn't be that! :)

Thank You Much ... all is well again.

Destee

Admin 03-03-2002 06:13 PM

Great. :D

LanciaStratos 03-03-2002 10:10 PM

Excellent hack, FireFly! :D

DrkFusion 03-03-2002 10:13 PM

Thats what I like to see, the author offering great support for his hack, along with his 45 other ones :)

hehe

E 03-04-2002 12:35 AM

will someone please help with my question above?

Admin 03-04-2002 11:39 AM

I don't recommend you to install hacks on your board if you don't know your way around the computer. It would be very irresponsible to mess with your forum like that. Sorry! :)

E 03-06-2002 08:31 AM

lol...well im not him... just using hsi accout cuz wqe run the same board.. but still
im using vs 2.2.2
I Did ALL 3 Steps... And it doesnt show
also as IronMic stated.....
Code:

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

if ((!isset($pagenumber) or $pagenumber==0) and $pagenumber!="lastpage") {
  $pagenumber=1;
}

^^^These lines arent next too eachother.,.. they both exist but the bottom one is much further down the page... any help?

mojotim 03-06-2002 10:36 AM

hmmm I replied already...and it didn't show the first time

Mr. X 03-07-2002 04:32 AM

Just installed on 2.2.3. Excellent hack. :)

Sadie Frost 03-09-2002 02:35 AM

Quote:

Originally posted by e_dove
lol...well im not him... just using hsi accout cuz wqe run the same board.. but still
im using vs 2.2.2
I Did ALL 3 Steps... And it doesnt show
also as IronMic stated.....
Code:

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

if ((!isset($pagenumber) or $pagenumber==0) and $pagenumber!="lastpage") {
  $pagenumber=1;
}

^^^These lines arent next too eachother.,.. they both exist but the bottom one is much further down the page... any help?

The first part fo the code appears twice - the second time it is next to that second part of the code. Look for it around line 234 :)

Matt 03-09-2002 11:53 PM

Great hack I love it :D

Massiel 03-10-2002 12:07 AM

Firefly is your hack the one installed on these boards? I need to know :)

TutorialForums 03-10-2002 12:59 AM

Cool im using the quick reply hehe.... Massiel yes I believe this hack is the one installed on this forum.

Anyhow.... what is the process to install this hack for 2.2.3? It doesn't seem to work (code seems different than 222).

Peace.

inetd 03-10-2002 01:03 AM

hm... I reinstalled this hack after upgrade to vb 2.2.3 and don't have any problem......

Spoono 03-10-2002 01:59 AM

Yeah, I am unable to find the code:

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

if ((!isset($pagenumber) or $pagenumber==0) and $pagenumber!="lastpage") {
$pagenumber=1;

anywhere on showthread.php. Looked everywhere on 2.2.3

inetd 03-10-2002 02:06 AM

showthread.php - line 234
after
Code:

$getperms=getpermissions($thread['forumid'],-1,-1,$foruminfo['parentlist']);
if (!$getperms['canview']) {
  show_nopermission();
}


Bugsy 03-10-2002 03:11 AM

Cheers FireFly works a treat m8

Bugsy ;)

E 03-10-2002 03:58 AM

One thing... It shows at top of the page... anyway too make it go at the bottom?

inetd 03-10-2002 04:24 AM

Hi, e_dove!
You should insert $replybox right after last mention <!-- first unread and next/prev --> in showthread template.

E 03-10-2002 08:30 AM

thx intended... i thought it didnt work for some other reason..
and too peeps who said it dont work on 2.2.3 it did for me

inetd 03-10-2002 09:45 AM

e_dove, I face the challenge when install this hack to vb 2.2.2. I reinstalled this hack after upgrade to vb 2.2.3 and don't have any problem.
Template showthread don't change on vb2.2.3.

P.S. Sorry, but I - inetd :)

inetd 03-10-2002 10:41 AM

Hi, FireFly. You slightly could not modify the hack? If user in the adjustments has specified automatic subscription threads in which he wrote at quick reply he too subscribed for a thread.

Spoono 03-10-2002 12:56 PM

Can I go into the admin panel and go to edit template and showthread and then edit it from there, or do I have to do get showthread.php via FTP, because it's not there on the Admin Panel showthread

inetd 03-10-2002 01:02 PM

you must edit showthread template in Show Thread Templates group.

Spoono 03-10-2002 01:30 PM

Check out my showthread, I don't see that line anywhere.

inetd 03-10-2002 02:30 PM

please search in you showthread template line <!-- first unread and next/prev -->. After last such line also it is necessary to insert a code from manual.

eva2000 03-11-2002 12:14 AM

how would i install this as an admin/super mod/mod only visible function ?


All times are GMT. The time now is 09:15 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.01707 seconds
  • Memory Usage 1,792KB
  • 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_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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