New editor tools module for Phorum 5.1+

Posted by Maurice Makaay 
Re: New editor tools module for Phorum 5.1+
December 30, 2006 08:43AM
you should try to reinstall the module.
disable and remove the default editor-tools mod and install and enable the new one from this thread.


Thomas Seifert
Re: New editor tools module for Phorum 5.1+
December 30, 2006 06:03PM
I tried that a couple of times, but it wouldn't do anything.
But I figured it out together with the server admin. My server account didn't seem to have the right permissions to execute the order and allow directives in .htacces files. It didn't give an error, but it also didn't work. So it was a server problem and everything is working great now :)
Sorry to have bothered you for that ;)
Re: New editor tools module for Phorum 5.1+
December 31, 2006 03:14AM
Quote
wizzer
Is it a more common problem with an easy solution? Or should I try to reinstall the forum?

Make sure you use 5.16 templates.

Disable the built in editor tools in admin and rename or delete the existing editor tools directory). Then extract the module to mod dir and enable it in admin.

edit: I didin't see the replies before my reply...

---
-=[ Panu ]=-



Edited 1 time(s). Last edit at 12/31/2006 03:15AM by Panu.
Re: New editor tools module for Phorum 5.1+
January 10, 2007 06:09PM
Quote
CZVilda
I updated your Editor tools in two ways

Thanks for the update. I incorporated the new czech files and the option for localization of the color picker tab names in the distribution. There was one little fix I had to make to let the localization work in case a forum did use a different language than the main language for the installation. People who are using 1.1.13a and have multiple forums in multiple languages should upgrade. For other users, the upgrade to 1.1.14 isn't an essential one.

I uploaded version 1.1.14 to the first posting in this thread.


Maurice Makaay
Phorum Development Team
my blog linkedin profile secret sauce
Re: New editor tools module for Phorum 5.1+
January 13, 2007 12:55PM
Fixed a problem with the javascript code which caused MSIE6 to show additional broken images in the smileys popup (known as the red crosses error) in some cases. See the first message in this thread for an updated package (version 1.1.15).


Maurice Makaay
Phorum Development Team
my blog linkedin profile secret sauce
Re: New editor tools module for Phorum 5.1+
January 15, 2007 06:55AM
Oops.. 1.1.15 introduced a problem with the subject smiley popup (non-subject smileys were erratically shown by the subject smiley popup windows). Version 1.1.16 fixes this problem. If you are using the topic_smileys module as well, then upgrade that one to 1.0.3.


Maurice Makaay
Phorum Development Team
my blog linkedin profile secret sauce
Re: New editor tools module for Phorum 5.1+
March 08, 2007 02:37PM
Hi Maurice,
I have an easy question for you.
On my copy of Phorum 5.1.19, running the Editor Tools v1.1.16:

When I use the 'formatted code' function, it does not put that nice off-white colored box around the the text.
(like this)
The font is correct, but the highlighted box isn't there.
At first I thought the problem was browser specific, but it does the same thing with IE7 and IE6.

I've been spinning my wheels trying to figure it out. I've looked into it by checking out the editor_tools.jsp file. I tried to model the 'function editor_tools_handle_code()' section after the 'function editor_tools_handle_quote()' since the Quote function puts the box around the text.

But it didn't work like I'd hoped.
Any ideas of how I can get the box to show up?
Thanks a bunch.
-Mike
Re: New editor tools module for Phorum 5.1+
March 08, 2007 02:42PM
It is bbcode, not editor tools maybe?

---
-=[ Panu ]=-
Re: New editor tools module for Phorum 5.1+
March 08, 2007 03:00PM
Hi Panu,
I verified the BBCode module is turned on in the admin.php/modules page.
I feel like such a noob... :(
-Mike
Re: New editor tools module for Phorum 5.1+
March 08, 2007 03:16PM
You'll need to modify the CSS for the bbcode mod a bit to get it like this. The normal behavior is to only change the font for the block. You can change the template's css.tpl for that or add it to a stylesheet that you are already using for your site. The code that I use on my own site is this:
pre.bbcode {
    border: 1px solid #C4C6A2;
    background-color: #FEFFEC;
    padding: 8px;
}


Maurice Makaay
Phorum Development Team
my blog linkedin profile secret sauce
Sorry, only registered users may post in this forum.

Click here to login