Hi Khalid
Quote:
Originally Posted by almannai
I don't know if this is advisable. To show forum sidebar on content page means we need to disable content sidebar(If it is possible! don't know yet, I will see).
|
Don't loose too much time with that! Was only an idea...
Quote:
For editpost.php it should work. Are you sure it is not working there?
|
By Default, yes. But I never tried to add it as "custom page". My Idea was an additional Setting "Show everywhere?" (or perhaps "Show in editpost.php?" etc.) But also here: It was only an idea, because you asked

.
E.g. for
Project Tools I was able to enable it for all Project-Pages by simply search and Replace *.php (around 10 pieces):
- {vb:raw navbar} -> {vb:raw navbar}{vb:raw sidebaropen}
- {vb:raw footer} -> {vb:raw sidebarext}{vb:raw footer}
- print_output($templater->render()); -> $templater->register('sidebarext', $sidebarext);\r\n$templater->register('sidebaropen', $sidebaropen);\r\nprint_output($templater->render());
Anyway: Where I need it, I know how to add it. Thanks for your efforts and again: Don't loose your time. It's only a "nice to have".
Regards, Bruno