| Re: News 1.68 Beta 1 released for XOOPS 2.5.5 |
| by Cesagonchu on 2012/8/11 23:56:55 news/language/english/main.php line 120: replace le="color: #000000"><?php define('_NW_BOOKMARK_TO_FACEBOOK', "Bookmark to Faceboom"); with le="color: #000000"><?php define('_NW_BOOKMARK_TO_FACEBOOK', "Bookmark to Facebook");
|
| Re: News 1.68 Beta 1 released for XOOPS 2.5.5 |
| by black_beard on 2012/8/11 6:01:39 @irmtfan, see here. this causes problems with sites having a charset iso-8859-1 |
| Re: News 1.68 Beta 1 released for XOOPS 2.5.5 |
| by irmtfan on 2012/8/11 4:21:01 There are a few issues reported with publisher. Also i review its code and they are really professional. And the most important feature for a content module is the ability for cloning which only publisher have it until now. If you review this news 1.68 codes you can see it is full of hardcodes so that it takes one month for me to remove all these hardcodes. and even after that it dont have 100 features of publisher module. So why we should bother ourselves? Anyway, news/makepdf.php is not support RTL languages. you should add this: le="color: #000000"><?php //create the A4-PDF... $pdf=new TCPDF(PDF_PAGE_ORIENTATION, PDF_UNIT, PDF_PAGE_FORMAT, true, _CHARSET, false); // START irmtfan hack to add RTL-LTR local // until _RTL added to core 2.6.0 if (!defined('_RTL')) { define('_RTL',false); } $pdf->setRTL(_RTL); // END irmtfan hack to add RTL-LTR local also you can safely remove these lines: le="color: #000000"><?php if (is_file(XOOPS_ROOT_PATH.'/Frameworks/tcpdf/config/lang/'.$xoopsConfig['language'].'.php')) { require_once( XOOPS_ROOT_PATH.'/Frameworks/tcpdf/config/lang/'.$xoopsConfig['language'].'.php'); } else { require_once( XOOPS_ROOT_PATH.'/Frameworks/tcpdf/config/lang/english.php'); } There is no need for them in any languages. I already sent the request for _RTL=true/false definition to the sf.net tracker. |
| Re: News 1.68 Beta 1 released for XOOPS 2.5.5 |
| by Mamba on 2012/8/10 19:38:00 Quote: Prune news in admin side: Thanks Angelo, it's now fixed in SVN |
| Re: News 1.68 Beta 1 released for XOOPS 2.5.5 |
| by AngeloRocha on 2012/8/10 18:29:21 Prune news in admin side: ![]() |