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

Reply
 
Thread Tools
Engage Twitter Details »»
Engage Twitter
Version: 1.00, by Zachariah Zachariah is offline
Developer Last Online: Jan 2020 Show Printable Version Email this Page

Category: End-User Options - Version: 3.8.3 Rating:
Released: 08-21-2009 Last Update: 08-21-2009 Installs: 102
DB Changes Uses Plugins Auto-Templates
Translations Is in Beta Stage  
No support by the author.

# Engage Twitter v. 1.0 for vBulletin 3.7.x - 3.8x
# ----------------------------------------------------------------
# Zachariah Boren - http://www.szone.us

This adds the ability of having for each user of your board to enter their Twitter.com account.

Tested:
- vBulletin 3.7x to vBulletin 3.8.4

This hack integrates itself into: (demo links)
- AdminCP (edit a user / profile)
- user CP
- Postbit
- memberlist
- profile block using a twitter widget

Installation:
upload im_twitter.gif to images/misc/
import product

Settings:
User Control Panel => Your Profile => Edit Your Details
- Optional Information
-- Instant Messaging
--- Twitter ID:

****************************
Todo:

- Add options in USERCP and/or AdmincP to change hardcoded settings of
profile widget (colors, size, block location)

- Add a 2nd widget block that alows users to have custom search
queries.


PS Opps:
- I did not see
** https://vborg.vbsupport.ru/showthread.php?t=185378
I will shoot off an email to see about a merge.

Download Now

File Type: zip Engage Twitter.zip (121.4 KB, 654 views)

Screenshots

File Type: jpg memberlist.jpg (18.8 KB, 0 views)
File Type: jpg profile-block.jpg (68.9 KB, 0 views)
File Type: jpg userCP.jpg (44.7 KB, 0 views)

Show Your Support

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

Comments
  #22  
Old 09-01-2009, 11:42 PM
bek4ever7 bek4ever7 is offline
 
Join Date: Aug 2009
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed.

But it did not display a Twitter icon along with the Yahoo, AIM, Skype icons in member infobox next to posts.

how can i add this twitter icon
Reply With Quote
  #23  
Old 09-02-2009, 11:20 AM
Zachariah's Avatar
Zachariah Zachariah is offline
 
Join Date: Feb 2002
Location: Canoga Park, CA
Posts: 2,125
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by bek4ever7 View Post
Installed.

But it did not display a Twitter icon along with the Yahoo, AIM, Skype icons in member infobox next to posts.

how can i add this twitter icon
This is a setting per user / member

Settings:
User Control Panel => Your Profile => Edit Your Details
- Optional Information
-- Instant Messaging
--- Twitter ID:
Reply With Quote
  #24  
Old 09-02-2009, 09:12 PM
alfaowner alfaowner is offline
 
Join Date: Jul 2003
Location: London
Posts: 201
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Oldest update first is not good, has this been resolved as yet?
Reply With Quote
  #25  
Old 09-04-2009, 05:02 PM
elzarie elzarie is offline
 
Join Date: Sep 2009
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is Great . Thanks much
Reply With Quote
  #26  
Old 09-07-2009, 06:45 PM
Robbed Robbed is offline
 
Join Date: Oct 2005
Posts: 329
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If the user twitter account is set to private it prompts for a password when visiting there profile.

Can you have so it doesn't show on the users profile if it's private?

and what alfaowner said about the oldest update 1st
Reply With Quote
  #27  
Old 09-09-2009, 01:00 PM
Zachariah's Avatar
Zachariah Zachariah is offline
 
Join Date: Feb 2002
Location: Canoga Park, CA
Posts: 2,125
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Robbed View Post
If the user twitter account is set to private it prompts for a password when visiting there profile.

Can you have so it doesn't show on the users profile if it's private?
I will have to look if there is any other way to access the data that is comming from twitter via. API with user/password interaction.

At the moment:
- It may be that we put a disclaimer to tell the users to not fill in their name if their twitter account if it is set to private.
Reply With Quote
  #28  
Old 09-09-2009, 08:50 PM
kmohamed kmohamed is offline
 
Join Date: Nov 2008
Posts: 112
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok since am using ur mod am thinking why not take it to the next level
and intgrated with threads
what i mean is that u can tweet threads

i know there are many other mods that does that but i will prefre to have this feature in one mod
Reply With Quote
  #29  
Old 09-09-2009, 11:03 PM
Zachariah's Avatar
Zachariah Zachariah is offline
 
Join Date: Feb 2002
Location: Canoga Park, CA
Posts: 2,125
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by kmohamed View Post
ok since am using ur mod am thinking why not take it to the next level
and intgrated with threads
what i mean is that u can tweet threads

i know there are many other mods that does that but i will prefre to have this feature in one mod
I thought about that. I was planning to use https://vborg.vbsupport.ru/showthread.php?t=208657 "description for meta and bookmarksite on showthread" and create a bookmarksite for twitter as another network to submit to. At the moment this is a file edit, but with future "hook" requests @ vb.com we might make it a plug-in some day.

There may be something can be done with the API to submit last post / last thread, limit per usergroup, limit per forum, to twitter user/password, on a CRON job so that we can throttle the speed of submits per hour, other things.

Good idea, need to do more research and dev.
Reply With Quote
  #30  
Old 09-10-2009, 10:15 AM
nikosb nikosb is offline
 
Join Date: Dec 2008
Location: Greece
Posts: 96
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks
Reply With Quote
  #31  
Old 09-10-2009, 03:05 PM
RK1gaming RK1gaming is offline
 
Join Date: Mar 2008
Posts: 90
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

so i have installed this and set it up and seems all ok , but it keeps asking for my user name and password - even after i put the right on in - thoughts or what did i do wrong
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 04:15 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.09081 seconds
  • Memory Usage 2,336KB
  • Queries Executed 26 (?)
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
  • (3)bbcode_quote
  • (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
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (4)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)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