Pages: [1]
|
 |
|
Author
|
Topic: Mambo with SimpleBoard Component (Read 1040 times)
|
|
AlphaWolf
|
The SimpleBoard component for Mambo will NOT work with Mambo 4.5.2 & above unless you actually go in to the component files, prior to installing it, and edit simpleboard.php as follows:
Change Line 48 which reads
} elseif ( $mambo_release == "4.5" && ($mambo_dev_level == "1" || $mambo_dev_level =="1a") ){
to read:
} elseif ( $mambo_release == "4.5" && ($mambo_dev_level == "1" || $mambo_dev_level =="1a" || $mambo_dev_level == "2" || $mambo_dev_level == "2.1") ){
You must then rezip all component files and directories and then install it using the Mambo admin panel
|
|
|
|
|
Logged
|
|
|
|
|
Pages: [1]
|
|
|
 |