Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - Mimmi

#1
Premium Themes / Re: StickUp [SMF 2.0]
December 07, 2015, 04:15:29 PM
This is probably not the right way to do it, but just in case anybody else need a quick fix, I share mine:

When clicking the parent in the menu the menu toggles/collapses, but I want to be able to go to the link of the parent. I need to both go to the link of the parent and show/unshow the children.

I changed the code in index.template.php. Go to:
echo '
<ul class="treeview-menu">';


Add after so that the code becomes:
echo '
<ul class="treeview-menu">';
echo '<li><a href="', $button['href'], '"', isset($childbutton['target']) ? ' target="' . $childbutton['target'] . '"' : '', '>', $button['title'],'</a></li> ';

foreach ($button['sub_buttons'] as $childbutton)
#2
Premium Themes / Re: StickUp
October 09, 2015, 01:57:17 PM
I'v just bought and installed your theme.  :) I need to have three color variants of it, to use on different boards. How do I achieve that. Just make a copy of red.css and adjust it? If so, how do I choose what color of the theme to use?  Or should I make a copy of the whole theme?