Jump to content

Cannot find a certain module


Recommended Posts

Hi!

 

I am fairly new to prestashop so I am prone to beginner errors..

Anyway... installed prestashop and installed a free theme from templatemonster.com

 

http://blog.templatemonster.com/2010/06/21/free-prestashop-theme/

 

Now I trying to follow all steps from the readme.pdf.. But I am getting stuck at the module positions.

 

I have installed : Block Banner4 v0.1

As you can see on this screenshot:

screenshot1ri.jpg

 

But when I look at the module position page I cannot find it at all:

screenshot2can.jpg

 

I have tried CTRL + F to find it maybe in some other block... But there also I cannot locate the Block Banner4 v0.1 module.. :(

 

Can anyone tell me what I am doing wrong?

 

With kind regards

 

Alex

Link to comment
Share on other sites

Hi ferencik,

Please try uninstalling and reinstalling the module to see if that fixes this for you.

 

-Mike

 

Thank you for your reply.

Unfortunately that did not do the trick.

 

Removed the module completely from the server and uploaded it again reinstalled it as well from the modules section. But no go :(

Link to comment
Share on other sites

Got it working!!! "I GUESS!!!! / HOPE!!! <I am still configuring the website and it still isn't showing up on the shoplayout. But I can now arrange it>"

 

 

I replaced:

 

function install()

{

Configuration::updateValue('BLOCKADVERT_LINK5', 'http://www.prestashop.com');

if (!parent::install())

return false;

if (!Configuration::updateValue('HOME_FEATURED_NBR', 8) OR !parent::install() OR !$this->registerHook('home'))

return false;

return true;

}

 

For :

 

function install()

{

Configuration::updateValue('BLOCKADVERT_LINK5', 'http://www.prestashop.com');

if (!Configuration::updateValue('HOME_FEATURED_NBR', 8) OR !parent::install() OR !$this->registerHook('home'))

return false;

return true;

}

 

In the blockbanner4.php file :)

If anyone sees an error leading to a future bug please let me know!! Thanks in advance!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...