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)
-   -   Forum Display Enhancements - You Tube Link In Postbit (https://vborg.vbsupport.ru/showthread.php?t=151209)

2impulsiv 07-01-2007 10:00 PM

You Tube Link In Postbit
 
Hey,

This mod is to show users "You Tube" account with-in postbit/postbit_legacy.

First. You will need to add a new user profile file: Go to your Admin CP and click on -User Profile Fields/Add New User Profile Field. Then add a single-line text box.

Title: You Tube Account
Description: Add your You Tube account name.
You will be right to leave the rest of the fields as they are. Make sure you note the profile ID number. You will need that soon.

Second Find:

Code:

<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]
After that add:

Code:

<!-- You Tube start -->
<if condition="$post[field*]"><a href="http://www.youtube.com/profile?user=$post[field*]" alt="View my You Tube" target="_blank">
<img src="images/buttons/youtube.gif" border="0"></a>
</if>
<!-- You Tube end -->

You need to change the (*) with your profile id number. And then save.

Third Up-load the You Tube icon through FTP into: images/buttons.

And away you go.

Cheers. :)

Triky 07-02-2007 05:02 PM

Nice one! :)

CrashPush 07-11-2007 09:46 PM

Cool mod thanks.

Subah 07-11-2007 10:46 PM

Cool thanks

ShawneyJ 07-11-2007 11:34 PM

very good.

2impulsiv 07-12-2007 01:02 PM

Yeah cheers people...


:)


Oh, Please mark as installed..


:)

CrashPush 07-12-2007 09:06 PM

How do I make it viewable in the public profile view?

2impulsiv 07-12-2007 11:54 PM

Hey that is some thing I'm am working on at the moment..

I will update once it is all sorted..


Cheers...

:)


All times are GMT. The time now is 05:38 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.02289 seconds
  • Memory Usage 1,717KB
  • 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
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete