1

Topic: Providing member personal url and code to promote his profile

LOL - I thought I already posted this tutor, but can't find. Maybe I forgot to press the submit button.


The following coding was done to provide members with their personal URL and to promote their profile on other sites (at the same time, promoting your own site). For this to work, I believe you need to have search engine friendly URLs turned on in vldPersonals.

If you are a css guru, the coding below may make you shutter but it works. Please note that you have to change the URL in the code to  your site's URL.

You also may want to change the wording to fit your needs. Also be sure to change the anchor text in the url to keywords that is appropriate for search engines to find your site.. Obviously,  not everyone's site is a Filipina Lady and Asian Dating site -- so use keywords for your site.

Tested in 2.5.3

http://www.filipina-lady.net/test253/promote.jpg

In member_sections_card.tpl I added the following so it displays the member's pesonal URL in member_profile.tpl.

<dt>Personal URL:</dt>
<dd><a href="http://www.filipina-lady.net/{member_username}">http://www.filipina-lady.net/{member_username}</a></dd>


--------------------------------------------------------

Adding coding in members_profile.tpl to promote their profile.

Find: <!-- END profile_groups --> (note: my member_profile.tpl had <!-- END profile_groups -->  listed twice. I added the code below the second one).

Add below <!-- END profile_groups -->:

<table width="60%"  border="0" cellspacing="5">
  <tr>
    <td bgcolor="#CCCCCC">To find love on other sites, copy &amp; paste the following code in the html document:</td>
  </tr>
  <tr>
    <td style="border:1px solid #FF0000;">&lt;a href=&quot;http://www.filipina-lady.net/{member_username}&quot;&gt;{member_username}'s Profile at Filipina Lady and Asian Dating&lt;/a&gt;</td>
  </tr>
  <tr>
    <td bgcolor="#CCCCCC">To love on forums, copy &amp; paste the following code in post or your signature:</td>
  </tr>
  <tr>
    <td style="border:1px solid #FF0000;">[url=http://www.filipina-lady.net/{member_username}]{member_username}'s Profile at Filipina Lady and Asian Dating[/url]</td>
  </tr>
</table>

Note: I wanted to make the above so when a member clicks his mouse, it selects the coding for him. I believe I have to put the code in a form and use javascript to do that. Maybe another time.

Example of what the forum code would look like when posted in a forum post.

mimzkytomcats's Profile at Filipina Lady and Asian Dating

Can't demo html since this is not a html document.

Happy SEO

Last edited by db3204 (2009-05-25 16:01:09)

2

Re: Providing member personal url and code to promote his profile

Thanks, Dan! It worths to use.

www.vldMagic.com - first choice customizations help desk
www.vldCrowd.com/radioact - my profile at vldCrowd

3

Re: Providing member personal url and code to promote his profile

Thanks Ramil. When you think about it, I bet the same thing could be done so each member could promote their blogs by RSS. This way other members could subscribe to their blog and at the same time promote their blog by the world wide web. I have to think on this one, but I think it could be done. I'll do anything to help my search engine ranking...even getting members to help promote the site smile by posting their profile link elsewhere.

Last edited by db3204 (2009-05-25 14:38:44)

4

Re: Providing member personal url and code to promote his profile

maybee this ...
show-hide-element-with-jquery 1
show-hide-element-with-jquery 2

Last edited by gugu (2009-05-25 18:44:11)

Give the world the best you have, and the best will come to you.
Tutorials and Mods for VldPersonals  Add CometChat to your vldPersonals site

5

Re: Providing member personal url and code to promote his profile

db very cool idea smile all worked great.

I tested your mod and found that as a member I could not view my personal URL code info when I was at my own Profile Page "My Profile / My Page" but could view all other members Personal URL code info when viewing their profiles.

So I made your suggested changes to the account_home.tpl instead of the member_profile.tpl and now I can see my Personal URL info when I am at my "My Profile / My Page" but do not see other members Personal URL code info when viewing their profiles.

Hope you do not mind the feed back, as you have some really cool ideas smile

6

Re: Providing member personal url and code to promote his profile

Thanks big dog....I completely forgot about account_home.tpl. I'll be adding it there as well. Thanks.

7

Re: Providing member personal url and code to promote his profile

perfect!!! thank you