Autonav Location

We have hopefully, simple question regarding the subject line

Backstory:

We have 5.8 site that has been running for some time, everything is great and the client loves it (yes it is a legacy install).

The client wanted to do a refresh which we have pretty much completed. Now they want a different Navbar.

Role Forward in time:

We have BS HTML code and CSS. We’ve carved up some sample html pages and everything is fine.

We are converting it to a C5 navbar.

Question:

Where do we put the navbar? We have seem posts that say to put it into root/blocks/navbar/template, others say to put it into themepath/blocks/navbar.

We are a little unsure as to which is correct. This is an html theme that was converted to C5, so not a Package.

Thanks in advance

We have the same type of question. We could not get it to work properly so stayed with the default C5 navbar (5.7x).

Any takers on this?

Basically to override anything place it in application folder and copy the path that is in the concrete folder so for this copy it to

application/blocks/autonav/templates/

You can then do two things:

Either maike a file template_name.php

But you can also make a folder

template_name and place view.php, view.css and view.js

They will then all be auto loaded

1 Like