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

senyorito

@Kimmie:

As I've said, Yes.

YouTube bbcode doesn't belong to the default bbcodes because it is a mod.  The reason why you see it into your post form, it is because it was installed to Post.template.php.

EQR's bbcode buttons and smilies are installed in Display.template.php.  What you need to do is to manual install your YouTube codes to your Display.template.php. 

If you want, I can look for the codes in your templates and paste here what you have to do or let me edit it for you but I need the following template:

-  Themes/Default/Display.template.php

And also, I need your Post.template.php to copy your YouTube code.

- Themes/Default/Post.template.php

Kimmie

Quote from: senyorito on February 21, 2008, 03:50:35 AM
@Kimmie:

As I've said, Yes.

YouTube bbcode doesn't belong to the default bbcodes because it is a mod.  The reason why you see it into your post form, it is because it was installed to Post.template.php.

EQR's bbcode buttons and smilies are installed in Display.template.php.  What you need to do is to manual install your YouTube codes to your Display.template.php. 

If you want, I can look for the codes in your templates and paste here what you have to do or let me edit it for you but I need the following template:

-  Themes/Default/Display.template.php

And also, I need your Post.template.php to copy your YouTube code.

- Themes/Default/Post.template.php

ok I understand. Is there a specific place in the post template that I need to put the code? (such as before or after certain code thats already in there?)

senyorito

#242
The reason why I wanted to see your Post.template.php is that simply because I do not know whose version of YouTube bbcode Mod that you are using and I don't want to you to be misled by giving different code.  However, if you are using "YOUTUBE BBCODE v2.2 by karlbenson", do this:

Themes/default/Display.template.php

Find:'flash' => array('code' => 'flash',

Add Before:'youtube' => array('code' => 'youtube', 'before' => '[youtube]', 'after' => '[/youtube]', 'description' => $txt['youtube']),

If you are using custom theme, make sure that put the YouTube button-image into your Themes/NameOfYourTheme/images/bbc .

Note:  If ever you'll uninstall EQR, you have to remove the YouTube codes from your Display.template.php or else, it will be resulted to uninstallation test failed on the said template.

Good luck!

senyorito

Hi Kirby!

I just want to ask for some help.  I've read here that we can bring back $txt['quick_reply_2'].



I've followed your instruction but I have 1 question.  How can I align the bbc to the left just like the bbc's formation in the original v2.0.2?

senyorito



JediKaren


ekfaysal

great mod
but i think i want to know
using tips and tricks given on this community, i have changed font dropdown and fontface in my post.templete.php

now i want to do the same for qucik reply too
anybody knows how to do it
please let me know

senyorito

You have to manually install it to Display.template.php .

Yngwiedis

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 :(
AmityHost.com - The Affordable Host

ekfaysal

anybody tell me which thing to edit
to make drop down font list
please

solabyss

#251
I hate to even ask for help on this cause i'm sure its most likely very simple for most of you to figure out but I'm stuck so here goes.

Attached is my Display.template.php from my sites theme "wowdk11_d"

Any help on exactly what needs to be changed to make this mod work with our theme would be greatly appreciated.



Thank you

senyorito

Quote from: solabyss on March 10, 2008, 04:00:39 PM
I hate to even ask for help on this cause i'm sure its most likely very simple for most of you to figure out but I'm stuck so here goes.

Attached is my Display.template.php from my sites theme "wowdk11_d"

Any help on exactly what needs to be changed to make this mod work with our theme would be greatly appreciated.



Thank you

Check this out...

Good luck. :)

solabyss

Quote from: senyorito on March 10, 2008, 05:25:42 PM
Quote from: solabyss on March 10, 2008, 04:00:39 PM
I hate to even ask for help on this cause i'm sure its most likely very simple for most of you to figure out but I'm stuck so here goes.

Attached is my Display.template.php from my sites theme "wowdk11_d"

Any help on exactly what needs to be changed to make this mod work with our theme would be greatly appreciated.



Thank you

Check this out...

Good luck. :)

Worked perfectly thank you!!!! <3

senyorito

Quote from: solabyss on March 10, 2008, 05:34:18 PM
Quote from: senyorito on March 10, 2008, 05:25:42 PM
Quote from: solabyss on March 10, 2008, 04:00:39 PM
I hate to even ask for help on this cause i'm sure its most likely very simple for most of you to figure out but I'm stuck so here goes.

Attached is my Display.template.php from my sites theme "wowdk11_d"

Any help on exactly what needs to be changed to make this mod work with our theme would be greatly appreciated.



Thank you

Check this out...

Good luck. :)

Worked perfectly thank you!!!! <3

You're welcome. :)

However, I believe that the EQR's box width I put was the default -- 50%.  If you want to adjust the box width, do this:

Open your:

Themes/YOURTHEME/Display.template.php

FIND:

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


REPLACE WITH:

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


Note that I'd only changed the value of style="width: 75%;.  You can adjust it more to your likings. ;)

solabyss


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

senyorito

Quote from: Yngwiedis on March 10, 2008, 06:27:04 PM
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 ?


I'll check on it later.  I'll let you know.

JoshieDaMan

I really wish http://sleepycode.com/PackageParser/index.php would work with this so it can be easier for me since it has a steps such as find, replace, add after, etc.

klra

Edited the package-info.xml file, changing it to 1.1.4 & it works great with 1.1.4-

Thanks!

Advertisement: