Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: “My Threads” – User Specific Views

Just thought I’d throw this out there… if you want to put the two new views first in the list, you can first unset the existing view, and then re-set it below where you add the new views.

unset($views);

if (bb_is_user_logged_in()) {

$views = "Topics I've Started";

$views = "Topics I've Participated In";

}

$views = "Topics with no replies";

You can also rename the view that way if you want.

Skip to toolbar