Help with super fish
Permalink
Hey i got the superfish addon i know its dev and since it requireds version 5.3.1.2 which hasnt come out yet i went in the controller.php:
<?php
defined('C5_EXECUTE') or die(_("Access Denied."));
class SuperfishPackage extends Package {
protected $pkgHandle = 'superfish';
protected $appVersionRequired = '5.3.1.1';
protected $pkgVersion = '0.1';
public function getPackageName() {
return t("Superfish");
}
public function getPackageDescription() {
return t("Create a drop-down navigation menu.");
}
public function install() {
$pkg = parent::install();
// install block
BlockType::installBlockTypeFromPackage('superfish', $pkg);
}
}
and change the required string and the version string now when i try and install it i get:
Fatal error: Cannot redeclare class SuperfishPackage in /mounted-storage/home115c/sub007/sc66353-ZWZK/rbari2/packages/superfish/controller.php on line 26
the /rbari2 is where concrete is installed line 26 is this } yea i didn't change anything on that line....
<?php
defined('C5_EXECUTE') or die(_("Access Denied."));
class SuperfishPackage extends Package {
protected $pkgHandle = 'superfish';
protected $appVersionRequired = '5.3.1.1';
protected $pkgVersion = '0.1';
public function getPackageName() {
return t("Superfish");
}
public function getPackageDescription() {
return t("Create a drop-down navigation menu.");
}
public function install() {
$pkg = parent::install();
// install block
BlockType::installBlockTypeFromPackage('superfish', $pkg);
}
}
and change the required string and the version string now when i try and install it i get:
Fatal error: Cannot redeclare class SuperfishPackage in /mounted-storage/home115c/sub007/sc66353-ZWZK/rbari2/packages/superfish/controller.php on line 26
the /rbari2 is where concrete is installed line 26 is this } yea i didn't change anything on that line....
nvm Figured it out
What was your solution?
that shouldn't be in the marketplace, its an old version of the block, for a version of c5 that isn't released.. i've just hidden it
So, is the drop-down *fish coming back? We love it.
gotta release what is in beta, then it'll go up public
were did you download this from?
this is superfish drop down multilevel menu:
http://www.concrete5.org/community/forums/block_requests/jquery_dro...
http://www.concrete5.org/community/forums/block_requests/jquery_dro...