The Joomla! Forum ™



Forum rules


Global Rules
Additional Rules for this forum <------- Please read before posting



Post new topic Reply to topic  [ 180 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6  Next
Author Message
PostPosted: Sun Apr 26, 2009 3:06 pm 
User avatar
Joomla! Apprentice
Joomla! Apprentice

Joined: Fri Nov 09, 2007 10:24 pm
Posts: 16
Also check you have "yes" for "Execute content plugins" parameter of yvcomment...

_________________
GJC Web Design at http://www.gjcwebdesign.com

VirtueMart AJAX Live Product Search at http://www.gjcwebdesign.com/virtuemart- ... earch.html


Top
 Profile  
 
PostPosted: Mon May 11, 2009 10:04 am 
Joomla! Fledgling
Joomla! Fledgling

Joined: Thu May 07, 2009 12:43 pm
Posts: 2
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:


Top
 Profile  
 
PostPosted: Tue May 12, 2009 11:13 am 
User avatar
Joomla! Guru
Joomla! Guru

Joined: Thu Jun 01, 2006 1:52 pm
Posts: 974
Location: Moscow, Russia
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


Top
 Profile  
 
PostPosted: Tue May 12, 2009 11:36 am 
Joomla! Fledgling
Joomla! Fledgling

Joined: Thu May 07, 2009 12:43 pm
Posts: 2
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:


Top
 Profile  
 
PostPosted: Sat May 16, 2009 4:07 am 
Joomla! Apprentice
Joomla! Apprentice

Joined: Mon Apr 10, 2006 10:49 am
Posts: 14
I am using NinjaXplorer and running into the pear-problem:
Code:
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. ;)


Top
 Profile  
 
PostPosted: Sat May 16, 2009 5:45 am 
User avatar
Joomla! Guru
Joomla! Guru

Joined: Thu Jun 01, 2006 1:52 pm
Posts: 974
Location: Moscow, Russia
In this case I think that NinjaXplorer should be fixed: if obviously incorrectly declares PHP library, see how it's done in yvBBCode:
Code:
// 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:
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


Top
 Profile  
 
PostPosted: Sat May 16, 2009 8:16 am 
Joomla! Apprentice
Joomla! Apprentice

Joined: Mon Apr 10, 2006 10:49 am
Posts: 14
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


Top
 Profile  
 
PostPosted: Thu Jun 04, 2009 4:10 pm 
User avatar
Joomla! Apprentice
Joomla! Apprentice

Joined: Tue Jun 02, 2009 2:44 pm
Posts: 46
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ঝুম্‌লা


Top
 Profile  
 
PostPosted: Thu Jun 04, 2009 5:04 pm 
User avatar
Joomla! Guru
Joomla! Guru

Joined: Thu Jun 01, 2006 1:52 pm
Posts: 974
Location: Moscow, Russia
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


Top
 Profile  
 
PostPosted: Thu Jun 04, 2009 5:14 pm 
User avatar
Joomla! Apprentice
Joomla! Apprentice

Joined: Tue Jun 02, 2009 2:44 pm
Posts: 46
Quote:
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ঝুম্‌লা


Top
 Profile  
 
PostPosted: Thu Jun 04, 2009 6:31 pm 
User avatar
Joomla! Guru
Joomla! Guru

Joined: Thu Jun 01, 2006 1:52 pm
Posts: 974
Location: Moscow, Russia
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:
Quote:
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


Top
 Profile  
 
PostPosted: Thu Jun 04, 2009 6:53 pm 
User avatar
Joomla! Apprentice
Joomla! Apprentice

Joined: Tue Jun 02, 2009 2:44 pm
Posts: 46
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ঝুম্‌লা


Top
 Profile  
 
PostPosted: Fri Jun 05, 2009 5:02 am 
User avatar
Joomla! Guru
Joomla! Guru

Joined: Thu Jun 01, 2006 1:52 pm
Posts: 974
Location: Moscow, Russia
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 [i] 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


Top
 Profile  
 
PostPosted: Fri Jun 05, 2009 9:24 am 
User avatar
Joomla! Apprentice
Joomla! Apprentice

Joined: Tue Jun 02, 2009 2:44 pm
Posts: 46
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 [i] 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.
Quote:
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ঝুম্‌লা


Top
 Profile  
 
PostPosted: Sat Jun 06, 2009 3:25 pm 
User avatar
Joomla! Apprentice
Joomla! Apprentice

Joined: Tue Jun 02, 2009 2:44 pm
Posts: 46
@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ঝুম্‌লা


Top
 Profile  
 
PostPosted: Wed Jun 10, 2009 4:13 am 
Joomla! Apprentice
Joomla! Apprentice

Joined: Sun Apr 23, 2006 7:56 am
Posts: 11
Location: Panama, Republic of Panama
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-shot-rock-and-roll-a-photographic-history.html

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

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

Any suggestions?


Top
 Profile  
 
PostPosted: Wed Jun 10, 2009 6:13 pm 
User avatar
Joomla! Guru
Joomla! Guru

Joined: Thu Jun 01, 2006 1:52 pm
Posts: 974
Location: Moscow, Russia
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-shot-rock-and-roll-a-photographic-history.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


Top
 Profile  
 
PostPosted: Wed Jun 10, 2009 6:29 pm 
User avatar
Joomla! Guru
Joomla! Guru

Joined: Thu Jun 01, 2006 1:52 pm
Posts: 974
Location: Moscow, Russia
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:
                                'i' => array(   'htmlopen'  => 'em',
                                                'htmlclose' => 'em',
                                                'allowed'   => 'all',
                                                'attributes'=> array()),


2. Change this copy to look like this:

Code:
                                '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


Top
 Profile  
 
PostPosted: Wed Jun 10, 2009 6:38 pm 
User avatar
Joomla! Apprentice
Joomla! Apprentice

Joined: Tue Jun 02, 2009 2:44 pm
Posts: 46
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ঝুম্‌লা


Top
 Profile  
 
PostPosted: Wed Jun 10, 2009 6:47 pm 
User avatar
Joomla! Apprentice
Joomla! Apprentice

Joined: Tue Jun 02, 2009 2:44 pm
Posts: 46
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:
                                'i' => array(   'htmlopen'  => 'em',
                                                'htmlclose' => 'em',
                                                'allowed'   => 'all',
                                                'attributes'=> array()),


2. Change this copy to look like this:

Code:
                                '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:
j' => array(   'htmlopen'  => 'em class="jclass"',
                                                'htmlclose' => 'em',
                                                'allowed'   => 'all',
                                                'attributes'=> array()),

I will let u know .

thanks again

_________________
4ঝুম্‌লা


Top
 Profile  
 
PostPosted: Wed Jun 10, 2009 6:54 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Sun Apr 23, 2006 7:56 am
Posts: 11
Location: Panama, Republic of Panama
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-shot-rock-and-roll-a-photographic-history.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/montenegrin-born-artist-dado-the-zorzi-elegies.html

Any other settings that might affect this?


Top
 Profile  
 
PostPosted: Wed Jun 10, 2009 7:22 pm 
User avatar
Joomla! Apprentice
Joomla! Apprentice

Joined: Tue Jun 02, 2009 2:44 pm
Posts: 46
OH nice it is working
I use "c" in place of "j"
so finally it looks like
Code:
                    '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ঝুম্‌লা


Top
 Profile  
 
PostPosted: Thu Jun 11, 2009 4:05 pm 
User avatar
Joomla! Apprentice
Joomla! Apprentice

Joined: Tue Jun 02, 2009 2:44 pm
Posts: 46
4joomla wrote:
OH nice it is working
I use "c" in place of "j"
so finally it looks like
Code:
                    '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ঝুম্‌লা


Top
 Profile  
 
PostPosted: Fri Jun 12, 2009 10:50 am 
User avatar
Joomla! Apprentice
Joomla! Apprentice

Joined: Tue Jun 02, 2009 2:44 pm
Posts: 46
@ 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ঝুম্‌লা


Top
 Profile  
 
PostPosted: Sat Jun 13, 2009 9:07 pm 
User avatar
Joomla! Apprentice
Joomla! Apprentice

Joined: Tue Jun 02, 2009 2:44 pm
Posts: 46
@ yvolk
Now It is working in all FF opera and IE :)

I assign some old html code for each letter, LOL
Code:
 '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ঝুম্‌লা


Top
 Profile  
 
PostPosted: Sat Jun 13, 2009 9:57 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Mon Apr 10, 2006 10:49 am
Posts: 14
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.


Top
 Profile  
 
PostPosted: Mon Jun 15, 2009 6:16 am 
User avatar
Joomla! Guru
Joomla! Guru

Joined: Thu Jun 01, 2006 1:52 pm
Posts: 974
Location: Moscow, Russia
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 :)


Top
 Profile  
 
PostPosted: Mon Jun 15, 2009 7:04 am 
Joomla! Guru
Joomla! Guru

Joined: Thu Aug 18, 2005 10:51 pm
Posts: 697
Location: Austria
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


Top
 Profile  
 
PostPosted: Mon Jun 15, 2009 1:28 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Mon Apr 10, 2006 10:49 am
Posts: 14
Sorry for the confusion... I will try your suggestion about JoomlaCode ;)


Top
 Profile  
 
PostPosted: Tue Jun 23, 2009 2:59 pm 
Joomla! Enthusiast
Joomla! Enthusiast

Joined: Tue Jan 27, 2009 1:35 pm
Posts: 119
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


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 180 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6  Next



Who is online

Users browsing this forum: No registered users and 10 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group