1
0
mirror of https://github.com/e107inc/e107.git synced 2025-09-09 05:40:44 +02:00

Fixes #2425 Fixes #2281 Fixes #2937 Comment navigation issues.

This commit is contained in:
Cameron
2018-07-28 16:10:23 -07:00
parent e5af746153
commit 64d821a2d1
5 changed files with 40 additions and 20 deletions

View File

@@ -321,8 +321,8 @@ if(deftrue('BOOTSTRAP'))
$USER_WRAPPER['view']['USER_SIGNATURE'] = '<div>{---}</div>';
$USER_WRAPPER['view']['USER_RATING'] = '<div>{---}</div>';
$USER_WRAPPER['view']['USER_SENDPM'] = '<div>{---}</div>';
$USER_WRAPPER['view']['PROFILE_COMMENTS'] = '<div class="panel panel-default clearfix">{---}';
$USER_WRAPPER['view']['PROFILE_COMMENT_FORM'] = '{---} </div>';
$USER_WRAPPER['view']['PROFILE_COMMENTS'] = '<div class="clearfix">{---}</div>';
// $USER_WRAPPER['view']['PROFILE_COMMENT_FORM'] = '{---} </div>';
$USER_TEMPLATE['view'] = '
{SETIMAGE: w=600}
@@ -372,12 +372,16 @@ if(deftrue('BOOTSTRAP'))
</ul>
</div>
</div>
{PROFILE_COMMENTS}
{PROFILE_COMMENT_FORM}
</div>
</div>
<!-- Start Comments -->
{PROFILE_COMMENTS}
<!-- End Comments -->
';
}