Vấn đề về login cần giúp đỡ ???

ukyo4000

Youtube Master Race
Em tạo site = joomla và forum = vBB nhưng em muốn biết :

- Khi người ta vào www.mysite.com ( Joomla page ) , người ta login vào rồi

Mình dùng com và mod nào để khi login Joomla xong, người ta vào forum 0 cần login lai ?
 
Mình đã có rồi nhưng khi cài đặt 0 biết làm sao cả, dark hướng dẫn = tiếng việt cho mình được 0 ?
 
Cài đặt đơn giản thôi mà , nói sơ qua nhé .
_Chép tất cả file yêu cầu của nó vào nơi cần patse
_Edit vài file theo yêu cầu
_Vậy thôi
 
Cái mod đó xài chả thấy hay :D. Tốt nhất tạo trang html là ok nhất. Bạn vô itvietnam.net đi, có trang đó :D
 
Cài đặt đơn giản thôi mà , nói sơ qua nhé .
_Chép tất cả file yêu cầu của nó vào nơi cần patse
_Edit vài file theo yêu cầu
_Vậy thôi

Edit rồi nhưng mà sao nó bào lỗi ở file pluginservices.php trong Joomla !!!
 
Nó báo lỗi gì bạn, bạn copy cái lỗi lên đây đi.
 
Lỗi này nè bạn :

Fatal error: Call to undefined method pluginServices::genSessionID() in C:\xampp\htdocs\mysite\pluginservices.php on line 352

Mình edit 2 cái file jvb_config.php :

<?php
/*
+---------------------------------------------------------------
| vBulletin Board Plugin for Joomla | jvbPlugin
+---------------------------------------------------------------
*/

//Path to your vBulletin folder without trailing slash
//Sample in Linux OS: "/home/bbpixel/www/forum"
$VB_ROOT_PATH = "C:/xampp/htdocs/mysite/forum";

//URL of vBulletin folder without trailing slash
$VB_ROOT_URL = "http://localhost/mysite/forum";

//Please put your Joomla Wrapper Itemid which contain forum.
$wrapperID = "1"; // Default: 0 = Turn Off Com_Wrapper

//Show redirect message box of Forum when we login/logout.

$showMSG = 1; //Turn ON = 1; Defaul = 0

//Cookie domain

/*
To make the cookie available on all subdomains of example.com
then you'd set it to '.example.com'. The . is not required but
make it compatible with more browsers.

Setting it to www.example.com will make the cookie only available
in the www subdomain
*/
$VB_COOKIE_DOMAIN = "localhost";


?>

và jvb_fconfig.php :

<?php
/*
+---------------------------------------------------------------
| vBulletin Board Plugin for Joomla | jvbPlugin
| (C) 2004 - 2005 BBPIXEL
+---------------------------------------------------------------
*/

//ReConfig for your website-----------------------
//Path to your portal folder without trailing slash
$PORTAL_ROOT_PATH = "C:/xampp/htdocs/mysite";

/**
* *Please don't change anything below
*/
include($PORTAL_ROOT_PATH."/jvb_config.php");
?>

Bạn nào giúp mình với !!!
___________________________
Lỗi này nè bạn :

Fatal error: Call to undefined method pluginServices::genSessionID() in C:\xampp\htdocs\mysite\pluginservices.php on line 352

Mình edit 2 cái file jvb_config.php :

<?php
/*
+---------------------------------------------------------------
| vBulletin Board Plugin for Joomla | jvbPlugin
+---------------------------------------------------------------
*/

//Path to your vBulletin folder without trailing slash
//Sample in Linux OS: "/home/bbpixel/www/forum"
$VB_ROOT_PATH = "C:/xampp/htdocs/mysite/forum";

//URL of vBulletin folder without trailing slash
$VB_ROOT_URL = "http://localhost/mysite/forum";

//Please put your Joomla Wrapper Itemid which contain forum.
$wrapperID = "1"; // Default: 0 = Turn Off Com_Wrapper

//Show redirect message box of Forum when we login/logout.

$showMSG = 1; //Turn ON = 1; Defaul = 0

//Cookie domain

/*
To make the cookie available on all subdomains of example.com
then you'd set it to '.example.com'. The . is not required but
make it compatible with more browsers.

Setting it to www.example.com will make the cookie only available
in the www subdomain
*/
$VB_COOKIE_DOMAIN = "localhost";


?>

và jvb_fconfig.php :

<?php
/*
+---------------------------------------------------------------
| vBulletin Board Plugin for Joomla | jvbPlugin
| (C) 2004 - 2005 BBPIXEL
+---------------------------------------------------------------
*/

//ReConfig for your website-----------------------
//Path to your portal folder without trailing slash
$PORTAL_ROOT_PATH = "C:/xampp/htdocs/mysite";

/**
* *Please don't change anything below
*/
include($PORTAL_ROOT_PATH."/jvb_config.php");
?>

Bạn nào giúp mình với !!!
 
Tìm download lại jvbPlugin 1012.367 , version có fix cái lỗi đó rồi . Còn không thử chuyển qua dùng AppServ , Xampp có thể phần php bị trục trặc .
 
Back
Top