joomlamoves wrote:
i am only getting a warning with this one as well:
Invalid argument supplied for foreach() in /home/example.com/modules/mod_vbulletin_recent_posts.php on line 81
the threads aren't being fed back.
are you sure the application is being correctly initialized with
Code:
$application=new $module2->module($params, $cid);
shouldn't the "server" param be parsed and used to declare the application?
this is correct
the params variable contains server and key for the soap calls
the call to the soap server will be made by com_connector
if is true, the $application->__status is 1, else 0
in $application->__res you can find the ressource ID for the soap server
maybe i should change the if/else construct to exceptions ( try/catch )
the threads results the array for the last 10 posts(today) from vbulletin, which the user can see
maybe where no posts today?