PDA

View Full Version : Show Thread Enhancements - Youtube-Avatar on Show Thead


friend01
09-12-2010, 10:00 PM
Youtube-Avatar on Show Thead
change your avatar into a youtube video
DEMO: http://www.phim-film.net/forum/test-forums/12083-test-youtube-avatar.html
Go to admincp -> User Profile Fields
-> Add New User Profile Field
- Profile Field Type:Single-line Test Box
- click to Continue
Title: Youtube-Avatar
Description:

Paste the youtube video link in the box below.<br />
Example:
youtube link ( http://de.youtube.com/watch?v=yeCEOLan1h4 ).<br />
leave this Box blank to show you normal Avatar.
Profile Field Category:
Default Value:
Max length of allowed user input:500
Field Length: 50
Profile Field Type: Single-Line Text Box
Display Order:
Field Required: No
Field Editable by User: Yes
Private Field: No
Field Searchable on Members List: Yes
Regular Expression:
Which page displays this option?: Edit Profile
Click to Save
Go to admincp -> User Profile Fields -> User Profile Field Manager
View Profile Field you've created now? (For example, my forum is: field5)
if your not just my needs change.
if the other numbers, you change your number on the part of code is highlighted in red below.
------------------------
Step 2:
Acp -> Styles & Templates -> Style Manager
select styles that you want to use YouTube-Avatar
Edit Templates -> Postbit Templates -> postbit
search for:

<vb:if condition="$show['avatar']">
<a class="postuseravatarlink" href="{vb:link member, {vb:raw post}}" title="{vb:rawphrase {vb:raw post['onlinestatusphrase']}, {vb:raw post.username}}">
<vb:if condition="$post.avatarurl">
<img src="{vb:raw post.avatarurl}" alt="{vb:rawphrase xs_avatar, {vb:raw post.username}}" />
<vb:else />
<img src="{vb:stylevar imgdir_misc}/unknown.gif" />
</vb:if>
</a>
</vb:if>
<div class="username_container">
------------------------
replaced by:

<vb:if condition="$show['avatar']">
<a class="postuseravatarlink" href="{vb:link member, {vb:raw post}}" title="{vb:rawphrase {vb:raw post['onlinestatusphrase']}, {vb:raw post.username}}">
<vb:if condition="in_array($post['usergroupid'], array(2,5,6,7,17)) AND $post['field5']">
<vb:if condition="$post.avatarurl">
<td class="alt2">
<script language="JavaScript" type="text/javascript">
var link="{vb:raw post.field5}";
pos=link.indexOf("www.youtube.com");
if(pos>=0) {
sublink=link.substr(31,11);
document.write ("<object width=150 height=125><param name='movie' value='http://www.youtube.com/v/"+sublink+"'></param><embed src='http://www.youtube.com/v/"+sublink+"' type='application/x-shockwave-flash' width='150' height='125'></embed></object>");
}
</script></td></vb:if>
<vb:else />
<img src="{vb:raw post.avatarurl}" alt="{vb:rawphrase xs_avatar, {vb:raw post.username}}"/>
</vb:if></vb:if>
<div class="username_container">
-> Click Save
--------------------
Edit Templates -> Postbit Templates -> postbit_legacy:

find and delete:

<vb:if condition="$show['avatar']">
<a class="postuseravatar" href="{vb:link member, {vb:raw post}}" title="{vb:rawphrase {vb:raw post['onlinestatusphrase']}, {vb:raw post.username}}">
<img src="{vb:raw post.avatarurl}" alt="{vb:rawphrase xs_avatar, {vb:raw post.username}}" title="{vb:rawphrase xs_avatar, {vb:raw post.username}}" />
</a>
</vb:if>
--------------------------
find:

<div class="postdetails">
<div class="userinfo">
<div class="username_container">
------------------------------

replaced:

<div class="postdetails">
<div class="userinfo">
<vb:if condition="$show['avatar']">
<a class="postuseravatarlink" href="{vb:link member, {vb:raw post}}" title="{vb:rawphrase {vb:raw post['onlinestatusphrase']}, {vb:raw post.username}}">
<vb:if condition="in_array($post['usergroupid'], array(2,5,6,7,17)) AND $post['field5']">
<vb:if condition="$post.avatarurl">
<td class="alt2">
<script language="JavaScript" type="text/javascript">
var link="{vb:raw post.field5}";
pos=link.indexOf("www.youtube.com");
if(pos>=0) {
sublink=link.substr(31,11);
document.write ("<object width=150 height=125><param name='movie' value='http://www.youtube.com/v/"+sublink+"'></param><embed src='http://www.youtube.com/v/"+sublink+"' type='application/x-shockwave-flash' width='150' height='125'></embed></object>");
}
</script>
</td></vb:if>
<vb:else />
<img src="{vb:raw post.avatarurl}" alt="{vb:rawphrase xs_avatar, {vb:raw post.username}}"/>
</vb:if></vb:if>
<div class="username_container">
----------------------
Step 3:
bring your favorite music on Youtube-Avatar.
back to forums click on Sett?ng -> My Sett?ng -> Edit Profile,
in Section: Additional Information
add youtube video link to Youtube-Avatar.
completed!

ellinofatsa
09-13-2010, 05:00 PM
nice!!!!!!!!!!!!!!!!!!works on 4,06

herkulest
09-13-2010, 05:39 PM
screenshot?

zonaenlinea
09-13-2010, 07:14 PM
screenshot plisss

Skyrider
09-13-2010, 07:23 PM
What above said, screenshotties please :).. Or better yet, a demo.

friend01
09-13-2010, 10:49 PM
Demo Here: :)
http://www.phim-film.net/forum/test-forums/12083-test-youtube-avatar.html

COL NIL SATIS
09-14-2010, 06:38 PM
Nice one ..tagged for now !!!

goran424
09-30-2010, 10:55 AM
I want to install this but need to know if it works on 4.0.2?

OldSchoolDSL
10-25-2010, 10:40 PM
A few questions.... Will this work with 4.0.8?

Is there away to apply this only on select user groups?

goran424
10-26-2010, 01:44 AM
2 installs only??? Feedback please....

8thos
03-09-2011, 11:58 PM
I have it installed on my site. Great mod! I suggest you don't install it for all skins and only do it for certain usergroups as it would probably slow down some member's computers. http://the8thlegion.com/showthread.php?12298-How-To-Use-YouTube-Avatars&goto=newpost

speednym
01-16-2017, 02:30 AM
Hello Guys,

I tried and it doesn't work for me. It gives me this error. I tried pasting the YouTube video link there and i get that. Can you guys please help me out with this? Thank you.

"You did not enter the correct format for the Youtube-Avatar field. Please read the field description for the expected format."