Post by BilliTheCat on Jun 25, 2016 16:06:16 GMT -8
Forum URL: www.secretsocietyfriends.com
Ok. I hope The pictures make more sense than if I tried to explain myself.
This is what I want to happen in all themes.
This is the code that did that.
This is theme that I want to change.
This is the code that did that.
Can somebody give me a clue please?
Ok. I hope The pictures make more sense than if I tried to explain myself.
This is what I want to happen in all themes.
This is the code that did that.
<div class="container posts">
<div class="title-bar">
<h1>$[thread.subject]</h1>
</div>
<div class="control-bar ui-helper-clearfix $[scroll_class]">
<div class="controls">
$[action_menu]
<a href="Http://www.secretsocietyfriends.com/threads/recent"><img src="http://secretsociety.b1.jcink.com/uploads/secretsociety//29565e9e-image.png" height:14px;></a>
<div class="float-right controls" style="$[bottom_reply_button.style];">
<span> <a href="$[participated_threads_link.href]">Participated</a>
<a href="http://www.secretsocietyfriends.com">Home</a>
$[reply_button]
{if $[current_user.is_guest]}
$[login_link]
{else}
$[logout_link]
{/if}
</span> </div>
</div>
<div class="float-left">$[thread.icons]</div>
{if $[current_user.is_member]}<img src="http://emoticoner.com/files/emoticons/smileys/multi-stars-smiley.gif">{/if}
$[pagination]
</div>
<div class="content cap-bottom">
$[thread.labels]
$[poll]
<table class="list" role="presentation">
<tbody class="$[list_class]">
$[post_list]
</tbody>
</table>
{if !$[quick_reply]}{if $[bottom_reply_button]}
<div class="reply_button pad-all-double">$[bottom_reply_button]<br class="clear" /></div>
{/if}{/if}
</div>
</div>
$[quick_reply]
This is theme that I want to change.
This is the code that did that.
<div class="container posts">
<div class="title-bar">
<h1>$[thread.subject]</h1>
</div>
<div class="control-bar ui-helper-clearfix $[scroll_class]">
<div class="controls">
$[action_menu]
<a href="Http://www.secretsocietyfriends.com/threads/recent"><img src="http://secretsociety.b1.jcink.com/uploads/secretsociety//29565e9e-image.png" height:14px;></a>
<a href="$[participated_threads_link.href]">Participated</a>
<a href="http://www.secretsocietyfriends.com">Home</a>
$[reply_button]
{if $[current_user.is_guest]}
$[login_link]
{else}
$[logout_link]
{/if}
</div>
<div class="float-left">$[thread.icons]
</div>
{if $[current_user.is_member]}$[theme.image.welcomeback]
{/if}
$[pagination]
</div>
<div class="content cap-bottom">
$[thread.labels]
$[poll]
<table class="list" role="presentation">
<tbody class="$[list_class]">
$[post_list]
</tbody>
</table>
{if !$[quick_reply]}{if $[bottom_reply_button]}
<div class="reply_button pad-all-double">$[bottom_reply_button]<br class="clear" /></div>
{/if}{/if}
</div>
</div>
$[quick_reply]
Can somebody give me a clue please?