vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Reply to PMs without quoting them (https://vborg.vbsupport.ru/showthread.php?t=97365)

MrNase 10-01-2005 10:00 PM

Reply to PMs without quoting them
 
There was one thing that I didn't like in vB3 (and it hasn't been changed in vB3.5 ;)): If you plan to reply to a PM you automatically quote the message you reply to. If you have a conversation with one member via PM the message often gets long and confusing.

This product allows you to reply to a message without quoting the message you reply to. I doesn't interfere with the way vBulletin handles the PM reply to your members can select themselfes what they want to do.

As said before, this is a product.. It uses 3 hooks and you need to import only 1 file to have it installed + 1 template edit in order to make it work.


The version I have installed uses a simple phrase like 'reply without quoting' instead of the default vBulletin image. This product however uses the reply_small.gif -> http://www.vbulletin.com/forum/image...eply_small.gif.
You may change that if you want :)

Already installed this plugin and want to change how it looks? Read this.. If not.. Read the attached instructions ;)
Some members pointed me to this. If you want to disable the normal link which automatically quotes the message and only use my Plugin here's the code for you:

Replace:
Code:

                        <if condition="$post['replylink']">
                                <a href="$post[replylink]" rel="nofollow"><img src="$stylevar[imgdir_button]/<if condition="$post['forwardlink']">reply_small<else />quote</if>.gif" alt="$vbphrase[reply_with_quote]" border="0" /></a>
                        </if>

with:
Code:

                        <!--<if condition="$post['replylink']">
                                <a href="$post[replylink]" rel="nofollow"><img src="$stylevar[imgdir_button]/<if condition="$post['forwardlink']">reply_small<else />quote</if>.gif" alt="$vbphrase[reply_with_quote]" border="0" /></a>
                        </if>-->

And replace everthing you've already added for this hack with this:
Code:

                        <if condition="$show['replylinknoquote']">
                                <a href="private.php?$session[sessionurl]do=newpm&amp;pmid=$post[pmid]&amp;noquote=1"><img src="$stylevar[imgdir_button]/reply_small.gif" alt="reply without quoting" border="0" /></a>
                        <else />
                          <if condition="$post['replylink']">
                                <a href="$post[replylink]" rel="nofollow"><img src="$stylevar[imgdir_button]/<if condition="$post['forwardlink']">reply_small<else />quote</if>.gif" alt="$vbphrase[reply_with_quote]" border="0" /></a>
                          </if>
                        </if>

This way you see the link to reply without quoting and the normal link when Plugin is disabled :)

Instructions are updated, now with both methods :)

Enjoy! And please.. click install :)

Kirk Y 10-02-2005 02:21 PM

Your .gif is dead... :(

Sounds good though, I'm installing.

Sooner95 10-02-2005 02:44 PM

good stuff, thx!

click!

Sooner95 10-02-2005 02:45 PM

you gif points to the same gif as the quote one uses. I simply edited the templete code..but you might want to change it.

MrNase 10-02-2005 07:08 PM

Yeah as said before.. Iam was not quite sure which one to use because on my community I don't use that image :)

Just tell me if you've found another, better image so that I can update the instruction :)

Keyser S?ze 10-02-2005 10:35 PM

great hack! what i did was take out the if condition of the quote button and just have it use quote.gif, and then the other use reply_small.gif

MrNase 10-04-2005 09:47 AM

Thanks!

Sometimes even the simple things can be great. I wonder why vBulletin doesn't have something like this by default. :)

JagFan 10-04-2005 08:17 PM

Installed...thanks! :)

ajpritch 10-05-2005 04:19 AM

Is there a way to remove the old reply button that does quote?

MrNase 10-05-2005 08:55 AM

Yes there is: Just delete the code from the template and it will not be shown :)

Prodimysterio 10-05-2005 12:36 PM

Thanks for this nice plugin.

:nervous:

karrerax 10-05-2005 12:50 PM

Quote:

Originally Posted by MrNase
Yes there is: Just delete the code from the template and it will not be shown :)

I tried install 2 times and I can?t.
What is the solution please? Can you post instrucctions?

ajpritch 10-05-2005 04:25 PM

MrNase,

That seems simple enough. However I am no coder at all and am not sure what I need to delete. Could you point out that piece of code on the template for me. Thanks

Aaron

MrNase 10-05-2005 04:32 PM

I'll try to, just wait a couple of minutes :)


Prodimysterio, karrerax: please click install :ogre:

Prodimysterio 10-05-2005 04:35 PM

Quote:

Originally Posted by MrNase
I'll try to, just wait a couple of minutes :)


Prodimysterio, karrerax: please click install :ogre:

You've got it man. Thanks!

MrNase 10-05-2005 04:44 PM

Instructions are updated - have fun :)

hotrod1 10-10-2005 01:21 AM

Super quick install, thanks!!!

ajpritch 10-10-2005 01:27 AM

Thanks for the other way to install.

MrNase 10-10-2005 12:21 PM

Quote:

Originally Posted by ajpritch
Thanks for the other way to install.

No problem! :)

bashy 12-12-2005 10:27 PM

Cheers for this...

Had a lot of moaning as to where the normal PM button had gone...Thanks again

Bashy

Bubble #5 12-13-2005 01:57 AM

Quote:

Originally Posted by MrNase
I wonder why vBulletin doesn't have something like this by default.

Many people wonder the same thing :ermm: Great hack :)

Keyser S?ze 09-02-2006 08:23 AM

this hack was working for me til i upgraded to 3.6, now it is gone, will the hack be updated? thanks

Keyser S?ze 10-03-2006 09:21 PM

bump, anybody gunna fix this for 3.6.x?

Keyser S?ze 01-22-2007 10:08 PM

sorry to keep bumping this but IMO it is an importat modification

thunder1202 01-23-2007 10:47 AM

Installed,
works great!!

Keyser S?ze 01-23-2007 07:03 PM

i was incorrect, works fine in 3.6.4 somehow my template got reverted must have been another admin

Smoothie 01-24-2007 01:10 AM

I would like to say thanks for this. Oh yea, installed.

Smoothie 01-24-2007 01:12 AM

Quick question. Easiest way to change the images used? I'd like to change the wording for both.

Smoothie 01-25-2007 03:51 PM

^Bump^ Anyone? The reason I ask is because both images have the same name; small_reply.gif. Kinda retarded isn't it?

Keyser S?ze 01-27-2007 01:34 PM

i changed the quote one in the template to quote.gif, and made a button to match my styles, that to me is the easiest way

vb 3.0 i think had a quote.gif img use that

Smoothie 01-27-2007 03:40 PM

Quote:

Originally Posted by Keyser S?ze (Post 1168329)
i changed the quote one in the template to quote.gif, and made a button to match my styles, that to me is the easiest way

vb 3.0 i think had a quote.gif img use that

Where exactly in the template is the change to make the reply button (the one that quotes) quote.gif?

Smoothie 01-28-2007 08:52 PM

^bump^

dcpaq2xx 02-14-2007 03:21 AM

Anyone know how to accomplish the same thing with the Quote button in the forums like this hack does? Id like to just have a reply button and remove the quote button where the quote button currently is.

Doug

Smoothie 02-14-2007 11:15 AM

Nevermind, got it sorted out.

dcpaq2xx 02-14-2007 03:31 PM

Group,

Does anyone know if there are any hacks identical to this one that does the same thing for posts and threads?

Id like to remove the "Quote" button next to each post or thread and replace it with a "Reply" button.

If my members want to quote something, I want them to do it manually by using the "Quote" button in the Vbulletin text editor only.

Can anyone help?

Thanks

Doug

dcpaq2xx 02-20-2007 01:35 AM

I found this hack and it works well for the forums, but it interfers with this hack.

http://www.vbulletin.com/forum/showt...58#post1309158

Does anyone know how i can get the two to work with each other? Or have the Reply to pm's without quoting them hack to accomplish both tasks?

Thanks

Doug

Red Spider 02-24-2007 07:16 PM

*installed*

nice hack :)

criscokid 09-13-2007 05:32 PM

Does this mod work on vb3.6.8?

Keyser S?ze 05-11-2008 07:39 AM

not only does it work in 368 it also works fine in 370

jazde86 05-19-2009 03:12 PM

What about vB 3.8.2?


All times are GMT. The time now is 04:52 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
  • Page Generation 0.01270 seconds
  • Memory Usage 1,791KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete