| Re: Module MediaWiki 1.71 in xoops 2.0.18.2 and 2.3.1 localhost |
| by aixos on 2008/10/12 19:27:38 Thank Ghia, for your coments Module is works best regards aixos |
| Re: Module MediaWiki 1.71 in xoops 2.0.18.2 and 2.3.1 localhost |
| by aixos on 2008/10/12 19:07:20 Ok, Works in xoops. 2.3.1 Thanks to niluge_kiwi The solucion is : So the issue is about fckeditor. First you can desable it by commenting some lines in the bottom of the modules/mediawiki/LocalSettings.php file. In fact you maybe just need to set $wgFCKUseEditor to false: $wgFCKUseEditor = false; But I'm really not familiar with external editors for xoops, so I cant help you more. Maybe FCKeditor does not work with XOOPS 2.3.0, or it need to be reinstalled or something... |
| Re: Module MediaWiki 1.71 in xoops 2.0.18.2 and 2.3.1 localhost |
| by ghia on 2008/10/12 19:05:03 Quote: style.css selectors like '#article table' Quote:
le="color: #000000"><?php #article table td {padding: 0; border-width: 1; vertical-align: top; }
|
| Re: Module MediaWiki 1.71 in xoops 2.0.18.2 and 2.3.1 localhost |
| by aixos on 2008/10/12 17:57:31 ok, change , only good in Discussion page , Attention and good to normal page. Look good in normal page , le="color: #000000"><?php table td {padding: 0; border-width: 1; vertical-align: top; } good in page normal: Ok, Works in xoops. 2.3.1 Thanks to niluge_kiwi The solucion is : So the issue is about fckeditor. First you can desable it by commenting some lines in the bottom of the modules/mediawiki/LocalSettings.php file. In fact you maybe just need to set $wgFCKUseEditor to false: $wgFCKUseEditor = false; But I'm really not familiar with external editors for xoops, so I cant help you more. Maybe FCKeditor does not work with XOOPS 2.3.0, or it need to be reinstalled or something... |
| Re: Module MediaWiki 1.71 in xoops 2.0.18.2 and 2.3.1 localhost |
| by ghia on 2008/10/12 0:22:43 It's because the two links use different CSS files and these specify different things for the table elements. I think you could specify in your style.css selectors like '#article table' and so on to set the desired formatting. |