We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Latest Github version (just updated)
private function getMainRender() { if(isset($this->mainRenders[0])) { return $this->mainRenders[0]; } return array(); }
Value on user profile with comments ON:
[mainRenders:e_render:private] => Array ( [0] => Array ( [list] => 1 [uniqueId] => [menuArea] => 0 [menuCount] => 0 [menuTotal] => 0 [setStyle] => main [caption] => 0 Comments ) [1] => Array ( [list] => [uniqueId] => [menuArea] => 0 [menuCount] => 0 [menuTotal] => 0 [setStyle] => main [caption] => Member Profile ) )
Workaround - just partial fix
{SETSTYLE=raw} {PROFILE_COMMENTS}
result
Comment tablerender shouldn't influence the main render
Chrome / Brave
8.1
The text was updated successfully, but these errors were encountered:
related #5264
Sorry, something went wrong.
The problem with this is that if I set it this way, the caption does not appear. The caption cannot be overwritten with comments title.
No branches or pull requests
What e107 version are you using?
Latest Github version (just updated)
Bug description
Value on user profile with comments ON:
How to reproduce
Workaround - just partial fix
result
Expected behavior
Comment tablerender shouldn't influence the main render
What browser(s) are you seeing the problem on?
Chrome / Brave
PHP Version
8.1
The text was updated successfully, but these errors were encountered: