[RC2] proDVGFX for phpBB 3.1.10

For style authors to post and receive feedback on 3.1.x styles still in development. Any development styles you wish to use on your live board should be installed with caution!
Get Involved
User avatar
Prosk8er
Registered User
Posts: 1762
Joined: Sun Mar 12, 2006 3:30 am
Location: Rochester, NY
Name: Tyler

Re: [RC] proDVGFX for phpBB 3.1.2

Post by Prosk8er »

Ninja Scott wrote:
Prosk8er wrote:...
just fixed this issue the original image was 1200px X 25px I changed it to 1920px X 25px
so grab proDVGFX/theme/images/bg_tabs3t.png from https://github.com/Prosk8er/phpBB3-Styles
then purge the cache in the acp and browser
...
fixed grab proDVGFX/theme/colours.css from github
Great work thanks for getting those issues fixed.
Yup no problem
User avatar
GhostfaceTJW
Registered User
Posts: 253
Joined: Sat Sep 13, 2008 12:32 am

Re: [RC1] proDVGFX for phpBB 3.1.2

Post by GhostfaceTJW »

I can normally edit small changes in code with themes but until recently i was with version 3.0.12.. is it possible to change the actual forum width with this to like 800px ?

Bloody nice style..
User avatar
Prosk8er
Registered User
Posts: 1762
Joined: Sun Mar 12, 2006 3:30 am
Location: Rochester, NY
Name: Tyler

Re: [RC1] proDVGFX for phpBB 3.1.2

Post by Prosk8er »

GhostfaceTJW wrote:I can normally edit small changes in code with themes but until recently i was with version 3.0.12.. is it possible to change the actual forum width with this to like 800px ?

Bloody nice style..
I'll mess around with it later or tomorrow and see what I can come up with

*it will work at 800px
open: /styles/proDVGFX/theme/common.css
find:

Code: Select all

#wrap {
	margin: 0 auto;
	padding: 0 20px;
}
replace with:

Code: Select all

#wrap {
	margin: 0 auto;
	max-width: 800px;
	padding: 0 20px;
}
purge the cache in acp and your browser
User avatar
GhostfaceTJW
Registered User
Posts: 253
Joined: Sat Sep 13, 2008 12:32 am

Re: [RC1] proDVGFX for phpBB 3.1.2

Post by GhostfaceTJW »

Cheers.. looks ok.. On my original board i customised the N.Design theme.. is that on your list in future?
User avatar
Prosk8er
Registered User
Posts: 1762
Joined: Sun Mar 12, 2006 3:30 am
Location: Rochester, NY
Name: Tyler

Re: [RC1] proDVGFX for phpBB 3.1.2

Post by Prosk8er »

GhostfaceTJW wrote:On my original board i customised the N.Design theme.. is that on your list in future?
probably not but if you really need it pm me
Ninja Scott
Registered User
Posts: 29
Joined: Thu Jan 10, 2013 7:38 pm

Re: [RC1] proDVGFX for phpBB 3.1.2

Post by Ninja Scott »

Found another minor formatting issue. Only on mobile where the gradient images are not being used.

This off color blue is also seen through out the 'User Control Panel'.

Image

Link to image
https://drive.google.com/file/d/0B2Et_3 ... sp=sharing

Not a big deal but looks silly.
Last edited by Ninja Scott on Fri Jan 30, 2015 7:00 pm, edited 1 time in total.
User avatar
Prosk8er
Registered User
Posts: 1762
Joined: Sun Mar 12, 2006 3:30 am
Location: Rochester, NY
Name: Tyler

Re: [RC1] proDVGFX for phpBB 3.1.2

Post by Prosk8er »

Ninja Scott wrote:Found another minor formatting issue. Only on mobile where the gradient images are not being used.

This off color blue is also seen through out the 'User Control Panel'.

Image

Not a big deal but looks silly.
I'll take a look at it this weekend
User avatar
Prosk8er
Registered User
Posts: 1762
Joined: Sun Mar 12, 2006 3:30 am
Location: Rochester, NY
Name: Tyler

Re: [RC2] proDVGFX for phpBB 3.1.2

Post by Prosk8er »

Ninja Scott wrote:Found another minor formatting issue. Only on mobile where the gradient images are not being used.

This off color blue is also seen through out the 'User Control Panel'.

Image

Link to image
https://drive.google.com/file/d/0B2Et_3 ... sp=sharing

Not a big deal but looks silly.
fixed see https://github.com/Prosk8er/phpBB3-Styl ... 5f5a02eed0
colours.css only needs to be replaced or just that color code if you edited the css file for your own alterations.

thanks again for reporting keep them coming :)
User avatar
GhostfaceTJW
Registered User
Posts: 253
Joined: Sat Sep 13, 2008 12:32 am

Re: [RC2] proDVGFX for phpBB 3.1.2

Post by GhostfaceTJW »

Anything on where to put the code for a tiled background ? :)
In Colours.css
User avatar
Prosk8er
Registered User
Posts: 1762
Joined: Sun Mar 12, 2006 3:30 am
Location: Rochester, NY
Name: Tyler

Re: [RC2] proDVGFX for phpBB 3.1.2

Post by Prosk8er »

GhostfaceTJW wrote:Anything on where to put the code for a tiled background ? :)
In Colours.css
try here

Code: Select all

html, body {
	color: #D3D3D3;
	background-color: #1F1F1F;
}
^ leave the color: #D3D3D3; cause that's the text color
and here

Code: Select all

#wrap {
	background-color: #1F1F1F;
	/*border-color: #E6E9ED;*/
}
User avatar
GhostfaceTJW
Registered User
Posts: 253
Joined: Sat Sep 13, 2008 12:32 am

Re: [RC2] proDVGFX for phpBB 3.1.2

Post by GhostfaceTJW »

EDIT: i cant find the place to edit the font in UCP, its the one below in UCP image..

And for the life of me i cant center the main 'site-logo' at all.. Any clues ?

Since you last saw the board i had to re-install it when the 3.1.3 update went wrong.

Image
Konijntje
Registered User
Posts: 30
Joined: Wed Jan 07, 2015 3:09 pm

Re: [RC2] proDVGFX for phpBB 3.1.3

Post by Konijntje »

for some reason my captcha stopped working.
User avatar
Prosk8er
Registered User
Posts: 1762
Joined: Sun Mar 12, 2006 3:30 am
Location: Rochester, NY
Name: Tyler

Re: [RC2] proDVGFX for phpBB 3.1.3

Post by Prosk8er »

Konijntje wrote:for some reason my captcha stopped working.
Does it work with prosilver and what captcha are you using
Konijntje
Registered User
Posts: 30
Joined: Wed Jan 07, 2015 3:09 pm

Re: [RC2] proDVGFX for phpBB 3.1.3

Post by Konijntje »

thanks for the quick reply. actually i am confused myself if it works with prosilver.
i would like to check, but because i entered my password wrongly a couple of times, i cannot enter ACP to change theme without captcha LOL.
is there a way to force the theme by using ftp to configure a file?
User avatar
Prosk8er
Registered User
Posts: 1762
Joined: Sun Mar 12, 2006 3:30 am
Location: Rochester, NY
Name: Tyler

Re: [RC2] proDVGFX for phpBB 3.1.3

Post by Prosk8er »

Konijntje wrote:thanks for the quick reply. actually i am confused myself if it works with prosilver.
i would like to check, but because i entered my password wrongly a couple of times, i cannot enter ACP to change theme without captcha LOL.
is there a way to force the theme by using ftp to configure a file?
Nope you have to do in the acp or through phpmyadmin but you'd have to look up exactly where and what to change

Return to “[3.1.x] Styles in Development”