vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   End-User Options - Engage Twitter (https://vborg.vbsupport.ru/showthread.php?t=221443)

Javierogo 10-05-2009 11:03 PM

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!

Judith2 10-06-2009 12:29 AM

I'm looking for an Engage Facebook and MySpace! Thanks for the Twitter one :D

AdamFL 10-06-2009 01:08 AM

Very nice! Thank you for the mod.

TheInsaneManiac 10-06-2009 05:27 AM

Quote:

Originally Posted by edward hamilton (Post 1894669)
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.

washingtonboise 10-06-2009 06:46 AM

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.

AfterWorldForum 10-06-2009 08:27 AM

Quote:

Originally Posted by washingtonboise (Post 1895513)
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.

Tanapangarap 12-09-2009 12:31 AM

Quote:

Originally Posted by Zachariah (Post 1885238)
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.

Tanapangarap 12-10-2009 04:13 PM

Quote:

Originally Posted by Robbed (Post 1881233)
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.

Kaelon 04-06-2010 08:31 PM

Works perfectly on 3.8.4 PL 2.

Mum 05-01-2010 01:17 AM

Installed and works perfectly :)


All times are GMT. The time now is 09:01 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.01308 seconds
  • Memory Usage 1,745KB
  • 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
  • (3)bbcode_code_printable
  • (5)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