2impulsiv
07-01-2007, 10:00 PM
Hey,
This mod is to show users "You Tube" account with-in postbit/postbit_legacy.
First. You will need to add a new user profile file: Go to your Admin CP and click on -User Profile Fields/Add New User Profile Field. Then add a single-line text box.
Title: You Tube Account
Description: Add your You Tube account name.
You will be right to leave the rest of the fields as they are. Make sure you note the profile ID number. You will need that soon.
Second Find:
<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]
After that add:
<!-- You Tube start -->
<if condition="$post[field*]"><a href="http://www.youtube.com/profile?user=$post[field*]" alt="View my You Tube" target="_blank">
<img src="images/buttons/youtube.gif" border="0"></a>
</if>
<!-- You Tube end -->
You need to change the (*) with your profile id number. And then save.
Third Up-load the You Tube icon through FTP into: images/buttons.
And away you go.
Cheers. :)
This mod is to show users "You Tube" account with-in postbit/postbit_legacy.
First. You will need to add a new user profile file: Go to your Admin CP and click on -User Profile Fields/Add New User Profile Field. Then add a single-line text box.
Title: You Tube Account
Description: Add your You Tube account name.
You will be right to leave the rest of the fields as they are. Make sure you note the profile ID number. You will need that soon.
Second Find:
<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]
After that add:
<!-- You Tube start -->
<if condition="$post[field*]"><a href="http://www.youtube.com/profile?user=$post[field*]" alt="View my You Tube" target="_blank">
<img src="images/buttons/youtube.gif" border="0"></a>
</if>
<!-- You Tube end -->
You need to change the (*) with your profile id number. And then save.
Third Up-load the You Tube icon through FTP into: images/buttons.
And away you go.
Cheers. :)