[3.0.12] SE Pro

Modifications for phpBB3.
Try the Mods here and share Your own Mods
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support

[3.0.9] SE Pro

Post by Nully »

Yes :D
But the test is on my computer with Wampserver. You cannot see it.

[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...

[3.0.9] SE Pro

Post by Stoker »

Updated to suit phpBB version 3.0.10

[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 ;)
You do not have the required permissions to view the files attached to this post.

[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;
}

[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

[3.0.10] SE Pro

Post by Stoker »

Giv it the row or navbar class.

[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:

[3.0.10] SE Pro

Post by Stoker »

Im not sure I know exactky what you want?

[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
You do not have the required permissions to view the files attached to this post.