We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
{NAVIGATION} Types,
I notice in theme.php this: {NAVIGATION=main} {NAVIGATION|s=side} {NAVIGATION=footer}
I also use this in the welcome message {NAVIGATION=alt}
In the admin area there are a total of 6 navigation sections - 3 of them are alt.... The alt one up top shows #4 on the list, how do I show #5 and #6?
The text was updated successfully, but these errors were encountered:
Also adding some future refference to this will be good for the developers on the developers documents.
So what do I use to call for the number 4,5, and/or 6 navigation areas?
I've tried {NAVIGATION=alt4} + but no luck.
Sorry, something went wrong.
Have you tried {NAVIGATION=alt5} and {NAVIGATION=alt6} ? values are: main,side,footer,alt,alt5,alt6
No I have not tried them - I tried other methods that did not work, but will try 5 and 6 now. they work.
Heads up - when putting them down in the Welcome Message, they display Sidebar before they list the links, I don't know if this was intended or not.
@LaocheXe Is this issue resolved?
Yes It works now
No branches or pull requests
{NAVIGATION} Types,
I notice in theme.php this:
{NAVIGATION=main}
{NAVIGATION|s=side}
{NAVIGATION=footer}
I also use this in the welcome message
{NAVIGATION=alt}
In the admin area there are a total of 6 navigation sections - 3 of them are alt.... The alt one up top shows #4 on the list, how do I show #5 and #6?
The text was updated successfully, but these errors were encountered: