Welcome Guest, Not a member yet? Register   Sign In
vBulletin and CodeIgniter
#1

[eluser]Shinzo[/eluser]
Hello,

i read all old topics in this forum about using codeigniter with vbulletin board, but I found no solution for my problem.

Maybe someone found an solution how to intergrate the $vbulletin->userinfo into codeigniter.

On an other project I include vbulletin with a simple code into a simple PHP-File to use the userinfos like username, posts, email and so on:

Code:
<?php
$curdir = getcwd ();
chdir('forum');
require_once('./global.php');
chdir ($curdir);

echo $vbulletin->userinfo['username']; // Here I can display now my username with i logged in in the forum
?>

If I use now this simple code in a CI-Controller it displays an error:

Fatal error: Call to a member function on a non-object in /root/forum/includes/functions.php on line 1303

But I have no idea where the problem is. I dont want to edit my vBulletin-Script. I only want to use the actually session/cookie infos to work with them in codeigniter.

The was an simple Hook (vBUser.php ?) here in the forum, but the page is down now.

Would be happy about all help.

Thanks, shinzo

Sorry: Can anyone move topic to: "Code and Application Development"


Messages In This Thread
vBulletin and CodeIgniter - by El Forum - 08-19-2008, 03:53 AM
vBulletin and CodeIgniter - by El Forum - 12-09-2008, 12:14 PM
vBulletin and CodeIgniter - by El Forum - 12-09-2008, 12:56 PM
vBulletin and CodeIgniter - by El Forum - 12-09-2008, 01:20 PM
vBulletin and CodeIgniter - by El Forum - 12-10-2008, 05:51 PM
vBulletin and CodeIgniter - by El Forum - 12-11-2008, 12:10 AM
vBulletin and CodeIgniter - by El Forum - 12-11-2008, 01:04 AM
vBulletin and CodeIgniter - by El Forum - 12-11-2008, 01:17 AM
vBulletin and CodeIgniter - by El Forum - 12-11-2008, 03:41 PM
vBulletin and CodeIgniter - by El Forum - 12-11-2008, 07:11 PM
vBulletin and CodeIgniter - by El Forum - 12-11-2008, 07:55 PM
vBulletin and CodeIgniter - by El Forum - 12-12-2008, 12:38 AM
vBulletin and CodeIgniter - by El Forum - 12-12-2008, 10:03 PM
vBulletin and CodeIgniter - by El Forum - 12-12-2008, 10:44 PM
vBulletin and CodeIgniter - by El Forum - 12-13-2008, 10:48 PM
vBulletin and CodeIgniter - by El Forum - 12-14-2008, 03:52 PM
vBulletin and CodeIgniter - by El Forum - 12-14-2008, 11:09 PM
vBulletin and CodeIgniter - by El Forum - 12-22-2008, 03:30 AM
vBulletin and CodeIgniter - by El Forum - 12-24-2008, 03:22 AM
vBulletin and CodeIgniter - by El Forum - 01-14-2009, 10:03 PM
vBulletin and CodeIgniter - by El Forum - 01-20-2009, 06:54 AM
vBulletin and CodeIgniter - by El Forum - 01-20-2009, 04:07 PM
vBulletin and CodeIgniter - by El Forum - 01-28-2009, 12:31 AM
vBulletin and CodeIgniter - by El Forum - 01-28-2009, 01:35 AM
vBulletin and CodeIgniter - by El Forum - 01-28-2009, 02:35 AM
vBulletin and CodeIgniter - by El Forum - 01-29-2009, 11:06 PM



Theme © iAndrew 2016 - Forum software by © MyBB