Quote:
Originally posted by scottct1
How do I do the following?
Public Bookmarks list with username.
Browse all public Bookmarks.
I want my users to be able to be able to see all Public Bookmarks. The only way I see to see others public bookmarks (besides in their user Control Panel) is to do a search.
I would like them to be able to see all the public bookmarks and all the Public categories. (infact if users could store bookmarks in already created categories it would be cool as well.
|
This works per default. You need to do nothing. You find the hyperlink 'Browse all public Bookmarks' on every page below, if you look at the Public Bookmarks of a user. Or put this hyperlink someplace:
Code:
<a href="http://domain/forum/bookmarks.php?&action=mpbrowse&userid=all">View all user's public Bookmarks</a>
No categories are shown there. The categories list could very much be (e.g. with 100 bookmarks users...). If you liked to show the categories nevertheless, then change something in file bookmarks.php:
search for
Code:
// $allcategories=1;
and remove double slash