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

Reply
 
Thread Tools
GTPrivate Message Quickreply Details »»
GTPrivate Message Quickreply
Version: 1.01, by Princeton Princeton is offline
Developer Last Online: Nov 2022 Show Printable Version Email this Page

Category: Private Messages Enhancements - Version: 3.6.8 Rating:
Released: 09-16-2007 Last Update: 11-11-2007 Installs: 276
Uses Plugins Auto-Templates
 
No support by the author.

GTPrivate Message Quickreply is a "No Template Edits" product.

This modification adds a "quickreply" to private message area - similar to vb.org. Please view attachment for example.

Custom modification brought to you by Joe Velez (aka Princeton vbulletin.org Admin).

NEW 1.0.1 VERSION (download product_gtpmquickreply.xml)
Show your support and click Mark As Installed, Nominate For MOTM, or Support Developer.

History:
  • November 12 2007 - small template modification
  • November 2 2007 - added missing phrase
  • November 1 2007 - fixed editor width (template/plugin changed)
  • September 17, 2007 - released "GTPrivate Message Quickreply"
Recently Released Modifications:

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #152  
Old 03-29-2008, 02:14 AM
Freesteyelz's Avatar
Freesteyelz Freesteyelz is offline
 
Join Date: Jan 2006
Posts: 1,552
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Smilies in Quick Reply (3.7 Betas)


Read first: I haven't figured out how to insert the smilie dropdown option in the quick reply so I did the next best thing: Inserted a full editor. Then I eliminated the smilie box (attachment below) to simulate a quick reply. I don't know if that's the best way to do it but for the people that were able to add the smilie dropdown didn't bother to share their code. So, down below is what I did (if you use it that's your choice):

1. Install Show Smilies in Quick Reply.

2. In plugin "Print Quickreply" with hook location "private_complete" find 2/3 way:

Code:
$vbulletin->options['privallowsmilies'], 1, 0, 'qr');
Replace it with:

Code:
$vbulletin->options['privallowsmilies'], 1, 0, 'fe');

3. In template editor_smiliebox find:

Code:
<if condition="$show['smiliebox']">

Replace it with:

Code:
<if condition="$show['smiliebox'] AND THIS_SCRIPT!= 'private'">

4. In template gtpm_quickreply find:

Code:
  <td class="panelsurround" align="center">

Replace it with:

Code:
  <td class="panelsurround" align="left">

then find:

Code:
    <div id="$editorid" class="vBulletin_editor" align="$stylevar[left]">$messagearea</div>

And replace it with:

Code:
    <div id="$editorid" align="$stylevar[left]">$messagearea</div>

Save. Hopefully your PM Quick Editor will look like mine in the attachment. I also have the Favorite Smilies mod installed (shown in attachment #2). If it doesn't work at least the process was fun, right?
Reply With Quote
  #153  
Old 04-01-2008, 01:29 AM
Megareus Rex's Avatar
Megareus Rex Megareus Rex is offline
 
Join Date: Feb 2004
Location: Pennsylvania, USA
Posts: 243
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is this hack compatible with the Advanced PM Options hack?

And if not, do you (or anyone else) have any way of synching the two hacks so this quick reply pulls the APM choices for deciding the default box positions?
Reply With Quote
  #154  
Old 04-01-2008, 01:43 AM
Arrogant-One's Avatar
Arrogant-One Arrogant-One is offline
 
Join Date: Jul 2007
Location: Brisbane
Posts: 196
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I will give this mod a try and see if its worthwhile

AO
Reply With Quote
  #155  
Old 04-01-2008, 04:13 AM
surfjunkey surfjunkey is offline
 
Join Date: Feb 2008
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks mate, appears to be working a treat
Reply With Quote
  #156  
Old 04-04-2008, 11:35 AM
Fırtına Fırtına is offline
 
Join Date: Mar 2008
Location: Saudi Arabia / Turkey
Posts: 130
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is problem respescted?
Reply With Quote
  #157  
Old 04-10-2008, 11:07 AM
ryozzo ryozzo is offline
 
Join Date: Jun 2005
Location: Florence Italy
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Fırtına View Post
This is problem respescted?
I have the same problem
Reply With Quote
  #158  
Old 04-13-2008, 09:46 PM
taz112768 taz112768 is offline
 
Join Date: Apr 2008
Posts: 40
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for the mod!
Reply With Quote
  #159  
Old 04-13-2008, 11:02 PM
JKatz JKatz is offline
 
Join Date: Nov 2007
Location: USA
Posts: 30
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you!
Reply With Quote
  #160  
Old 04-14-2008, 03:24 PM
Jase2 Jase2 is offline
 
Join Date: Dec 2007
Location: USA
Posts: 1,575
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Works with RC3 for anyone wanting to know.
Reply With Quote
  #161  
Old 04-17-2008, 08:58 PM
Fırtına Fırtına is offline
 
Join Date: Mar 2008
Location: Saudi Arabia / Turkey
Posts: 130
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Fırtına View Post
This is problem respescted?
Help!
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 05:35 AM.


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.08124 seconds
  • Memory Usage 2,313KB
  • Queries Executed 25 (?)
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
  • (8)bbcode_code
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (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
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete