Quote:
Originally Posted by Zachariah
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']);
}
|
Thank you for your answer.
I am using the default list display of posts within threads, but I don't know what my members use. Why should this be an issue?
I am using
this plugin for facebook/myspace social networking in postbit. I don't know if that could cause an interference.