[Release] Forumbook (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
Locked
User avatar
jrolson
Registered User
Posts: 968
Joined: Wed Jan 05, 2005 1:53 am
Location: U.S.

Re: [Release] Forumbook (phpBB 3.1.9)

Post by jrolson »

Forumbook 1.0.4 Released!

-updated for phpBB 3.1.9

Changed Files
style.cfg
template/overall_header.html
testingground
Registered User
Posts: 184
Joined: Thu Apr 21, 2016 10:59 am

Re: [Release] Forumbook (phpBB 3.1.9)

Post by testingground »

How would one change the color for the category and topic headers?

thanks
testingground
Registered User
Posts: 184
Joined: Thu Apr 21, 2016 10:59 am

Re: [Release] Forumbook (phpBB 3.1.9)

Post by testingground »

ok forget that, sussed it.

Im trying to get the ultimate points displayed at the top on the blue navbar.
I have got it to show but I cant make the text white as it uses the forum text colour.

Also Id like to get the points to display in the red boxes, is that possible?

Thanks
User avatar
Zaishen
Registered User
Posts: 199
Joined: Sat Dec 18, 2010 6:08 am

Re: [Release] Forumbook (phpBB 3.1.9)

Post by Zaishen »

nice theme, but i would like to sugest to hide that „0” on notifications and new messages, make them apear only when u get new notification and messages
User avatar
jrolson
Registered User
Posts: 968
Joined: Wed Jan 05, 2005 1:53 am
Location: U.S.

Re: [Release] Forumbook (phpBB 3.1.9)

Post by jrolson »

Zaishen wrote:nice theme, but i would like to sugest to hide that „0” on notifications and new messages, make them apear only when u get new notification and messages
Not possible in phpBB as far as I know...
messikecil
Registered User
Posts: 115
Joined: Fri Oct 24, 2014 11:42 pm

Re: [Release] Forumbook (phpBB 3.1.9)

Post by messikecil »

can you add sidebar for ads and social network link to this style?
testingground
Registered User
Posts: 184
Joined: Thu Apr 21, 2016 10:59 am

Re: [Release] Forumbook (phpBB 3.1.9)

Post by testingground »

I have put a large image at the top header.
It works fine on a desktop and disappears on a mobile, but on a tablet the image isnt resizing so it hangs off the side of the page.
Is there anyway to fix this please?

Thanks, and great work!
User avatar
jrolson
Registered User
Posts: 968
Joined: Wed Jan 05, 2005 1:53 am
Location: U.S.

Re: [Release] Forumbook (phpBB 3.1.9)

Post by jrolson »

messikecil wrote:can you add sidebar for ads and social network link to this style?
It's something I've already been working on.
User avatar
jrolson
Registered User
Posts: 968
Joined: Wed Jan 05, 2005 1:53 am
Location: U.S.

Re: [Release] Forumbook (phpBB 3.1.9)

Post by jrolson »

testingground wrote:I have put a large image at the top header.
It works fine on a desktop and disappears on a mobile, but on a tablet the image isnt resizing so it hangs off the side of the page.
Is there anyway to fix this please?

Thanks, and great work!
Unfortunately it's hard to say what the problem is without seeing your code or pics.
testingground
Registered User
Posts: 184
Joined: Thu Apr 21, 2016 10:59 am

Re: [Release] Forumbook (phpBB 3.1.9)

Post by testingground »

Here is my forum on tablet view.
You can see the header image overlaps the page.
I replaced the site_logo image and resized in common css to my new image.
Screenshot.png
User avatar
jrolson
Registered User
Posts: 968
Joined: Wed Jan 05, 2005 1:53 am
Location: U.S.

Re: [Release] Forumbook (phpBB 3.1.9)

Post by jrolson »

testingground wrote:Here is my forum on tablet view.
You can see the header image overlaps the page.
I replaced the site_logo image and resized in common css to my new image.
Screenshot.png
You would have to assign a width % to the image for it to be responsive.

Can't promise this would even work though since I don't know what code you have changed...
testingground
Registered User
Posts: 184
Joined: Thu Apr 21, 2016 10:59 am

Re: [Release] Forumbook (phpBB 3.1.9)

Post by testingground »

This is what I changed:

imageset.css

Code: Select all

imageset.site_logo {
	background-image: url("./images/parcels.gif");
	padding-left: 1080px;
	padding-top: 155px;
My logo is 1100px x 150
On a smartphone the logo disappears which is fine, but on an ipad or tablet the logo hangs over the edge.
This is really spoiling the forum appearance so I hope something can be done.
User avatar
jrolson
Registered User
Posts: 968
Joined: Wed Jan 05, 2005 1:53 am
Location: U.S.

Re: [Release] Forumbook (phpBB 3.1.9)

Post by jrolson »

testingground wrote:This is what I changed:

imageset.css

Code: Select all

imageset.site_logo {
	background-image: url("./images/parcels.gif");
	padding-left: 1080px;
	padding-top: 155px;
My logo is 1100px x 150
On a smartphone the logo disappears which is fine, but on an ipad or tablet the logo hangs over the edge.
This is really spoiling the forum appearance so I hope something can be done.
In common.css
Find,
#site-description

Change to,

Code: Select all

#site-description {
    float: left;
    width: 100%;
}
As for imageset.site_logo,
You can change the padding-left to,

Code: Select all

padding-left: 100%;
This won't the change image size but will crop it for tablets...
This is the only way to make it work since you chose to edit the logo instead of the header background.
User avatar
jrolson
Registered User
Posts: 968
Joined: Wed Jan 05, 2005 1:53 am
Location: U.S.

Re: [Release] Forumbook (phpBB 3.1.9)

Post by jrolson »

I have added 2 new sidebars for the next version (both can be disabled if not needed)

The right sidebar can be used to insert your ads, ect.

The right body sidebar maybe used for possible chat integration?

Image
testingground
Registered User
Posts: 184
Joined: Thu Apr 21, 2016 10:59 am

Re: [Release] Forumbook (phpBB 3.1.9)

Post by testingground »

ok done that, but now it doesnt display my header image on a tablet. (its better than it was as the whole screen now resizes, but would be nicer with my image.

You said I shouldve done the header and not the site_logo.
Would this solve my issue, and if so what is the correct way to do that?

Thanks
Locked

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