Page 1 of 3

[RC] Forumbook for phpBB 3.2.9

Posted: Sat Feb 11, 2017 7:01 pm
by jrolson
Style Version: 1.0.10
phpBB Version: 3.2.9
Based on: prosilver

Based on the popular social network Facebook.

Screens
Image Image

*Night Mode
Image

*5 Colors Available (Blue, Red, Green, Pink, Purple.)
Image

Admin Style Options (*Available to edit in template/config.html)
$F_DISPLAY_LOGO = Displays the logo image in the header.
$F_COLLAPSIBLE_CATEGORIES = Enables collapsible categories.
$F_HEADERBAR_FIXED = Makes the top navbar fixed to the top of page when scrolling.
$F_NIGHTMODE = Enables the night mode switch.
$F_LEFT_SIDEBAR_LAYOUT = Enables the left side layout for stats.
$F_DEFAULT_COLOR = Sets the default color. (Options: blue, green, pink, purple, red)

MChat Support
Image

How to install custom Mchat style
1. Download and install the MChat mod.
2. Download and extract the files below to phpbb\ext\dmzx\mchat\styles (Delete these files if you want the original MChat layout back.)
https://www.dropbox.com/s/kz5fobv37zus0 ... 0.zip?dl=1

Demo
http://phpbbstyles.rf.gd/index.php?style=3

Download
https://www.dropbox.com/s/fsvm1u2e0xtog ... 0.zip?dl=1
SHA256: 2ca90c315cbee425dda7f60d46c3c297ecd50d367e390d8186b879898bb51f5e

Re: [Release] Forumbook for phpBB 3.2.0

Posted: Sat Feb 11, 2017 9:13 pm
by zardos
Thank you very much. ;)

Re: [Release] Forumbook for phpBB 3.2.0

Posted: Tue Feb 14, 2017 3:47 pm
by pikachuturkey
is there a problem with the screenshot? when i click the images pages don't open.

Re: [Release] Forumbook for phpBB 3.2.0

Posted: Tue Mar 07, 2017 4:06 am
by asoask
Nice style :) i like it :)

Re: [Release] Forumbook for phpBB 3.2.0

Posted: Sat Mar 11, 2017 5:17 pm
by JohnsGuns
hello!...new to phpBB, and really like this side bar setup. my question is, how do i install it? i unzipped the file int my styles directory but its not showing up in the install styles section...what am i doing wrong?

Re: [Release] Forumbook for phpBB 3.2.0

Posted: Thu Jun 08, 2017 2:08 pm
by mrix2000
jrolson wrote: Sat Feb 11, 2017 7:01 pm
Admin Style Options (*Available to edit in template/config.html)
$F_COLLAPSIBLE_CATEGORIES = Enables collapsible categories.
$F_LEFT_SIDEBAR_LAYOUT = Enables the left sidebar layout for stats.
$F_RIGHT_SIDEBAR = Enables the right sidebar.
$F_SIDEBAR_DISPLAY_ALL = Show all notifications in the right sidebar.
Really nice clean style, Unfortunately I like the recent topics mod which normally works with the prosilver style but this style spreads the recent topics over to the left side bar :?
Anyway of retraining it ? this would be the icing on the cake for me.
Thanks
mrix

Re: [Release] Forumbook for phpBB 3.2.0

Posted: Fri Jun 09, 2017 2:52 pm
by jrolson
mrix2000 wrote: Thu Jun 08, 2017 2:08 pm
jrolson wrote: Sat Feb 11, 2017 7:01 pm
Admin Style Options (*Available to edit in template/config.html)
$F_COLLAPSIBLE_CATEGORIES = Enables collapsible categories.
$F_LEFT_SIDEBAR_LAYOUT = Enables the left sidebar layout for stats.
$F_RIGHT_SIDEBAR = Enables the right sidebar.
$F_SIDEBAR_DISPLAY_ALL = Show all notifications in the right sidebar.
Really nice clean style, Unfortunately I like the recent topics mod which normally works with the prosilver style but this style spreads the recent topics over to the left side bar :?
Anyway of retraining it ? this would be the icing on the cake for me.
Thanks
mrix
You could just disable the left sidebar unless you still want it.

Link to the recent topics mod?

Re: [Release] Forumbook for phpBB 3.2.1

Posted: Tue Jul 18, 2017 5:40 pm
by jrolson
Forumbook 1.0.1 Released!

*Updated for phpBB 3.2.1
*Misc. fixes.

Re: [Release] Forumbook for phpBB 3.2.1

Posted: Wed Jul 19, 2017 3:25 pm
by olalavui
Very nice, thanks you!

Re: [Release] Forumbook for phpBB 3.2.1

Posted: Wed Dec 13, 2017 12:35 am
by JohnnyBigSpuds
love its functions and features,
is there a way to make this a dark theme?
like when its night time some sites allow you to switch to a dark version of it?

Re: [Release] Forumbook for phpBB 3.2.2

Posted: Sun Jan 14, 2018 7:42 pm
by jrolson
Forumbook 1.0.2 Released!

*updated for phpBB 3.2.2
*misc. fixes.

Re: [Release] Forumbook for phpBB 3.2.2

Posted: Sun Jan 14, 2018 9:00 pm
by NastyBoy
I want to get rid of the phpbb logo above and add your own logo there, can you tell me exactly what and where I can change that

Re: [Release] Forumbook for phpBB 3.2.2

Posted: Mon Jan 15, 2018 7:28 pm
by NastyBoy
why is that option not in the config?
$F_DISPLAY_LOGO = Displays the logo image in the header.

Re: [Release] Forumbook for phpBB 3.2.2

Posted: Mon Jan 15, 2018 8:31 pm
by Ibedejo
It is where it is supposed to be: Forumbook 1.0.2, config.html line 9

Code: Select all

$F_DISPLAY_LOGO = Displays the logo image in the header. (1 = enabled 0 = disabled)
To switch from "enabled" to "disabled" or vice versa you only need to change the currently assigned value from "1" to "0" (or vice versa) in the definition part => line 17

Code: Select all

<!-- DEFINE $F_DISPLAY_LOGO = '1' -->
Did you change anything in your overall_header.html where this comes into effect?
Check your code (starting at line 250 in an unmodified file) for

Code: Select all

				<!-- IF $F_DISPLAY_LOGO -->
				<a id="logo" class="logo" href="<!-- IF U_SITE_HOME -->{U_SITE_HOME}<!-- ELSE -->{U_INDEX}<!-- ENDIF -->" title="<!-- IF U_SITE_HOME -->{L_SITE_HOME}<!-- ELSE -->{L_INDEX}<!-- ENDIF -->"><span class="site_logo"></span></a>
				<!-- ENDIF -->

Re: [Release] Forumbook for phpBB 3.2.2

Posted: Mon Jan 15, 2018 9:51 pm
by NastyBoy
I have the code with the logo in the config inserted. But first I want to remove the phpbb logo and then insert a new logo. Or can I simply upload a logo and this will be replaced by the phpbb logo?