I set that widget would be displayed in ALL pages but it doesn't displayed in custom pages. Maybe i should add case with those:
switch ($template) { case 'activity': case 'categories': case 'feedback': case 'qa': case 'questions': case 'hot': case 'search': case 'tag': case 'tags': case 'unanswered': case 'admin': case 'question': case 'account': case 'users': case 'custom_pages': $allow=true; break; } return $allow;
Sure, you could do that - the correct template is actually 'custom'
Welcome to the Q&A site for Question2Answer.
If you have a question about Q2A, please ask here, in English.
To report a bug, please create a new issue on Github or ask a question here with the bug tag.
If you just want to try Q2A, please use the demo site.