Advertisement:

Author Topic: PremiumMGC  (Read 13781 times)

Offline Ricky.

  • Customizer
  • SMF Hero
  • *
  • Posts: 3,761
    • Indian Linux Forums
PremiumMGC
« on: March 17, 2012, 08:12:25 AM »
PremiumMGC

By : Ricky.  |  My More Themes
For SMF 2.0 , SMF 2.0.1, SMF 2.0.2


A very clean and professional , suitable for all kind of community forums. Designed to give light and uncluttered feel using small Jquery effects and css3 effects.


You can change theme features at :
SMF Admin --> Configuration --> Current Theme

(Assuming that Theme Premium has been selected as overall SMF theme on your forum).

Features

  • A fixed width theme
  • Allow you add your own logo from them Admin Menu
  • Utilizing CSS3 supported by all modern browser along with Jquery
  • Allows you to add custom copyright in footer
  • Allows you to add link to Privacy Policy page in footer
  • Allows you to add link to Contact us page in footer
  • Allows you to add link to Terms of Services page in footer

Some Screenshots







Updates


Not yet any...

In the Last

If you use my theme and liked it then kindly give your comment or atleast saying thanks can be really helpful and encouraging.
« Last Edit: May 04, 2012, 02:04:32 AM by Ricky. »

Offline Zuća

  • Full Member
  • ***
  • Posts: 542
  • Gender: Male
Re: PremiumMGC
« Reply #1 on: March 17, 2012, 08:20:14 PM »
Nice theme ....how to delete (picture - user profile point) ?


Offline ARG

  • SMF Hero
  • ******
  • Posts: 2,083
  • Files4Design
    • Files4Design
Re: PremiumMGC
« Reply #2 on: March 18, 2012, 02:21:56 AM »
Nice and clean Ricky. Good job.  ;)


"Sorry, but the only word that fits, here, is "******!"   ~ K@

Offline Ricky.

  • Customizer
  • SMF Hero
  • *
  • Posts: 3,761
    • Indian Linux Forums
Re: PremiumMGC
« Reply #3 on: March 18, 2012, 03:53:00 AM »
Nice theme ....how to delete (picture - user profile point) ?


I think you are talking about border around poster class in Display.template.php , you want to remove it then in
Themes/premiummgc/css/index.css
Find :
Code: [Select]
{
float: left;
margin-left: 3px;
text-align: center;
border: 2px dotted #3D5B79;
border-radius: 8px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
width: 15em;
}
Replace with : (Since you want to remove that border:
Code: [Select]
{
float: left;
margin-left: 3px;
text-align: center;
border-radius: 8px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
width: 15em;
}

Offline Crip

  • SMF Hero
  • ******
  • Posts: 3,023
  • Gender: Male
  • C-4 QUAD
    • jeffrey.crippaul on Facebook
    • Cripzone
Re: PremiumMGC
« Reply #4 on: March 18, 2012, 05:47:10 AM »
Great look Ricky , your Themes keep getting better. ;)
I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -


TOTM Winner. | Demo Site1on1 Theme Support

Offline Zuća

  • Full Member
  • ***
  • Posts: 542
  • Gender: Male
Re: PremiumMGC
« Reply #5 on: March 18, 2012, 08:18:41 AM »
Quote
I think you are talking about border around poster class in Display.template.php , you want to remove it then in
Themes/premiummgc/css/index.css
Find :
Code: [Select]
{
float: left;
margin-left: 3px;
text-align: center;
border: 2px dotted #3D5B79;
border-radius: 8px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
width: 15em;
}
Replace with : (Since you want to remove that border:
Code: [Select]
{
float: left;
margin-left: 3px;
text-align: center;
border-radius: 8px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
width: 15em;
}

thanks working
something else
how to delete logo images (line) ... I deleted the index.css ... but nothing changes(refresh page - ctrl +F5 ...etc) but still the same
« Last Edit: March 18, 2012, 08:55:23 AM by Zuća »

Offline Ricky.

  • Customizer
  • SMF Hero
  • *
  • Posts: 3,761
    • Indian Linux Forums
Re: PremiumMGC
« Reply #6 on: March 18, 2012, 01:57:13 PM »
You are not supposed to delete index.css..  :-\ .. simply from Admin --> Configuration --> Current theme,  give full url of your logo, it will show your logo instead of default logo.

Offline Ricky.

  • Customizer
  • SMF Hero
  • *
  • Posts: 3,761
    • Indian Linux Forums
Re: PremiumMGC
« Reply #7 on: March 18, 2012, 01:57:55 PM »
Great look Ricky , your Themes keep getting better. ;)
Thank you Crip .. I am still learning ;)

Offline Bloc

  • SMF Friend
  • SMF Super Hero
  • *
  • Posts: 11,480
    • BHKblogg
Re: PremiumMGC
« Reply #8 on: March 18, 2012, 02:38:16 PM »
I like this theme too, it looks neat with reserved use of blue colors. Maybe not too fond of the Display area, those dotted lines might suit it better being lighter, like #ccc for example. IMHO of course. :)

Are the dropdown user area , the blue one, animated?
BHKblogg - SMF acting as blog/gallery

Offline Zuća

  • Full Member
  • ***
  • Posts: 542
  • Gender: Male
Re: PremiumMGC
« Reply #9 on: March 18, 2012, 02:50:50 PM »
You are not supposed to delete index.css..  :-\ .. simply from Admin --> Configuration --> Current theme,  give full url of your logo, it will show your logo instead of default logo.

I want to delete that line ... that is ... to...

Offline Ricky.

  • Customizer
  • SMF Hero
  • *
  • Posts: 3,761
    • Indian Linux Forums
Re: PremiumMGC
« Reply #10 on: March 18, 2012, 03:00:21 PM »
I like this theme too, it looks neat with reserved use of blue colors. Maybe not too fond of the Display area, those dotted lines might suit it better being lighter, like #ccc for example. IMHO of course. :)

Are the dropdown user area , the blue one, animated?

Hey Bloc, nice to see your comment, I had actually sensed this already and have made them lighter / thinner , already planned to use something else. Also that user area / login box is animated, it comes only clicking "Quick Login " as guest or "User info " when logged in.
You are not supposed to delete index.css..  :-\ .. simply from Admin --> Configuration --> Current theme,  give full url of your logo, it will show your logo instead of default logo.

I want to delete that line ... that is ... to...
Image at the bottom ?

Offline Zuća

  • Full Member
  • ***
  • Posts: 542
  • Gender: Male
Re: PremiumMGC
« Reply #11 on: March 18, 2012, 04:08:29 PM »
@Ricky
logo in the top "premiumMGC"

Offline Ricky.

  • Customizer
  • SMF Hero
  • *
  • Posts: 3,761
    • Indian Linux Forums
Re: PremiumMGC
« Reply #12 on: March 18, 2012, 04:57:39 PM »
You are not supposed to delete index.css..  :-\ .. simply from Admin --> Configuration --> Current theme,  give full url of your logo, it will show your logo instead of default logo.

Offline Zuća

  • Full Member
  • ***
  • Posts: 542
  • Gender: Male
Re: PremiumMGC
« Reply #13 on: March 18, 2012, 05:55:49 PM »
I want to blow my whole LOGO
I do not want to have my forum logo
no logo - no replace with url :/

Offline Ricky.

  • Customizer
  • SMF Hero
  • *
  • Posts: 3,761
    • Indian Linux Forums
Re: PremiumMGC
« Reply #14 on: March 19, 2012, 02:01:09 AM »
Insert a dot or space there.. It should work.

Offline Antechinus

  • SMF Friend
  • SMF Super Hero
  • *
  • Posts: 22,046
  • Master of BBC Abuse
Re: PremiumMGC
« Reply #15 on: March 20, 2012, 07:19:19 PM »
Pretty smooth theme there. I think some of the detailing could be a little slicker, but you're probably thinking the same already. I always get like that with anything I do myself. :)
"My idea of heaven consists of all the things I would go to Hell for."

I need another coding language like I need tertiary syphilis.

Antechinus modzRantyheinous themez - PSD pack for 2.0.x default theme

Offline Ricky.

  • Customizer
  • SMF Hero
  • *
  • Posts: 3,761
    • Indian Linux Forums
Re: PremiumMGC
« Reply #16 on: March 21, 2012, 05:22:22 AM »
Thanks Ante, you see with every new design you create, you get idea for better one :P .. hopefully I will try to come up with something better in future :)

Offline simon36

  • Jr. Member
  • **
  • Posts: 111
Re: PremiumMGC
« Reply #17 on: April 01, 2012, 01:51:47 PM »
Hi, the theme looks great. Is it possible it could be a little wider? Also the news goes over the search box for me.

Thank you.

Offline Ricky.

  • Customizer
  • SMF Hero
  • *
  • Posts: 3,761
    • Indian Linux Forums
Re: PremiumMGC
« Reply #18 on: April 01, 2012, 02:17:52 PM »
Thankyou that you find theme great...

Regarding making it wider...It is fixed width theme so you can't make it wider, for news going over search box...
Search :
Code: [Select]
#top_section div.news {
    bottom: 64px;
    color: #FFFFFF;
    float: right;
    position: absolute;
    right: 0;
}
Replace with :
Code: [Select]
#top_section div.news {
    bottom: 64px;
    color: #FFFFFF;
    float: right;
    position: absolute;
    right: 0;
    width: 75%;
}

find above in Themes/premiummgc/css/index.css

Online phantomm

  • Sr. Member
  • ****
  • Posts: 883
  • Gender: Male
    • pages/smfpl/171860759503032 on Facebook
Re: PremiumMGC
« Reply #19 on: April 01, 2012, 02:43:29 PM »
awesome theme :) I like styles for [code] and [quote] tags
Polskie wsparcie SMF na simplemachines.org

My mods

Offline simon36

  • Jr. Member
  • **
  • Posts: 111
Re: PremiumMGC
« Reply #20 on: April 02, 2012, 12:42:27 AM »
awesome theme :) I like styles for [code] and [quote] tags

Thanks, working now. Although the theme is great it may be a little narrow for my forum, my posted pictures have sliders on them now.

Offline AccountDisabled

  • Semi-Newbie
  • *
  • Posts: 65
  • Gender: Male
Re: PremiumMGC
« Reply #21 on: April 02, 2012, 06:02:11 AM »
Very nice, clean and structured written theme  ;)
THIS ACCOUNT IS NOT ACTIVE ANYMORE

Offline Zuća

  • Full Member
  • ***
  • Posts: 542
  • Gender: Male
Re: PremiumMGC
« Reply #22 on: April 09, 2012, 06:57:02 PM »
how to move to the left ... this is now in the middle?


Offline Ricky.

  • Customizer
  • SMF Hero
  • *
  • Posts: 3,761
    • Indian Linux Forums
Re: PremiumMGC
« Reply #23 on: April 10, 2012, 12:21:07 AM »
Search for
Code: [Select]
.poster {
    float: left;
    text-align: center;
    width: 15em;
}
in Themes/premiummgc/css/index.css

Replace with
Code: [Select]
.poster {
    float: left;
    width: 15em;
}

Offline SuperBrian91

  • Semi-Newbie
  • *
  • Posts: 15
  • Gender: Male
  • My Name is SuperBrian91 but you can call me Brian
    • Everything-Farming.com
Re: PremiumMGC
« Reply #24 on: April 13, 2012, 01:35:54 PM »
Very nice theme really love the layout and everything on it, I just got a question is there anyway to make the header were the logo is a bit bigger so my logo will fit and won't be really small or block the "search" bar?  Thanks in advance.
« Last Edit: April 15, 2012, 05:24:57 PM by SuperBrian91 »

Online phantomm

  • Sr. Member
  • ****
  • Posts: 883
  • Gender: Male
    • pages/smfpl/171860759503032 on Facebook
Re: PremiumMGC
« Reply #25 on: April 16, 2012, 08:34:14 AM »
Just installed this theme on my new site, and found this:

Isn't this little too dark?

You can change theme features at :
SMF Admin --> Configuration --> Current Theme

(Assuming that Theme Concept3 has been selected as overall SMF theme on your forum).
I guess this (yellow part) shouldn't be here :)
Polskie wsparcie SMF na simplemachines.org

My mods

Offline Bigguy

  • Support Specialist
  • SMF Super Hero
  • *
  • Posts: 10,917
  • Gender: Male
  • Be nice, or else....
    • Srf Hosting
Re: PremiumMGC
« Reply #26 on: April 20, 2012, 11:37:53 PM »
Ricky, I made mine wider but had to do a lot of playing around with the drop down menu to make things work. Not sure now of all the changes I did to do it, lol.

Offline janiu

  • Newbie
  • *
  • Posts: 8
Re: PremiumMGC
« Reply #27 on: April 24, 2012, 10:04:01 PM »
Thanks for a nice theme. I really like it. Just one question (for now); how do i remove the search form under the logo?

Offline janiu

  • Newbie
  • *
  • Posts: 8
Re: PremiumMGC
« Reply #28 on: May 04, 2012, 06:05:57 PM »
Thanks for a nice theme. I really like it. Just one question (for now); how do i remove the search form under the logo?

Anyone left here?

Offline johnpaul2k2

  • Full Member
  • ***
  • Posts: 419
Re: PremiumMGC
« Reply #29 on: July 30, 2012, 06:36:14 AM »
Please Ricky. is it anyway i increase or expand the width because when i add SIMPLE PORTAL. it will compress everything. please help me

Online phantomm

  • Sr. Member
  • ****
  • Posts: 883
  • Gender: Male
    • pages/smfpl/171860759503032 on Facebook
Re: PremiumMGC
« Reply #30 on: July 30, 2012, 06:55:39 AM »
change width in:
Code: [Select]
div#wrapper
{
margin: 0 auto;
width: 950px;
}

and
Code: [Select]
#header div.frame
{
display: block;
width: 950px;
margin: 0 auto;
}

after that you have to regulate margin in #user_box and add in div.slider
Code: [Select]
margin-right: ***px;
of course instead *** add value in pixels :)
Polskie wsparcie SMF na simplemachines.org

My mods

Offline tMicky

  • Jr. Member
  • **
  • Posts: 146
  • Gender: Female
Re: PremiumMGC
« Reply #31 on: September 16, 2012, 10:27:43 PM »
how do I remove the search bar under the logo area and move up the board contents?

Offline tMicky

  • Jr. Member
  • **
  • Posts: 146
  • Gender: Female
Re: PremiumMGC
« Reply #32 on: September 17, 2012, 07:14:48 PM »
How do I reduce the space between the top of the content area and News section?

Offline Ricky.

  • Customizer
  • SMF Hero
  • *
  • Posts: 3,761
    • Indian Linux Forums
Re: PremiumMGC
« Reply #33 on: September 18, 2012, 01:52:26 AM »
I am not sure what you have done but if you really want to reduce space then
Code: (Find in Themes/premiummgc/css/index.css) [Select]

#main_menu {
    background: url("../images/theme/menu_bg.png") repeat-x scroll 0 0 transparent;
    border: 1px solid #C1C1C1;
    border-radius: 8px 8px 8px 8px;
    height: 33px;
    margin: 2.4em 0 0;
    padding: 0 0.5em;
    width: 936px;
}
Code: (Replace) [Select]

#main_menu {
    background: url("../images/theme/menu_bg.png") repeat-x scroll 0 0 transparent;
    border: 1px solid #C1C1C1;
    border-radius: 8px 8px 8px 8px;
    height: 33px;
    margin: 0;
    padding: 0 0.5em;
    width: 936px;
}

Again find in same file :
Code: [Select]
#top_section div.news {
    bottom: 64px;
    color: #FFFFFF;
    float: right;
    position: absolute;
    right: 0;
}
Replace with :
Code: [Select]
#top_section div.news {
    bottom: 64px;
    color: #224264;
    float: right;
    position: absolute;
    right: 0;
}

Try one by one and let me know if that works.. you may need to do few more changes as per need.

Offline tMicky

  • Jr. Member
  • **
  • Posts: 146
  • Gender: Female
Re: PremiumMGC
« Reply #34 on: September 18, 2012, 04:16:57 AM »
I am not sure what you have done but if you really want to reduce space then
Thanks for replying. What I'm looking for is how to reduce the spaces on the board index, the areas the arrows are pointing to.


Offline Ricky.

  • Customizer
  • SMF Hero
  • *
  • Posts: 3,761
    • Indian Linux Forums
Re: PremiumMGC
« Reply #35 on: September 18, 2012, 06:13:54 AM »
Hmm.. if you had explained it earlier properly, it would have saved my time, anyways, for this you need to again edit index.css of premiumMGC
Code: (Find) [Select]
tr.windowbg td, tr.windowbg2 td, tr.approvebg td, tr.highlight2 td {
    padding: 0.3em 0.7em;
}
Code: (replace) [Select]
tr.windowbg td, tr.windowbg2 td, tr.approvebg td, tr.highlight2 td {
    padding: 0 1px;
}
It may affect other areas, you may try adjusting the values yourself.

Offline tMicky

  • Jr. Member
  • **
  • Posts: 146
  • Gender: Female
Re: PremiumMGC
« Reply #36 on: September 18, 2012, 03:04:02 PM »
Hmm.. if you had explained it earlier properly, it would have saved my time, anyways, for this you need to again edit
It may affect other areas, you may try adjusting the values yourself.
Thank you so much for helping.

ps. This is a really good theme and the best for a noob like me.

Offline Ricky.

  • Customizer
  • SMF Hero
  • *
  • Posts: 3,761
    • Indian Linux Forums
Re: PremiumMGC
« Reply #37 on: September 19, 2012, 12:57:56 AM »
No problem and thanks  you liked it :)

Offline V@por

  • Jr. Member
  • **
  • Posts: 197
  • Gender: Male
  • |Co| founder
    • CLAN 1 - PC GAMING CLAN
Re: PremiumMGC
« Reply #38 on: September 28, 2012, 05:10:16 AM »
Hey ricky, how can I do 3 things?

1. Add top and bottom padding to every post. So I can add some space between all posts.

2. Add a colored background to every other post.

3. Add a centered banner at the very top of the page?

I will link to a screenshot to explain what I am looking for, thanks for the help.

Link to site - http://teamfod.com
Smf version - 2.0.2




Offline Ricky.

  • Customizer
  • SMF Hero
  • *
  • Posts: 3,761
    • Indian Linux Forums
Re: PremiumMGC
« Reply #39 on: September 29, 2012, 07:17:02 AM »
Your screenshot helped a lot to understand things..

Answer :
1. I don't know what you have done, but in theme package, there is proper gap with every post, you may have changed something or some mod..

2.  In your index.css of premiummgc
Add following in the end of file :
Code: [Select]
#forumposts div.windowbg2 {
    background: url(../images/theme/NAMEOFYOURIMAGE) no-repeat;
}
Upload your image to Themes/premiummgc/images/theme and give its name in place of NAMEOFYOURIMAGE , you may need to do some adjustment as per your need.
3. Not clear about this one, where you want to add it  ?

Offline johnpaul2k2

  • Full Member
  • ***
  • Posts: 419
Re: PremiumMGC
« Reply #40 on: December 15, 2012, 06:40:16 AM »
please i have been using this theme for half a year now but i have been getting many error from "jquery.jgrowl.css"

please i need to know 2 things

1. where can i disable this plugin???
2 if i remove this. will this affect the performance of my theme???
3. is there any update or alternative to this plugin???
click here to see all the error  http://jigsaw.w3.org/css-validator/validator?uri=topnichez.com

Offline Ricky.

  • Customizer
  • SMF Hero
  • *
  • Posts: 3,761
    • Indian Linux Forums
Re: PremiumMGC
« Reply #41 on: December 15, 2012, 04:45:09 PM »
I don't think its related to this theme because this theme doesn't uses any such file.
Still, where you see those errors, in browser console or in SMF error log, also would you like to share exact error with us ?

Offline johnpaul2k2

  • Full Member
  • ***
  • Posts: 419
Re: PremiumMGC
« Reply #42 on: December 15, 2012, 05:06:05 PM »
here is the link    http://jigsaw.w3.org/css-validator/validator?uri=topnichez.com  for my "W3C CSS Validator results"




also when i installed a particular mod , it was given me a hard time and this is the problem i was having.......... (pic)



and this is what the mod owner said

"johnpaul2k2,

well... Initially looks like you are using a jquery's plugin named jGrowl that is in charge of display a kind of "dialog" with a message within. Try to disable it for a moment while you test the tagging system
"

"hmm what you said? I'm not sure if that plugin comes with a mod or it is included natively with the theme. How or when could I test your board with the tagging system activated?"






what do you think??

Offline Ricky.

  • Customizer
  • SMF Hero
  • *
  • Posts: 3,761
    • Indian Linux Forums
Re: PremiumMGC
« Reply #43 on: December 17, 2012, 07:47:16 AM »
The script shown above  is because you or some mode incorrectly modified index.template.php and hence its showing those scripting codes in output of page. Attach your index.template.phh here, let me have a look.

Offline johnpaul2k2

  • Full Member
  • ***
  • Posts: 419
Re: PremiumMGC
« Reply #44 on: December 17, 2012, 08:30:42 AM »
attached

thanks alot

Offline johnpaul2k2

  • Full Member
  • ***
  • Posts: 419
Re: PremiumMGC
« Reply #45 on: December 23, 2012, 02:12:28 PM »
i am waiting boss :D

Offline Ricky.

  • Customizer
  • SMF Hero
  • *
  • Posts: 3,761
    • Indian Linux Forums
Re: PremiumMGC
« Reply #46 on: December 24, 2012, 08:21:43 AM »
I had looked into it and was not able to find anything irregular, infact the code you are seeing / jquery is not part of theme, it is added by some mod which is not properly installed.