Quote:
Originally Posted by kh99
And that problem goes away if you disable your plugin? It must be another problem with the plugin (I guess that's obvious  ). I notice on the first line you have this:
Code:
if ($vbulletin->options['enable'] AND (THIS_SCRIPT=='newthread'))
shouldn't it be 'enable_forumid'?
Edit: also, is your table named "testting"?
|
Code:
if ($vbulletin->options['enable'] AND (THIS_SCRIPT=='newthread'))
in iframe retrieve data from a table testting and
if ($vbulletin->options['enable'] = if enable
THIS_SCRIPT=='newthread' = show only new thread