Hey Nectar,
I was following the advice on http://themenectar.ticksy.com/ticket/150515 to get a sidebar for bbpress. So I created a bbpress.php and the pages now have a sidebar but unfortunately I think I need to register a sidebar for bbpress in the functions. I tried my hand at it and unfortunately failed to get it to work properly (got it to show but none of the widgets worked).
Obviously I am missing something, wondering if I could get some assistance :O
now there will be a new sidebar area in your appearance > widgets section in the admin panel. After that to get it to show on your page open up your bbpress.php file (which you created based off the page-sidebar.php file) and change this part:
Hey Nyalus!
If you're talking about creating a sidebar exclusivity for use within bbpress pages then here's the process:
1. Open up the functions.php file and head to this section
and change it to:
now there will be a new sidebar area in your appearance > widgets section in the admin panel. After that to get it to show on your page open up your bbpress.php file (which you created based off the page-sidebar.php file) and change this part:
to this:
Cheers :)
I'd kiss you if I could. Thanks!