vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=229)
-   -   Profile Enhancements - Youtube Channel Link In Postbit (https://vborg.vbsupport.ru/showthread.php?t=185149)

haxcommunity 07-12-2008 10:00 PM

Youtube Channel Link In Postbit
 
My 2nd Public Mod, Hope You Guys Like It.

Description:
This Simply Puts A Miniature Youtube Icon At The Bottom Of The Poster's Info
This May Have Been Published Before, But I'm Not Sure, If It Was I'm Sorry To The Owner, I Didn't Mean To Copy, I Just Didn't Come Up When I Searched It

Screenshot:
https://vborg.vbsupport.ru/external/2008/07/55.jpg

Instructions:
  1. Download The Attachment Below,Unzip It And Upload The .GIFTo The Root Of Your Forum, This Is The Youtube Icon
  2. Go To Your Admin Panel, And Go To User Profile Fields>Add New User Profile Field
  3. Select "Single Line Textbox" And Continue
  4. Fill Out The Form As Follows:
    • Title: Youtube Channel
    • Description: Enter Your Youtube Username, And It will Be Linked To In Your Posts!
    • Default Value: Leave Blank
    • Max length of allowed user input: 25
    • Field Length: 25
    • Field Required: No,But Display At Registration
    • Field Editable By User: Yes
    • Field Searchable on Members List: No
    • Show on Members List: This One's Really Up To You..
    • Which page displays this option: Edit Your Details
  5. Make A Note Of what The Field # Is, You Will have To Modify Code Later To Match Your Forum

    Well That Parts Done, Now Lets Move Onto The Template Edits Themselves
  6. Go Into The Style Manager And Edit Template Of Whichever Theme You Would Like This To Apply To
  7. Go Into "Postbit Templates"
  8. Select Either Postbit, Or Postbit Legacy Depending On Which Style You Use
    Search For:
    Code:

    $post[skypeicon]

    And Add After:

    Code:

    <!-- Youtube start -->
    <if condition="$post[field8]"><a href="http://www.youtube.com/user/$post[field8]" alt="Watch My Youtube" target="_blank">
    <img src="/youtube.GIF" border="0"></a>
    </if>
    <!-- Youtube end -->

  9. Replace Both Instances Of "field8" With Your Field #,
    Example: If Your Profile Field Was Field3, Then It Would Read
    Code:

    <!-- Youtube start -->
    <if condition="$post[field3]"><a href="http://www.youtube.com/user/$post[field3]" alt="Watch My Youtube" target="_blank">
    <img src="/youtube.GIF" border="0"></a>
    </if>
    <!-- Youtube end -->

  10. Save Changes And Enjoy!

    If You Used This Modification Please Click Here
    If You Have A Request For Another Modification Like This, Send Me A PM And I'll see What I Can Do





SMosher 07-14-2008 06:39 AM

THanks!

haxcommunity 07-15-2008 01:53 AM

-removed-


All times are GMT. The time now is 08:16 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.01008 seconds
  • Memory Usage 1,722KB
  • 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
  • (3)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)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