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)
-   -   Add-On Releases - Mini YouTube Video in Profile (right side block) (https://vborg.vbsupport.ru/showthread.php?t=169824)

DevinM 08-08-2008 03:44 AM

Great hack!

Ive noticed in your website you have a playlist.com mp3 player! How do you do that, ive been looking for a hack like that for ages now!

GrendelKhan{TSU 08-08-2008 06:35 AM

awesome!!!

thanks. INSTALLED :D

DevinM 08-08-2008 07:42 PM

I guess does anyone for that matter know if there is a hack available for the playlist.com MP3 profile player found in his profile?

http://www.next-level-arcade.com/member.php?u=31

Chadi 08-10-2008 05:33 AM

I'm trying to get this working for Godtube.com, since no one responded to my post last month, I gave it a shot. I got eveything working, except the actual video showing up :x

Templates all there, video block shows up - just without the actual video.

This is the xml file I used:

Code:

<?xml version="1.0" encoding="ISO-8859-1"?>

<product productid="godtube_member_profile" active="1">
    <title>Mini GodGube for Member Profile</title>
    <description>Displays a mini GodTube video on the right side of member profile.</description>
    <version>2.1</version>
    <url />
    <versioncheckurl />
    <dependencies>
    </dependencies>
    <codes>
    </codes>

<plugins>
    <plugin active="1" executionorder="5">
        <title>Mini GodGube for Member Profile</title>
        <hookname>member_build_blocks_start</hookname>
        <phpcode><![CDATA[if (is_member_of($vbulletin->userinfo,1 ,2 , 5, 6, 7))
        {
            eval('$blocks[godtube] = "' . fetch_template('memberinfo_block_godtube') . '";');}]]></phpcode>
    </plugin>
        <plugin active="1" executionorder="5">
            <title>Mini right side godtube for Member Profile - Cache Template</title>
            <hookname>cache_templates</hookname>
            <phpcode><![CDATA[$globaltemplates[] = 'memberinfo_block_godtube';]]></phpcode>
        </plugin>
      </plugins>

<templates>
   
    <template name="memberinfo_block_godtube" templatetype="template" date="" username="stangger5" version="2.1"><![CDATA[
<!-- godtube -->
<if condition="$userinfo[fieldi]">
<div id="godtube" class="tborder content_block">
    <h4 class="thead block_title">
        <a href="#top" class="collapse_gadget" onclick="return toggle_collapse('godtube')"><img id="collapseimg_godtube" src="images/buttons/collapse_generic.gif" alt="" border="0" /></a>
        <a name="albums"></a>
        <span class="block_name">godtube Video</span>
    </h4>
    <div class="block_content" id="collapseobj_godtube" style="">
       
    <div class="alt1 smallfont block_row"><if condition="$userinfo[fieldt]">Title:&nbsp;$userinfo[fieldt]</if></div>
           
    <div class="alt2 block_row block_footer"><object width="240" height="200"><param name="movie" value="http://www.godtube.com/view_video.php?viewkey=$userinfo[fieldi]"></param><param name="wmode" value="transparent"></param>
<embed src="http://www.godtube.com/view_video.php?viewkey=$userinfo[fieldi]$userinfo[fielda]" type="application/x-shockwave-flash" wmode="transparent" width="240" height="200"></embed></object>
    </div>
</div>
</div>
</if>
<!-- / godtube -->
   
    ]]></template>
   
</templates>
    <phrases>
    </phrases>
    <options>
    </options>
    <helptopics>
    </helptopics>
    <cronentries>
    </cronentries>
    <faqentries>
    </faqentries>
</product>


BucWiLd 08-10-2008 03:48 PM

works great! thanx

BucWiLd 08-10-2008 08:09 PM

by the way where do i get the mp3 embeded like you have on yours?

poetrymansion 08-11-2008 07:03 PM

hi

I just wanted to say thanks for taking time to make the instructons simple enough for me (a newbie) to follow......

It appears brill, my only prob is, it doesnt autoplay when people go to the page, any ideas on how i can fix this...

cheers

poetrymansion

Chris11987 08-11-2008 09:09 PM

How do I get this to appear on the right side in a block? On my site (3.7.1) it just appears as a profile tab that you have to click, like "About Me, Statistics, Friends, etc"

stangger5 08-11-2008 10:05 PM

Quote:

Originally Posted by poetrymansion (Post 1596425)
hi

I just wanted to say thanks for taking time to make the instructons simple enough for me (a newbie) to follow......

It appears brill, my only prob is, it doesnt autoplay when people go to the page, any ideas on how i can fix this...

cheers

poetrymansion

Can I have a look at your site ??

Quote:

Originally Posted by Chris11987 (Post 1596501)
How do I get this to appear on the right side in a block? On my site (3.7.1) it just appears as a profile tab that you have to click, like "About Me, Statistics, Friends, etc"

You put the $blocks[youtube] in the wrong place..

I have mine after $blocks[friends_mini]..
Like this,,



Code:

$blocks[stats_mini]
$template_hook[profile_right_mini]
$blocks[friends_mini]
$blocks[youtube]
$blocks[albums]
$template_hook[profile_right_album]
$blocks[groups]
$blocks[visitors]


poetrymansion 08-12-2008 09:53 PM

Simply fantastic........ and the help is first class.... even for a beginner like me....

Thanks so much....

poetrymansion


All times are GMT. The time now is 09:54 PM.

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.01282 seconds
  • Memory Usage 1,746KB
  • 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
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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