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
  #52  
Old 12-16-2005, 11:23 AM
derekivey derekivey is offline
 
Join Date: Apr 2005
Location: Pennsylvania, USA
Posts: 1,186
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey Alan,

I just thought of a suggestion,

maybe allow the variable $username to be in quick clips, and add a field by the drop down that allows you to input a username so that it posts their username in the message too like this:

Hello $username,

other text.

Just a suggestion.
Derek
Reply With Quote
  #53  
Old 12-16-2005, 11:35 AM
BoYagoob BoYagoob is offline
 
Join Date: Jan 2005
Location: Doha
Posts: 199
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi Alan @ CIT,
I tested it now, and the problem is seen when I enther the UserCP.

See these pics:

ForumHome:



UserCP:



==================

But in the old file which is in the /includes dirctory, works fine witrhout any problem.
Reply With Quote
  #54  
Old 12-16-2005, 11:48 AM
BoYagoob BoYagoob is offline
 
Join Date: Jan 2005
Location: Doha
Posts: 199
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can you tell me please, what is the difference between rhe new and old one of this file:
class_folder.php

for the old one, it works fine.
Reply With Quote
  #55  
Old 12-16-2005, 12:01 PM
Alan @ CIT Alan @ CIT is offline
 
Join Date: Nov 2004
Location: South UK
Posts: 625
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

There is almost no difference.

The old one had:

... = "ORDER BY `id` ASC";

The new one has:

... = " ORDER BY `id` ASC";

That's the only change.
Reply With Quote
  #56  
Old 12-16-2005, 12:03 PM
Cyricx Cyricx is offline
 
Join Date: Aug 2002
Location: Missouri
Posts: 1,144
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is awesome! Sweet addition bro! I never thought of this, but now that I see the screenies, this will work great!
Reply With Quote
  #57  
Old 12-16-2005, 12:06 PM
Alan @ CIT Alan @ CIT is offline
 
Join Date: Nov 2004
Location: South UK
Posts: 625
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Derek: Good idea mate, I'll see if I can work that into the next version
Reply With Quote
  #58  
Old 12-16-2005, 12:13 PM
BoYagoob BoYagoob is offline
 
Join Date: Jan 2005
Location: Doha
Posts: 199
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Alan,
I noticed there is another diffrence.

In the first line in the new file, this appear:

Quote:
``<?php
/**
* QuickClip
* A user clipboard system for vBulletin 3.5
when I removed the: ``

it works fine.

Maybe, is this a bug?
Reply With Quote
  #59  
Old 12-16-2005, 12:20 PM
Alan @ CIT Alan @ CIT is offline
 
Join Date: Nov 2004
Location: South UK
Posts: 625
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well spotted Boyagoob, that was indeed what was causing the problem. Not entirely sure how those 2 backticks got in there, must have been me pressing random keys again

I have updated the release zip and the class_folder.zip file with the `` removed.

Thanks,
Alan.
Reply With Quote
  #60  
Old 12-16-2005, 12:25 PM
icemann's Avatar
icemann icemann is offline
 
Join Date: Sep 2005
Posts: 103
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Works great but I have one minor problem..... there's a big blank area on top now.

The PM box or whatever box you're using at the time is way down below.

Screenshot attached and any help is appreciated.
Reply With Quote
  #61  
Old 12-16-2005, 12:26 PM
BoYagoob BoYagoob is offline
 
Join Date: Jan 2005
Location: Doha
Posts: 199
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Best wishes Alen, and everything is works great now.

Also, I am waiting for the final version with the new features

Kind Regards ..
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 07:23 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.04501 seconds
  • Memory Usage 2,309KB
  • 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
  • (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
  • (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