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)

Xube 04-08-2002 10:48 PM

Quote:

Originally posted by inetd
FireFly if not login to vB and to send the answer through Quick Reply Box the form for input login|password will appear. After input login&password there is a message: No thread specified. If you followed a valid link, please notify the webmaster. Having returned on two pages back any more you will not see the typed answer. Fix it please!
Inetd, you what about installing the version of this hack that only shows the quick reply box when you are viewing a thread if you are logged on. That would eliminate the problem of the error. :D

inetd 04-09-2002 10:14 AM

xube, i logged on. write reply more 15 minutes. Submit Reply and see error message. Understand me? :)

Dade 04-09-2002 09:57 PM

grrr! How do I add smilies and vBCode to the quick reply box? Puleese help me! :D

JTMON 04-09-2002 09:59 PM

Read through the thread, I asked the same question and he told me and it worked.

Dade 04-09-2002 11:01 PM

19 pages here I come..

Kevlar 04-10-2002 12:08 AM

Quote:

Originally posted by Xube
Thanks (once again!) Chen. I've installed this hack and it is great, but I'm finding that when board members reply to messages using the quick reply box that this hack creates it doesn't automatically generate an email to members who have opted to receive email replies to the thread. :surprised: The automatic email continues to work when board members reply using the normal reply button. Is there a way to upgrade the coding for this hack so that it defaults to sending the auto emails out? Here are a couple of example posts from members on my board who have discovered this problem:

I'm having the same problem on my board. I read through the 19 pages of thread and was unable to find the fix for it. Anybody have any clues?

Jawelin 04-11-2002 04:07 PM

Quote:

Originally posted by boatdesign
Previously in the thread I see that putting the quick reply box only on the last page was discussed, and many didn't see a point. I guess my reasons are that:

1.) Even though you can hit the normal "Post Reply" on any page, at least you see the recap on the newreply page so you won't accidentally miss the second page and post something redundant.

2.) Placing the reply box on the last page makes it clearer that the first page isn't all there is. I'm afraid if the reply box is on every page that I'll have to make all the page numbers bigger so newbies don't miss multiple page threads.

3.) Putting the quick reply on all pages rather than just the last page encourages people to post without reading what is already there (as I myself was guilt of earlier in this thread ;))... how can you know if your post is redundant if you haven't read all the way to the end of the thread?

Or is it really difficult to only show it on the last page?

I agree... :lick:
How could I check if current page is the last one available on a multi-page threads ?

Check would be very very simple, once found exactly what to check... :nervous:

Thanks.

Chris M 04-13-2002 02:09 PM

Is there a version for vb 2.2.5?

Satan

JTMON 04-13-2002 02:25 PM

it works for 2.2.5, I'm using it now.

Chris M 04-13-2002 02:29 PM

Er...

I cant seem to make it work...

Quote:

From the .txt File :
1. In showthread.php find this bit of 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;
That isnt anywhere to be found...

Unless that is outdated, and a Newer version of the .txt file has been posted on one of the other 18 pages...:(

Satan

JTMON 04-13-2002 02:33 PM

should be around 234-240-I just checked my original 2.2.5 showthread.php.

Chris M 04-13-2002 02:35 PM

Thanks...

Satan

Chris M 04-13-2002 02:41 PM

Could you post the file up again?

I cant find it anywhere...

Satan

Chris M 04-13-2002 02:58 PM

Ok...

I have installed it to your instructions...

Now I get this error when I try and access a thread...

Why?

Quote:

The Error
Parse error: parse error in /home/thephora/public_html/showthread.php on line 106
Satan

dxb 04-13-2002 11:11 PM

great hack firefly

I wonder is there a way to show the (( logged in )) code I need this so that if I use my other nick names I would know which name I'm using for the reply

dxb 04-13-2002 11:39 PM

got the answer I was looking for :) in this post

https://vborg.vbsupport.ru/showthrea...705#post234705

silly me :)

anyway one more Q .... I tried to apply the changes for the subscribe function that firefly wrote in this post

https://vborg.vbsupport.ru/showthrea...370#post237370

but it didnt work is that because they are made for 2.2.5

Lorddraco98 04-14-2002 03:40 PM

I'm having a problem. I got the quick reply box to show up, but it shows up at the top of the thread, instead of after the last post. Can anyone tell me what I'm doing wrong?

Chris M 04-14-2002 04:35 PM

I think there is something on page 13 or 14 of this thread, and a guy who had a similar problem...

I am sure you will find the answer around there...

Satan

Lorddraco98 04-15-2002 11:19 AM

I checked and found that post hellsatan. My showthread templete looks like this:

<!-- first unread and next/prev -->
<table cellpadding="2" cellspacing="0" border="0" width="{contenttablewidth}" {tableinvisibleextra} align="center">
<tr>
<td><smallfont>$pagenav $firstunread&nbsp;</smallfont></td>
<td align="right"><smallfont>
<img src="{imagesfolder}/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="{imagesfolder}/next.gif" alt="" border="0">
</smallfont></td>
</tr>
</table>
<!-- first unread and next/prev -->
$replybox

From what I read in the posts that is correct, but my quick reply box still shows at the top. Any other suggestions?? Thanks!

Chris M 04-15-2002 11:40 AM

I am not really sure Lorddraco...

In one of our Forums, The Confederacy (inivisble), the Quick Reply box appears, and at the top of the page...

In all the others, it is no existent!!!

I am more stumped by the appearance in one of the forums and not the others, than why it is at the top...

If anyone can sort out the reason to why it is at the Top, please could they help us, or if they have any clues as to why it only appears in that forum and not the others??

If either of these problems could be helped with or solved by anyone, I could address the other one, or if you have solutions to both?

Thanks...

@Lorddraco - Maybe it has something to do with the Template you are using, but Im no expert at php...I have limited knowledge, but it is growing...

If I find any solutions, I shall let you know...

Satan

Lorddraco98 04-15-2002 11:51 AM

Great man, thanks. If anyone else can help us It'd be greatly appreciated!

Chris M 04-15-2002 11:56 AM

Draco...

You wouldnt happen to know any reason why my error occurs?

Not the Quick Reply at the Top I mean...

I meant why it appears only in that forum?

Satan

Lorddraco98 04-15-2002 12:18 PM

Nope, sorry man. I'm a PHP newbie hehe, but I'm trying to learn. But I really have no idea why it would do that. It could be the forums using different templetes, but I'm not sure.

Chris M 04-15-2002 12:45 PM

Maybe...

I wonder why though...

I am also a php Newbie here, but I am learning pretty fast, although this has me truly stumped...

Satan

TheDutch 04-15-2002 01:52 PM

Hi Hellsatan,

Checked the syntax? You didnt forgot a } or {?? or a ;?
Check that it might be the problem.

Greetz,
TheDutch

Chris M 04-15-2002 02:25 PM

Hmmm...

Maybe...

I shall, but I think it is a more complex fault than that to solve the reason why its in different forums...

Thanks...I shall try it, but I doubt it will work...

Satan

Chris M 04-16-2002 10:47 AM

Nope it wasnt the Syntax...

It wants to work in only one forum...

And I dont know why...

Satan

Lorddraco98 04-16-2002 12:18 PM

I checked all the syntax on mine as well, but I still cannot figure out why it shows at the top. Any ideas?

Chris M 04-16-2002 12:32 PM

Nope...

Im stumped...

Get this...

I figured out the error I made, and tried to fix it...

Yes...The Quick Reply box wanted to work then...

But again...Only in that forum...

So then I had 2 Quick Reply Boxes, one on top of each other...

Mayhem!

And they were both still at the top...

Maybe it is stuborn because it is 2.5.5...

Satan

Lorddraco98 04-16-2002 02:52 PM

I'm using 2.2.2 O well, guess it'll just have to stay at the top

Smoothie 04-16-2002 02:54 PM

Running 2.2.2. My QRB is at the bottom.

Lorddraco98 04-16-2002 03:09 PM

Smoothie, does this look right to you?
I put this in my showthread tempalte
<!-- first unread and next/prev -->
$replybox

and then I edited the showthread.php and did everything else that the directions said. Was your install process the same?

Chris M 04-16-2002 06:06 PM

I found the problem...

My friend, -rs-, found the problem...

There are 2 sets of "<!-- first unread and next/prev -->"!!!!!

Ray pointed out that I put it after the First set, which made it go at the top...

If you search, and add "$replybox" after the second set, it should go to the bottom...

Satan

Lorddraco98 04-16-2002 08:29 PM

Sweet, my board now has MySQL errors which I need to fix, but after that I'll give that a go :D THanks again!

akaler 04-17-2002 11:07 AM

This is a GREAT hack, Firefly!

Improves usability serveral hundred percent... thank you!!

Sometimes the simplest things are the most genius.

Two suggestions

A. I noticed that when you do a quick reply, it doesn't add that particular post to your subscribed threads. Is there a way to turn that on? Or perhaps in an update, give a checkbox someone hits to subscribe... a little "subscribe to thread" box would be cool.

A lot of people don't even know they're subscribed to threads when they reply the normal way. A checkbox system would not just give them a choice, but give them awareness, too.

B. A new spell checking hack has been released that looks like it's going to turn into something viable. Perhaps there could be a checkbox or a link for something like that, too? Perhaps like the count characters link your already have?

Those two small, out of the way suggestions would add even more to the usability -- key things people want control over... without clutter.

Thanks again, firefly! Hope you consider the suggestions.

Kevlar 04-17-2002 04:47 PM

The really weird part...

I'm subscribed to this thread, but I'm guessing that when people use the quick reply box to reply, I do not get an email alerting me that the thread has been updated.

I'm guessing when users actually click on the "post reply" or "quote" button and submit the message that way, then I get an email alerting me that somebody has responded to the thread.

I'm having the same problem on my board ... anybody have a fix?

Chris M 04-17-2002 04:56 PM

@akaler - I am sure that there are going to be more updates to this Hack...

I think this is a very good idea to have a Spellcheck, but I think it would look untidy and monstrous, and there is little point in having a Quick Reply box if you are going to clogg it up with Features that should be reserved for the "Post Reply" page...

The "Subscribe to Thread" issue I believe was solved in the earlier pages of this thread...I am not entirely sure which page, but I think it was between 12 and 16...

Satan

akaler 04-20-2002 10:21 AM

Quote:

@akaler - I am sure that there are going to be more updates to this Hack...
cool man, good!

Quote:

I think this is a very good idea to have a Spellcheck, but I think it would look untidy and monstrous, and there is little point in having a Quick Reply box if you are going to clogg it up with Features that should be reserved for the "Post Reply" page...
[/b]A *link* wouldn't clutter anything up. Just like there's a smiley pop up based on a short link for the other quick reply hack, you could have little TIDY links, too. No clutter, necessary.

Quote:

The "Subscribe to Thread" issue I believe was solved in the earlier pages of this thread...I am not entirely sure which page, but I think it was between 12 and 16...
hahahaha! Pages 12-16!!!god.

There obviously needs to be a thread search feature here. I mean, the ability to search WITHIN a thread. When 1 thread alone has 400 messages... you're to the poin where that single thread IS a forum unto itself! Seriously! I've visited many forums with less posts than thing slike this thread has!

Anyway, thanks for the tips! I'm going to painstakingly look for that. Hopefully, someone has come out with a thread search hack -- I'm going to look for one, too. And if not... if any coders are out there reading this... how about it? Search within a thread hack? It's getting essential for big boards like this

Chris M 04-20-2002 11:11 AM

Good idea...

Just one question...

Why all in bold?:D

Satan

Lorddraco98 04-20-2002 12:42 PM

my quick reply box now shows up at bottom. There are 4 references to <---first and last post----> and that;s what you have to look for hehe. THanks all!


All times are GMT. The time now is 01:07 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.02093 seconds
  • Memory Usage 1,826KB
  • 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
  • (8)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