Our Philosophy

Portfolios

americasa real estate

www.ibexusa.net

www.girbaltaramg.com

academic foundation

www.alisyahgeologyworld.com

www.ibexusa.net

My Blog

Description of my blog

Feb 03
2009

Welcome to MyBlog!

Posted by dbuldansjah in myblog

Hello all,

If you find that our website is helpful, please post your opinions,  comments, or everything about how we can improve our website. Our main goals is to make as possible as we can to build a website that can benefit for others.  Stay tune... for our progress in developing more free open sources in web applications, web templates and design.

To start blogging.... please sign up and register by using login form above.
icon.png

 

 


Thank you!

-Craftis.com

 

Feb 02
2009

Joomla My Blog Editor conflicted with Yooeffect

Posted by danzer74 in yoo_effectjoomla blogs

Hi guys,

For those who have problem with myBlog editor conflited with Yooeffect, here is the solution.

As you see the error is shown "Fatal error: Call to undefined method JDocumentRAW::addCustomTag() in /joomla/plugins/system/yoo_effects.php on line 56"

The solution is to change the code in 


/plugins/system/yoo_effects.php 

 Code:

$mainframe->registerEvent( 'onAfterDispatch', 'plgSystemYOOeffects' );


To:

Code:

if(isset($_GET['no_html']) && $_GET['no_html'] == 1) {
// Don't run plugin. Added for jReviews compatibility
} else {
$mainframe->registerEvent( 'onAfterDispatch', 'plgSystemYOOeffects' );
}

 

Hope  it works

Ads by AdBrite

Your Ad Here