Skip to content

Conversation

@csemasthan
Copy link

As of now, only all questions and all answers of a user can be accessed through profile section.

Now, I have added all comments section in the profile section.

$usershtml, null, $options);
}

$qa_content['page_links'] = qa_html_page_links(qa_request(), $start, $pagesize, $count, qa_opt('pages_prev_next'));
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

$count is not correct here. replace with "count($questions)"

Pagination issue resolved
In the metadata.json,

a new variable "dependency_level": 2, may be added.
Which indicates the loading order in the plugins.

Dependency level of the plugin useful while loading it. Lower the dependency number, loads earlier.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant