FAP CUSTOMIZATION - Link To Personal Sub Cat In Lang File »  Show posts from    to     

Icy Phoenix


Archived phpBB Topics (Styles, Mods, Support) - FAP CUSTOMIZATION - Link To Personal Sub Cat In Lang File



s00th [ Thu 07 Jan, 2010 13:49 ]
Post subject: Re: Link To Personal Sub Cat In Lang File
try something like this..........

"<a href=" . append_sid('album_cat.' . PHP_EXT . '?cat_id=' . $cat_id . '&user_id=' . $userdata['user_id']) . ">LINK</a>"


in the lang_faq.php could look like..........

$faq[] = array("New Title", "<a href=" . append_sid('album_cat.' . PHP_EXT . '?cat_id=' . $cat_id . '&user_id=' . $userdata['user_id']) . ">LINK</a>");


.....of course $cat_id will need to be defined somewhere




Powered by Icy Phoenix