News:

SMF 2.1.4 has been released! Take it for a spin! Read more.

Main Menu

Enhanced Quick Reply 2.0

Started by Kirby, August 06, 2007, 10:35:59 PM

Previous topic - Next topic

netridge

#260
Quote from: chep on August 08, 2007, 01:15:31 AM
I soon discovered in IE that width 100% cut off the right side of the border. It could be an artifact that I have some other mods like tinyportal...

Therefore I chose auto instead. Which works for me. Only tested on IE , Opera and Firefox latest and greatest...

<a name="quickreply"></a>
<div style="width: 100%;" align="center"><div class="tborder" style="width: auto;" align="left">



***update
Never mind found the file that needed to be edited.  :D
where did you make this edit, was in the index.template ?

pcigre

Is this included in 2.0b3? And if not, will there be support for this mod?

MissyNL

hello,

You have made a great mod! It works great.

I have submitted the line voor youtube bbcode. My question is how do i change the background into a button? because it looks like broken tabs..

See the attached picture :D

Thanks!
Sorry for my poor English, but i think it's probably better then your Dutch :)

perplexed

if you right-click on where it shows as 'youtube' it will give you the URL for the image it is looking for.  Find that image in the youtube mod, and upload it to the url where it should be I think :)

MissyNL

Wow... your quick!  :D

Thanks!
Sorry for my poor English, but i think it's probably better then your Dutch :)

Yngwiedis

Quote from: Yngwiedis on March 07, 2008, 11:31:56 AM
Is there any way to integrate this mod :  http://custom.simplemachines.org/mods/index.php?mod=944
in the Enhanced Quick Reply Box ?
I already try to install it in Display.Template.php with no luck :(

Any help for the above ?
AmityHost.com - The Affordable Host

perplexed

you would probably have to install that mod manually if it is not installing successfully with no fails.  Use the package parser in my signature and follow the instructions to install in manually instead of via the package manager :)

Alpay

Hi ;
do you thinkin adaptation for modification on smf version 2.0 beta 3 ?

Ignjatovic


I have Enhanced Quick Reply 2.0.2
I'm using 1.1.4 and Default  theme.and its OK  but I want to do this text box left....
How can I do it?




Ignjatovic

Quote from: quiteperplexed on April 04, 2008, 08:57:44 AM
what does it say in the box in English?  Thanks
It's not a picture from my forum I want just  to show what i want to do!
I haven't this box and i want to do ti...

perplexed

ok you want toadd your own text to the box you have in red?

Other things go in that space - whether the topic is locked, if the topic is older than 120 days etc, but if you look in your display.template.php file you will see the part of the code where it is located

// Show the quick reply box.
    if ($context['can_reply'] && !empty($options['display_quick_reply']))
    {
        echo '
<a name="quickreply"></a>
<div style="width: 100%;" align="center"><div class="tborder" style="width: 75%;" align="left">
    <div class="catbg" style="padding: 4px;"><a href="javascript:swapQuickReply();"><img src="', $settings['images_url'], '/', $options['display_quick_reply'] == 2 ? 'collapse' : 'expand', '.gif" alt="+" id="quickReplyExpand" /></a> <a href="javascript:swapQuickReply();">', $txt['quick_reply_1'], '</a></div>
    <div class="windowbg" id="quickReplyOptions" style="padding: 1ex;', $options['display_quick_reply'] == 2 ? '' : ' display: none', '">
        ', $context['is_locked'] ? '<b>' . $txt['quick_reply_warning'] . '</b><br /><br />' : '', '
        <form action="', $scripturl, '?action=post2" method="post" accept-charset="', $context['character_set'], '" name="postmodify" id="postmodify" onsubmit="submitonce(this);" style="margin: 0;">
            <input type="hidden" name="topic" value="' . $context['current_topic'] . '" />
            <input type="hidden" name="subject" value="' . $context['response_prefix'] . $context['subject'] . '" />
            <input type="hidden" name="icon" value="xx" />
            <input type="hidden" name="notify" value="', $context['is_marked_notify'] || !empty($options['auto_notify']) ? '1' : '0', '" />
            <input type="hidden" name="goback" value="', empty($options['return_to_post']) ? '0' : '1', '" />
            <input type="hidden" name="num_replies" value="', $context['num_replies'], '" />';

        // Here we show the actual post box with the smileys and BBCode..



in the section where it says  $context['is_locked'] ? '<b>' . $txt['quick_reply_warning']  and so on

Ignjatovic

#272
I dont see the part of the code....
Can you tell me please what soll I change to do this...
// Show the quick reply box.
if ($context['can_reply'] && !empty($options['display_quick_reply']))
{
echo '
<a name="quickreply"></a>
<div style="width: 100%;" align="center"><div class="tborder" style="width: 100%;" align="left">
<div class="catbg" style="padding: 4px;"><a href="javascript:swapQuickReply();"><img src="', $settings['images_url'], '/', $options['display_quick_reply'] == 2 ? 'collapse' : 'expand', '.gif" alt="+" id="quickReplyExpand" /></a> <a href="javascript:swapQuickReply();">', $txt['quick_reply_1'], '</a></div>
<div class="windowbg" id="quickReplyOptions" style="padding: 1ex;', $options['display_quick_reply'] == 2 ? '' : ' display: none', '">
', $context['is_locked'] ? '<b>' . $txt['quick_reply_warning'] . '</b><br /><br />' : '', '
<form action="', $scripturl, '?action=post2" method="post" accept-charset="', $context['character_set'], '" name="postmodify" id="postmodify" onsubmit="submitonce(this);" style="margin: 0;">
<input type="hidden" name="topic" value="' . $context['current_topic'] . '" />
<input type="hidden" name="subject" value="' . $context['response_prefix'] . $context['subject'] . '" />
<input type="hidden" name="icon" value="xx" />
<input type="hidden" name="notify" value="', $context['is_marked_notify'] || !empty($options['auto_notify']) ? '1' : '0', '" />
<input type="hidden" name="goback" value="', empty($options['return_to_post']) ? '0' : '1', '" />


<input type="hidden" name="num_replies" value="', $context['num_replies'], '" />';

// Here we show the actual post box with the smileys and BBCode..

ekfaysal

hey
any chance to update this mod to smf 2 beta 3
please reply

redhare

is the quick reply supposed to be in each post? i dont know if i did it right~!

http://www.marineplantedtanks.com/forum/

fecu2008

read through the pages, but I couldnt find the answer. 

I tried using the package parser to no avail Wouldnt work and show me the details.

Can anyone help with the editing of the display.temp.php?

Im using 1.14 default

nstalling this package will perform the following actions:
   Type    Action    Description
1.    Execute Modification    ./Sources/Display.php    Test successful
2.    Execute Modification    ./Themes/default/Display.template.php    Test failed

Trinny

You'll have to open the package, and read the installation instructions and manually edit your display.template.php file. If that's the only file that has failed, then all should work after you do that. You will also have to make theme edits if you have a custom theme.

I see that the question that I came here to ask has already been asked several times. I'm working on a beta site and I'd love to see this mod for 2.0b3. Will you be upgrading this to work with the new SMF version, and if so, do you have a timeframe?

Ikhsan4488

can i use this mod for smf 1.1.5?

Jade Elizabeth

Once proud Documentation Writer and Help Squad Leader | Check out my new adult coloring career: Color With Jade/Patreon.

Ikhsan4488


Advertisement: