Nov 6, 2013 6:11:54 GMT -5
@stinky666, The "Like Function" with this theme isn't working properly, a member pointed it out. It will not show up that a topic or post is liked unless you refresh the page. Is there a fix for this?
The same happens here on Slightly Insane. Unfortunately, I have no clue how to sort it.
Originally the like button wasn't even working, so at least it does work lol.
You can see that you have liked the post at least before refreshing, with the button changing colour.
Nov 6, 2013 7:21:38 GMT -5
Man I've been out of the loop. This looks really cool.
Nov 10, 2013 12:54:10 GMT -5
Helloo.. I thought I'd post my main problem with the theme here.. The shoutbox does not show the the last post. I've some other small problems.. But if this can be fixed..Well just fantastic..
Nov 10, 2013 12:56:32 GMT -5
Helloo.. I thought I'd post my main problem with the theme here.. The shoutbox does not show the the last post. I've some other small problems.. But if this can be fixed..Well just fantastic..
It's best to set your shoutbox to display new posts/shouts/messages at the top rather than the bottom.
Admin > Settings > Shoutbox - "New shouts appear at": "Top".
Nov 10, 2013 13:00:48 GMT -5
Ya..That works.. But? Can I do that this just for this theme? So it works? And not for my other themes?
My members like the shoutbox post to be on the bottom.. We polled it a year or 2 ago.. If I could only make it work on the top for this theme and not the rest of my themes..That would work.. Very nice..
Nov 17, 2013 2:18:29 GMT -5
4 edits to this theme, which are all easy to fix.
Either see below, or look at the bottom of the original post on how to fix the problems.
[16th November 1.1.7]:
Selecting multiple posts then quoting, would not multi-quote, this has been fixed thanks to
Xikeon.
Go to
Admin > Layout Templates > Thread > Post ListOn line 15 you will see the following:
<tr class="$[post.content_class]{if $[post.even]} even{/if}{if $[viewing_recent_posts]} recent{/if}">Remove the red part above. Hit save and voila, now multi-quotes work again!!
[15th November 1.0.7]:
Admin > Themes > Layout Templates > Forum WrapperOn
line 427 you will see:
z-index: 999
9 !important;
Remove one of the number nine's, leaving only 3. So now it should look like the following:
z-index: 999 !important;
[15th November 1.0.6]:
Admin > Themes > Layout Templates > Thread > Post ListLines 5 - 10, you will see:
<div class="controls">
$[post.quote_button] |
$[post.edit_button] |
$[post.likes.button] |
$[post.select_options]}
</div>
Replace it with:
<div class="controls">
{if $[post.quote_button]}$[post.quote_button] |{/if}
{if $[post.edit_button]}$[post.edit_button] | {/if}
{if $[post.likes.button]}$[post.likes.button] | {/if}
{if $[post.select_options]}$[post.select_options]{/if}
</div>
[15th November 1.0.5]:
Admin > Themes > Advanced Styles & CSS > Style SheetGo to
line 997 and change the below from -7px; to 0px;
.posts .post .post-method { vertical-align:
-7px; }
Jun 27, 2015 10:12:07 GMT -5
I looked at line 17 but i cant edit logo ? the logo isnt there ! helppp
Jun 27, 2015 18:31:42 GMT -5
I looked at line 17 but i cant edit logo ? the logo isnt there ! helppp
Can you tell me exactly where you're going and looking?
If I go to
Admin > Themes > Layout Templates > Forum Wrapper I see the following:
<a href="/"><img src="http://exdat.net/Ninja-Logo.png" title="$[forum.name]" width="150" height="123"></a>
Could you copy and paste me what you see on your line 17 please?