News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

[Depreciated]

Started by Depreciated, July 24, 2008, 03:18:45 PM

Previous topic - Next topic

MiY4Gi

Phew, installed it after some hefty adjustments to my Display.template.php code.

Now I have the mod working together with the Drafts Mod.
Check out my new website, MyAnimeClub.net. I plan to create the largest anime community, and most fun and user-friendly anime forum in the world. It's still in the development stage though.

Yngwiedis

Some help please ?

Quote from: Yngwiedis on July 17, 2011, 04:19:27 PM
This is a fixed width size which is not good on my forum.
Can we make it somehow "dynamic" ?


You have seen these ?

One in the Themes/default/css/index.css.
.richedit_resize { margin: 0 auto; }

and another one in Themes/default/css/editor.css
/* The resize handle. */
.richedit_resize
{
height: 5px;
font-size: 0;
background: #eee url(../images/bbc/resize-handle.gif) no-repeat 50% 1px;
border: 1px solid #ddd;
border-top-width: 0;
cursor: s-resize;
}




Thank you very very much.

AmityHost.com - The Affordable Host

MiY4Gi

Quote from: Yngwiedis on August 14, 2011, 06:29:04 AM
Some help please ?

Quote from: Yngwiedis on July 17, 2011, 04:19:27 PM
This is a fixed width size which is not good on my forum.
Can we make it somehow "dynamic" ?


You have seen these ?

One in the Themes/default/css/index.css.
.richedit_resize { margin: 0 auto; }

and another one in Themes/default/css/editor.css
/* The resize handle. */
.richedit_resize
{
height: 5px;
font-size: 0;
background: #eee url(../images/bbc/resize-handle.gif) no-repeat 50% 1px;
border: 1px solid #ddd;
border-top-width: 0;
cursor: s-resize;
}




Thank you very very much.



That's not the code that governs the size of the Quick Reply box.

I'll have a look to see what code you can change. I'll reply if I find (or don't find) the code you need to change.
Check out my new website, MyAnimeClub.net. I plan to create the largest anime community, and most fun and user-friendly anime forum in the world. It's still in the development stage though.

MiY4Gi

Quote from: Yngwiedis on August 14, 2011, 06:29:04 AM
Some help please ?

Okay, open /Themes/YOUR CURRENT THEME/css/index.css

Find:

#quickReplyOptions form textarea
{
   height: 100px;
   width: 635px;
   max-width: 100%;
   min-width: 100%;
   margin: 0.25em 0 1em 0;
}

Now change max-width and min-width.
Check out my new website, MyAnimeClub.net. I plan to create the largest anime community, and most fun and user-friendly anime forum in the world. It's still in the development stage though.

TiPsY

#524
Hello,

I had installed wysiwyg quick reply v2.3 and since it didnt worked i've removed the files without uninstaling the modification (I know, my  bad).

Any way to remove all the data from this mod manually? I have a backup from this, but i did it at 17-7 so if i replace all these files i will lose my current data

It bugged up my quick reply (the cursor doesn't move on the last line after the quote, also doesn't quote in the quick reply box) so its kinda frustrating

Yngwiedis

Quote from: MiY4Gi on August 14, 2011, 01:41:32 PM
Quote from: Yngwiedis on August 14, 2011, 06:29:04 AM
Some help please ?

Okay, open /Themes/YOUR CURRENT THEME/css/index.css

Find:

#quickReplyOptions form textarea
{
   height: 100px;
   width: 635px;
   max-width: 100%;
   min-width: 100%;
   margin: 0.25em 0 1em 0;
}

Now change max-width and min-width.

Change to what ?
AmityHost.com - The Affordable Host

MiY4Gi

max-width: 80%;
min-width: 80%;

Or if you want it to stay the same size even when you maximize your browser window then:

max-width: 600px;
min-width: 600px;
Check out my new website, MyAnimeClub.net. I plan to create the largest anime community, and most fun and user-friendly anime forum in the world. It's still in the development stage though.

Yngwiedis

This is a fixed width size which is not good on my forum.
Can we make it somehow "dynamic" ?
AmityHost.com - The Affordable Host

MiY4Gi

What do you mean by dynamic?
Check out my new website, MyAnimeClub.net. I plan to create the largest anime community, and most fun and user-friendly anime forum in the world. It's still in the development stage though.

Si6776

Quote from: woolly bugger on March 15, 2011, 08:31:27 AM
I've been using this mod for a while on RC4, but when I upgraded to RC5 and installed the new mod it stopped working correctly.

The problem is with QUOTE of a post.

I just get a [LOADING] bar at the top of the page and it hangs!

otherwise the QR works... just can't quote a post.

any ideas....

thanks

I am getting this in Chrome, and some Safari users too.  With WYSIWYG in Profiles set to 'Non-WYSIWYG (with smilies and buttons)', the Quote issue disappears.  Any fix yet?

Si6776

Quote from: clothahump on February 20, 2011, 05:34:25 AMOne other problem is the compatibility with spell checker, if you type a reply and hit Spell Check the pop up appears and confirms spelling is OK, the pop up then closes and the text in the quick reply box is removed so you have to type it all in again.

I have this issue too, but the text dissappears from the spell check popup too.  Turning off WYSIWYG fixes it.  Has there been a permanent fix?

SilverLining

Is there a tutorial anywhere for installing this mod on a custom theme? A theme not based on Core. Thanks in advance.

Yngwiedis

Quote from: MiY4Gi on August 18, 2011, 04:34:46 PM
What do you mean by dynamic?

I mean something that can resize on the fly. Without a fixed size.
Because not all members have the same resolution on their monitors.
AmityHost.com - The Affordable Host

MiY4Gi

Quote from: Yngwiedis on August 26, 2011, 11:09:28 AM
Quote from: MiY4Gi on August 18, 2011, 04:34:46 PM
What do you mean by dynamic?

I mean something that can resize on the fly. Without a fixed size.
Because not all members have the same resolution on their monitors.

The quick-reply box's width in % is not a fixed width. Instead, it is a fixed fraction of the whole forum's width.

The forum's width, in turn, could either be a fixed width, or it could be a fixed fraction of the monitor's horizontal resolution.

What this means is that, if your forum has a width of 80%, then the forum will take up 80% of the width inside your browser, so that there will always be 10% of empty space x2 (well, not exactly empty, since there's still background colors), on the left side and the right side of the forum, in the browser.

The same applies to the width of the quick reply box. If the width is in % then the width is already dynamic, in a sense. If you want the width to be even more dynamic, like it has to be a different size for people who use different browsers, or come from different countries, then you'll need to specify exactly how dynamic you'd like it to be.
Check out my new website, MyAnimeClub.net. I plan to create the largest anime community, and most fun and user-friendly anime forum in the world. It's still in the development stage though.

Yngwiedis

I just want the resizer image to work as it should be.
To have every time the same width as the textarea in the quick reply box.
AmityHost.com - The Affordable Host

Engel

I just installed this mod, and pretty much everything works fine (great job by the way) except for quotes whenever I hit the quote button it start loading but it never actually finish so you never see the quote. Any way to fix this? Thank you

待ち合わせはいつも曲がり角んとこ 赤いポストに寄りかかって待ってたの
[ hellsketch ]

Antechinus

Which editor do you have selected? WYSIWYG or the standard BBC editor? I'm in the process of recoding this mod at the moment, and there does seem to be a problem with quoting to the WYSIWYG editor, but the other one works. Haven't got a fix for it yet but will look into it.

hcfwesker

Quote from: Engel on August 28, 2011, 05:11:23 PM
I just installed this mod, and pretty much everything works fine (great job by the way) except for quotes whenever I hit the quote button it start loading but it never actually finish so you never see the quote. Any way to fix this? Thank you

A sorta solution we used was

1.Go to your profile and go to "look and layout".

2.Scroll down til you see "use quick reply on topic display"

3.change the setting to either "dont show at all" or "show, off by default" <-- which only shrinks down the QR box

Now when it quotes, it goes to the normal reply page, and hopefully it helps the problem.

You can also globally change these settings for all members under your theme's options


Antechinus

That rather defeats the purpose of having a quick reply.

Si6776

Another solution is to set the WYSIWYG option in Profile, as Non-WYSIWYG (with bbc buttons and smilies).  That removes the WYSIWYG function from the QR box, but leaves the other functions, and WYSIWYG would still work in full Reply mode. 

The Quotes issue seems to only affect some browsers.  I found it mainly affected Chrome and Safari users on my forums.

Due to this, though, and other problems, such as it breaking the forum spell checker, dictionaries in Firefox not working, and line breaks not rendering correctly, we have disabled the WYSIWYG feature entirely, and are waiting for this mod to be re-written, which we hope will resolve these issues.   

Advertisement: