vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=155)
-   -   myspace profile icon (like yahoo, aim, msn etc) (https://vborg.vbsupport.ru/showthread.php?t=111701)

BrandiD 07-01-2006 02:19 PM

installed. Thank you very much!

chkdgate 07-06-2006 04:23 PM

BrandiD, where did you install it under? Postbit or postbit_legacy?

chkdgate 08-12-2006 05:56 PM

Can't get this to work.

modtang 08-17-2006 01:01 AM

It works. If you're using a custom skin or (even the default) the text to search for might be a little different. Search templates for:
Code:

$post[yahooicon]
My template only has:
Code:

<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon]
Place the MySpace code after that. Voila! Here's my full code for that section:
Code:

<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon]
                                                                                                                <!-- my space display start -->
                                <if condition="$post[field5] != ''"><a href="$post[field5]" target="_blank">
<img src="images/misc/im_myspace.gif" title="View MySpace Profile" border="0"></a>
                                </if>
                                <!-- Myspace display end -->
                                        </div>

I also removed the http:// from the href for my site.

LeftCoastBias 08-26-2006 10:27 PM

when i do this, it tries to go to: http://www.tehdriven.com/forum/www.m.../leftcoastbias

LeftCoastBias 08-26-2006 10:46 PM

n/m i got it working, i had to use a mix of the original code and the one posted just above...

Spinning Webs 09-09-2006 05:05 PM

This works a lot better...

Code:

<!-- my space display start -->
                                <if condition="$post[fieldX] != ''"><a href="http://www.myspace.com/$post[fieldX]" target="_blank">
<img src="images/misc/im_myspace.gif" title="View myspace profile" border="0"></a>
                                </if>
                                <!-- Myspace display end -->


Necrosaro420 09-10-2006 06:35 PM

tried all the diff types of codes...still will not show up after I add it to my profile.

JuGgOlOw22 09-23-2006 03:13 AM

what template do i modify it doesnt say

Mr Chad 09-23-2006 04:55 AM

or if u want a lil more u can install:
https://vborg.vbsupport.ru/showthread.php?t=110954


All times are GMT. The time now is 01:59 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.01012 seconds
  • Memory Usage 1,733KB
  • 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
  • (4)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)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