[3.0.12] SE Pro

Miscaleneous modifications from Stoker
User avatar
Nully
Donator
Donator
Posts: 258
Joined: 15 Mar 2010, 00:03
BBCodes: 10
Favourite MOD: Radios
Location: France > Bulgaria
Contact:

[3.0.9] SE Pro

Post by Nully »

Yes :D
But the test is on my computer with Wampserver. You cannot see it.
User avatar
Nully
Donator
Donator
Posts: 258
Joined: 15 Mar 2010, 00:03
BBCodes: 10
Favourite MOD: Radios
Location: France > Bulgaria
Contact:

[3.0.9] SE Pro

Post 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...
User avatar
Stoker
Site Admin
Site Admin
Posts: 3521
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

[3.0.9] SE Pro

Post by Stoker »

Updated to suit phpBB version 3.0.10
Board rules! No PM support
User avatar
martin123456
BBCoder VI
BBCoder VI
Posts: 765
Joined: 25 Jul 2011, 13:29
BBCodes: 34
Favourite MOD: Ban button
Location: Down south!
Contact:

[3.0.10] SE Pro

Post 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 ;)
User avatar
Stoker
Site Admin
Site Admin
Posts: 3521
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

[3.0.10] SE Pro

Post 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;
}
Board rules! No PM support
User avatar
martin123456
BBCoder VI
BBCoder VI
Posts: 765
Joined: 25 Jul 2011, 13:29
BBCodes: 34
Favourite MOD: Ban button
Location: Down south!
Contact:

[3.0.10] SE Pro

Post 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
User avatar
Stoker
Site Admin
Site Admin
Posts: 3521
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

[3.0.10] SE Pro

Post by Stoker »

Giv it the row or navbar class.
Board rules! No PM support
User avatar
martin123456
BBCoder VI
BBCoder VI
Posts: 765
Joined: 25 Jul 2011, 13:29
BBCodes: 34
Favourite MOD: Ban button
Location: Down south!
Contact:

[3.0.10] SE Pro

Post 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:
User avatar
Stoker
Site Admin
Site Admin
Posts: 3521
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

[3.0.10] SE Pro

Post by Stoker »

Im not sure I know exactky what you want?
Board rules! No PM support
User avatar
martin123456
BBCoder VI
BBCoder VI
Posts: 765
Joined: 25 Jul 2011, 13:29
BBCodes: 34
Favourite MOD: Ban button
Location: Down south!
Contact:

[3.0.10] SE Pro

Post by martin123456 »

in short this
stoker.gif
my custom box i made picks up the theme ok
stoker1.gif
Locked