meta tags on profile page

hi I want to add custom meta tag description on profile page. Meta tag contents will be the username and other details of the user. This way google will not just index the top menus, you know what I mean. Any way to do this?

Quote · 28 Jul 2010

Yes. Use the dolphin injections.

Add a new entry to the table sys_injections using phpMyAdmin.

Set the name field to a unique name that does not match other in that table. Like new_entry_1

Set page_index to 5 (index of profile page)

Set key to injection_head

Set type to php

Set data to the php code you would need to display the description.

$r='
<meta name="description" content="Your Description Text" />
';
return $r;

The problem is going to be coming up with the php code to display what you want. Such as obtaining the member name and other info for the profile that is being displayed. Which i am not quite sure how to do for members that are not logged in.

https://www.deanbassett.com
Quote · 28 Jul 2010

Thanks a lot Deano. I can start from there.

Quote · 31 Jul 2010

do you get it done bro im still lost on this one

can you tell me step by step so I can get it done with out crashing my site or do something wrong

Thank's guy

Thanks a lot Deano. I can start from there.

Post Reply - if you going to help - No for - bla bla bla bla
Quote · 31 Jul 2010

Not yet UFO still can't show the details of the user on their profile page.

Quote · 31 Jul 2010
 
 
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.