Add :: string to profile title

Hi,

Does anyone know a way to add a bit of text to every profile like myspace does

BLAH BLAH on MySpace Music - Free Streaming MP3s, Pictures & Music ...


The code is already in the program somewere becuase it does it with orca, every topic you post is adds ':: orca forums' to the end. this would be very handy for SEO and click through rates in the serps.

Hope to find some help for this.

Thanks

Ollie

Quote · 29 Jul 2009

profile.php

replace:
$_page['header']      = process_line_output( $p_arr['NickName'] ) . ": ". htmlspecialchars_adv( $p_arr['Headline'] );
with:
$_page['header']      = process_line_output( $p_arr['NickName'] ) . ": ". _t('_Profileviewstring');

goto admin/settings/languages settings and add new string:

I have video tutorials to help you mrpowless.com
Quote · 29 Jul 2009

Your a legend! thank you.

Quote · 29 Jul 2009

Thanks again. Big up mate!

Quote · 29 Jul 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.