PDA

View Full Version : Embed YouTube in Profile - Member_info mod


Keyser S?ze
12-22-2006, 10:00 PM
this is pretty basic, but i hope some will find it useful,

this makes your memberinfo template look like the attachment

this template modification does nothing more than allow you to put the proper code where "group members" would be in your member_info tremplate

you must first have this hack installed

https://vborg.vbsupport.ru/showthread.php?t=133263 - by Eggie

Enjoy

Murty
12-23-2006, 11:55 PM
How is this any different to https://vborg.vbsupport.ru/showthread.php?t=133263

Keyser S?ze
12-24-2006, 07:40 AM
that link there is to the hack this just is saying where to put it if u want ur memberinfo to look like mine, like in his step where it says "place in member info where u would like it", i am just offering the code to put it where mine is

da420
01-30-2007, 01:14 AM
There's a missing </if> in the first edit. Other than that it works perfectly.

Thank you, installed.

Icehawk002
02-03-2007, 11:15 AM
Works OK except if a video is not selected in a profile the "Additional information" does not appear.

Help

maxicep
02-04-2007, 03:00 PM
Works OK except if a video is not selected in a profile the "Additional information" does not appear.

Help

yes , taking this error.

Icehawk002
02-05-2007, 07:23 AM
yes , taking this error.

Do you mean you have the same error reference the additional information section?

Keyser S?ze
02-10-2007, 12:59 PM
i have been trying but nothing fixes the problem

serhat_kk
07-12-2007, 01:02 PM
thanks.
How do i use if conditiond filedx = blank command?

Konstantinos
09-23-2007, 03:07 PM
it doesnt work

Konstantinos
10-13-2007, 04:05 PM
i have been trying but nothing fixes the problem

I fixed this


<if condition="$post[fieldX2]">
<td class="tcat" width="50%"><center><b>$userinfo[username]'s Video <if condition="$post[fieldX2]">&nbsp;-&nbsp;$post[fieldX2]</b></center></if></td>


change to


<td class="tcat" width="50%"><center><b>$userinfo[username]'s Video <if condition="$post[fieldX2]">&nbsp;-&nbsp;$post[fieldX2]</b></center></if></td>

xXTheOneRavenXx
01-09-2008, 05:46 AM
All I can say is I am glad I saved a backup of my MEMBERINFO template. These instructions are horrible. The initial ones just simply did not explain where to put the code. These ones just messed up my profile page by replacing those lines of code. Can anyone please give a clear explanation to where to put the damn code in the MEMBERINFO template, or a good suggested location that actually works. This is really getting frustrating.