Quote:
Originally Posted by HastleGames
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
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']);
}