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.
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?
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
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']);
}
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.
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