Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Quick Reply for Guests by BOP5 Details »»
Quick Reply for Guests by BOP5
Version: 0.91, by BirdOPrey5 (Senior Member) BirdOPrey5 is offline
Developer Last Online: Aug 2023 Show Printable Version Email this Page

Category: New Posting Features - Version: 3.8.x Rating:
Released: 07-29-2011 Last Update: 07-30-2011 Installs: 19
Uses Plugins Auto-Templates
Re-useable Code Translations  
No support by the author.

Updated to 0.91

0.9: Initial Release
0.91: Fixed bug where hman verify would not show

This is a mod to enable guests to use the Quick-Reply function in VB 3.8.x.

Guests would usually need to press the "Post Reply" button to make a reply. Now they can reply like everyone else using Quick-Reply.

The option will ONLY show on threads where they have permission to post a reply.

If you have human verification manager enabled they will also see the human verification question which they must answer correctly to have their post posted.

Live Demo: http://www.qapla.com/mods/showthread...st-Thread-Test (VB4 Version in the demo)

This is ONLY for VB 3.8, it will not work on 4.x. VB4 Version: Link

Please Mark as Installed if you use this.
Donations are always appreciated.

Download Now

File Type: zip Qucik Reply for Guests by BOP5beta091.zip (3.7 KB, 185 views)

Screenshots

File Type: jpg qrg_settings_vb3.jpg (142.0 KB, 0 views)
File Type: jpg qrg_vb3demo.jpg (72.6 KB, 0 views)
File Type: jpg qrg_vb3demo2.jpg (79.2 KB, 0 views)
File Type: jpg qrg_vb3demo3.jpg (54.8 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Благодарность от:
v123shine

Comments
  #22  
Old 08-24-2011, 10:12 AM
BirdOPrey5's Avatar
BirdOPrey5 BirdOPrey5 is offline
Senior Member
 
Join Date: Jun 2008
Location: New York
Posts: 10,610
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If nothing happens even with the manual edits there's nothing much I can do. But I notice you don't seem to have guest posting enabled at all- this mod won't let guests quick-reply unless you already give them permission to post to begin with.
Reply With Quote
  #23  
Old 12-30-2011, 07:44 PM
steveneff steveneff is offline
 
Join Date: Sep 2007
Posts: 81
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello, thanks for this mod.

Got it working on vBulletin 4.1.2 Patch Level 3

imported mod
turned off auto edit
Used the code below in place of what's in the readme

PHP Code:
 <vb:if condition="$show[bop5username]">
<
div>{vb:rawphrase username}: <input type="text" class="bginput" name="username" value="{vb:raw vboptions.bop5qrg_username}" tabindex="1" /></div>
</
vb:if> 
One thing, if someone changes the default name when posting it does not change it in their post in admin cp, it stays as the default name.
Did it work in the original, can it be fixed?
Reply With Quote
  #24  
Old 12-31-2011, 11:18 AM
BirdOPrey5's Avatar
BirdOPrey5 BirdOPrey5 is offline
Senior Member
 
Join Date: Jun 2008
Location: New York
Posts: 10,610
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

That's really weird, in my experimenting I found the permissions were different in vb 4.x then 3.x and that was the main reason (I thought) the 3.x code wouldn't work on 4.x.

I will investigate this on 4.x and see what I can see, thanks for the info. :up:
Reply With Quote
  #25  
Old 01-15-2012, 07:15 PM
steveneff steveneff is offline
 
Join Date: Sep 2007
Posts: 81
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by BirdOPrey5 View Post
I will investigate this on 4.x and see what I can see, thanks for the info. :up:
How's it going?

Don't know if this is the way quick reply normally works but if I use it on a thread that has more than one page, not the last page, after submitting the post I get kicked back to forum display. If I use quick reply on the last page it works fine, after submitting the post it stays on the same thread page.
Reply With Quote
  #26  
Old 01-15-2012, 09:52 PM
BirdOPrey5's Avatar
BirdOPrey5 BirdOPrey5 is offline
Senior Member
 
Join Date: Jun 2008
Location: New York
Posts: 10,610
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

haven't started yet... that is not the way quick reply should work, probably a bug since it doesn't think quick reply should be enabled.
Reply With Quote
  #27  
Old 01-16-2012, 07:58 PM
steveneff steveneff is offline
 
Join Date: Sep 2007
Posts: 81
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If I change this code in showthread.php it works, but is it safe to change?
PHP Code:
// only allow ajax on the last page of a thread when viewing oldest first
        
$show['allow_ajax_qr'] = (($vbulletin->GPC['pagenumber'] == ceil($totalposts $perpage)) ? 0); 
Change to:
PHP Code:
// only allow ajax on the last page of a thread when viewing oldest first
        
$show['allow_ajax_qr'] = 1
Reply With Quote
  #28  
Old 01-17-2012, 12:58 AM
BirdOPrey5's Avatar
BirdOPrey5 BirdOPrey5 is offline
Senior Member
 
Join Date: Jun 2008
Location: New York
Posts: 10,610
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I don't think that should work right... but try it.
Reply With Quote
  #29  
Old 01-17-2012, 09:50 PM
steveneff steveneff is offline
 
Join Date: Sep 2007
Posts: 81
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It does look to be working ok. What do you think would not work right?
Reply With Quote
  #30  
Old 01-18-2012, 12:09 PM
BirdOPrey5's Avatar
BirdOPrey5 BirdOPrey5 is offline
Senior Member
 
Join Date: Jun 2008
Location: New York
Posts: 10,610
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What happens if you add a quick-reply on a page other than the last page?
Reply With Quote
  #31  
Old 01-18-2012, 08:22 PM
steveneff steveneff is offline
 
Join Date: Sep 2007
Posts: 81
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Before making that change to showthread.php if you used quickreply on a page other than the last page, once the post had been submitted you would be kicked to the threads forumdisplay page.
With the change in place the you stay on the same thread page after the post has been submitted.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 01:58 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05129 seconds
  • Memory Usage 2,342KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (3)bbcode_php
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (1)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (5)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete