New editor tools module for Phorum 5.1+
Posted by Maurice Makaay
Re: New editor tools module for Phorum 5.1+ August 03, 2006 10:45AM |
Registered: 17 years ago Posts: 40 |
August 03, 2006 10:57AM |
Admin Registered: 17 years ago Posts: 8,532 |
No. This is in the portable code. In this code, you are using the function phorum_custom_get_url() to override Phorum's URL generation. In that code, currently the relative path is generated. That has to be changed.
Maurice Makaay
Phorum Development Team
my blog
linkedin profile
secret sauce
Maurice Makaay
Phorum Development Team



Re: New editor tools module for Phorum 5.1+ August 03, 2006 11:31AM |
Registered: 17 years ago Posts: 40 |
It was hard, but we arrived at the end! Evreything is working perfectly! That was a too nice mod for not to give up with the first difficulty, nor to persist with hardcoding which should resolve only my own problem. I hope this discussion was useful to other people. With your permission I may make a remarque on what induced me in error : in portable/phorum_settings.php the default url given in phorum_custom_get_url() is
$url = "$PHORUM[http_path]/phorum.php?$page";
Or, if one uses phorum as portable/embedded, it is because he is calling it from somewhere else than the $PHORUM[http_path] which, if I understand well, is the path of the phorum installation folder. Perhaps this could be better specified in a remark.
Anyway, thanks again for your help and for all this nice work.
$url = "$PHORUM[http_path]/phorum.php?$page";
Or, if one uses phorum as portable/embedded, it is because he is calling it from somewhere else than the $PHORUM[http_path] which, if I understand well, is the path of the phorum installation folder. Perhaps this could be better specified in a remark.
Anyway, thanks again for your help and for all this nice work.
August 03, 2006 11:40AM |
Admin Registered: 17 years ago Posts: 8,532 |
You're welcome. I'm glad we finally got this straightened out ;)
Maurice Makaay
Phorum Development Team
my blog
linkedin profile
secret sauce
Maurice Makaay
Phorum Development Team



Re: New editor tools module for Phorum 5.1+ August 08, 2006 07:26AM |
Registered: 17 years ago Posts: 18 |
August 08, 2006 07:53AM |
Admin Registered: 17 years ago Posts: 8,532 |
Thank you Per, for the translation. Beware that this is not a complete language pack for the editor tools. To complete this, the help files should be translated too. I'll add the swedish.php to the distribution, but mind that it's not complete this way yet.
Maurice Makaay
Phorum Development Team
my blog
linkedin profile
secret sauce
Maurice Makaay
Phorum Development Team



August 09, 2006 05:56PM |
Registered: 16 years ago Posts: 216 |
I have downloaded editor_tools-1.1.12.zip and I can't make it work.
I have followed the instructions. Uploaded all files.
But when it asks to modify some files, I couldn't find cc_pm_post.tpl, edit.tpl and post_form.tpl
Not in the editor_tools-1.1.12.zip or in the installed phorum 5.1.13 on the temp files folder while cc_usersettings.tpl is there.
So I have reached all points and in fact it shows the new BB Code Style-Editor but of course this doesn't work.
Appreciate any help. Thanks.
I have followed the instructions. Uploaded all files.
But when it asks to modify some files, I couldn't find cc_pm_post.tpl, edit.tpl and post_form.tpl
Not in the editor_tools-1.1.12.zip or in the installed phorum 5.1.13 on the temp files folder while cc_usersettings.tpl is there.
So I have reached all points and in fact it shows the new BB Code Style-Editor but of course this doesn't work.
Appreciate any help. Thanks.
Re: New editor tools module for Phorum 5.1+ August 09, 2006 06:29PM |
Registered: 20 years ago Posts: 1,076 |
August 09, 2006 07:43PM |
Admin Registered: 17 years ago Posts: 8,532 |
You seem to be following instructions for a totally different bbcode editor help module! If you download 1.1.12, all you have to do is unpack and activate the module. Read the README file that is in this download and you'll see that I didn't mention any template changes there.
If the bbcode tools work for you on this website, they should work when dropping them into your forum too (asuming you are using Phorum 5.1, since the editor tools are written against that version of Phorum).
If you are trying to install another bbcode module, please post follow-ups in the appropriate thread.
Maurice Makaay
Phorum Development Team
my blog
linkedin profile
secret sauce
If the bbcode tools work for you on this website, they should work when dropping them into your forum too (asuming you are using Phorum 5.1, since the editor tools are written against that version of Phorum).
If you are trying to install another bbcode module, please post follow-ups in the appropriate thread.
Maurice Makaay
Phorum Development Team



August 12, 2006 03:46PM |
Registered: 16 years ago Posts: 216 |
Sorry, only registered users may post in this forum.