News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

Enhanced Quick Reply 2.0

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

Previous topic - Next topic

mohoganybrwn

Quote from: Kirby on August 11, 2007, 02:15:39 AM
You can see them in the modification.xml file in the package.

Yeah, but it is very confusing. Is anyone willing to post the manual edits for me? Or send them to my via PM?

Kirby

The vanilla code from the package have that section. Can you post the HTML of the quick reply area in Display.template.php?

husam


Kirby

Quote from: Kirby on September 03, 2007, 09:15:35 PM
The vanilla code from the package have that section. Can you post the HTML of the quick reply area in Display.template.php?

husam

Quote from: Kirby on September 04, 2007, 04:30:38 PM
Quote from: Kirby on September 03, 2007, 09:15:35 PM
The vanilla code from the package have that section. Can you post the HTML of the quick reply area in Display.template.php?

I didn't understand?

Kirby

Can you attach your Display.template.php?

husam


kamili34

I got problem that I can't finde in my Display.template.php
Quote<!-- Add the template_quickreply_box() function. -->
Could you be so kind and look at my Display ?

:P

Kirby

Quote from: husam on September 05, 2007, 01:09:04 AM
Here....
Look for:

<td class="windowbg" width="25%" valign="top">', $txt['quick_reply_2'], $context['is_locked'] ? '<br /><br /><b>' . $txt['quick_reply_warning'] . '</b>' : '', '</td>
<td class="windowbg" width="75%" align="left"><table border="0" cellspacing="0" cellpadding="0" width="400%">


Replace:

<td class="windowbg" width="100%" align="left"><table border="0" cellspacing="0" cellpadding="0" width="400%">


Quote from: kamili34 on September 05, 2007, 07:38:53 PM
I got problem that I can't finde in my Display.template.php
Quote<!-- Add the template_quickreply_box() function. -->
Could you be so kind and look at my Display ?

:P
That is just a comment, you do not need to worry about that part :) Are you trying to install it in a template?

Quote from: mohoganybrwn on September 03, 2007, 08:21:00 PM
Quote from: Kirby on August 11, 2007, 02:15:39 AM
You can see them in the modification.xml file in the package.

Yeah, but it is very confusing. Is anyone willing to post the manual edits for me? Or send them to my via PM?
I would be happy to manually edit the file for you.

kamili34

That is just a comment, you do not need to worry about that part :) Are you trying to install it in a template?

Yes but I don't know were past it.

Mohamed GadAllah

I am keep receiving an error during test:

Execute Modification ./Themes/default/Display.template.php Test failed

please advise

Ashdaw

Thanks so much to kirby for the updated mod and also to Chep for aiding me in expanding the size of the Quick Reply. :)
You are more than welcome to visit my site.
Greycastle

MinasC

i tried to install it in a smf 1.1.3/tp 0.9.8 forum dut i got an error in Display.template.php ! i have installed Color & BgColor BBCode Bar 3.0 mod , could that be the problem ? (it modifies the Display.template.php)

here's my Display.template.php !
thnx in advance !

TrueSatan

Your error is a variant on the most common error of all those reported on these pages...it tells you that another mod you have installed has already edited the file in question and that you thus need to do a manual installation of this mod. Please read:

http://docs.simplemachines.org/index.php?topic=402.msg531#msg531

http://www.simplemachines.org/community/index.php?topic=34526.0

The following may also prove helpful:

http://modparser.dev.dansoftaustralia.net/

Mirror of the last link:

http://www.smfhacks.com/smf-package-parser.html

kamili34

Uff I do it now. Thanks for mod.  :P

simplyliza6

I've got an error! when I clicked any topics. It was installed succesfully but just seems i got this one error.

Fatal error: Cannot redeclare theme_quickreply_box() (previously declared in /home/shoujosh/public_html/forum/Sources/Display.php:1255) in /home/shoujosh/public_html/forum/Sources/Display.php on line 1372




shadow82x

 That means you have two codes of 'theme_quickreply_box()' in sources/display.php - Remove ONE of the TWO codes. You probaly installed it twice.
Colin B
Former Spammer, Customize, & Support Team Member

MinasC

Quote from: TrueSatan on September 07, 2007, 12:29:54 PM
Your error is a variant on the most common error of all those reported on these pages...it tells you that another mod you have installed has already edited the file in question and that you thus need to do a manual installation of this mod. Please read:

http://docs.simplemachines.org/index.php?topic=402.msg531#msg531

http://www.simplemachines.org/community/index.php?topic=34526.0

The following may also prove helpful:

http://modparser.dev.dansoftaustralia.net/

Mirror of the last link:

http://www.smfhacks.com/smf-package-parser.html


i got it , many problems , same reason , one solution ! thnx !  ;)

kamili34

 Could you support Enhanced Quick Reply   to   this mod Blink BBC  :P

Kirby

Quote from: kamili34 on September 08, 2007, 12:48:52 PM
Could you support Enhanced Quick Reply   to   this mod Blink BBC  :P
In Display.template.php...

Add
'blink' => array('code' => 'blink', 'before' => '[blink]', 'after' => '[/blink]', 'description' => 'Blink'),

After this:

'list' => array('code' => 'list', 'before' => '[list]\n[list][li]', 'after' => '[/li][/list]\n[list][li][/li][/list]\n[/list]', 'description' => $txt[261]),


Thank you so much TrueSatan and shadow92x for helping out :)
If your concerns are still not addressed, please reply to this message.

Advertisement: