Loading...
 
Skip to main content

Features / Usability


File Gallery -> description = wiki page

posts: 17
subj?
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


posts: 17
thenx... i'm try... 😉

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... 😑

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?

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.


posts: 17
somebody help... 🙄