| Re: report content module bug |
| by voltan on 2011/3/4 9:34:07 Nicolas send for me .htaccess and I add it to module in modules/forcontent/docs/ please test |
| Re: report content module bug |
| by voltan on 2011/3/3 7:00:44 @pacho thank you for test module . I change language files . I don't have htaccess for Rewrite mode . perhaps Nicolas snd it for me . |
| Re: report content module bug |
| by zyspec on 2011/3/2 15:37:29 Mamba, Looks to me like $reservedTables just needs to be defined near the top of the file. It should be an array with the XOOPS core tables defined in ./install/sql/mysql.structure.sql as the values. Something like: le="color: #000000"><?php $reservedTables = array('avatar', 'avatar_user_link', 'banner', 'bannerclient', 'bannerfinish', ... );
|
| Re: report content module bug |
| by pacho on 2011/3/1 23:19:03 Great job! Congrats. Some basic tests I made: * Using Xoops 2.5.0 * editor used tinymce, no problem * Choose friendly url mode = Standard Mode, very simple but useful * Choose friendly url mode = Rewrite mode, do not work, expecting htaccess file but does not exist * Metas Keywords and Metas Description, would be great if the module can generate them from short text. * edit in place, just wow When I use edit in place with tinymce editor, and click Ok, the result content do not display images but " instead. Internally the content is updated sucessfully because I refresh the page and content shows updated. Some typos In preferences form: Image upload pach -> Image upload path Image upload pach for upload content images -> Upload path for images content You can use Social network and bookmark icone for ecah content -> You can use Social network and bookmark icons for each content In Topic form: Columes* -> Columns* |
| Re: report content module bug |
| by voltan on 2011/2/28 14:17:51 I add some changes in module templates . any one can help us to test? |