vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Profile Enhancements - Mini YouTube Video in Profile (right side block) Embed-URL (https://vborg.vbsupport.ru/showthread.php?t=171969)

tei727 05-30-2008 01:55 PM

can someone help me with the permissions part? do i put that code in the Add New Install area?

njoker555 06-10-2008 04:07 PM

great mod, i just installed and it works great so far on three different themes

NannyMin 06-14-2008 01:52 AM

I'm installed this using vb 3.7.1

Unfortunately, when I installed and then inserted the link & title...it didn't work. There is no box or image of any type?

What am I doing wrong?

Where should I be seeing the video?

Help!

stangger5 06-14-2008 09:33 AM

Quote:

Originally Posted by NannyMin (Post 1548866)
I'm installed this using vb 3.7.1

Unfortunately, when I installed and then inserted the link & title...it didn't work. There is no box or image of any type?

What am I doing wrong?

Where should I be seeing the video?

Help!

Did you do step #2 ??

Have a look at the demo..

NannyMin 06-14-2008 10:17 AM

Yes, I did step #2. However, we are using a customized template so it didn't look the same as your example. I put it where I thought it was as closely matched to what you had. Can you take a look at what I have and let me know? Thanks SO much!

<!-- youtube -->
<if condition="$userinfo[fieldi]">
<div id="youtube" class="tborder content_block">
<h4 class="thead block_title">
<a href="#top" class="collapse_gadget" onclick="return toggle_collapse('youtube')"><img id="collapseimg_youtube" src="images/buttons/collapse_generic.gif" alt="" border="0" /></a>
<a name="albums"></a>
<span class="block_name">YouTube Video</span>
</h4>
<div class="block_content" id="collapseobj_youtube" style="">



<div class="alt1 smallfont block_row"><if condition="$userinfo[fieldt]">Title:&nbsp;$userinfo[field14]</if></div>

<div class="alt2 block_row block_footer"><object width="240" height="200"><param name="movie" value="http://www.youtube.com/v/$userinfo[field13]"></param><param name="wmode" value="transparent"></param>
<embed src="http://www.youtube.com/v/$userinfo[field12]$userinfo[fielda]" type="application/x-shockwave-flash" wmode="transparent" width="240" height="200"></embed></object>

</div>

</div>
</div>
</if>
<!-- / youtube -->

stangger5 06-14-2008 07:54 PM

Find three $userinfo[fieldi] and change the i to the YouTube ID field number..

Find two $userinfo[fieldt] and change the t to the YouTube title field number..

Find one $userinfo[fielda] and change the a to the YouTube auto-play field number..

I see you have only edited for one $userinfo[field13] and one $userinfo[field12]

What is your field numbers ??
One for YouTube URL,
one for YouTube title and
one for Auto-play..

NannyMin 06-15-2008 08:52 PM

Quote:

Originally Posted by stangger5 (Post 1549421)
Find three $userinfo[fieldi] and change the i to the YouTube ID field number..

Find two $userinfo[fieldt] and change the t to the YouTube title field number..

Find one $userinfo[fielda] and change the a to the YouTube auto-play field number..

I see you have only edited for one $userinfo[field13] and one $userinfo[field12]

What is your field numbers ??
One for YouTube URL,
one for YouTube title and
one for Auto-play..

They are:

YouTube URL- 12
YouTube Title- 13
YouTube Auto-play 14

stangger5 06-16-2008 10:48 PM

This is what it should look like...

Code:

<!-- youtube -->
<if condition="$userinfo[field12]">
<div id="youtube" class="tborder content_block">
<h4 class="thead block_title">
<a href="#top" class="collapse_gadget" onclick="return toggle_collapse('youtube')"><img id="collapseimg_youtube" src="images/buttons/collapse_generic.gif" alt="" border="0" /></a>
<a name="albums"></a>
<span class="block_name">YouTube Video</span>
</h4>
<div class="block_content" id="collapseobj_youtube" style="">



<div class="alt1 smallfont block_row"><if condition="$userinfo[fieldt]">Title:&nbsp;$userinfo[field13]</if></div>

<div class="alt2 block_row block_footer"><object width="240" height="200"><param name="movie" value="http://www.youtube.com/v/$userinfo[field12]"></param><param name="wmode" value="transparent"></param>
<embed src="http://www.youtube.com/v/$userinfo[field12]$userinfo[field14]" type="application/x-shockwave-flash" wmode="transparent" width="240" height="200"></embed></object>
        </div>

</div>
</div>
</if>
<!-- / youtube -->


anarki2009 06-17-2008 01:55 AM

Installed Thanks!! Work's Great On my site....... http://www.street-rodz.com/member.php?u=1

NannyMin 06-18-2008 06:33 PM

Quote:

Originally Posted by stangger5 (Post 1551184)
This is what it should look like...

Code:

<!-- youtube -->
<if condition="$userinfo[field12]">
<div id="youtube" class="tborder content_block">
<h4 class="thead block_title">
<a href="#top" class="collapse_gadget" onclick="return toggle_collapse('youtube')"><img id="collapseimg_youtube" src="images/buttons/collapse_generic.gif" alt="" border="0" /></a>
<a name="albums"></a>
<span class="block_name">YouTube Video</span>
</h4>
<div class="block_content" id="collapseobj_youtube" style="">



<div class="alt1 smallfont block_row"><if condition="$userinfo[fieldt]">Title:&nbsp;$userinfo[field13]</if></div>

<div class="alt2 block_row block_footer"><object width="240" height="200"><param name="movie" value="http://www.youtube.com/v/$userinfo[field12]"></param><param name="wmode" value="transparent"></param>
<embed src="http://www.youtube.com/v/$userinfo[field12]$userinfo[field14]" type="application/x-shockwave-flash" wmode="transparent" width="240" height="200"></embed></object>
        </div>

</div>
</div>
</if>
<!-- / youtube -->



It's still not working using this. I do not see a video or any type of box. Help Please!


All times are GMT. The time now is 11:05 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.01098 seconds
  • Memory Usage 1,750KB
  • 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
  • (2)bbcode_code_printable
  • (3)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