i am the run a community forum called http://kuperforum.com i want to make title of my forum post seo friendly it's going very long and i have searched for this and i got this solution.
- Code: Select all
#
#-----[ FIND ]------------------------------------------
#
page_header($user->lang['VIEW_TOPIC'] .' - ' . $topic_data['topic_title']);
#
#-----[ REPLACE WITH ]------------------------------------------
#
page_header($topic_data['topic_title']);
but when i edit the code i am getting error anybody can suggest what should change in the following code and when i searched for the code in my forum it shows like this:
- Code: Select all
page_header($user->lang['VIEW_TOPIC'] . ' - ' . $topic_data['topic_title'], true, $forum_id);
Thank You,
Vikash Kumar Munda

English |
French
