-
Bug
-
Resolution: Invalid
-
None
-
3.0.x
-
None
-
PHP Environment:
Database:
Maybe I missed something, but why does "View your posts" list only topics and not posts?
If you click "View your posts", you probably expect to really see all of your posts, not only one "entry" for every topic you posted in.
When you use the advanced search page, only enter a username and execute a search, all posts are displayed.
The same for "Search user’s posts" on a user's profile page.
The responsible piece of code seems to be the following:
search.php, ll.251:
if (!$keywords && sizeof($author_id_ary))
|
{
|
// if it is an author search we want to show topics by default
|
$show_results = ($topic_id) ? 'posts' : request_var('sr', ($search_id == 'egosearch') ? 'topics' : 'posts');
|
$show_results = ($show_results == 'posts') ? 'posts' : 'topics';
|
}
|
If you don't want to change the behaviour, at least the link should be changed to indicate that topics and not posts are listed...
- is duplicated by
-
PHPBB-7282 View your posts function doesn't show your posts
- Closed
-
PHPBB-7685 egosearch language key
- Closed
-
PHPBB-9765 'View your posts' not show post, is show topic
- Closed