Skip to content
New issue

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

Profile page #2281

Closed
fizi opened this issue Jan 14, 2017 · 3 comments
Closed

Profile page #2281

fizi opened this issue Jan 14, 2017 · 3 comments
Labels
type: bug A problem that should not be happening
Milestone

Comments

@fizi
Copy link

fizi commented Jan 14, 2017

If I set the user comment on the profile page (admin area)....the right menu area go below the news. Maybe miss the close div from it. If I disable the user comment, the page appears normally (not allowed user comment). Where the comments on other pages no problem, only on profile page.
I think the problem in the user_template.php:
$USER_WRAPPER['view']['PROFILE_COMMENTS'] = '<div class="panel panel-default clearfix">{---}'; $USER_WRAPPER['view']['PROFILE_COMMENT_FORM'] = '{---} </div>';

If I make:
$USER_WRAPPER['view']['PROFILE_COMMENTS'] = '<div class="panel panel-default clearfix">{---}</div>'; $USER_WRAPPER['view']['PROFILE_COMMENT_FORM'] = '<div>{---} </div>';

page work normally.

@CaMer0n CaMer0n added the type: bug A problem that should not be happening label Jan 14, 2017
@Moc Moc added this to the e107 v2.1.5 milestone Feb 1, 2017
@CaMer0n CaMer0n modified the milestones: e107 v2.1.5, e107 v2.1.6 Mar 21, 2017
@CaMer0n CaMer0n modified the milestones: e107 v2.1.6, e107 v2.1.7 Aug 10, 2017
@CaMer0n CaMer0n modified the milestones: e107 v2.1.7, e107 2.1.8 Dec 24, 2017
@Moc
Copy link
Member

Moc commented Jun 27, 2018

@CaMer0n Is the above fix appropriate? If yes, I'll commit

@fizi
Copy link
Author

fizi commented Jun 27, 2018

If I allow user comment the right column go below the left column (not work).

@CaMer0n CaMer0n modified the milestones: e107 2.1.8, e107 2.1.9 Jul 18, 2018
@CaMer0n
Copy link
Member

CaMer0n commented Jul 23, 2018

@Moc The code looks good.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug A problem that should not be happening
Projects
None yet
Development

No branches or pull requests

3 participants