Joomla! Discussion Forums



It is currently Thu Nov 26, 2009 2:20 pm (All times are UTC )

 


Forum rules

Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.



Post new topic Reply to topic  [ 12 posts ] 
Author Message
Posted: Tue Nov 29, 2005 12:10 pm 
Joomla! Explorer
Joomla! Explorer
Offline

Joined: Wed Nov 02, 2005 11:20 am
Posts: 354
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


You do not have the required permissions to view the files attached to this post.


Last edited by leonsio on Fri Jan 20, 2006 12:55 pm, edited 1 time in total.

Top
  E-mail  
 
Posted: Fri Jan 20, 2006 12:56 pm 
Joomla! Explorer
Joomla! Explorer
Offline

Joined: Wed Nov 02, 2005 11:20 am
Posts: 354
*update*

bugfix: some cookie fixes
added: better intergation in the com_connector component


Top
  E-mail  
 
Posted: Fri Jan 20, 2006 7:09 pm 
User avatar
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Fri Sep 02, 2005 4:29 pm
Posts: 109
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?

_________________
dreary query begone


Top
  E-mail  
 
Posted: Fri Jan 20, 2006 7:30 pm 
Joomla! Explorer
Joomla! Explorer
Offline

Joined: Wed Nov 02, 2005 11:20 am
Posts: 354
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?


Top
  E-mail  
 
Posted: Fri Jan 20, 2006 7:45 pm 
User avatar
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Fri Sep 02, 2005 4:29 pm
Posts: 109
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";
 

_________________
dreary query begone


Top
  E-mail  
 
Posted: Fri Jan 20, 2006 7:50 pm 
Joomla! Explorer
Joomla! Explorer
Offline

Joined: Wed Nov 02, 2005 11:20 am
Posts: 354
scripturl variable is not longer needed ;)

i will remove it next release


Top
  E-mail  
 
Posted: Thu Mar 16, 2006 1:49 am 
User avatar
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Sun Oct 23, 2005 11:36 pm
Posts: 36
Location: Russia, Irkutsk
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


Top
  E-mail  
 
Posted: Thu Mar 16, 2006 7:50 am 
Joomla! Explorer
Joomla! Explorer
Offline

Joined: Wed Nov 02, 2005 11:20 am
Posts: 354
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 ;)


Top
  E-mail  
 
Posted: Tue Mar 28, 2006 7:30 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Sun Nov 27, 2005 9:54 am
Posts: 13
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?


Top
  E-mail  
 
Posted: Wed Mar 29, 2006 3:23 am 
User avatar
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Sun Oct 23, 2005 11:36 pm
Posts: 36
Location: Russia, Irkutsk
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


Top
  E-mail  
 
Posted: Wed May 03, 2006 10:56 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Mon Dec 12, 2005 4:30 pm
Posts: 10
It dosent work with 1.1.0 i just get a blank page ???


Top
  E-mail  
 
Posted: Thu May 04, 2006 5:05 pm 
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Sun Mar 26, 2006 7:55 pm
Posts: 208
I take it we would need to use the SOAP module for this to work?


Top
   
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 12 posts ] 

Quick reply

 



Who is online

Users browsing this forum: No registered users and 8 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group