VodkaShot wrote:
That would be my second wish because some users may not be aware of that feature and try to use url button anyway.
But more importantly, you need to get rid of that error window which appears after pressing the cancel button.
OK, I'll add it in the new release soon
asinshesq wrote:
1. How should a regular user access the email bbcode enhancements? I know the user can type in the new bbcode by hand like this:
Code: Select all
[email=name@domain.tld+cc@domain.tld?subject]link_name[/email]
but is there supposed to be a bbcode button for the email that helps the user find out about the new possibilities (e.g. an new interface like the new URL interface to help the user walk through the entry)?
The MOD does not add any BBCode or button. It just enhance what already exists.
asinshesq wrote:
2. How do you use the 2x Font function? The Font size dropdown list only shows the original possibilities (tiny, small, normal, large and huge)?
If you select a font size and want to apply it a second time to another test selection, with phpBB you can't because the dropdown list stay on the size previously selected. With my MOD the font size always go back to "normal" to let you select another time the same different font size as the last selected one.
asinshesq wrote:
3. I don't understand what this adds with respect to color. The Font colour dropdown list has the same possibilities as it did before...what am I missing?
Yep but in phpBB the background of the dropdown list as none of the 2 backgroung colors used to display posts.
Then the fix is to use one of the 2 to give the best overview as possible of how the text will look after the color selection.
I agree that for subSilver it's not very useful, but with some other style and colors it is![/quote]
asinshesq wrote:
And here's another issue:
In firefox (and presumably mozilla) the posting screen jumps up to the top if you insert a smilie in a post that is long enough so that you have scroll bars and are inserting a smilie or bbcode towards the bottom. That does not happen with IE.
Any easy fix for that?
Unfortunately, not yet
Grooveman wrote:
1: In the basic subSilver version, when you hover over a smiley, you get a pop-up field with its description, while in the bottom of the window it will say: javascript:emoticon(':code:'), where :code: would be the code of the smiley. The handy thing about that is that you get to learn the codes of the smileys better that way. And some people just like to see the code.
Is it possible to have the code displayed somewhere, when hovering over a smiley? This could be in the pop-up or in the bottom of the window. It could be an option when installing the mod.
I tried to find in the script if this feature could be added easily, but didn't find any obvious solution (as this would be the case for someone who's not a PHP programmer)...
After installing my MOD, in posting_body.php, find...
Code: Select all
<td><img src="{smilies_row.smilies_col.SMILEY_IMG}" border="0" onmouseover="this.style.cursor='hand';" onclick="emoticon('{smilies_row.smilies_col.SMILEY_CODE}');" alt="{smilies_row.smilies_col.SMILEY_DESC}" title="{smilies_row.smilies_col.SMILEY_DESC}" /></td>
...and replace...
Code: Select all
title="{smilies_row.smilies_col.SMILEY_DESC}
...by...
Code: Select all
title="{smilies_row.smilies_col.SMILEY_CODE}
BoomShake007 wrote:
2. A few of my users are running Safari, and they have complained that this mod dosent work for them. In reading your notes, Safari wasn't listed, and I was hoping someone may have more information or perhaps a fix.
I don't have Safari so I can't test on it. Sorry
----------------
A new release is coming soon. It will...
- Fix an issue on Mozilla/Firefox when the insert point is at the beguining of the textarea
- Fix prompt box messages not displayed when using the [url] wizard for PMs
- Add the possibility not to type an url title
- Make the Cancel buttons for the [url] wizard works
- And normaly will add a new fix... to be continued
