Quote:
Originally Posted by CMerritt
I know this isn't available currently, but any thought to setting it up so that individual users could choose the section they want to appear by default? In other words, setting up a widget on the front page that would show articles by section based on their selection?
|
Not something I'm going to work on but that's fairly easily done on your end.
Create a User Profile Field, Single Line Textbox.
In the UsersCP have the user enter the Section ID they want to display.
In the widget change $section = ' '; to $section = $bbuserinfo['fieldX']
X would be the Profile Field #. I believe this will work I obviously haven't tested it.