News:

SMF 2.1.4 has been released! Take it for a spin! Read more.

Main Menu

Mystic Multi v2

Started by Antechinus, September 17, 2008, 11:59:34 AM

Previous topic - Next topic

sHaXFu

I did, No messages...   is all that is there.. lol from the demo I see what you mean but it's not there on mine, none are 0 posts. I'm not really sure what the deal is.

Antechinus


sepulchre

Antechinus, any joy with the colour variant code cheif?

Also, and I'm being dim here, but how can I set my new logo to display centred in the header (I've changed the #logo to make it large enough for my actual logo but I would like to make the logo appear centrally over the forum)

cheers :)

Antechinus

#103
Code for centered logo is here: http://www.simplemachines.org/community/index.php?topic=328819.msg2196874#msg2196874

The code described here will change the variants permanently from the bars in the header: http://www.simplemachines.org/community/index.php?topic=315942.msg2171251#msg2171251

And if you combine that with the code from here: http://www.simplemachines.org/community/index.php?topic=320084.msg2171224#msg2171224

..you can have a set of changer bars that not only change variants permanently from the forum but will do so without changing the page you are viewing. This has gotta be the ultimate. :D.

Code for that version looks like this:

<li class="changerB"><a href="' . $_SERVER['REQUEST_URL'] . (strpos($_SERVER['REQUEST_URL'], '.php?') !== false ? ';' : '?') . 'variant=Bronze" onclick="set_theme_variant(\'Bronze\');">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</a></li>

TwitchisMental

Wow.. great theme I am using it now.

Only problem I have is when I upload my logo to it it doesn't show the full thing.

How to fix this problem?

Antechinus

Find this in style.css:

#logo, #logo a {
position: absolute;
top: 0;
left: 0;
display: block;
width: 500px;
height: 100px;
}


Change the width to whatever you like.

FightToTheDeath

Antechinus i have to congratulate you for making such a good theme!

Can you help me in some issues i've got? Hope you can!

Well when someone posts it doesn't show the user's karma and the user's post counted membergroup. How can i make them appear? :)

TwitchisMental

Quote from: Antechinus on August 27, 2009, 12:20:36 AM
Find this in style.css:

#logo, #logo a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 500px;
    height: 100px;
}


Change the width to whatever you like.

I did this and the width is fine now,but the height isn't working.

I have the height set to 250,but it is still at 100.

Oh and If i used the padding,how much would I need for ti to be centered?

I was thinking about 75px,but I could be wrong.

Antechinus

There is code for a centered logo three posts above yours. ;) For the height I forgot to mention that you will also need to change the height of the header div. It's just before the logo in style.css.

Antechinus

Quote from: FightToTheDeath on September 02, 2009, 12:52:44 PM
Antechinus i have to congratulate you for making such a good theme!

Can you help me in some issues i've got? Hope you can!

Well when someone posts it doesn't show the user's karma and the user's post counted membergroup. How can i make them appear? :)
Yeah I know. I stripped a heap of rubbish out of Display.template because I like the cleaner look and I never use karma anyway. You can add it back in if you want to. Go for it.

FightToTheDeath

#110
Quote from: Antechinus on September 03, 2009, 04:48:04 AM
Quote from: FightToTheDeath on September 02, 2009, 12:52:44 PM
Antechinus i have to congratulate you for making such a good theme!

Can you help me in some issues i've got? Hope you can!

Well when someone posts it doesn't show the user's karma and the user's post counted membergroup. How can i make them appear? :)
Yeah I know. I stripped a heap of rubbish out of Display.template because I like the cleaner look and I never use karma anyway. You can add it back in if you want to. Go for it.

Ehm what exactly should i add? :P


EDIT:


I fixed this. I just replaced display.template with the one of default theme.

FightToTheDeath




Do you know how this could be fixed? The board stats are not in the same direction. One is too left and one is too right. :S

TwitchisMental

Quote from: Antechinus on September 03, 2009, 04:46:04 AM
There is code for a centered logo three posts above yours. ;) For the height I forgot to mention that you will also need to change the height of the header div. It's just before the logo in style.css.

Oh thank you then.

I will fix this tonight then.

Again though great theme :D.

FightToTheDeath

Antechinus it seems that your theme is way different from the others. I tried to install 2 mods ( Users online today 1.5.4 and MC Legend II ) manually and i just couldn't because i couldn't find the lines that should be modified. Can you please tell me what do i have to modify in the boardindex.template.php ?

TwitchisMental

Okay I have a simple problem.

I need to readd my arcade button.

I use this on my other theme -

   // Show the [forum] button.
      echo
            '<li><a href="', $scripturl, '?action=forum">', empty($txt['sp-forum']) ? 'Forum' : $txt['sp-forum'], '</a></li>';   

But for arcade instead.

However I cannot get it working with this theme.

Mind telling me how to add an arcade button to this theme?

Antechinus

Quote from: FightToTheDeath on September 03, 2009, 11:22:08 AMDo you know how this could be fixed? The board stats are not in the same direction. One is too left and one is too right. :S

Was that shot taken on a fresh installation of the theme or was it taken after you had tried to modify the theme?

Also, which browser and operating system were you using when that shot was taken?

Quote from: FightToTheDeath on September 04, 2009, 02:47:55 AMAntechinus it seems that your theme is way different from the others. I tried to install 2 mods ( Users online today 1.5.4 and MC Legend II ) manually and i just couldn't because i couldn't find the lines that should be modified. Can you please tell me what do i have to modify in the boardindex.template.php ?
I don't run either of those mods myself so I have no idea what needs sorting. Ask in the support threads for the mods. ;)

Antechinus

Quote from: NBK*Twitch on September 04, 2009, 01:39:57 PM
Okay I have a simple problem.

I need to readd my arcade button.

I use this on my other theme -

   // Show the [forum] button.
      echo
            '<li><a href="', $scripturl, '?action=forum">', empty($txt['sp-forum']) ? 'Forum' : $txt['sp-forum'], '</a></li>';   

But for arcade instead.

However I cannot get it working with this theme.

Mind telling me how to add an arcade button to this theme?
That code is for 1.1.x themes, not for 2.0 themes.

All buttons in 2.0 themes are handled by Sources/Subs.php and will display the same on all themes you have installed. If the arcade button is working on your default theme it will work on this theme.

TwitchisMental

Quote from: Antechinus on September 04, 2009, 09:57:49 PM
Quote from: NBK*Twitch on September 04, 2009, 01:39:57 PM
Okay I have a simple problem.

I need to readd my arcade button.

I use this on my other theme -

   // Show the [forum] button.
      echo
            '<li><a href="', $scripturl, '?action=forum">', empty($txt['sp-forum']) ? 'Forum' : $txt['sp-forum'], '</a></li>';   

But for arcade instead.

However I cannot get it working with this theme.

Mind telling me how to add an arcade button to this theme?
That code is for 1.1.x themes, not for 2.0 themes.

All buttons in 2.0 themes are handled by Sources/Subs.php and will display the same on all themes you have installed. If the arcade button is working on your default theme it will work on this theme.

Odd because the arcade mod is showing on the default theme,but not this theme :(.

FightToTheDeath

Quote from: Antechinus on September 04, 2009, 09:55:56 PM
Quote from: FightToTheDeath on September 03, 2009, 11:22:08 AMDo you know how this could be fixed? The board stats are not in the same direction. One is too left and one is too right. :S

Was that shot taken on a fresh installation of the theme or was it taken after you had tried to modify the theme?

Also, which browser and operating system were you using when that shot was taken?

Quote from: FightToTheDeath on September 04, 2009, 02:47:55 AMAntechinus it seems that your theme is way different from the others. I tried to install 2 mods ( Users online today 1.5.4 and MC Legend II ) manually and i just couldn't because i couldn't find the lines that should be modified. Can you please tell me what do i have to modify in the boardindex.template.php ?
I don't run either of those mods myself so I have no idea what needs sorting. Ask in the support threads for the mods. ;)

MM i had replaced boardindex.template with the default's one. It was pretty stupid.. :P
I use Windows XP and google chrome.

TwitchisMental

#119
I found a slight problem with the theme that I would like told how to fix.

It seems the theme is not displaying the custom title in posts.

How to fix this?

Advertisement: