barisusakli 9 years ago
parent c3f4250aa9
commit 19aae36fd3

@ -0,0 +1 @@
<!-- IMPORT account/posts.tpl -->

@ -0,0 +1 @@
<!-- IMPORT account/posts.tpl -->

@ -1,19 +1 @@
<div class="account"> <!-- IMPORT account/posts.tpl -->
<!-- IMPORT partials/account/header.tpl -->
<div class="favourites row">
<h1>[[pages:{template.name}, {username}]]</h1>
<!-- IF !posts.length -->
<div class="alert alert-warning text-center">[[topic:favourites.has_no_favourites]]</div>
<!-- ENDIF !posts.length -->
<div class="col-xs-12">
<!-- IMPORT partials/posts_list.tpl -->
<!-- IF config.usePagination -->
<!-- IMPORT partials/paginator.tpl -->
<!-- ENDIF config.usePagination -->
</div>
</div>
</div>

@ -1,11 +1,11 @@
<div class="account"> <div class="account">
<!-- IMPORT partials/account/header.tpl --> <!-- IMPORT partials/account/header.tpl -->
<div class="favourites row"> <div class="row">
<h1>[[pages:{template.name}, {username}]]</h1> <h1>{title}</h1>
<!-- IF !posts.length --> <!-- IF !posts.length -->
<div class="alert alert-warning text-center">[[user:has_no_posts]]</div> <div class="alert alert-warning text-center">{noItemsFoundKey}</div>
<!-- ENDIF !posts.length --> <!-- ENDIF !posts.length -->
<div class="col-xs-12"> <div class="col-xs-12">

@ -2,10 +2,10 @@
<!-- IMPORT partials/account/header.tpl --> <!-- IMPORT partials/account/header.tpl -->
<div class="row"> <div class="row">
<h1>[[pages:{template.name}, {username}]]</h1> <h1>{title}</h1>
<!-- IF !topics.length --> <!-- IF !topics.length -->
<div class="alert alert-warning">[[user:has_no_topics]]</div> <div class="alert alert-warning text-center">{noItemsFoundKey}</div>
<!-- ENDIF !topics.length --> <!-- ENDIF !topics.length -->
<div class="category"> <div class="category">

@ -0,0 +1 @@
<!-- IMPORT account/posts.tpl -->

@ -1,18 +1 @@
<div class="account"> <!-- IMPORT account/topics.tpl -->
<!-- IMPORT partials/account/header.tpl -->
<div class="row">
<h1>[[pages:{template.name}, {username}]]</h1>
<!-- IF !topics.length -->
<div class="alert alert-warning">[[user:has_no_watched_topics]]</div>
<!-- ENDIF !topics.length -->
<div class="category">
<!-- IMPORT partials/topics_list.tpl -->
<!-- IF config.usePagination -->
<!-- IMPORT partials/paginator.tpl -->
<!-- ENDIF config.usePagination -->
</div>
</div>
</div>

@ -39,10 +39,14 @@
<li class="divider"></li> <li class="divider"></li>
<li><a href="{config.relative_path}/user/{userslug}/topics">[[global:topics]]</a></li> <li><a href="{config.relative_path}/user/{userslug}/topics">[[global:topics]]</a></li>
<li><a href="{config.relative_path}/user/{userslug}/posts">[[global:posts]]</a></li> <li><a href="{config.relative_path}/user/{userslug}/posts">[[global:posts]]</a></li>
<li><a href="{config.relative_path}/user/{userslug}/best">[[global:best]]</a></li>
<li><a href="{config.relative_path}/user/{userslug}/groups">[[global:header.groups]]</a></li> <li><a href="{config.relative_path}/user/{userslug}/groups">[[global:header.groups]]</a></li>
<!-- IF showHidden --> <!-- IF showHidden -->
<li><a href="{config.relative_path}/user/{userslug}/favourites">[[user:favourites]]</a></li> <li><a href="{config.relative_path}/user/{userslug}/favourites">[[user:favourites]]</a></li>
<li><a href="{config.relative_path}/user/{userslug}/watched">[[user:watched]]</a></li> <li><a href="{config.relative_path}/user/{userslug}/watched">[[user:watched]]</a></li>
<li><a href="{config.relative_path}/user/{userslug}/upvoted">[[global:upvoted]]</a></li>
<li><a href="{config.relative_path}/user/{userslug}/downvoted">[[global:downvoted]]</a></li>
<!-- ENDIF showHidden --> <!-- ENDIF showHidden -->
<!-- BEGIN profile_links --> <!-- BEGIN profile_links -->

Loading…
Cancel
Save