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 |
Admin Registered: 23 years ago Posts: 9,240 |
|
Re: New editor tools module for Phorum 5.1+ December 30, 2006 06:03PM |
Registered: 20 years ago Posts: 11 |
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 ;)
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 |
Registered: 24 years ago Posts: 1,076 |
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 |
Admin Registered: 22 years ago Posts: 8,532 |
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 |
Admin Registered: 22 years ago Posts: 8,532 |
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
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 |
Admin Registered: 22 years ago Posts: 8,532 |
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
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 |
Registered: 19 years ago Posts: 24 |
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.
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
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 |
Registered: 24 years ago Posts: 1,076 |
|
Re: New editor tools module for Phorum 5.1+ March 08, 2007 03:00PM |
Registered: 19 years ago Posts: 24 |
|
Re: New editor tools module for Phorum 5.1+ March 08, 2007 03:16PM |
Admin Registered: 22 years ago Posts: 8,532 |
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:
Maurice Makaay
Phorum Development Team
my blog
linkedin profile
secret sauce
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.



