Page 2 of 5

[3.0.9] SE Pro

Posted: 11 Nov 2011, 21:39
by Nully
Yes :D
But the test is on my computer with Wampserver. You cannot see it.

[3.0.9] SE Pro

Posted: 12 Nov 2011, 13:29
by Nully
Hi,
I found the cause of the error!
It was a conflict with the Buttons menu mod of Kamahl which I had installed for prosilver_se.
Now I'll try again with SE Pro, but it's very difficult for me to change the links and the images...

[3.0.9] SE Pro

Posted: 25 Apr 2012, 15:51
by Stoker
Updated to suit phpBB version 3.0.10

[3.0.10] SE Pro

Posted: 04 May 2012, 04:26
by martin123456
Is there away that se_pro can pull the style grad like prosilver and se_square do ?

i mean if you have the welcome box and forum goals and so on the background remains white within the mods

and thats a simple fix by adding

Code: Select all

<ul class="topiclist forums" style="background-color:#your colour;">
But thats a solid colour if you take a close look at prosilver and se_pro the colour fades as in the image below
SE_PRO.gif
How is the fade done ? is it by an image ? if so can it be placed into this code

Code: Select all

<ul class="topiclist forums" style="background-color:#your colour;">
maybe work some thing like this into it

Code: Select all

{T_THEME_PATH}/images/gradient.gif")
I really dont have a clue how a theme works ;)

[3.0.10] SE Pro

Posted: 04 May 2012, 06:54
by Stoker
In SE Pro it is defined in colours.css

Code: Select all

.navbar {
	background:#E5E5E5 url("{T_THEME_PATH}/images/row1.gif") repeat-x scroll left top;
}

Code: Select all

li.row {
	background: #E5E5E5 url("{T_THEME_PATH}/images/row1.gif") repeat-x scroll left top;
	border-top-color: #FFFFFF;
	border-bottom-color: #5c5c5c;
}

li.row strong {
	color: #000000;
}

li.row:hover {
	background: #F4F4F4 url("{T_THEME_PATH}/images/row2.gif") repeat-x scroll left top;
}

[3.0.10] SE Pro

Posted: 04 May 2012, 13:22
by martin123456
Yup i see them there but i'm not understanding what to do with them (i never have really played with a theme) i'm doing it on localhost as
welcome on index has no .css and i have played with the forum goals .css but it fails.

i can make it a solid colour as stated above but it looks rank :D

[3.0.10] SE Pro

Posted: 04 May 2012, 13:58
by Stoker
Giv it the row or navbar class.

[3.0.10] SE Pro

Posted: 04 May 2012, 14:15
by martin123456
hmmm still not working on local any chance of an example :?:

i think im gonna bash the crap out of this pc this is getting me annoyed some thing so simple but not working :evil:

i just did some google on this and it dont make any sense to me :lol:

[3.0.10] SE Pro

Posted: 04 May 2012, 17:55
by Stoker
Im not sure I know exactky what you want?

[3.0.10] SE Pro

Posted: 04 May 2012, 18:03
by martin123456
in short this
stoker.gif
my custom box i made picks up the theme ok
stoker1.gif