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

Reply
 
Thread Tools
WoG - Quick Selective Quoting Details »»
WoG - Quick Selective Quoting
Version: 1.0.3, by WoGuziczek WoGuziczek is offline
Developer Last Online: Mar 2016 Show Printable Version Email this Page

Category: Show Thread Enhancements - Version: 4.1.4 Rating:
Released: 01-02-2010 Last Update: 06-24-2011 Installs: 175
Uses Plugins Auto-Templates
Additional Files  
No support by the author.

WoG - Quick Selective Quoting

What is it? / What does it do?
This is a small modification, which adds the possibility of selective quoting.
Highlight the text of your choice, click the appropriate button and the "Quick Reply" you receive the text to quote.


Features
  • Quick Reply Enabled = Mod Enabled
  • Including username and postid to quote
  • Support WYSIWYG & Standard Editor
  • Auto & Manual Position
  • Turn off the hack global
  • Add new line to editor after quote


Technical
  • Phrases: 8
  • Plugins: 4
  • Templates : 2
  • Images to upload: 2
  • Files to upload: 1
  • SQL Queries: 0
  • Files to edit: 0
  • Templates to edit: 0*
* - if Auto-Position enabled

Tested & working on
  • Opera 10.10
  • Mozilla Firefox 3.0.16
  • Internet Explorer 7
  • Internet Explorer 6
  • Safari 4.0.4
  • Google Chrome 3.0.195.35


Installation
1-) Import product
2-) Upload all files from directory upload to your root forum directory.
3-) Upload all images from images directory to your style directory.


Upgrade
1-) Import latest product and select Allow Overwrite
2-) If doing changes - revert template wog_qquote_button and wog_qquote_button.css
3-) Reupload all files from directory upload to your root forum directory.
4-) Reupload all files from images directory to your style directory.


You don't want Auto-Position?
1-) Log in to AdminCP
2-) vBulletin Options -> vBulletin Options -> WoG - Quick Selective Quoting
3-) Auto-Position -> Select No
4-) In templates: postbit and postbit_legacy insert variable
Code:
{vb:raw wog_quick_quote_button}
to the position in which it is located the button "Quote selected text"


Versions
v1.0.3 - June 25 2011
[ Now working on 4.1.4 < | Only JS file was changed + XML version ]
Special thanks to ForumsMods

v1.0.2 - July 30 2010
- Bug fix vB Class in postbit_display_start.
[ Now working on 4.0.4 < | Only XML was changed ]

v1.0.1 - January 18 2010
- Bug fix in CSS.

v1.0.0 - January 03 2010
- First release for 4.0

ENJOY

Do you like this mod? Please click Mark as Installed and Nominate for MOTM
or say "Thanks"


Not install = Not support :]

Download Now

File Type: zip WoG - Quick Selective Quoting.zip (53.2 KB, 118 views)
File Type: zip WoG - Quick Selective Quoting 1.0.1.zip (53.3 KB, 224 views)
File Type: zip WoG - Quick Selective Quoting 1.0.2.zip (59.2 KB, 210 views)
File Type: zip WoG - Quick Selective Quoting 1.0.3.zip (59.3 KB, 526 views)

Screenshots

File Type: png admincp.png (30.6 KB, 0 views)
File Type: png postbit_auto.png (8.2 KB, 0 views)
File Type: png postbit_man.png (8.1 KB, 0 views)
File Type: png quickreply_init.png (8.7 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
3 благодарности(ей) от:
Cem01, Mechislav, Teascu Dorin

Comments
  #62  
Old 07-20-2010, 09:30 AM
New Joe's Avatar
New Joe New Joe is offline
 
Join Date: May 2009
Posts: 1,128
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Not working on 4.0.5
And there is not even another mod the same as this so we really need to to get sorted.
Reply With Quote
  #63  
Old 07-21-2010, 06:56 PM
apokphp apokphp is offline
 
Join Date: Nov 2002
Posts: 440
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It's been nearly 7 months since last update. I think it's safe to say this mod is no longer supported.

Author or vb.org should change the status.
Reply With Quote
  #64  
Old 07-21-2010, 07:06 PM
Edrondol Edrondol is offline
 
Join Date: Aug 2009
Posts: 92
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

And I was so excited to see that this thread was updated, too.

Denied.
Reply With Quote
  #65  
Old 07-22-2010, 12:52 AM
AURFSCAN AURFSCAN is offline
 
Join Date: Dec 2007
Posts: 328
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

brilliant.. thx WoG :up:
Attached Images
File Type: jpg q1.jpg (9.7 KB, 0 views)
Reply With Quote
  #66  
Old 07-22-2010, 03:34 AM
New Joe's Avatar
New Joe New Joe is offline
 
Join Date: May 2009
Posts: 1,128
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

So what to do to get this working on 4.0.5 guys?
Reply With Quote
  #67  
Old 07-22-2010, 01:32 PM
Pathor Pathor is offline
 
Join Date: Mar 2006
Location: Germany
Posts: 68
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You have to put
Code:
global $vbulletin;
in the first line of the postbit_display_start plugin.
Reply With Quote
  #68  
Old 07-22-2010, 02:36 PM
Videx's Avatar
Videx Videx is offline
 
Join Date: Feb 2007
Posts: 3,085
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Pathor View Post
You have to put
Code:
global $vbulletin;
in the first line of the postbit_display_start plugin.
Thanks. Confirmed that works in 405. I'm a little unclear on how to put that into the xml file though? Lots of brackets and things.
Reply With Quote
  #69  
Old 07-22-2010, 04:56 PM
apokphp apokphp is offline
 
Join Date: Nov 2002
Posts: 440
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

re-tried the install on 4.0.5. Confirmed, still not working. Tried the plugin change as well. Using FF 3.6 and IE 8.0...neither of which have been tested by the author (as per the op).

Uninstalled for good until properly supported. Was a great idea though. My board is a debate board so quoting others is routine. This would have saved a lot of time for my members.
Reply With Quote
  #70  
Old 07-27-2010, 05:46 AM
Stefan Burger Stefan Burger is offline
 
Join Date: Jan 2010
Location: Germany
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks!
Reply With Quote
  #71  
Old 07-29-2010, 09:39 PM
RustyDogma RustyDogma is offline
 
Join Date: May 2009
Posts: 48
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Oh.. I really hope this gets updated.. use it a LOT
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 08:38 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.07388 seconds
  • Memory Usage 2,351KB
  • 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_code
  • (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
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (3)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
  • (9)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