Skip to content
New issue

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

sidebarng with starter theme in dokuwiki anteater #8

Open
tirili opened this issue Jan 10, 2011 · 2 comments
Open

sidebarng with starter theme in dokuwiki anteater #8

tirili opened this issue Jan 10, 2011 · 2 comments

Comments

@tirili
Copy link

tirili commented Jan 10, 2011

Currently sidebarng puts its content into the id=dokuwiki_content section.
When using the starter theme a doubled sidebar occurs, as starter has its sidbar in id=dokuwiki__aside.
How can the code be modified to get sidebarng occur in aside?
Best regards,
Thomas.

@michitux
Copy link

It basically can't be changed unless the template provides a specific event to do so. The only possibility for plugins that always works is printing the output before or after the content, but they also can't influence the order in which different plugins are called. But why do you need sidebarng in a template that already has a sidebar?

@heuzef
Copy link

heuzef commented Sep 5, 2013

I found a solution, it's really simple !
Go to settings > Basic Settings > Sidebar
And change the name "sidebar" to "sidebar_right" for example.
it resolves the conflict.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants