vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=192)
-   -   Show Thread Enhancements - YouTube Video Avatars for specified usergroups (https://vborg.vbsupport.ru/showthread.php?t=150574)

Meghwar 11-17-2007 12:58 AM

Good job :) it take me 2 minutes:) done permission mods, supers, admins only :)

thanx again

StakingAces 11-17-2007 04:45 AM

Thanks alot ChU v2, I appreciate your help!

ChU v2 11-17-2007 05:09 AM

Quote:

Originally Posted by StakingAces (Post 1384176)
Thanks alot ChU v2, I appreciate your help!

Anytime.

tarot 12-14-2007 05:33 PM

Quick install, super easy and fun! Great job

Alfa1 12-15-2007 10:33 PM

Quote:

Originally Posted by ChU v2 (Post 1383395)
Try editing this:

HTML Code:

<if condition="in_array($post['usergroupid'], array(5,6,7,12,14)) AND $post[fieldXX]">
Where it says ['usergroupid'], array(5,6,7,12,14))

Enter in the Usergroup IDs that you want to have access to it.

If I understand this correctly then that will allow full access to this function. I too want to use this for supporters. Meaning that I want everyone to see that supporters can have this cool avatar, while non-supporters can see it, but can not add Youtube video as their avatar.

Somehow I cant get this to work. Here is my POSTBIT template:
Code:

<if condition="in_array($post['usergroupid'], array(6,23)) OR in_array($post['membergroupids'], array(6,23)) AND $post[field21]" > 
<div class="smallfont"><br>
<object width="150" height="123.5"><param name="movie" value="http://www.youtube.com/v/$post[field21]"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/$post[field21]" type="application/x-shockwave-flash" wmode="transparent" width="150" height="123.5"></embed></object>
</div>
<else />
<if condition="$show['avatar']">
<div class="smallfont">
&nbsp;<br /><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]" $post[avwidth] $post[avheight] alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a>
</div>
</if>
</if>

The top line give an error.

Can it be that the myspace profile rewrite is messing with this hack? (Since it parses youtube videos through custom profile fields as well)

Can someone help?

Meghwar 01-01-2008 03:48 PM

Hi all

Hack will not work with MEMBERINFO template vb 3.7.0 Beta3 Different Codes

Please be advised

Regards

AzH 01-01-2008 06:24 PM

That's why it's in the 3.6 section.

REVHEAD 01-03-2008 10:32 AM

I marked as installed ,I will wait till its a littl more mature

MWSR 01-03-2008 04:11 PM

This Is Great.................thanks

Aclikyano 01-15-2008 02:58 AM

Installed and working on VBulletin 3.6.8 PL2 :)



All times are GMT. The time now is 01:42 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01662 seconds
  • Memory Usage 1,736KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)bbcode_html_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete