Removing Multiquote Button and adding Quote Button
#1
Posted 24 August 2010 - 01:25 PM
#2 Re: Removing Multiquote Button and adding Quote Button
#3 Re: Removing Multiquote Button and adding Quote Button
Posted 24 August 2010 - 08:33 PM
Well, I am a Vbulletin convert here. Ideally, in using it more, I would like for the Reply button to go to the editor without quoting the text. Then I would like to have a Quote button that works as the Reply button does now. And totally remove the current multiquote button/the way it functions. It's been my experience that multiquote only confuses my users, in the previous Vbulletin setup.
So in short:
Change text on "Reply" button to "Quote"
Remove current Quote & Multiquote buttons
Add a Reply button that opens up editor without quoting
#4 Re: Removing Multiquote Button and adding Quote Button
Posted 24 August 2010 - 08:44 PM
1. Removing any button is an easy task
2. Changing button's wording is more complicated as it requires editing an image (all button are images, not pieces of a code)
3. Changing button's function requires rewriting a piece of board's code (if possible).
I understand, those buttons ARE confusing, but we're not talking here about some simple task.
Maybe, maybe on weekend free time, I can give it a shot.
#5 Re: Removing Multiquote Button and adding Quote Button
Posted 24 August 2010 - 09:26 PM
I am all for the simple solution of accomplishing 1 though. Save your time, that would be more than enough to simplify things until I get a better grasp of doing all of this myself. :)
#6 Re: Removing Multiquote Button and adding Quote Button
#7 Re: Removing Multiquote Button and adding Quote Button
Posted 25 August 2010 - 08:12 PM

Changing "Reply" wording to "Reply with quote" should be rather clear for most people.
To fix it....
ACP>Look & Feel>Manage Languages>English
Search for:
post_reply
Change the value from "Reply" to "Reply with quote".
#8 Re: Removing Multiquote Button and adding Quote Button
Posted 26 August 2010 - 01:27 PM
#9 Re: Removing Multiquote Button and adding Quote Button
#10 Re: Removing Multiquote Button and adding Quote Button
Posted 04 September 2010 - 09:45 PM
Broni, on 25 August 2010 - 08:12 PM, said:
[img]http://209.85.48.8/2...pload/p4463158.
Changing "Reply" wording to "Reply with quote" should be rather clear for most people.
To fix it....
ACP>Look & Feel>Manage Languages>English
Search for:
post_reply
Change the value from "Reply" to "Reply with quote".
#11 Re: Removing Multiquote Button and adding Quote Button
#12 Re: Removing Multiquote Button and adding Quote Button
Posted 25 October 2010 - 02:05 PM
Broni, on 24 August 2010 - 09:51 PM, said:
Apparently "MultiQuote" button code is somehow interlocked with "Unapprove" button code.
When I remove 1st one, the 2nd one is missing too.
More time needed :)
#13 Re: Removing Multiquote Button and adding Quote Button
Posted 25 October 2010 - 10:50 PM
Comment out/delete following section:
Quote
<if test="multiquote:|:isset( $post['post']['_mq_selected'] ) && $post['post']['_mq_selected']">
<li class='selected multiquote' id='multiq_{$post['post']['pid']}' style='display: none'>
<else />
<li class='multiquote' id='multiq_{$post['post']['pid']}' style='display: none'>
</if>
<a href="{parse url="module=post&section=post&do=reply_post&f={$this->request['f']}&t={$this->request['t']}&qpid={$post['post']['pid']}" base="publicWithApp"}" title="{$this->lang->words['quote_with_mq']}">{parse replacement="mq_post_icon"} {$this->lang->words['mq']}</a>
</li>
#14 Re: Removing Multiquote Button and adding Quote Button
Posted 26 October 2010 - 01:07 PM
#15 Re: Removing Multiquote Button and adding Quote Button
Posted 26 October 2010 - 05:44 PM
#16 Re: Removing Multiquote Button and adding Quote Button
Posted 26 October 2010 - 11:35 PM
Quote
<!--<li class='post_toggle toggle_post' id='toggle_post_{$post['post']['pid']}' style='display: none'>
<a href='{parse url="app=forums&module=moderate&section=moderate&do=postchoice&tact=unapprove&selectedpids[{$post['post']['pid']}]={$post['post']['pid']}&t={$topic['tid']}&f={$forum['id']}&auth_key={$this->member->form_hash}" base="public"}' title='{$this->lang->words['post_toggle_visible']}'><if test="approveUnapprove:|:$post['post']['queued']==1">{parse replacement="approve"}<else />{parse replacement="deny"}</if> <span id='toggletext_post_{$post['post']['pid']}'><if test="approveUnapprove:|:$post['post']['queued']==1">{$this->lang->words['post_approve']}<else />{$this->lang->words['post_unapprove']}</if></span></a>
</li>
</if>
#17 Re: Removing Multiquote Button and adding Quote Button
Posted 27 October 2010 - 11:12 AM
#18 Re: Removing Multiquote Button and adding Quote Button
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users
















