Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard

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
  #32  
Old 12-16-2005, 07:23 AM
Alan @ CIT Alan @ CIT is offline
 
Join Date: Nov 2004
Location: South UK
Posts: 625
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Indeed, and in the new class_folder.php, there is a space before order:

PHP Code:
$fetch_many_q .= " ORDER BY `id` ASC"
Which should fix the problem.

Are you certain that you overwrote the existing class_folder.php when you copied over the new one?

Thanks,
Alan.
Reply With Quote
  #33  
Old 12-16-2005, 07:27 AM
jluerken's Avatar
jluerken jluerken is offline
 
Join Date: Aug 2003
Location: Germany
Posts: 1,016
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Alan @ CIT
Indeed, and in the new class_folder.php, there is a space before order:

PHP Code:
$fetch_many_q .= " ORDER BY `id` ASC"
Which should fix the problem.

Are you certain that you overwrote the existing class_folder.php when you copied over the new one?

Thanks,
Alan.
This fixes the problem. THX!
Reply With Quote
  #34  
Old 12-16-2005, 07:31 AM
Alan @ CIT Alan @ CIT is offline
 
Join Date: Nov 2004
Location: South UK
Posts: 625
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Excellent news I'll update the main zip file shortly.
Reply With Quote
  #35  
Old 12-16-2005, 07:42 AM
TheMusicMan's Avatar
TheMusicMan TheMusicMan is offline
 
Join Date: Oct 2002
Location: South Wales
Posts: 202
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Fantastic hack. Must soon be a contender for HoM.
Reply With Quote
  #36  
Old 12-16-2005, 08:00 AM
Alan @ CIT Alan @ CIT is offline
 
Join Date: Nov 2004
Location: South UK
Posts: 625
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks all for the kind words, and for installing this mod

(Note: As of this post, the main zip file has been updated with the fixed class_folder.php file)
Reply With Quote
  #37  
Old 12-16-2005, 08:19 AM
BoYagoob BoYagoob is offline
 
Join Date: Jan 2005
Location: Doha
Posts: 199
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have questions:

1- When I use the quickclips, it does not show me my signature in the post. So how can I make it to preview it?

2- When a user didn't creat any new clips, it still show the quickclip table in the show thread. So, can I remove the table till a user creat a new clip?

Kind regards ..
Reply With Quote
  #38  
Old 12-16-2005, 08:21 AM
Alan @ CIT Alan @ CIT is offline
 
Join Date: Nov 2004
Location: South UK
Posts: 625
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

BoYagoob: I'll add both of those options in the next version which should be released in the next day or so.
Reply With Quote
  #39  
Old 12-16-2005, 08:26 AM
The Geek's Avatar
The Geek The Geek is offline
 
Join Date: Sep 2003
Location: Behind you
Posts: 2,779
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Superb - definite HOTM material.
Reply With Quote
  #40  
Old 12-16-2005, 08:30 AM
Alan @ CIT Alan @ CIT is offline
 
Join Date: Nov 2004
Location: South UK
Posts: 625
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

BoYagoob,

In the mean time, here are the changes you need to make to add a "Use Signature" tickbox:

Edit the quickclip_replybox template (in the "QuickClip Templates" group) and find:

Code:
$quickclip_dropdown
Directly after that, add:

Code:
<label for="cb_signature"><input type="checkbox" name="signature" value="1" id="cb_signature" tabindex="5" checked="checked" />$vbphrase[show_your_signature]</label>
Reply With Quote
  #41  
Old 12-16-2005, 08:31 AM
Alan @ CIT Alan @ CIT is offline
 
Join Date: Nov 2004
Location: South UK
Posts: 625
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by The Geek
Superb - definite HOTM material.
Motion seconded! Motion carried!

Horray! I win HOTM!
Reply With Quote
Reply

Thread Tools

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:42 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.05391 seconds
  • Memory Usage 2,304KB
  • 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_code
  • (2)bbcode_php
  • (2)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
  • (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