| Joomla! http://forum.joomla.org/ |
|
| Recent Posts from Vbulletin ( post which user can see ) http://forum.joomla.org/viewtopic.php?f=40&t=21641 |
Page 1 of 1 |
| Author: | leonsio [ Tue Nov 29, 2005 12:10 pm ] |
| Post subject: | Recent Posts from Vbulletin ( post which user can see ) |
This module is an addon for com_connector component and vbulletin module http://forum.joomla.org/index.php/topic,21066.0.html it shows on joomla site last X posts from vbulletin forum if the user is logged in, it would be displayed a posts from vbulletin with user rights demo: http://www.c4u.to |
|
| Author: | leonsio [ Fri Jan 20, 2006 12:56 pm ] |
| Post subject: | Re: Recent Posts from Vbulletin ( post which user can see ) |
*update* bugfix: some cookie fixes added: better intergation in the com_connector component |
|
| Author: | joomlamoves [ Fri Jan 20, 2006 7:09 pm ] |
| Post subject: | Re: Recent Posts from Vbulletin ( post which user can see ) |
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? |
|
| Author: | leonsio [ Fri Jan 20, 2006 7:30 pm ] |
| Post subject: | Re: Recent Posts from Vbulletin ( post which user can see ) |
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? |
|
| Author: | joomlamoves [ Fri Jan 20, 2006 7:45 pm ] |
| Post subject: | Re: Recent Posts from Vbulletin ( post which user can see ) |
that is certainly true, my test forum contains 1 thread with one post. so if there are no posts for a single day, a warning that the var threads will occur? also, i noticed that the cid in the url's for both modules are hardcoded... maybe for next update the cid from the module config is passed to it? IE: Code: $scripturl = $mosConfig_live_site."/index.php?option=com_connector&cid=1";
|
|
| Author: | leonsio [ Fri Jan 20, 2006 7:50 pm ] |
| Post subject: | Re: Recent Posts from Vbulletin ( post which user can see ) |
scripturl variable is not longer needed ![]() i will remove it next release |
|
| Author: | ak0rn [ Thu Mar 16, 2006 1:49 am ] |
| Post subject: | Re: Recent Posts from Vbulletin ( post which user can see ) |
getting this error ![]() Code: Fatal error: Call to undefined function: getlastposts() in /home2/mysite/public_html/modules/mod_vbulletin_recent_posts.php on line 57
|
|
| Author: | leonsio [ Thu Mar 16, 2006 7:50 am ] |
| Post subject: | Re: Recent Posts from Vbulletin ( post which user can see ) |
have you changed anything in the modul-file? this file DOES NOT contains/call function called getlastposts the module calls other soap server the getLastPosts method if the script can not finde this method the error message would be different
|
|
| Author: | arian [ Tue Mar 28, 2006 7:30 pm ] |
| Post subject: | Re: Recent Posts from Vbulletin ( post which user can see ) |
This module does not work! I get the same error as others. I'm NOT using SOAP, and I am using SQL setup instead. My test forum is very empty (with a couple of posts/replies). What seems to be the problem? |
|
| Author: | ak0rn [ Wed Mar 29, 2006 3:23 am ] |
| Post subject: | Re: Recent Posts from Vbulletin ( post which user can see ) |
2 leonsio: I haven't changed anything =( Maybe I missed smthing when was installing module? I have: joomla 1.0.8 com_connector vBulletin this module =) using php 4xx |
|
| Author: | wrang [ Wed May 03, 2006 10:56 pm ] |
| Post subject: | Re: Recent Posts from Vbulletin ( post which user can see ) |
It dosent work with 1.1.0 i just get a blank page
|
|
| Author: | xKillswitchx [ Thu May 04, 2006 5:05 pm ] |
| Post subject: | Re: Recent Posts from Vbulletin ( post which user can see ) |
I take it we would need to use the SOAP module for this to work? |
|
| Page 1 of 1 | All times are UTC |
| Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group http://www.phpbb.com/ |
|