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 - Twitter Profile 1.0 (displays Twitter on a member's profile page) (https://vborg.vbsupport.ru/showthread.php?t=185378)

irishblacknight 09-05-2008 11:23 PM

I've been trying to get this to work, but I'm at a loss.

I've got a Last.fm profile block, which is working fine, but the Twitter block simply is not appearing.

(I also made the modification for VBseo, but that made no difference)

Any ideas?

9mmPreacher 09-07-2008 02:46 PM

Fantastic MOD!@!!

soulface 09-07-2008 06:40 PM

Its not showing up in my profile. Uploaded all files, created a new profile field, imported the product, configured the twitter options But twitter box wont showing up.. :S

AMcKay 09-15-2008 02:46 PM

Did you add your Twitter username to your personal profile field? It only shows up if the user actually enters a Twitter username.

keith455 10-04-2008 05:46 AM

This works great but how can I do this on it's own page and also pull from all my sites members twitter accounts?

devoslack 10-13-2008 04:04 PM

This is bad assery at it's finest!!!

yinyang 10-14-2008 11:46 PM

anyone have ideas how i can make this a cmps module?

BucWiLd 10-15-2008 02:39 AM

works like a charm, thanks

AndrewRich 10-17-2008 06:49 PM

Installed.

Would love an option to display a Twitter icon along with the Yahoo, AIM, Skype icons in member infobox next to posts.

Eq4bits 10-21-2008 02:09 AM

Quote:

Originally Posted by AndrewRich (Post 1647212)
Installed.

Would love an option to display a Twitter icon along with the Yahoo, AIM, Skype icons in member infobox next to posts.

Try this:
edit your postbit/postbit legacy template(s) as follows:
Find:
Code:

<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]
Add After:
Code:

<!-- Twitter start -->
<if condition="$post[fieldx]"><a href="http://www.twitter.com/$post[fieldx]" alt="Go to my Twitter" target="_blank">
<img src="images/misc/twitter.gif" border="0"></a>
</if>
<! --Twitter end -->

replacing the red 'x' with your field number (same as the one you used in admincp options setting.

Upload the attached twitter.gif to your ...forums/images/misc folder Or whereever else you choose, if not the images/misc folder then change the img src in above code to point to where you did place it.
attached is a Twitter 't' gif


All times are GMT. The time now is 09:34 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.01105 seconds
  • Memory Usage 1,735KB
  • 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)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