Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
QuickClip - A Clipboard for Users Details »»
QuickClip - A Clipboard for Users
Version: 1.1, by Alan @ CIT Alan @ CIT is offline
Developer Last Online: Apr 2012 Show Printable Version Email this Page

Version: 3.5.4 Rating:
Released: 12-14-2005 Last Update: 12-15-2005 Installs: 74
DB Changes Uses Plugins Template Edits
Additional Files  
No support by the author.

Introduction

QuickClip allows your members to store frequently used snippets of text that they can then quickly and easily use as replies to threads and private messages.

QuickClip is based on the familier Private Messaging interface, so will be instantly familier to your users and will help cut down support queries such as "Where is the such-and-such button?".

As the forum administrator, you can keep full control over your members QuickClips usage by limiting the number of clips and folders they can create, or even banning them from using it completly.

All of this is controlled by Usergroup access, with default settings in vBulletin Options.

Features
  • Fully template driven so it will blend into the look and feel of your site
  • Fully phrased, making translation to other languages a breeze
  • Fully integrated with the vBulletin User CP
  • New: QuickClip Reply boxes for posting your QuickClips in Threads and Private Messages
  • New: An option to include your signautre when posting replies using QuickClips
  • Fully controllable limits on Clips and Folders, including the option to have No Limit
  • New: The ability to Preview your QuickClip before saving
  • ...Plus so much more! Take a look at the screenshots below!
Installation / Upgrading

Please see the install.html and upgrade.html files in the zip


New in Version 1.1
  • You can now reply to Private Messages using QuickClips
  • You can now Preview new QuickClips when creating or editing them
  • You can now select the folder to save to when creating a new clip
  • The QuickClip Reply box no longer displays if the user has no clips
  • You now have the option of adding your signature when replying using a QuickClip
  • When viewing your list of QuickClips, BBCode tags are removed to make viewing easier
  • Fixed a missing error message
  • Removed some hard-coded text and replaced it with a phrase
  • Fixed a bug which occasionally caused an SQL error
Credits
Thanks go to Danny.vbt for testing, to SomeName for proof-reading the Installation Guide, and for everyone who has made suggestions or helped to find bugs

My thanks goes to everyone of you who has installed QuickClip, and to those who have posted in this thread


Important: Unfortunately, my leased vBulletin licence has now expired, and I won't be renewing it until September which means I will be unable to reply to this thread, or update this mod until then. I'm hopeful that the great vBulletin.org community will step in to answer any questions in my absence though See you all in early September!


Further Screenshots can be found in the second post

Show Your Support

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

Comments
  #82  
Old 12-16-2005, 08:06 PM
Alan @ CIT Alan @ CIT is offline
 
Join Date: Nov 2004
Location: South UK
Posts: 625
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

For those having an issue with Deleting PM's, edit the pm_showpm template, and move the QuickClip edit below the </form> tag at the bottom of that template.

I will write proper instructions tomorrow, as well as look into this Advanced Editing bug.

Thanks,
Alan.
Reply With Quote
  #83  
Old 12-16-2005, 08:11 PM
RMS-Chef RMS-Chef is offline
 
Join Date: Aug 2003
Location: MA, USA
Posts: 326
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Lionel
I would say that we loose everything. Adv Editing becomes useless, in my opinion. I posted in there, hopefully he will fix it. My opinion is that the problem is his, because he monopolizes that location which means no other hacks will work if they need to use same location or same process.

https://vborg.vbsupport.ru/showpost....&postcount=164
Cool.
I really only use it for changing post dates and post authors which still seems to work fine on editpost.php. I imagine these hooks have somthing to do with if you are limiting editing options based on groups which I do not use it for at this time.

But the delete PM issue above has me disabling this for now.
Reply With Quote
  #84  
Old 12-16-2005, 08:13 PM
Lionel Lionel is offline
 
Join Date: Dec 2001
Location: Delray Beach, Florida
Posts: 3,277
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Alan just posted a fix above your post for the delete pm
Reply With Quote
  #85  
Old 12-16-2005, 08:14 PM
RMS-Chef RMS-Chef is offline
 
Join Date: Aug 2003
Location: MA, USA
Posts: 326
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Alan @ CIT
For those having an issue with Deleting PM's, edit the pm_showpm template, and move the QuickClip edit below the </form> tag at the bottom of that template.

I will write proper instructions tomorrow, as well as look into this Advanced Editing bug.

Thanks,
Alan.
That did it, thank you.
Reply With Quote
  #86  
Old 12-16-2005, 08:57 PM
klaush klaush is offline
 
Join Date: Oct 2005
Posts: 340
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Fantastic work and a great job you did.

Working like a charm on 3.5.2!

Thanks a lot!

Installed...
Reply With Quote
  #87  
Old 12-16-2005, 09:05 PM
Lionel Lionel is offline
 
Join Date: Dec 2001
Location: Delray Beach, Florida
Posts: 3,277
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Simply add in quickclip_replybox template

PHP Code:
<input type="hidden" name="fromquickreply" value="1" /> 
as suggested by Psionic Vision
https://vborg.vbsupport.ru/showpost....&postcount=172

works for me.
Reply With Quote
  #88  
Old 12-16-2005, 09:13 PM
RMS-Chef RMS-Chef is offline
 
Join Date: Aug 2003
Location: MA, USA
Posts: 326
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Lionel
Simply add in quickclip_replybox template

PHP Code:
<input type="hidden" name="fromquickreply" value="1" /> 
as suggested by Psionic Vision
https://vborg.vbsupport.ru/showpost....&postcount=172

works for me.
Works here as well. Thanks.
Reply With Quote
  #89  
Old 12-16-2005, 09:56 PM
Rhoads Rhoads is offline
 
Join Date: Dec 2004
Location: Holland
Posts: 211
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great extension Alan, working 100%

I have a question,
Is it possible to use QuickClip when i making a new thread.
Reply With Quote
  #90  
Old 12-16-2005, 10:14 PM
Lionel Lionel is offline
 
Join Date: Dec 2001
Location: Delray Beach, Florida
Posts: 3,277
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The template for showthread is not allowing for signature like in PM
Reply With Quote
  #91  
Old 12-17-2005, 01:33 PM
akanevsky akanevsky is offline
 
Join Date: Apr 2005
Posts: 3,972
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great hack but.... If QuickClip was based on JavaScript, and worked somewhat like BBCODE, it would be much easier to integrate into any textarea ) Or, it could also work like "quote message in reply", but in your case it'd be "put the following quickclip in reply".
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 03:17 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.05848 seconds
  • Memory Usage 2,315KB
  • 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
  • (2)bbcode_php
  • (3)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
  • (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