![]() |
One suggestion: Could you make it so that the content of the QuickClip automatically gets pasted into the textarea so that it is some kind of template which can be edited before posting? :)
|
MrNase,
That was my original plan, but has been pushed back to a future version :) Thanks, Alan. |
Thanks Alan @ CIT,
but I have a new problem. When you update the new file, and I changed it only for my forum, in the private messeages, the style becomes Left to right, beacuse the defualt is from right to left. can you fix that in the next version? |
Sorry, I don't fully understand what you mean. Could you show me a screenshot of what it's supposed to look like, and a screenshot of what it looks like when it's broken?
Thanks. |
Quote:
My problem is that, if you didn't understant I will install it again: - My site is R-L, like this: http://www.vbulletin.com/forum/?langid=3 - after I put the fixed file for your hack, the style or the langauge become L-R in the private message area. If this is not clear to you, I will try again and attach screenshots. |
ok, I understand what you mean now.
I've never used R-L text before, so I'll run some tests on my development board and see what I come up with. Thanks, Alan. |
Trying to fix the no sig issue, I don't see
Code:
$replybox |
Ooops, sorry - I meant find:
Code:
$quickclip_dropdown |
That sorted it thanks Alan.
Do I need to amend the new class_folder.php file too? I see in another post here that you advised someone to reupload theirs... not sure if that applies to everyone? |
It's only really needed if you get an SQL error when you enter the User CP.
But, I've updated the main zip with the fixed file, and it certainly won't break anything if you upload it :) |
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 |
Hi Alan @ CIT,
I tested it now, and the problem is seen when I enther the UserCP. See these pics: ForumHome: http://www.qatarp.com/files/12/1111.JPG UserCP: http://www.qatarp.com/files/12/1111111111.JPG ================== But in the old file which is in the /includes dirctory, works fine witrhout any problem. |
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. |
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. |
This is awesome! Sweet addition bro! I never thought of this, but now that I see the screenies, this will work great!
|
Derek: Good idea mate, I'll see if I can work that into the next version :)
|
Alan,
I noticed there is another diffrence. In the first line in the new file, this appear: Quote:
it works fine. Maybe, is this a bug? |
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. |
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. :) |
Best wishes Alen, and everything is works great now.
Also, I am waiting for the final version with the new features :) Kind Regards .. |
Quote:
This should fix your problem. |
Quote:
Sorry, no change at all. :ermm: |
Iceman: Re-do the first template edit that is mentioned in the install.html file - something appears to have gone wrong with that edit.
|
When I disable QuickClips it looks like this, which is normal.
edit: I'm checking the template now ;) |
My apologies Alan, it was on my end bud.
I put the new code "between"....... </table> and <!-- / usercp nav --> instead of right on top. Working PERFECTLY now and thanks for a great hack. :) |
Glad to hear you've got it working, I hope you enjoy it :)
Thanks, Alan. |
Alan, can you tell us when the new version will be released?
because, I am looking for the new features, it will be perfect. :) |
The new version will be released soon :)
It's got a some great new features, so I don't think you'll be disapointed :) |
Version 1.1 has been released!
Changes in this version: * 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 As usual folks, any suggestiosn / comments / complaints / questions / etc are more than welcome :) Enjoy! :) |
(Note to Derek: I haven't forgotten about your $username request, I'm building a template variable parser thing to handle that plus more) :)
|
I have two ideas for version 1.2
1. The admins should be able in the admincp to create default QuickClips for other groups. For example: The admin creates a default QuickClip for the Group Moderators. Moderators should not be able to modify or delete this and it should only be shown if the group is allowed to view QuickClips. This means that disabling the group to use QuickClips should also deactivate the default ones which are set by the admin. 2. Create QuickClip Pool. There should be a new option called: Allow user to send a QuickClip to the Pool The Pool should be an area where all usergroups who are allowed to view it can see other users QuickClips. Example: I am admin and allowed to view the pool. I send one of my private QuickClips to it. A Moderator who is also allowed to see the pool marks all QuickClips he finds useful and adds them by marking a hitbox to his own private QuickClip list. Only the creator or an admin should be able to remove a Item from the pool or modify it. Regards jluerken |
Alan @ CIT, I would like to tell you something :(
In my opinion, it is the most perfect hack, and you are one of the most professional coder in the world. :) Million million thanks Alan, everything works smoothly and very fine. But, I have only one question: :nervous: How can I remove the content from displaying? because, in my langauge, it cannot be displayed very well, it display strange char.: see this pic: http://www.qatarp.com/files/12/thanksAlan.jpg My lanagauge uses: windows encoding. So, I am just looking how to remove this in the red recangular from displaying. Thanks again Kind regards .. |
BoYagoob: To remove the preview text, edit the quickclip_listclips_listbit template, and remove:
Code:
<span class="smallfont">$clip_text_snipped</span> jluerken: Thanks for the feature suggestions, I will bear them in mind for future versions :) Thanks, Alan. |
Thanks a lot my friend.
I fixed and remove that, I think it will not be a problem for me if i remove it. and now, I have just finished translating it to my lanaguage in my forum, and I will publish it for my members. I am sure they will like it, becase they will use it in certain sections especially the welcome section for the new members, and for me as an admin of course. Thanks for this best hack. :) ~ Yousif. |
This looks great, will install when I get home!
|
Looks fantastic.
I have an issue with the PM feature. The reply works great but if I try to delete a PM while viewing it using the: Code:
Delete Message |
Quote:
I disabled those two hooks and all is well. |
This also seems to conflit with Psionic Visions "Adv. Editing Options for Mods and Admins" located here: https://vborg.vbsupport.ru/showthread.php?t=98737. When I have it enabled with this hack and try to use a QuickClip reply to a post, I get an error message from what appears to be his hack that reads:
"The following errors occurred when this message was submitted: You did not specify a username for your post." When I disable his product the post QuickClip reply works fine but the delete PM issue is still there. |
Quote:
Are we losing anything from the Adv. Edit hack by disabling those that you know of? |
Quote:
https://vborg.vbsupport.ru/showpost....&postcount=164 |
All times are GMT. The time now is 10:12 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|