Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Template Modifications
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Twitter Postbit by YoBroMoFo Details »»
Twitter Postbit by YoBroMoFo
Version: 1.00, by TimberFloorAu TimberFloorAu is offline
Developer Last Online: Jan 2013 Show Printable Version Email this Page

Category: Profile Enhancements - Version: 3.8.2 Rating:
Released: 04-05-2009 Last Update: Never Installs: 31
Template Edits
Re-useable Code Translations  
No support by the author.

UPDATE:
This mod, is a Twitter hack for your members Postbit. It allows them to enter their Twitter ID, in edit your details section, and then the Link to their twitter account is displayed in their Postbit.

It is also usergroup permissable. See the first if condition.

If you USE this mod, please click INSTALLEd and RATE it please. This way I know people are interested in my stuff


YoBroMoFo British Expats Twitter Link in Postbit.
www.yobromofo.com
Brought to you by TimberFloorAu
April 2009
************************************************** ****

Goto ADMIN CP
User Profile Fields

Add new User Profile Field > Single Line Text Box

Title: My Twitter for under my Avatar
Description: Enter your twitter id here Example: BobSmith
Field Length 30
Profile Field Type: Single Line Text Box
Field required NO
Field editable by User : YES
Private field: no
Field searchable on Members list Yes
Show on members list YES

Regular expression: ^[0-9a-zA-Z_]{1,15}$|^$

Which page to display this option? Edit Your Details

______________________________________________

Click SAVE
On next page take a note of the field number for this new profile field. Example field18

In the code below, change fieldi to your field number, example field18. There are 2 edits, make sure you do them both.

Also ensure you have entered the correct path for your image, normally

http://yourwebsite.com/forum/styles/...me/twitter.jpg

Replace yourwebsite.com with your website
Replace forum with forums if your forum is in folder forums ( i think you understand)
Replace styles/stylename with whatever folder you are using for your forum, ie: mine is styles/australia

DO NOT REMOVE Copyright <!-- yobromofo british expats twitter addin code-->

_______________________________________________

Now goto postbit_legacy


CODE:
Code:
<!-- yobromofo british expats twitter addin code-->
<if condition="is_member_of($bbuserinfo, 2, 6, 7, 5)">
<if condition="$post[fieldi]">
<a href="http://twitter.com/$post[fieldi]" target="_blank"><img class="inlineimg" 

src="http://www.yourwebsite.com/forum/styles/stylename/statusicon/twitter.png" alt="View $post[username]'s Twitter Profile" 

width="16px" height="16px" border="0" /></a></if></if>
<!--end british expats twitter addin code-->

Ensure you paste the amended code, as you have edited it, with correct file path to the image. Plus correct field names !

There is only one actual field, but it does need to be edited in 2 places in the above code.

In Postbit_legacy find:

$post[skypeicon]
</center>

After this add the code above.

Now upload the image to your respective folder.

Thats it.

Have fun. Brought to you by British Expats Australia

Ok

enclosed in zip: full instructions, and image

Download Now

File Type: zip install_twitter_postbit_YBMF.zip (2.1 KB, 131 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 04-05-2009, 10:12 PM
TimberFloorAu's Avatar
TimberFloorAu TimberFloorAu is offline
 
Join Date: May 2008
Location: Brisbane
Posts: 2,264
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

*** Reserved ***
Please CLICK INSTALLED if you use this.

Image added:
Attached Images
File Type: jpg ybmf_twitter_profile.jpg (53.3 KB, 0 views)
Reply With Quote
  #3  
Old 04-05-2009, 11:02 PM
Milad's Avatar
Milad Milad is offline
 
Join Date: Apr 2005
Location: Syro
Posts: 663
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What does this do?
Reply With Quote
  #4  
Old 04-06-2009, 12:31 AM
TimberFloorAu's Avatar
TimberFloorAu TimberFloorAu is offline
 
Join Date: May 2008
Location: Brisbane
Posts: 2,264
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Twitter Link in Postbit
Reply With Quote
  #5  
Old 04-06-2009, 01:37 AM
Jasem's Avatar
Jasem Jasem is offline
 
Join Date: Feb 2006
Location: www.menokia.com
Posts: 594
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Good work, thank you......

Installed
Reply With Quote
  #6  
Old 04-06-2009, 01:57 AM
Brandon Sheley's Avatar
Brandon Sheley Brandon Sheley is offline
 
Join Date: Mar 2005
Location: Google Kansas
Posts: 4,678
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

so it's just a link to your twitter profile in the post?

I think you have a typo

YoBroMoFo British Expats Twitter Link in Postbit.

shouldn't it be

YoBroMoFo British Experts Twitter Link in Postbit.
?

cheers
-Brandon
Reply With Quote
  #7  
Old 04-06-2009, 04:24 AM
armthehomeless1 armthehomeless1 is offline
 
Join Date: Dec 2008
Posts: 50
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Expat = expatriate:

ex·pa·tri·ate - One who has taken up residence in a foreign country.

Thanks for this mod...I'm going to install it now!
Reply With Quote
  #8  
Old 04-06-2009, 04:32 AM
armthehomeless1 armthehomeless1 is offline
 
Join Date: Dec 2008
Posts: 50
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

actually...can you put the field in with all the other instant messaging fields?
Reply With Quote
  #9  
Old 04-06-2009, 07:25 AM
TimberFloorAu's Avatar
TimberFloorAu TimberFloorAu is offline
 
Join Date: May 2008
Location: Brisbane
Posts: 2,264
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yep, thats how I have it
Reply With Quote
  #10  
Old 04-06-2009, 09:41 PM
DobieGillis? DobieGillis? is offline
 
Join Date: Feb 2009
Posts: 538
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

installed and working well.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 02:27 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.07897 seconds
  • Memory Usage 2,317KB
  • Queries Executed 24 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (2)postbit_attachment
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete