|
Across the top there are questions, tags, users, badges, unanswered tabs. I want to remove the "badges" tab as my implementation doesn't really need them at the moment. I can see:
But I can't see where it gets the page_top_tabs to iterate through... Thanks |
|
I was helped out by matt in the jabber channel. Here's what solved it:
How can I remove de Unanswered tab ? Thanks
(02 Aug '10, 17:07)
cristianlp
1
Go to /forum/views/readers.py change @decorators.render('questions.html', 'unanswered', _('unanswered'), weight=400) to @decorators.render('questions.html', 'unanswered', _('unanswered'), weight=400, tabbed=False)
(18 May '11, 01:23)
jimin
|