plz any one help me which variables should be placed in this code
description of this page is any one help me to limit the content size vB4 General Discussions
title + category name i dont know there variables in showthread.php and how can i place them in the code above
i have place $thread['titile'] in
this code
HTML Code:
$thread['meta_description'] = htmlspecialchars_uni(fetch_censored_text(fetch_trimmed_title($thread['meta_description'], 500, false)));
now tell me plz how to add category name in description
i have run this code but it is not showing title+forum name in description
HTML Code:
$thread['meta_description'] = htmlspecialchars_uni(fetch_censored_text(fetch_trimmed_title($thread['title'], $thread['forumid'], false)));
--------------- Added [DATE]1388431126[/DATE] at [TIME]1388431126[/TIME] ---------------
any one guide me plz