Members: 10,140
Threads: 38,830
Posts: 159,367
Online: 30

Newest Member: Xoote


Old 21.06.2005, 14:39   #1
webracer
Mamber
 
webracer's Avatar
 
Join Date: Apr 2004
Location: Flanders - Belgium
Posts: 58
webracer is on a distinguished road
Send a message via MSN to webracer
RedCross How to install MAL?

  1. Unzip the MAL distribution ZIP
  2. Choose the MAL release corresponding to your Mambo release and unzip it
  3. Install the modules
    - MAL MAINMENU
    - MAL ACCESS (please do not publish this module)
  4. Install the MAL component
  5. Go to Components - MAL Site Access - MAL Database Administration and install the MAL basic data: Install: Start with empty tables.
  6. Choose your type of MAL test in Components - MAL Site Access - Access Levels - Parameters and activate the Itemid test.
  7. Create the MAL Access Levels
  8. Specify in Components MAL for menu, contents etc the wanted access levels
  9. Specify in Components MAL - Users the access level for your users
  10. Modify all the templates you use
change in your template
<?php
defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' );
// needed to seperate the ISO number from the language file constant _ISO
$iso = split( '=', _ISO );
// xml prolog
echo '<?xml version="1.0" encoding="'. $iso[1] .'"?' .'>';
?>



to

<?php
defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' );
// needed to seperate the ISO number from the language file constant _ISO
$iso = split( '=', _ISO );
// xml prolog
echo '<?xml version="1.0" encoding="'. $iso[1] .'"?' .'>';
include_once( $GLOBALS['mosConfig_absolute_path'].'/modules/mod_mal_access.php');
$grantaccess = mal_access();
?>


Finished.
__________________
Webracer
Founding member of mambobrothers.com
"You have the Ideas, We have the Skills"
webracer is offline   Reply With Quote
Sponsored Links
Old 17.02.2006, 11:21   #2
guilliam
Baby Mamber
 
guilliam's Avatar
 
Join Date: Jun 2005
Location: sunny city, CEBU!, Philippines.
Posts: 6
guilliam is on a distinguished road
Send a message via ICQ to guilliam Send a message via AIM to guilliam Send a message via MSN to guilliam Send a message via Yahoo to guilliam
Default Re: How to install MAL?

currently updating to joomla latest build. will check on the site(mambobro's) and on this thread if encountered any probs.
guilliam is offline   Reply With Quote
Old 04.05.2006, 09:37   #3
wantoo
Baby Mamber
 
Join Date: Jul 2005
Posts: 2
wantoo is on a distinguished road
Default Re: How to install MAL?

Hi,

Since I've upgraded to Joomla 1.0.8, here is JAL problem :
Code:
Fatal error: Cannot instantiate non-existent class: mosaccesslevels_jal in /home/httpd/vhosts/mysite/httpsdocs/administrator/components/com_jal_siteaccess/admin.jal_siteaccess.php on line 861
This appening when i'm updating "Access Definition Manager" in Admin

I've tried to find where mosaccesslevels_jal is in other files, without success.

Anyone has got the same problem ? Thanks

Regards
wantoo is offline   Reply With Quote
Old 16.07.2006, 19:28   #4
richmond2
Baby Mamber
 
Join Date: Jul 2006
Posts: 1
richmond2 is on a distinguished road
Angry Re: How to install MAL?

Has anyone found how to overcome this? I got MAL for mambo 4.5.3h (before seeing these threads!) and after 3 installations still haven't got it working. I keep getting an error similar to wantoo, i.e.

Fatal error: Class 'mosAccessLevels_MAL' not found in /home/**/public_html/administrator/components/com_mal_siteaccess/admin.mal_siteaccess.php on line 862

Can anyone help?

Quote:
Originally Posted by wantoo
Hi,

Since I've upgraded to Joomla 1.0.8, here is JAL problem :
Code:
Fatal error: Cannot instantiate non-existent class: mosaccesslevels_jal in /home/httpd/vhosts/mysite/httpsdocs/administrator/components/com_jal_siteaccess/admin.jal_siteaccess.php on line 861
This appening when i'm updating "Access Definition Manager" in Admin

I've tried to find where mosaccesslevels_jal is in other files, without success.

Anyone has got the same problem ? Thanks

Regards
richmond2 is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
What does the MAL distribution Zip contains? webracer "How do I" questions 0 21.06.2005 14:19
help needed with creating an manual instruction to install akocomment 2.0, foreverfan Component Development 2 22.03.2005 09:03
unable to install ako commments, google adsense and paypal to mambo 4.52. foreverfan Component 'How Do I' Questions 0 21.03.2005 09:10
Install HTMLArea3 fails. patsneok Mambo 4.5.1 Installation and Upgrades 2 28.12.2004 17:47
phpBB Component - Install, Import, Admin Problems JackBreech Component 'How Do I' Questions 15 21.08.2004 00:57


All times are GMT +2. The time now is 21:02.

Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
A vBSkinworks Design
© Copyright 2004-2008 by Arthur Konze Webdesign.