| Re: Extgallery 1.09 : how to use html for album description ? |
| by novlang1984 on 2011/3/29 16:23:16 I promise, last attempt ![]() Why if I add $this->initVar("dohtml", XOBJ_DTYPE_INT, 1, false); into catHandler.php I can not edit album descriptions anymore ? Thanks |
| Re: Extgallery 1.09 : how to use html for album description ? |
| by novlang1984 on 2011/3/24 15:38:28 Sorry to bump it... but I'm still looking for a little fix. The issue : - I can use rich editors (CKEditor, TinyMCE, ...) to describe albums - but on the front side html tags are displayed - if I add $this->initVar("dohtml", XOBJ_DTYPE_INT, 1, false); into catHandler.php html format is well displayed but I can't edit my descriptions anymore ... I'm lost, I don't know where to looking for :( |
| Re: Extgallery 1.09 : how to use html for album description ? |
| by novlang1984 on 2011/3/22 15:06:01 There is also a textarea to modify (called extra field if I well remember)... Thanks to you, that's a great news
|
| Re: Extgallery 1.09 : how to use html for album description ? |
| by voltan on 2011/3/22 6:31:14 Thank you for your codes . In version 1.09 we just add support html codes for photos . in next version we can use your codes and support html codes in albums thanks |
| Re: Extgallery 1.09 : how to use html for album description ? |
| by novlang1984 on 2011/3/21 21:56:32 A bit more simple : just the second hack (2. modules/extgallery/class/catHandler.php) is request ![]() So : - first : create albums - then add $this->initVar("dohtml", XOBJ_DTYPE_INT, 1, false); And if you want to upadte albums - comment //$this->initVar("dohtml", XOBJ_DTYPE_INT, 1, false); - modify albums - uncomment Not easy ![]() ---- Sorry for unusefull posts (how to loose 2 hours when you are full of job...)))) |