prosilver Special Edition

All 3.0.x styles released in our Styles Database can be found here. All discussion or support regarding an individual style should take place in that style's own area in the Customisations Database.
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

NOTICE: This forum is only for the announcement of releases and/or updates for styles. Any style support should be obtained through the Customisations Database in the support area designated for each style.

A direct link to support for each Style is in the first post of the respective topic.
User avatar
Mick
Support Team Member
Support Team Member
Posts: 26456
Joined: Fri Aug 29, 2008 9:49 am

Re: prosilver Special Edition

Post by Mick »

sleevedbiker wrote:been confused by some of the other topic about what in colours.php changes what... is there anyway someone could hep me out in how to change the backgrounds/text colors in the photos below? thank you
Are you saying you can't follow this?

[How to] colorize prosilver
  • "The more connected we get the more alone we become" - Kyle Broflovski©
  • "The good news is hell is just the product of a morbid human imagination.
    The bad news is, whatever humans can imagine, they can usually create.
    " - Harmony Cobel
sleevedbiker
Registered User
Posts: 789
Joined: Mon Oct 12, 2009 4:33 pm

Re: prosilver Special Edition

Post by sleevedbiker »

went through it, and got a lot of them changed... still having trouble with a few things.....
the cells that have the forum names/topic names/topics how do i make them larger?

and the few colors that i didnt find were....
#1 in the first pic
and the light blue that surrounds #9 in the second pic



Image
Image
You ride with an outlaw, You die with an outlaw
User avatar
Mick
Support Team Member
Support Team Member
Posts: 26456
Joined: Fri Aug 29, 2008 9:49 am

Re: prosilver Special Edition

Post by Mick »

sleevedbiker wrote:still having trouble with a few things.....
I would suggest using Firefox and installing Firebug, you can then find out what part of your screen is controlled by what CSS. Also, if I'm struggling, I take a screen shot and paste it in to something like Paint.NET and use the dropper to get the exact hex number for the colour I want to change and then search that colour in the CSS.
  • "The more connected we get the more alone we become" - Kyle Broflovski©
  • "The good news is hell is just the product of a morbid human imagination.
    The bad news is, whatever humans can imagine, they can usually create.
    " - Harmony Cobel
sleevedbiker
Registered User
Posts: 789
Joined: Mon Oct 12, 2009 4:33 pm

Re: prosilver Special Edition

Post by sleevedbiker »

using latest versio of bothe prosilver_se and phpbb3.0.7 pl1
http://sonsofanarchyforever.com

there is no login or register/create account links when your not logged in, how do i add them?
You ride with an outlaw, You die with an outlaw
sleevedbiker
Registered User
Posts: 789
Joined: Mon Oct 12, 2009 4:33 pm

Re: prosilver Special Edition

Post by sleevedbiker »

How do i change the color for the huge white part in the center of the borderXX.gif images... and how do i change the color of the white corners around navigation, forum, etc? thanks

Image
You ride with an outlaw, You die with an outlaw
User avatar
Mick
Support Team Member
Support Team Member
Posts: 26456
Joined: Fri Aug 29, 2008 9:49 am

Re: prosilver Special Edition

Post by Mick »

sleevedbiker wrote:How do i change the color for the huge white part in the center of the borderXX.gif images... and how do i change the color of the white corners around navigation, forum, etc?
Ditto my previous post.
sleevedbiker wrote:there is no login or register/create account links when your not logged in, how do i add them?
Make sure you have this in your overall_header.html around line 162:

Code: Select all

<ul class="linklist rightside">
				<li class="icon-faq"><a href="{U_FAQ}" title="{L_FAQ_EXPLAIN}">{L_FAQ}</a></li>
				<!-- IF not S_IS_BOT -->
					<!-- IF S_DISPLAY_MEMBERLIST --><li class="icon-members"><a href="{U_MEMBERLIST}" title="{L_MEMBERLIST_EXPLAIN}">{L_MEMBERLIST}</a></li><!-- ENDIF -->
					<!-- IF not S_USER_LOGGED_IN and S_REGISTER_ENABLED and not (S_SHOW_COPPA or S_REGISTRATION) --><li class="icon-register"><a href="{U_REGISTER}">{L_REGISTER}</a></li><!-- ENDIF -->
					<li class="icon-logout"><a href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" accesskey="x">{L_LOGIN_LOGOUT}</a></li>
				<!-- ENDIF -->
			</ul>
If you haven't check it against a vanilla copy of prosilver_se. I suspect you may have removed the above.

Oh, ok, looking at your board again it seems you have a mod (a portal or whatever) and your board login is from the front page of that. I would suspect that that mod involved removing the code as above?
  • "The more connected we get the more alone we become" - Kyle Broflovski©
  • "The good news is hell is just the product of a morbid human imagination.
    The bad news is, whatever humans can imagine, they can usually create.
    " - Harmony Cobel
User avatar
uk_martin
Registered User
Posts: 161
Joined: Fri Nov 08, 2002 10:02 am

Re: prosilver Special Edition

Post by uk_martin »

CaNNon_ wrote:

Code: Select all

<!--[if IE6]>
  	<link href="ie6.css" rel="stylesheet" type="text/css" />
<![endif]-->
I'm not a coder, but can manage copy and paste. I quite like the idea of a conditional IE6 stylesheet element in the overall_header.html file, but I need my hand holding a bit here. My situation is that I have IE6 on my PC at work, and IE7 / IE8 / FF etc at home, so whatever I impliment, I can only test a day later, so the more precise and easy the instructions, the better.

I assume that "ie6.css" will be a clone of the other CSS style sheet, but with JPG's instead of PNG's?

Is there anything else that needs to be known before giving this a try?

Thanks

Martin
User avatar
uk_martin
Registered User
Posts: 161
Joined: Fri Nov 08, 2002 10:02 am

Re: prosilver Special Edition

Post by uk_martin »

CaNNon_ wrote:Default the style works fine in IE6...[/url]
I just did a replacement of "my" overall_header.html file with the one just downloaded from the ProSilver SE theme package from here...and although the differences are obvious, the "missing" border elements are still missing.

www.brummiesfans.com/main

Any idea what else could be causing them not to show up?

Thanks

Martin
User avatar
Mick
Support Team Member
Support Team Member
Posts: 26456
Joined: Fri Aug 29, 2008 9:49 am

Re: prosilver Special Edition

Post by Mick »

What about the CSS files as well?
  • "The more connected we get the more alone we become" - Kyle Broflovski©
  • "The good news is hell is just the product of a morbid human imagination.
    The bad news is, whatever humans can imagine, they can usually create.
    " - Harmony Cobel
sleevedbiker
Registered User
Posts: 789
Joined: Mon Oct 12, 2009 4:33 pm

Re: prosilver Special Edition

Post by sleevedbiker »

that code is in there, its just not showing up for some reason. if you were looking then only search the register/login part of the code leave out the faq
You ride with an outlaw, You die with an outlaw
User avatar
Mick
Support Team Member
Support Team Member
Posts: 26456
Joined: Fri Aug 29, 2008 9:49 am

Re: prosilver Special Edition

Post by Mick »

sleevedbiker wrote:that code is in there, its just not showing up for some reason. if you were looking then only search the register/login part of the code leave out the faq
I'm not seeing that code, also, I see this towards the bottom of your index page:
Untitled.gif
Untitled.gif (6.45 KiB) Viewed 7740 times
Which would suggest to me there are errors in some of your editing.

Edit: Also, if, as you say, the code is there when you look at your overall_header.html, how are you editing your forum files and did you refresh your templates?
  • "The more connected we get the more alone we become" - Kyle Broflovski©
  • "The good news is hell is just the product of a morbid human imagination.
    The bad news is, whatever humans can imagine, they can usually create.
    " - Harmony Cobel
sleevedbiker
Registered User
Posts: 789
Joined: Mon Oct 12, 2009 4:33 pm

Re: prosilver Special Edition

Post by sleevedbiker »

yes, i refresh everything all the time. and I have a post regarding problems with my forum, but no one ever gives me any help, except they will look into it.

IE8 text isnt moving according to members.
Safari it works perfect.
Firefox it works perfect..

no clue whats going on.
You ride with an outlaw, You die with an outlaw
User avatar
Mick
Support Team Member
Support Team Member
Posts: 26456
Joined: Fri Aug 29, 2008 9:49 am

Re: prosilver Special Edition

Post by Mick »

sleevedbiker wrote: Safari it works perfect.
Firefox it works perfect..
Well, the image I posted earlier was viewed using Firefox so I wouldn't say "it works perfect".

There are a lot of errors style wise, never mind any mods you have added, as per the screencap, that we don't know about. I don't know how you expect anyone to help you as there are obviously a lot of things you have done to your board that don't work. I really don't know what to suggest unless you can undo everything you have done or start again. As far as prosilver_se is concerned it wouldn't be too difficult to re-jig a vanilla copy to your new colour scheme. The rest of the problems appear too far gone unless you know EXACTLY what edits you have made, you need to double check them.
  • "The more connected we get the more alone we become" - Kyle Broflovski©
  • "The good news is hell is just the product of a morbid human imagination.
    The bad news is, whatever humans can imagine, they can usually create.
    " - Harmony Cobel
[K]evo
Registered User
Posts: 2
Joined: Sat Apr 17, 2010 6:01 pm

Re: prosilver Special Edition

Post by [K]evo »

the Inner color is dictated in common.css

Code: Select all

.border-left { 
    background: url("{T_THEME_PATH}/images/border_left.gif") #FFFFFF repeat-y 0 0;
}
that color code should really be moved over to the colours.css
mnp13
Registered User
Posts: 268
Joined: Fri Jan 06, 2006 11:48 pm
Contact:

Re: prosilver Special Edition

Post by mnp13 »

are the PSD/layered versions of the image set of this style available somewhere?

Thanks!
Michelle
Locked

Return to “[3.0.x] Styles Database Releases”