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
Any way to add some more tabs on the navigation menu? Not very clear how to do it. Is there any examples or tutorials? Thanks!
The text was updated successfully, but these errors were encountered:
You can create new pages through the admin panel now but you can't run any Arc code in them.
Best way to do it for now would probably be to add a toplink here in the longpage template:
(tag (span "id" "navmain") (w/bars (toplink "new" "newest" ,gl) (toplink "comments" "newcomments" ,gl) (toplink "ask" "ask" ,gl) (link "submit")))
and then a newsop to handle the url (ex: this would handle /newest) (newsop newest () (newestpage user))
(newsop newest () (newestpage user))
unfortunately there's no smooth workflow for this or documentation but I'll put it on the todo list
Sorry, something went wrong.
No branches or pull requests
Any way to add some more tabs on the navigation menu? Not very clear how to do it. Is there any examples or tutorials? Thanks!
The text was updated successfully, but these errors were encountered: