Xobni

Xobni outlook add-in for your inbox

Anmeldung






Passwort vergessen?
Noch kein Benutzerkonto?
Registrieren

LMO - Joomla! - Forum

 
<< Anfang < Vorherige 1 2 3 Nächste > Ende >>
Ricardo

 
[SOLVED]Getting the Joomla! modules to work - 10/09/2006 18:31 Hi, i'm having some problems to display the module minitab:

Anyone have any idea about what's happening?

Server and installation:
Linux, apache, Php5
Joomla! 1.0.11, LMO 4

I've the the file in the Ligen folder and it's working because i can access it by LMO frontend and backend.

Thank you
Sorry about my english

Ricardo

Post edited by: admin, at: 2006/09/13 00:44
  | | Kein öffentlicher Schreibzugriff erlaubt, bitte zuerst registrieren!
admin

 
Re:Getting the Joomla! modules to work...in Englis - 11/09/2006 23:31 Hi Ricardo,
for now, com_lmo doesn't support any of the LMO-Addons nor any existing mod_ for the LMO. If you want to take advantage of any mod_... for the LMO, you have to install the LMO 'standalone'.
Best regards,
Joern
  | | Kein öffentlicher Schreibzugriff erlaubt, bitte zuerst registrieren!
Ricardo

 
Re:Getting the Joomla! modules to work...in Englis - 12/09/2006 00:14 I'm using the standalone version...
The mod mininext it's working, just dont know why this is not
  | | Kein öffentlicher Schreibzugriff erlaubt, bitte zuerst registrieren!
admin

 
Re:Getting the Joomla! modules to work...in Englis - 12/09/2006 02:12 Hi Ricardo,

sorry ... my fault

in the directory lmo/addon/mini/ you may find in the lmo-minitab.php, as in the lmo-mininext.php, nearly to the beginning of the file (20-22), the following lines:
Code:

  require(dirname(__FILE__).'/../../init.php'); require_once(PATH_TO_ADDONDIR."/classlib/ini.php");


or
Code:

  require_once(dirname(__FILE__).'/../../init.php'); require_once(PATH_TO_ADDONDIR."/classlib/ini.php");


Please change 'require_once' to 'require' in both files (have a look at the following Code)
Code:

  require(dirname(__FILE__).'/../../init.php'); require(PATH_TO_ADDONDIR."/classlib/ini.php");


I guess it should work with those changes.

Best regards,

Jörn
  | | Kein öffentlicher Schreibzugriff erlaubt, bitte zuerst registrieren!
Ricardo

 
Re:Getting the Joomla! modules to work...in Englis - 12/09/2006 20:20 It's working.
Thank you very much
  | | Kein öffentlicher Schreibzugriff erlaubt, bitte zuerst registrieren!
<< Anfang < Vorherige 1 2 3 Nächste > Ende >>