MyBB Themes - ThemeFreak
Adding content in the index template. - Printable Version

+- MyBB Themes - ThemeFreak (http://www.themefreak.net)
+-- Forum: MyBB 1.6.x (http://www.themefreak.net/forumdisplay.php?fid=8)
+--- Forum: Support for 1.6.x (http://www.themefreak.net/forumdisplay.php?fid=10)
+---- Forum: Sidereel (http://www.themefreak.net/forumdisplay.php?fid=28)
+---- Thread: Adding content in the index template. (/showthread.php?tid=118)



Adding content in the index template. - .Mint - 9th Jun

http://puu.sh/zNeE

Kinda annoying :L great theme mind!

http://www.mmo-forums.com is the URL. A friend bought me the theme, it looks stunning.


RE: Adding content in the index template. - .Mint - 9th Jun

Right here comes the magnitude of questions!

http://puu.sh/zNTk

Anyway we could do this as having two sides makes the form feel very squashed to me, so it would mean removing the side bar and well, placing it on the top i suppose?


If that all works and is possible how would i do this http://puu.sh/zNTK (putting the stats back in the normal place)


RE: Adding content in the index template. - Tan - 11th Jun

(9th Jun, 06:03 pm).Mint Wrote:  Right here comes the magnitude of questions!

http://puu.sh/zNTk

Anyway we could do this as having two sides makes the form feel very squashed to me, so it would mean removing the side bar and well, placing it on the top i suppose?


If that all works and is possible how would i do this http://puu.sh/zNTK (putting the stats back in the normal place)

This is not an option I'm afraid.. The animation is only meant for the sidebar and not the header.


RE: Adding content in the index template. - Tan - 11th Jun

(9th Jun, 04:56 pm).Mint Wrote:  http://puu.sh/zNeE

Kinda annoying :L great theme mind!

http://www.mmo-forums.com is the URL. A friend bought me the theme, it looks stunning.

This is a result of having a shoutbox at the top of the forum.. if you move it to the footer or remove it this won't happen


RE: Adding content in the index template. - .Mint - 12th Jun

I do not mind re-doing the animation as all it's doing is scrolling, it's just a matter of getting it at top etc and the general layout of this type of forum is header - shoutbox - forum anyway to get it to load at the correct hight?


RE: Adding content in the index template. - Tan - 12th Jun

(12th Jun, 12:24 pm).Mint Wrote:  I do not mind re-doing the animation as all it's doing is scrolling, it's just a matter of getting it at top etc and the general layout of this type of forum is header - shoutbox - forum anyway to get it to load at the correct hight?

I can't support you getting the animation on the top header as that would make it look too much like the theme it was inspired by and I feel that would create some problems. (Also achieving it would be incredibly difficult)

to fix your other issue you can edit this css in the global.css

Code:
.dropbox {
    position: absolute;
    padding: 10px;
    background: rgba(0,0,0,0.9);
    top: 90px;
    right: 118px;
    border-right: 1px solid #111;
    color: #FFF;
    display:none;
    border-radius: 0px 4px 4px 4px;
}

you'll need to edit the value of 'top' to something like 300px to make it look right.. that's not the exact value just a guess.. you'll have to edit it a few times to figure out what the value should be


RE: Adding content in the index template. - .Mint - 16th Jun

Got it, i swear i asked this before but how do you go about changing the colour of the new private message notification, the font is impossible to read on the background :p ,