yvBBCode - BBCodes extension for Joomla! 1.5

Do you have an Open Source Product available for Joomla!? Let everyone know here.
User avatar
lumoo
Joomla! Apprentice
Joomla! Apprentice
Posts: 20
Joined: Fri Nov 09, 2007 10:24 pm
Location: Germany
Contact:

Re: yvBBCode - BBCodes extension for Joomla! 1.5

Post by lumoo » Sun Apr 26, 2009 3:06 pm

Also check you have "yes" for "Execute content plugins" parameter of yvcomment...

elmago
Joomla! Fledgling
Joomla! Fledgling
Posts: 2
Joined: Thu May 07, 2009 12:43 pm

Re: yvBBCode - BBCodes extension for Joomla! 1.5

Post by elmago » Mon May 11, 2009 10:04 am

Good morning and forgiveness for my English,
I use the plugin yyBBcode who walks although and ja changed to be possible use the float.
I would like to know how to create a bbcode who would reproduce the systeme read more of joomla.
thank you :laugh:

User avatar
yvolk
Joomla! Guru
Joomla! Guru
Posts: 979
Joined: Thu Jun 01, 2006 1:52 pm
Location: Moscow, Russia
Contact:

BBCode for the "Read more..."?!

Post by yvolk » Tue May 12, 2009 11:13 am

I think this is not possible if doing things "Joomla! way": these two parts (before "Read more..." and after it) are store in different fields of Joomla! database, so no "system read more" is stored anywhere.
This <hr id="system-readmore" /> is being generated by Joomla! core "on the fly" during creation of the page...
elmago wrote:Good morning and forgiveness for my English,
I use the plugin yyBBcode who walks although and ja changed to be possible use the float.
I would like to know how to create a bbcode who would reproduce the systeme read more of joomla.
thank you :laugh:
Text of all my messages is available under the terms of the GNU Free Documentation License: http://www.gnu.org/copyleft/fdl.html

elmago
Joomla! Fledgling
Joomla! Fledgling
Posts: 2
Joined: Thu May 07, 2009 12:43 pm

Re: BBCode for the "Read more..."?!

Post by elmago » Tue May 12, 2009 11:36 am

It n is not serious, me to you remerci for your answer to by-passing question
Thank you
;D
yvolk wrote:I think this is not possible if doing things "Joomla! way": these two parts (before "Read more..." and after it) are store in different fields of Joomla! database, so no "system read more" is stored anywhere.
This <hr id="system-readmore" /> is being generated by Joomla! core "on the fly" during creation of the page...
elmago wrote:Good morning and forgiveness for my English,
I use the plugin yyBBcode who walks although and ja changed to be possible use the float.
I would like to know how to create a bbcode who would reproduce the systeme read more of joomla.
thank you :laugh:

SmashD
Joomla! Apprentice
Joomla! Apprentice
Posts: 14
Joined: Mon Apr 10, 2006 10:49 am

Re: yvBBCode - BBCodes extension for Joomla! 1.5

Post by SmashD » Sat May 16, 2009 4:07 am

I am using NinjaXplorer and running into the pear-problem:

Code: Select all

Fatal error: Cannot redeclare _pear_call_destructors() (previously declared in /var/www/xxxuserxxx/html/libraries/pear/PEAR.php:765) in /var/www/xxxuserxxx/html/administrator/components/com_ninjaxplorer/libraries/PEAR.php on line 692
I have seen you have fixed this issue with VirtueMart some time ago, so if I am able to help you (and me in the second place), please drop me a message. ;)

User avatar
yvolk
Joomla! Guru
Joomla! Guru
Posts: 979
Joined: Thu Jun 01, 2006 1:52 pm
Location: Moscow, Russia
Contact:

Re: yvBBCode - BBCodes extension for Joomla! 1.5

Post by yvolk » Sat May 16, 2009 5:45 am

In this case I think that NinjaXplorer should be fixed: if obviously incorrectly declares PHP library, see how it's done in yvBBCode:

Code: Select all

// 2008-08-10 yvolk changed require_once to jimport 
//require_once JPATH_SITE . DS . 'libraries'  . DS . 'pear' . DS . 'PEAR.php';
jimport('pear.PEAR');
SmashD wrote:I am using NinjaXplorer and running into the pear-problem:

Code: Select all

Fatal error: Cannot redeclare _pear_call_destructors() (previously declared in /var/www/xxxuserxxx/html/libraries/pear/PEAR.php:765) in /var/www/xxxuserxxx/html/administrator/components/com_ninjaxplorer/libraries/PEAR.php on line 692
I have seen you have fixed this issue with VirtueMart some time ago, so if I am able to help you (and me in the second place), please drop me a message. ;)
Text of all my messages is available under the terms of the GNU Free Documentation License: http://www.gnu.org/copyleft/fdl.html

SmashD
Joomla! Apprentice
Joomla! Apprentice
Posts: 14
Joined: Mon Apr 10, 2006 10:49 am

Re: yvBBCode - BBCodes extension for Joomla! 1.5

Post by SmashD » Sat May 16, 2009 8:16 am

Your hint was perfectly right, solution for anyone facing the same problem with NinjaXplorer:

edit these files:
com_ninjaexplorer/libraries/Archive.php
com_ninjaexplorer/libraries/FTP.php
com_ninjaexplorer/libraries/Tar.php
com_ninjaexplorer/libraries/MIME/Types.php

Replace:
require_once( dirname(__FILE__) . "/PEAR.php" );

With:
//require_once( dirname(__FILE__) . "/PEAR.php" );
jimport('pear.PEAR');

anyway, for those that trust my editing, here is a ZIP file with the fixed files until the developer adopts the necessary changes:

Download

User avatar
4joomla
Joomla! Apprentice
Joomla! Apprentice
Posts: 46
Joined: Tue Jun 02, 2009 2:44 pm

Re: yvBBCode - BBCodes extension for Joomla! 1.5

Post by 4joomla » Thu Jun 04, 2009 4:10 pm

Resp sir,
I am very new to Joomla. just learning, I tried your YvBBcode in my test site here.
Font rendering is very nice in FF and Opera, But I couldnt make it in IE. :(
But it works in the main pages not working in kunena
I combined YvBBcode with cufon
One more thing how to put underline and [ot]off topic[/ot] code ?
Please help me
text u will be seeing in the site is assamese( One of the 14 major Languages of india)
4ঝুম্‌লা

User avatar
yvolk
Joomla! Guru
Joomla! Guru
Posts: 979
Joined: Thu Jun 01, 2006 1:52 pm
Location: Moscow, Russia
Contact:

Re: yvBBCode - BBCodes extension for Joomla! 1.5

Post by yvolk » Thu Jun 04, 2009 5:04 pm

4joomla wrote:Resp sir,
I am very new to Joomla. just learning, I tried your YvBBcode in my test site here.
Font rendering is very nice in FF and Opera, But I couldnt make it in IE. :(
But it works in the main pages not working in kunena
I combined YvBBcode with cufon
One more thing how to put underline and [ot]off topic[/ot] code ?
Please help me
text u will be seeing in the site is assamese( One of the 14 major Languages of india)
Hi 4joomla.
Please try these:
1. Set "Enable BBCode replacements for the whole page" to "yes"
2. To test, if yvBBCode works on kunena page, turn debugging on:
set "Debugging mode" to yes. - BTW, you may see underline example in the debug content.
[ot] is not supported...
Text of all my messages is available under the terms of the GNU Free Documentation License: http://www.gnu.org/copyleft/fdl.html

User avatar
4joomla
Joomla! Apprentice
Joomla! Apprentice
Posts: 46
Joined: Tue Jun 02, 2009 2:44 pm

Re: yvBBCode - BBCodes extension for Joomla! 1.5

Post by 4joomla » Thu Jun 04, 2009 5:14 pm

1. Set "Enable BBCode replacements for the whole page" to "yes
To test, if yvBBCode works on kunena page, turn debugging on:
I tried it but not helping.
Please see u r email again
4ঝুম্‌লা

User avatar
yvolk
Joomla! Guru
Joomla! Guru
Posts: 979
Joined: Thu Jun 01, 2006 1:52 pm
Location: Moscow, Russia
Contact:

Re: yvBBCode - BBCodes extension for Joomla! 1.5

Post by yvolk » Thu Jun 04, 2009 6:31 pm

I've set debugging mode to on and I see, that on this page:
- italic text (<em>) is shown with some wrong font... (both on com_kunena page and on Home page)
- there is some syntax error on the page, reported by MSIE7, but no errors in Firefox

So I don't see, what's wrong?!
4joomla wrote:
1. Set "Enable BBCode replacements for the whole page" to "yes
To test, if yvBBCode works on kunena page, turn debugging on:
I tried it but not helping.
Please see u r email again

User avatar
4joomla
Joomla! Apprentice
Joomla! Apprentice
Posts: 46
Joined: Tue Jun 02, 2009 2:44 pm

Re: yvBBCode - BBCodes extension for Joomla! 1.5

Post by 4joomla » Thu Jun 04, 2009 6:53 pm

I said, it is fine in FF and opera, (means showing assamese font nicely), but it is not rendering in IE7.
still no clue
I have used cufon in kunena here . I want to add assamese text in heading and other places , so i need this extension with the code vary badly.
( BTW sir your extension is really a nice one)
4ঝুম্‌লা

User avatar
yvolk
Joomla! Guru
Joomla! Guru
Posts: 979
Joined: Thu Jun 01, 2006 1:52 pm
Location: Moscow, Russia
Contact:

Re: yvBBCode - BBCodes extension for Joomla! 1.5

Post by yvolk » Fri Jun 05, 2009 5:02 am

4joomla wrote:I said, it is fine in FF and opera, (means showing assamese font nicely), but it is not rendering in IE7.
still no clue
I have used cufon in kunena here . I want to add assamese text in heading and other places , so i need this extension with the code vary badly.
( BTW sir your extension is really a nice one)
Oh, I've got you:
1. You use some technik (how ?) to change the font inside <em> tags (e.g. <em>DnYbad</em> ) to the font for Assamese language.
2. yvBBCode works on ALL pages and this font designation works on all pages, including the page with "cufon" forum (see yvBBCode debug frame, the line showing the BBCode)
3. The only place, where <em>DnYbad</em> doesn't show Assamese font is inside that cufon part of page. Moreover, this problem is in MSIE only: Firefox show Ok even here.

So, my conclusion:
- yvBBCode works Ok everywhere on your site.
- there is some incompatibility with MSIE and CSS and/or HTML markup of cufon (so one don't have to now Joomla! to check and corrected this: just CSS and HTML markup).
Text of all my messages is available under the terms of the GNU Free Documentation License: http://www.gnu.org/copyleft/fdl.html

User avatar
4joomla
Joomla! Apprentice
Joomla! Apprentice
Posts: 46
Joined: Tue Jun 02, 2009 2:44 pm

Re: yvBBCode - BBCodes extension for Joomla! 1.5

Post by 4joomla » Fri Jun 05, 2009 9:24 am

yvolk wrote: Oh, I've got you:
1. You use some technik (how ?) to change the font inside <em> tags (e.g. <em>DnYbad</em> ) to the font for Assamese language.
2. yvBBCode works on ALL pages and this font designation works on all pages, including the page with "cufon" forum (see yvBBCode debug frame, the line showing the BBCode)
3. The only place, where <em>DnYbad</em> doesn't show Assamese font is inside that cufon part of page. Moreover, this problem is in MSIE only: Firefox show Ok even here.

So, my conclusion:
- yvBBCode works Ok everywhere on your site.
- there is some incompatibility with MSIE and CSS and/or HTML markup of cufon (so one don't have to now Joomla! to check and corrected this: just CSS and HTML markup).

U r right.
I have put cufon script in the index.php file of the template, so where ever it will get<em> </em> tag, it replace the text to assamese font. This is need for kunena forum only. in other pages this is not required.
there is some incompatibility with MSIE and CSS and/or HTML markup of cufon

correct sir,but please see the kunena latest module in frontpage in IE, text rendering is quite fine there.
If u have time can you please look in to the CSS and HTML file, where I did mistake.
thanking you
4ঝুম্‌লা

User avatar
4joomla
Joomla! Apprentice
Joomla! Apprentice
Posts: 46
Joined: Tue Jun 02, 2009 2:44 pm

Re: yvBBCode - BBCodes extension for Joomla! 1.5

Post by 4joomla » Sat Jun 06, 2009 3:25 pm

@Yvolk
Resp sir,
please see the site in IE again. It is now fixed. Problem was in the kunena template(default_ex), it is fixed after I changed it.
Please try yourself.
Sir can u guide me how put some other PHP tag in side YvBBcode.

waiting for your kind reply
thanks
4joomla
4ঝুম্‌লা

panamaspace
Joomla! Apprentice
Joomla! Apprentice
Posts: 11
Joined: Sun Apr 23, 2006 7:56 am
Location: Panama, Republic of Panama
Contact:

Re: yvBBCode - BBCodes extension for Joomla! 1.5

Post by panamaspace » Wed Jun 10, 2009 4:13 am

Hi, excellent plugin. It allowed me to do italic text within article titles, which was a long requested feature from my customer.

Two issues:

1. Though I have REMOVE BBCODES FROM PAGE TITLE set to 'yes', I still see bbcode on page title.

http://www.artknowledgenews.com/who-sho ... story.html

2. RSS feeds from Joomla show BBCODE in the article titles.

http://www.artknowledgenews.com/home/feed/rss

Any suggestions?

User avatar
yvolk
Joomla! Guru
Joomla! Guru
Posts: 979
Joined: Thu Jun 01, 2006 1:52 pm
Location: Moscow, Russia
Contact:

Re: yvBBCode - BBCodes extension for Joomla! 1.5

Post by yvolk » Wed Jun 10, 2009 6:13 pm

panamaspace wrote:Hi, excellent plugin. It allowed me to do italic text within article titles, which was a long requested feature from my customer.

Two issues:

1. Though I have REMOVE BBCODES FROM PAGE TITLE set to 'yes', I still see bbcode on page title.

http://www.artknowledgenews.com/who-sho ... story.html

2. RSS feeds from Joomla show BBCODE in the article titles.

http://www.artknowledgenews.com/home/feed/rss

Any suggestions?
Hi!
1. Ensure you have yvBBCode v.1.3.1
2. "Set Enable BBCode replacements for the whole page"=Yes

:pop

User avatar
yvolk
Joomla! Guru
Joomla! Guru
Posts: 979
Joined: Thu Jun 01, 2006 1:52 pm
Location: Moscow, Russia
Contact:

yvBBCode - How to add new BBCode

Post by yvolk » Wed Jun 10, 2009 6:29 pm

4joomla wrote:@Yvolk
Resp sir,
please see the site in IE again. It is now fixed. Problem was in the kunena template(default_ex), it is fixed after I changed it.
Please try yourself.
Sir can u guide me how put some other PHP tag in side YvBBcode.

waiting for your kind reply
thanks
4joomla
Hi, 4joomla.

Please try this something like this (I've just tested: it works :) ):
1. Open the "plugins/system/yvbbcode/BBCodeParser/Filter/Basic.php" file.
2. Duplicate the group of lines, inserting new copy just after it:

Code: Select all

                                'i' => array(   'htmlopen'  => 'em',
                                                'htmlclose' => 'em',
                                                'allowed'   => 'all',
                                                'attributes'=> array()),
2. Change this copy to look like this:

Code: Select all

                                'j' => array(   'htmlopen'  => 'em class="jclass"',
                                                'htmlclose' => 'em',
                                                'allowed'   => 'all',
                                                'attributes'=> array()),
3. Done: you have new [j] BBCode that changes this:
[j]something[/j]
to this:
<em class="jclass">something</em>
Text of all my messages is available under the terms of the GNU Free Documentation License: http://www.gnu.org/copyleft/fdl.html

User avatar
4joomla
Joomla! Apprentice
Joomla! Apprentice
Posts: 46
Joined: Tue Jun 02, 2009 2:44 pm

Re: yvBBCode - BBCodes extension for Joomla! 1.5

Post by 4joomla » Wed Jun 10, 2009 6:38 pm

thanksyou yvolk.
your plug in gave me full customization capabilities to render my own language (assamese) in the kunena forum and even the main page too
Now only minor drawback i see is that it dont work in page title, anyway it doesnt effect much.
please do visit here
I am very happy even forum member can reply in my own language( see peotry section).
:) :) :)
thanks again
4ঝুম্‌লা

User avatar
4joomla
Joomla! Apprentice
Joomla! Apprentice
Posts: 46
Joined: Tue Jun 02, 2009 2:44 pm

Re: yvBBCode - How to add new BBCode

Post by 4joomla » Wed Jun 10, 2009 6:47 pm

yvolk wrote: Please try this something like this (I've just tested: it works :) ):
1. Open the "plugins/system/yvbbcode/BBCodeParser/Filter/Basic.php" file.
2. Duplicate the group of lines, inserting new copy just after it:

Code: Select all

                                'i' => array(   'htmlopen'  => 'em',
                                                'htmlclose' => 'em',
                                                'allowed'   => 'all',
                                                'attributes'=> array()),
2. Change this copy to look like this:

Code: Select all

                                'j' => array(   'htmlopen'  => 'em class="jclass"',
                                                'htmlclose' => 'em',
                                                'allowed'   => 'all',
                                                'attributes'=> array()),
3. Done: you have new [j] BBCode that changes this:
[j]something[/j]
to this:
<em class="jclass">something</em>
Oh thank you I will try this . Rt now I am using [s]text[/s] to render cofun .

Code: Select all

j' => array(   'htmlopen'  => 'em class="jclass"',
                                                'htmlclose' => 'em',
                                                'allowed'   => 'all',
                                                'attributes'=> array()),
I will let u know .

thanks again
4ঝুম্‌লা

panamaspace
Joomla! Apprentice
Joomla! Apprentice
Posts: 11
Joined: Sun Apr 23, 2006 7:56 am
Location: Panama, Republic of Panama
Contact:

Re: yvBBCode - BBCodes extension for Joomla! 1.5

Post by panamaspace » Wed Jun 10, 2009 6:54 pm

yvolk wrote:
panamaspace wrote:Hi, excellent plugin. It allowed me to do italic text within article titles, which was a long requested feature from my customer.

Two issues:

1. Though I have REMOVE BBCODES FROM PAGE TITLE set to 'yes', I still see bbcode on page title.

http://www.artknowledgenews.com/who-sho ... story.html

2. RSS feeds from Joomla show BBCODE in the article titles.

http://www.artknowledgenews.com/home/feed/rss

Any suggestions?
Hi!
1. Ensure you have yvBBCode v.1.3.1
2. "Set Enable BBCode replacements for the whole page"=Yes

:pop
It´s already 1.3.1 according to plugin manager, plus Set Enable BBCode replacement was already set to yes.

To be safe, I uninstalled and installed again with a fresh copy from your site. No luck.

http://www.artknowledgenews.com/montene ... egies.html

Any other settings that might affect this?

User avatar
4joomla
Joomla! Apprentice
Joomla! Apprentice
Posts: 46
Joined: Tue Jun 02, 2009 2:44 pm

Re: yvBBCode - BBCodes extension for Joomla! 1.5

Post by 4joomla » Wed Jun 10, 2009 7:22 pm

OH nice it is working
I use "c" in place of "j"
so finally it looks like

Code: Select all

                    'i' => array(   'htmlopen'  => 'em',
                                                'htmlclose' => 'em',
                                                'allowed'   => 'all',
                                                'attributes'=> array()),
                                'c' => array(   'htmlopen'  => 'c',
                                                'htmlclose' => 'c',
                                                'allowed'   => 'all',
                                                'attributes'=> array()),
now it is customised for me, (Even I can use now more then one assamese font )
:) :) :)
many many thanks
4ঝুম্‌লা

User avatar
4joomla
Joomla! Apprentice
Joomla! Apprentice
Posts: 46
Joined: Tue Jun 02, 2009 2:44 pm

Re: yvBBCode - BBCodes extension for Joomla! 1.5

Post by 4joomla » Thu Jun 11, 2009 4:05 pm

4joomla wrote:OH nice it is working
I use "c" in place of "j"
so finally it looks like

Code: Select all

                    'i' => array(   'htmlopen'  => 'em',
                                                'htmlclose' => 'em',
                                                'allowed'   => 'all',
                                                'attributes'=> array()),
                                'c' => array(   'htmlopen'  => 'c',
                                                'htmlclose' => 'c',
                                                'allowed'   => 'all',
                                                'attributes'=> array()),
now it is customised for me, (Even I can use now more then one assamese font )
:) :) :)
many many thanks

Work nicely in FF, but failed in IE :(

anyway I will try again
thanks
4ঝুম্‌লা

User avatar
4joomla
Joomla! Apprentice
Joomla! Apprentice
Posts: 46
Joined: Tue Jun 02, 2009 2:44 pm

Re: yvBBCode - BBCodes extension for Joomla! 1.5

Post by 4joomla » Fri Jun 12, 2009 10:50 am

@ yvolk
Now I can use any tag inside YvBBcode to render cufon, it work nicely in FF and Opera , but not in worked in IE.
4ঝুম্‌লা

User avatar
4joomla
Joomla! Apprentice
Joomla! Apprentice
Posts: 46
Joined: Tue Jun 02, 2009 2:44 pm

Re: yvBBCode - BBCodes extension for Joomla! 1.5

Post by 4joomla » Sat Jun 13, 2009 9:07 pm

@ yvolk
Now It is working in all FF opera and IE :)

I assign some old html code for each letter, LOL

Code: Select all

 'i' => array(   'htmlopen'  => 'em',
                                                'htmlclose' => 'em',
                                                'allowed'   => 'all',
                                                'attributes'=> array()),
                                 'c' => array(   'htmlopen'  => 'tt',
                                                'htmlclose' => 'tt',
                                                'allowed'   => 'all',
                                                'attributes'=> array()),
                              'd' => array(   'htmlopen'  => 'cite',
                                                'htmlclose' => 'cite',
                                                'allowed'   => 'all',
                                                'attributes'=> array()),
Have a look here, here and here.
red is one type of font and green is another type of font
( I am facing some "operation abort" issue in IE, Have to look for it :( again. U may have to refresh page 2-3 time in IE )
probably u can make fine tuning of those codes
waiting for your reply
regards
4joomla
4ঝুম্‌লা

SmashD
Joomla! Apprentice
Joomla! Apprentice
Posts: 14
Joined: Mon Apr 10, 2006 10:49 am

Re: yvBBCode - BBCodes extension for Joomla! 1.5

Post by SmashD » Sat Jun 13, 2009 9:57 pm

Sorry for disturbing this, but everytime you write something I get a message and look for the news - hoping for something new or fixed stuff. Instead I read your bugfix posts and requests, findings and whatsoever everytime. Could you PLEASE make a new thread about this and discuss it there? Thank you in advance.

User avatar
yvolk
Joomla! Guru
Joomla! Guru
Posts: 979
Joined: Thu Jun 01, 2006 1:52 pm
Location: Moscow, Russia
Contact:

Re: yvBBCode - BBCodes extension for Joomla! 1.5

Post by yvolk » Mon Jun 15, 2009 6:16 am

SmashD wrote:Sorry for disturbing this, but everytime you write something I get a message and look for the news - hoping for something new or fixed stuff. Instead I read your bugfix posts and requests, findings and whatsoever everytime. Could you PLEASE make a new thread about this and discuss it there? Thank you in advance.
Do you mean that you want to receive notifications only about new versions of this extension?!
If yes, please figure out how to configure such notifications using joomlacode.org- and tell us how to do this :)

mic
Joomla! Guru
Joomla! Guru
Posts: 692
Joined: Thu Aug 18, 2005 10:51 pm
Location: Austria
Contact:

Re: yvBBCode - BBCodes extension for Joomla! 1.5

Post by mic » Mon Jun 15, 2009 7:04 am

Guess SmashD is talking about this forum here and the notifications while you yvolk are talking about JoomlaCode.

@SmashD: if you do not want to get notified about new posting here, you have to disable this in your forum profile.
At JoomlaCode - once you subscribed - you will be notified ONLY when yvolk is writing a new 'News' message.
Or - second possibility - you can subscribe to the files section (at JC), then you will be notified when something changes with the files section (under Files -> go to the package you want to watch -> Monitor Package).
http://www.joomx.com - custom extensions and development
http://www.joomlasupportdesk.com - support, migration, training and consulting
Member of the German Joomla Translation Team

SmashD
Joomla! Apprentice
Joomla! Apprentice
Posts: 14
Joined: Mon Apr 10, 2006 10:49 am

Re: yvBBCode - BBCodes extension for Joomla! 1.5

Post by SmashD » Mon Jun 15, 2009 1:28 pm

Sorry for the confusion... I will try your suggestion about JoomlaCode ;)

Jerome123
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 119
Joined: Tue Jan 27, 2009 1:35 pm

Re: yvBBCode - BBCodes extension for Joomla! 1.5

Post by Jerome123 » Tue Jun 23, 2009 2:59 pm

Hi everyone,

I would like to know if it is possible to write bbcode in the editor and get the translated bbcode into the var when i get the var via post??

e.g. from my component, user enter their data and use bbcode then press save button. on save the bbcode must be translated and recorded into a var which will get sent (mail) to whatever address you specify. but i only get blabla when i read and email the content of the user.

Does anybody know something that could direct me please.

Thanks for any help.

Regards

Jerome


Locked

Return to “Open Source Products for Joomla!”