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
  #62  
Old 10-05-2009, 11:03 PM
Javierogo's Avatar
Javierogo Javierogo is offline
 
Join Date: Jun 2008
Location: M?xico
Posts: 76
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Very nice mod!:up:

I just have 3 questions please:
1.- How can i control de privacy ... i mean, i want only the registered users can see it?

2.- Is possible to change the vertical size of the block?

3.- Is possible to choose the place of the block?

Thanks!
Reply With Quote
  #63  
Old 10-06-2009, 12:29 AM
Judith2 Judith2 is offline
 
Join Date: Feb 2008
Posts: 94
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm looking for an Engage Facebook and MySpace! Thanks for the Twitter one
Reply With Quote
  #64  
Old 10-06-2009, 01:08 AM
AdamFL AdamFL is offline
 
Join Date: Oct 2008
Posts: 28
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Very nice! Thank you for the mod.
Reply With Quote
  #65  
Old 10-06-2009, 05:27 AM
TheInsaneManiac TheInsaneManiac is offline
 
Join Date: Feb 2008
Posts: 1,360
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by edward hamilton View Post
I have removed the feed box in the profile as well by commenting
<!-- $template_hook[profile_right_mini] -->
in the MEMBERINFO template
That could cause issues with other products though. I just removed his tweet box code from his product.
Reply With Quote
  #66  
Old 10-06-2009, 06:46 AM
washingtonboise washingtonboise is offline
 
Join Date: Mar 2009
Posts: 86
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
upload im_twitter.gif to images/misc/
import product
There's no easy to find instructions for 'how to add an addon' either on this site, or packaged with any of the add ons I have examined. - As developers, there ought to be some level of standard for the sake of usability.
Reply With Quote
  #67  
Old 10-06-2009, 08:27 AM
AfterWorldForum AfterWorldForum is offline
 
Join Date: Dec 2008
Posts: 154
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by washingtonboise View Post
There's no easy to find instructions for 'how to add an addon' either on this site, or packaged with any of the add ons I have examined. - As developers, there ought to be some level of standard for the sake of usability.
If you are unsure about how to import, go to your adminCP, scroll down, and select "Plugin & Product from the left menu. At the bottom of the right-hand section of the screen, click [Add/Import Product].

Click on the Browse button, and point it to the XML file of the plugin you downloaded, and you're pretty much done.
Reply With Quote
  #68  
Old 12-09-2009, 12:31 AM
Tanapangarap's Avatar
Tanapangarap Tanapangarap is offline
 
Join Date: Dec 2007
Location: California
Posts: 80
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Zachariah View Post
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.


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']); 
}
I'm glad this was posted. I was having the following show up on the header when using postbit_legacy:

Code:
Parse error: syntax error, unexpected T_VARIABLE in /home/content/h/y/p/hyperionv1/html/includes/class_postbit.php(303) : eval()'d code on line 80

Parse error: syntax error, unexpected T_VARIABLE in /home/content/h/y/p/hyperionv1/html/includes/class_postbit.php(303) : eval()'d code on line 80
Fortunately, the fix was just removing this code:

Code:
if ($vbulletin->templatecache['postbit_legacy'])
{
	$vbulletin->templatecache['postbit_legacy'] = str_replace('$post[skypeicon]', '$post[skypeicon] $post[twittericon]', $vbulletin->templatecache['postbit_legacy']);
}
I know what you're thinking, but I use the new postbit anyway, and the postbit_legacy is just to please one person.
Reply With Quote
  #69  
Old 12-10-2009, 04:13 PM
Tanapangarap's Avatar
Tanapangarap Tanapangarap is offline
 
Join Date: Dec 2007
Location: California
Posts: 80
Благодарил(а): 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?
Yeah, I noticed the same issue.
Reply With Quote
  #70  
Old 04-06-2010, 08:31 PM
Kaelon's Avatar
Kaelon Kaelon is offline
 
Join Date: Jan 2002
Posts: 405
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Works perfectly on 3.8.4 PL 2.
Reply With Quote
  #71  
Old 05-01-2010, 01:17 AM
Mum Mum is offline
 
Join Date: Jun 2006
Location: New Zealand
Posts: 660
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed and works perfectly
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:54 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.04815 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
  • (3)bbcode_code
  • (5)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