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
  #32  
Old 09-10-2009, 07:08 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 RK1gaming View Post
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
I would say your account on twiter is locked down so no one can see the info other than people in your "follow network".

Twiter.com => Settings => Account

[X] Protect my tweets
Only let people whom I approve follow my tweets. If this is checked, you WILL NOT be on the public timeline. Tweets posted previously may still be publicly visible in some places.

This add-on simply access a public feed from your account if it is locked, I do not think the script can access your data.
Reply With Quote
  #33  
Old 09-11-2009, 01:24 AM
RK1gaming RK1gaming is offline
 
Join Date: Mar 2008
Posts: 90
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thank you sir for the answer and explanation on how it works - if i could plus rep for you - much appreciated
Reply With Quote
  #34  
Old 09-14-2009, 09:25 PM
HastleGames HastleGames is offline
 
Join Date: Jul 2009
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Vital Signs View Post
The only problem I see is the Twitter Widget displaying posts oldest first. Any fix?
I have the same problem, someone fix this?
Reply With Quote
  #35  
Old 09-15-2009, 12:15 PM
Mihalis Mihalis is offline
 
Join Date: Nov 2008
Posts: 51
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I installed this mod and I could no longer see the content of any posts at all. I could see titles but the content of the thread is no visible. I uninstalled it and... voila, good as new. Any ideas?
Reply With Quote
  #36  
Old 09-15-2009, 04:05 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 HastleGames View Post
I have the same problem, someone fix this?
I will have to take a look. It has never happened to me in 10 or so installs to various forums. Once the widget comes up it shows the last post on twitter and scrolls down 19 entries of history.
Quote:
Originally Posted by Mihalis View Post
I installed this mod and I could no longer see the content of any posts at all. I could see titles but the content of the thread is no visible. I uninstalled it and... voila, good as new. Any ideas?
Are you using Threaded / Hybrid Mode or default list display of posts within threads ?

There may be interference from another add-on.
- plugin of the product "add im_icons parser template"

* 1st try to move the "Execution Order " of the plugin from 5 to 2 and test then to 10 and test.

* 2nd try: in a plugin of the product "add im_icons parser template"

This integrates the twitter icon into the postbit / postbit_legacy.
Hash that part of the code out and save and see if your threads return to normal.

Wrap: /* */ around the code.

Code:
if ($vbulletin->templatecache['postbit']) 
{ 
    $vbulletin->templatecache['postbit'] = str_replace('$post[skypeicon]', '$post[skypeicon] $post[twittericon]', $vbulletin->templatecache['postbit']); 
} 
if ($vbulletin->templatecache['postbit_legacy']) 
{ 
    $vbulletin->templatecache['postbit_legacy'] = str_replace('$post[skypeicon]', '$post[skypeicon] $post[twittericon]', $vbulletin->templatecache['postbit_legacy']); 
}
Reply With Quote
  #37  
Old 09-15-2009, 05:16 PM
hippyTRIBE hippyTRIBE is offline
 
Join Date: Aug 2009
Posts: 25
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice mod.

Installed and voted for MOTM


i have a request. whenever i click on the join this conversation or twitter logo it takes us to twitter on the same window. This is true for any links in the twitter widget.

If we can open it another window so that the users are still in the forum, that'd be great. If this can be done where and what shud i add??

Quote:
The only problem I see is the Twitter Widget displaying posts oldest first. Any fix?
I can see that the tweets starts from the latest ones and goes to the older ones.. I think if only the latest 5 or 6 tweets are listed then we won't be confused.
Reply With Quote
  #38  
Old 09-16-2009, 08: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 hippyTRIBE View Post
Nice mod.

Installed and voted for MOTM


i have a request. whenever i click on the join this conversation or twitter logo it takes us to twitter on the same window. This is true for any links in the twitter widget.

If we can open it another window so that the users are still in the forum, that'd be great. If this can be done where and what shud i add??



I can see that the tweets starts from the latest ones and goes to the older ones.. I think if only the latest 5 or 6 tweets are listed then we won't be confused.
I'll add that to the to-do list of things to look at.
- New windows
- option to choose # of tweets
Reply With Quote
  #39  
Old 09-16-2009, 08:11 PM
KURTZ KURTZ is offline
 
Join Date: Nov 2006
Location: Italy
Posts: 2,257
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

nice one Zach, i'll check it soon!
Reply With Quote
  #40  
Old 09-16-2009, 11:20 PM
matt4 matt4 is offline
 
Join Date: Mar 2008
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice but its displaying oldest tweets first. Like the above
Reply With Quote
  #41  
Old 09-17-2009, 01:12 PM
HastleGames HastleGames is offline
 
Join Date: Jul 2009
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by matt4 View Post
Nice but its displaying oldest tweets first. Like the above
this is proof that the problem, if there

Sorry my bad English
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 09:20 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.05268 seconds
  • Memory Usage 2,345KB
  • 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
  • (1)bbcode_code
  • (7)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