The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
[OzzModz] Hide Quote Buttons In First/Last Post Details »» | |||||||||||||||||||||||||||
[OzzModz] Hide Quote Buttons In First/Last Post
Developer Last Online: Dec 2021
Another mod brought to you by,
Here is a small modification you can use to hide the quote and/or multi quote buttons in the first/last post of a thread.. It is a simple installation, just import the product XML, product-ozzmodz_hide_quote You can edit the options under the settings, [OzzModz] Hide Quote Button In Last Post Settings This will work whether your members display the newest post last, or first. Complete Feature List
Q. Why do I need such a thing, you ask? A. Some admins see no reason to quote the first/last post in the thread, as you are most likely replying to that post. Plus someone asked for the mod, and it was easy enough, so I threw it together. ------------------------------------------------------------------------------------------- If you like this mod please hit the button to the right ----> Please remember to click the, button to the right if you installed the mod ----> What does 'Marking As Installed' do ? * It helps you to stay on top of updates - members who have installed modifications will be notified whenever new updates are available. * For security issues - vbulletin.org will contact all members who have installed a modification whenever a security issue is brought to their attention. * Marking a modification as installed also helps me know how many people are using my work, giving me extra incentive to provide more features and new modifications. I appreciate the support! ------------------------------------------------------------------------------------------- * History (Changelog) * ------------------------- v1.0.0 (January 17, 2014) - Initial public release. v1.1.0 (September 24, 2014) - Added ability to hide only the quote button in the last post, still show the multi-quote button. - Added ability to hide the quote/multi quote in the last post per userid. - Added ability to hide the quote/multi quote buttons in the first post per usergroup. - Added ability to hide the quote/multi quote in the first post per userid. - Added ability to hide only the quote button in the first post, still show the multi-quote button. Show Your Support
|
Comments |
#2
|
||||
|
||||
Reserved.
|
#3
|
|||
|
|||
nice idea, but if you can add a option first post, woud be nice too, because I don't why, but 75% my members quote first post, thx and installed of course :up:
|
#4
|
||||
|
||||
Yes I've noticed that too with posts. Only conclusion I can make is they like the quote button on the right side as the reply is way over to the left. Someone might have to test that theory by moving the reply button. Anyhow great idea for a mod, makes sense.
|
#5
|
||||
|
||||
This is excellent idea. :up:
Only thing I think would be also optional is multi quote, sometimes it could be useful to (multi) quote last post and compose it in your reply. So I think that there should be option to have multi quote included in last post. First post is also interesting question, as many people quote whole first post, which sometimes is totally unnecessary. And idea about changing places of quick reply and quote buttons, its easily done by manual template edit. Edit postbit_legacy (probably its the same for postbit) template, find this: HTML Code:
<vb:if condition="$show['quickreply'] AND !$show['threadedmode']"> <a id="qr_{vb:raw post.postid}" class='quickreply' href="{vb:raw post.replylink}&noquote=1" rel="nofollow" title="{vb:rawphrase quick_reply_to_this_message}"><img id="replyimg_{vb:raw post.postid}" src="{vb:raw vboptions.cleargifurl}" alt="{vb:rawphrase quick_reply_to_this_message}" /> {vb:rawphrase reply}</a> <span class="seperator"> </span> </vb:if> <vb:if condition="$post['replylink']"> <a id="qrwq_{vb:raw post.postid}" class="newreply" href="{vb:raw post.replylink}" rel="nofollow" title="{vb:rawphrase reply_with_quote}"><img id="quoteimg_{vb:raw post.postid}" src="{vb:raw vboptions.cleargifurl}" alt="{vb:rawphrase reply_with_quote}" /> <vb:if condition="$post['forwardlink']">{vb:rawphrase reply_to_private_message}<vb:else />{vb:rawphrase reply_with_quote}</vb:if></a> <vb:if condition="$show['multiquote_post']"><span class="seperator"> </span></vb:if> </vb:if> HTML Code:
<vb:if condition="$post['replylink']"> <a id="qrwq_{vb:raw post.postid}" class="newreply" href="{vb:raw post.replylink}" rel="nofollow" title="{vb:rawphrase reply_with_quote}"><img id="quoteimg_{vb:raw post.postid}" src="{vb:raw vboptions.cleargifurl}" alt="{vb:rawphrase reply_with_quote}" /> <vb:if condition="$post['forwardlink']">{vb:rawphrase reply_to_private_message}<vb:else />{vb:rawphrase reply_with_quote}</vb:if></a> <span class="seperator"> </span> </vb:if> <vb:if condition="$show['quickreply'] AND !$show['threadedmode']"> <a id="qr_{vb:raw post.postid}" class='quickreply' href="{vb:raw post.replylink}&noquote=1" rel="nofollow" title="{vb:rawphrase quick_reply_to_this_message}"><img id="replyimg_{vb:raw post.postid}" src="{vb:raw vboptions.cleargifurl}" alt="{vb:rawphrase quick_reply_to_this_message}" /> {vb:rawphrase reply}</a> <vb:if condition="$show['multiquote_post']"><span class="seperator"> </span></vb:if> </vb:if> |
Благодарность от: | ||
ozzy47 |
#6
|
||||
|
||||
I can add the option for multi quote in the next version. And thanks for marking as installed.
|
#7
|
||||
|
||||
Well, I'm one of those who are allergic about quoting previous post, so your mod is excellent for me. :up:
|
#8
|
||||
|
||||
I found one problem, not too big, but still to report it.
If it's used with DBTech's AJAX (live) threads and there's more and more new "live" posts, all these new posts, including the last one when you entered thread don't have quote button. It can be a bit of a problem. If there's a way to check if post is posted with live thread mod and in that case allow it to have quote button, it would be great. |
#9
|
||||
|
||||
Do the same results happen, if you refresh the page manually?
|
#10
|
|||
|
|||
Nice one, very practical, but won't install because it'll make user confuse when they want to quote the last post.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|