Hi Robbie,
Joo!BB 0.9.0 was received very well from our community. The Users are starting to post and fill the board with life.
Only one comment was received for improvements.... The editor seem to be a bit too basic, not allowing a lot of formatting, missing some general buttons to format text, fonts, colours or to include pictures.
Stephan Pilz, our team editor, has reviewed the Joo!BB source code and added some basic features to the editor we missed badly. Maybe you like the enhancement and want to add it for your coming release?
See changes in the picture, below:
If you are interested, just drop me a quick mail and I can forward the modified source.
Greetings,
Thomas
This is a great idea, my community cannot live without the picture addition.
I agree.. I would really like to see the image upload feature in the editor.
In my site, it's a key feature.
Hi Thomas,
nice to hear about this.
Yes, that's right. Joo!BB Editor is very basic. There are some more tags supported as there are buttons in the editor. Your solution looks great.
Yes, of course! It would be great! I appreciate any help.
You can send the code to my e-mail-address (see profile).
Kind regards,
Robbie
Any chance of getting an early release on that editor code?
It looks great and I'm drooling to get it up on my site....
Hello together,
I'm the man, who made the editor changes.
All guys, they don't want wait for the new revision, where Robbie has integrate my changes, can download this ZIP-File: http://www.stephan-pilz.de/Software/ChangesJooBB.zip
Here you can find each modified file and, as backup, same file with an underscore at the end. You should only use a diff tool, to show the differences and integrate all changes to your version.
Note: The directory structure inside the ZIP-File is based on the original Joomla structure taken from live system (NOT FROM THE SOURCES!!!)
Have a lot of fun
Stephan
Quote by Unknown:Yes, of course! It would be great! I appreciate any help.
You can send the code to my e-mail-address (see profile).
Kind regards,
Robbie
Hi Robbie,
Hope my mail with the editor changes has arrived save.
I saw Stephan has posted the changes to the community in this discussion already...
To all: Just want to say everybody should be aware these modifications are not yet in Robbies source. So if someone decides to implement the changes according to Stephan's instruction, please be aware next update (0.9.1) may overwrite the functions - as long as Robbie has not decided if he wants to implement these changes to the Joo!BB source.
So far, its a modification we made on our website knowing we may need to do it again after the next update...
Just for clarification and no bother....
Greetings,
Thomas
Hi.
Your new editor is great. However, I have some small problems.
The Code-field (when you're viewing your post) and the message-field when you're posting a new post (or editing a post), is to wide.
For example the message field (where I can write the message) is wider than the style-template. So how do i decrease the width?
Kind regards
Lasse.
Hi Lasse,
The width for the message field, if you write a post/topic is here:
Go to \components\com_joobb\designs\templates\joobb\joobb_editpost.php AND go to \components\com_joobb\designs\templates\joobb\joobb_edittopic.php. Search a line with "$this->editor->display" and modify the 4. parameter. This is the first number parameter and thats the width in pixels.
The width of the code field is here:
\components\com_joobb\designs\styles\joobb_black\joobb_black.css. Search style sheet ".code".
Regards
Stephan
Hi Stephan
Thanks. The problem is fixed.
However the Code field can't display simple HTML code.
But for me it doesn't matter, caurse my users will proberly newer use the function
Kind regards, Lasse.