Metro UI

Started by RealCop1993, May 24, 2014, 10:42:27 PM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

RealCop1993

Hello there, i'm checking this amazing site from time to time it's sad that it's not so active with this level of unique look style...
The question is how the heck you menaged Metro UI with theme, i made something similiar, metro ui since i made some metro theme, but i can't menage to merage UI with SMF, only way i did it it was SSI way but SSI is just stupid coz you can't do so much with it. I'm cerious can you spare the magic of your knowelage and show me the way i should go or it's just part of SMF Hispano?

Thanks for reading,
RealCop1993

Diego Andrés

We are using a Portal for showing the blocks in the home page if is that what you are refering.
However, could you be more specific on what you are looking to do?

Thank you for apreciating our work.

RealCop1993

Well, thanks for answer.
Im not speaking about portal it's main page..


or maybe it is part of portal with html code?
I don't have trobles with CSS part i made something smiliar to METRO UI style like that but i don't know how to do the code part, so it will be part of theme not only html page portal like many forums use.

Diego Andrés

Yes I understand what you're saying.
But as I say, we are using a portal, we just edited manually the home page of the portal. So why we use a portal? Because we still want the other features like the blocks in some other places.

As for the code, we are using a modified template: http://themeforest.net/item/metromega-responsive-html5-metro-template/5497931

RealCop1993

Quote from: Diego Andrés on May 27, 2014, 02:27:56 PM
Yes I understand what you're saying.
But as I say, we are using a portal, we just edited manually the home page of the portal. So why we use a portal? Because we still want the other features like the blocks in some other places.

As for the code, we are using a modified template: http://themeforest.net/item/metromega-responsive-html5-metro-template/5497931

Aha i see, i bought the template because it's to damn epic... Just i wonder how can i integrate it to the homepage of the forum like you guys did? So it will be the part of the forum not just a template php code in derectory files if you understand...

And thanks for all answers i hope that i'm not annoying!

Diego Andrés

You just build a normal theme.
The home is pure HTML from the template and just some conditionals  :P

Mrcobra92

I love it, you can see what I am trying to do with my site. http://realtycoon3.com/metro/index.php

RealCop1993

Quote from: Mrcobra92 on June 04, 2014, 01:38:57 AM
I love it, you can see what I am trying to do with my site. http://realtycoon3.com/metro/index.php

Thats sweet, i like it! :)


elem, Diego if it's pure html how did you get User infos like username,pm info message is it connected with forum datebase then you read it from it like this example?

$con=mysqli_connect("host","base","password","user");

Or it's another way?
I'm just cerious since i'm trying to make something like this. The Hispano theme and portal are something amazing. I'm not trying to copy or something like that just wanna make something on my own on similiar way.

Diego Andrés

Cause as I said it's built inside a portal, so you can already make use of everything available in SMF  :P
You just use the same variables and use some "ifs" to decide what to show and for who

RealCop1993

Quote from: Diego Andrés on June 08, 2014, 12:41:16 PM
Cause as I said it's built inside a portal, so you can already make use of everything available in SMF  :P
You just use the same variables and use some "ifs" to decide what to show and for who

Oh now i understand, i just put my html code in the portal page as html code and it will work, then i can use variables and local functions!!! Thats sweet i'll try it. :)

Diego Andrés

Yes that's the trick ;D