File Gallery -> description = wiki page Posted by Treolorn 19 Oct 2004 11:02 GMT-0000 posts: 17 subj?
Posted by sylvie greverend 19 Oct 2004 15:29 GMT-0000 posts: 1092 If you are asking if the description field supports the wiki syntax. No. But it is very easy to change the code by adding a parse_data call
Posted by Treolorn 19 Oct 2004 18:37 GMT-0000 posts: 17 I'm trying to edit "tiki-list_gallery.php" $smarty->assign_by_ref('description', $info%22description%22 ); i'm rewrite to $smarty->assign_by_ref('description', $tikilib->parse_data( $info%22description%22) ); but no effect... 😑
Posted by sylvie greverend 20 Oct 2004 10:30 GMT-0000 posts: 1092 I did your fix in tiki-list_file_gallery.php and it works fine. Are you sure you want it in tiki_list_gallery that is the edit gallery?
Posted by Treolorn 28 Oct 2004 07:46 GMT-0000 posts: 17 Ohh.. lol.. 😁 I'm now edit tiki-list_file_gallery.php... description is not displayed as link to wiki page (just my text in double bracket). But in edit file page, description displayed as my text (wiki page) plus link to create new wiki page. Wiki page already exsist.