Firefox PHP

Module: BBcode version 2 (complete rewrite)

Posted by Maurice Makaay 
Re: Module: BBcode version 2 (complete rewrite)
September 21, 2010 10:32AM
You will have to install the BBcode GeSHi module, which provides syntax highlighting and modified the editor tools to show the drop down that you are talking about.


Maurice Makaay
Phorum Development Team
my blog linkedin profile secret sauce
Re: Module: BBcode version 2 (complete rewrite)
September 21, 2010 03:17PM
Dear Maurice Makaay,
Got it! Thanks.
Regards,
Sreenadh
Re: Module: BBcode version 2 (complete rewrite)
November 06, 2010 03:17PM
I would like to open à new page which BBCode URL.

I suppose, I need to modify one or more ligne in the code file.
What I have to do as modifies to have an open windows with an URL as : Phorum
Re: Module: BBcode version 2 (complete rewrite)
November 06, 2010 03:27PM
If you go to the BBcode module settings in the admin interface, you will find an option there to define whether or not a new window should open for links.


Maurice Makaay
Phorum Development Team
my blog linkedin profile secret sauce
Re: Module: BBcode version 2 (complete rewrite)
November 08, 2010 07:00AM
Thanks Maurice for your answer, it's now OK with the setting option
Re: Module: BBcode version 2 (complete rewrite)
December 04, 2010 08:08AM
This is an absolutely awesome module.

But I am having a problem with it. Formatting in all languages works flawlessly in preview from the post view. But after I post and read from the read view, the preformatted text tag block containing the formatted code is flattened. All of the formatting tags such as the list item and span tags have been removed and the formatted code block is seen as one large horizontally scrolling line with no breaks. The outer most pre tag is present but inside that, the formatting tags are gone.

Any idea what I might be doing wrong here?

Thanks & Regards,

Wes
Re: Module: BBcode version 2 (complete rewrite)
December 04, 2010 12:40PM
Could you post the code that you are trying to post in here, so we can see what you are doing exactly?


Maurice Makaay
Phorum Development Team
my blog linkedin profile secret sauce
Re: Module: BBcode version 2 (complete rewrite)
January 04, 2011 05:24AM
Hi Maurice,

I published a new version of my German Language Files Package which includes also translations for you module in two character sets iso-8859-1 and utf-8.

Please add the attached language files to the next release of your module and remove maybe existing old style files like german.php oder german-sie.php. Thanks!

Regards
Oliver


Using Phorum since 7/2000: forum.langzeittest.de (actual version 5.2.23)
Modules "Made in Germany" for version 5.2: Author_as_Sender, CarCost, Close_Topic, Conceal_Message_Timestamp,
Format_Email, Index_Structure, Mailing_List, Pervasive_Forum, Spritmonitor, Terms_of_Service and German_Language_Files_Package.
Attachments:
open | download - bbcode-german.zip (22.9 KB)
Re: Module: BBcode version 2 (complete rewrite)
April 16, 2012 04:49PM
I add:

'fleft' => array(
BBCODE_INFO_DESCRIPTION =>'[fleft]float left aligned content[/fleft]',
BBCODE_INFO_HASEDITORTOOL => TRUE,
BBCODE_INFO_DEFAULTSTATE => 2,
BBCODE_INFO_REPLACEOPEN => '<div style="float: left;" class="bbcode">',
BBCODE_INFO_REPLACECLOSE => '</div>'
),
'fright' => array(
BBCODE_INFO_DESCRIPTION =>'[fright]float right aligned content[/fright]',
BBCODE_INFO_HASEDITORTOOL => TRUE,
BBCODE_INFO_DEFAULTSTATE => 2,
BBCODE_INFO_REPLACEOPEN => '<div style="float: right;" class="bbcode">',
BBCODE_INFO_REPLACECLOSE => '</div>'
),
Re: Module: BBcode version 2 (complete rewrite)
June 19, 2012 03:41AM
I have currently BBcode (version 2.0.11)
Should I upgrade it with this version? (2.0.7)
Sorry, only registered users may post in this forum.

Click here to login