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

perro88

#220
After I installed it without errors it alwa give me this 2 erros on the log when someone enter a topic:

http://.............../index.php?topic=117.0

8: Undefined offset: 533
File: .................\Themes\default\languages\Post.english.php (main sub template - eval?)
Line: 1162
   


http://................/index.php?topic=117.0

8: Undefined offset: 532
File: ...............\Themes\default\languages\Post.english.php (main sub template - eval?)
Line: 1161

I'm using a theme made from a  copy of the default but even when just install it for the default and use the default theme it also gives the error, so nothing related to the themes I think
Any idea? of course post.english file don't even have 1000 lines

Gollem99

Great mod, any chance in a future release of integrating the "additional options" button (sticky etc)? Would be very useful to have in the quick reply box and won't be in the way if its closed by default.

perro88

Quote from: perro88 on December 21, 2007, 11:07:00 PM
After I installed it without errors it alwa give me this 2 erros on the log when someone enter a topic:

http://.............../index.php?topic=117.0

8: Undefined offset: 533
File: .................\Themes\default\languages\Post.english.php (main sub template - eval?)
Line: 1162
   


http://................/index.php?topic=117.0

8: Undefined offset: 532
File: ...............\Themes\default\languages\Post.english.php (main sub template - eval?)
Line: 1161

I'm using a theme made from a  copy of the default but even when just install it for the default and use the default theme it also gives the error, so nothing related to the themes I think
Any idea? of course post.english file don't even have 1000 lines
problem solved.

gemigene

Before I install a package, I always run it through the "SMF Package Parser" to determine if I should hard code it or see which files are affected.

When I uploaded it to the parser, it gave me the following error:

QuoteparseArchive(): No package-info.xml in this mod! Is it corrupted?

Cheers,
Gene
"Religion is metaphysical statism. I will be ruled by no man on earth, nor by any god in heaven"

1948Pal

Will this work on apollo11final? This code if ($context['can_reply'] && !empty($options['display_quick_reply' etc...]))concerning the quick reply box in the second "search and replace" section is not found in this theme's Display.template.php.
Can this mod still be used with this template? Thanks in advance
"No matter how long the river, the river will reach the sea".
Eugene Fitch Ware

gemigene

Quote from: 1948Pal on December 31, 2007, 02:52:33 PM
Will this work on apollo11final? This code if ($context['can_reply'] && !empty($options['display_quick_reply' etc...]))concerning the quick reply box in the second "search and replace" section is not found in this theme's Display.template.php.
Can this mod still be used with this template? Thanks in advance

Don't like the idea of "search and replace", could end up fouling up another mod's code. That's why I prefer to hard code mods whenever possible (if the Package Parser can read them).

Cheers,
Gene
"Religion is metaphysical statism. I will be ruled by no man on earth, nor by any god in heaven"

Jameel225

i have installed it but mod not showing is the quick reply ???

y plz help me

Si6776

Hi,

I have this mod installed on 1.1.4 Core theme, and it works fine, except that the URL Popup mod I also have installed, doesn't work with EQR.  Is there any way to integrate the URL Popup mod into EQR, so that users get the Hyperlink popup when clicking the URL button?

Many thanks!

Simon.

elfreakz

(a) how to increase the box length & height of size?
(b) im using "Spoiler Tag 0.3.2" mod, how to add the spoiler icon into quick post?

ziycon

I've installed the 2.0.2 but nothing is coming up on screen?? Its installed fine with no errors!??

gemigene

Quote from: ziycon on January 06, 2008, 10:52:57 AM
I've installed the 2.0.2 but nothing is coming up on screen?? Its installed fine with no errors!??

Care to give more details? Other installed Mods,  allowed BBcode settings, etc...

Cheers,
Gene
"Religion is metaphysical statism. I will be ruled by no man on earth, nor by any god in heaven"

ziycon

#231
I've installed it, no errors come up, the quick reply box isn't showing up either. I have a few other mods installed, you can view it at http://www.ign.ie/forum/

skyshroud

#232
ok

color me stupid

when I look at a board page, at the very top and very bottom I have reply buttons. There are none elsewhere on a giving topic page. Am I missing something, or should there be no 'quick reply' links within each user's posts? If not, is there an easy method of adding that button next to the quote button, for example?

my users are lazy, and prefer not to have to scroll to the top or the bottom of the page...


btw - I have NO smileys showing in, near, or around the quick reply text box, nor do I have a 'more' link....

gemigene

#233
Hmm, me too, the only thing I can see is a "Quote" button on every post...

Thanks for noticing this...

After reading 12 pages on this Mod, think I'll pass, I'd rather hang on to the URL popup, most of my users don't care much for the quick reply box anyways. A workaround is to type in one or two words in the quick reply then click preview then you get the full editor.

Gene
"Religion is metaphysical statism. I will be ruled by no man on earth, nor by any god in heaven"

Phil Serna

looks like a nice quick reply
www.misc-content.com
Helping you get through your work day.

Kimmie

Is there a way I can add additional buttons to the enhanced quick reply box? Example - making it match the main reply bbc button area - so members dont have to use the main reply box just to use a specific button?

senyorito



senyorito

Quote from: Kimmie on January 28, 2008, 12:33:17 AM
Is there a way I can add additional buttons to the enhanced quick reply box? Example - making it match the main reply bbc button area - so members dont have to use the main reply box just to use a specific button?

Yes you can. 

First off, remember that your additional bbcodes mod were installed in Post.template.php.  To make it appear to your EQR, find the code of your bbcode mode and add it to Themes/default/Display.template.php.

Kimmie

#239
Quote from: senyorito on February 21, 2008, 01:27:21 AM
Quote from: Kimmie on January 28, 2008, 12:33:17 AM
Is there a way I can add additional buttons to the enhanced quick reply box? Example - making it match the main reply bbc button area - so members dont have to use the main reply box just to use a specific button?

Yes you can. 

First off, remember that your additional bbcodes mod were installed in Post.template.php.  To make it appear to your EQR, find the code of your bbcode mode and add it to Themes/default/Display.template.php.

thanks for the response. I am new when it comes to alot of this, so bare with me..lol

I am not using the additional bbcodes mod. Heres what I am trying to do:

I installed the youtube mod and uploaded the bbc image to my images folder. That image appears like its supposed to in the main bbc post box area but it doesnt appear with  the EQR bbc buttons. Is there a way to add that button to the EQR so when members are wanting to post a video they dont have to go through the hassle of hitting reply and using the main post box just to use that image - they can use the button on the quick reply box?

Advertisement: