[RC] Platinum for phpBB 3.3.14

For style authors to post and receive feedback on 3.3.x styles still in development. Any development styles you wish to use on your live board should be installed with caution!
User avatar
jrolson
Registered User
Posts: 976
Joined: Wed Jan 05, 2005 1:53 am
Location: U.S.

[RC] Platinum for phpBB 3.3.14

Post by jrolson »

Style Version: 1.1.15
phpBB Version: 3.3.14
Based on: prosilver

Screens
Image Image

Features
*Collapsible Categories
Image

*Color Switcher (5 colors available. Blue, Red, Green, Pink, Purple.)
Image

*Night Mode (Protects your eyes at night from bright colors.)
Image

Admin Style Options
*Available to edit in template/config.html *Flush board cache after editing!
$P_DISPLAY_NAVBARS = Displays the top and bottom navbars.
$P_SQUEEZED = Squeezes the top and bottom navbar content to have the same width as the body.
$P_HEADERBAR_FIXED = Makes the top navbar fixed to top of page when scrolling.
$P_LOGO = Displays the logo image.
$P_LOGO_URL = The url location of your logo. (Default: {T_THEME_PATH}/images/site_logo.gif)
$P_REVERT_LOGO = Reverts logo code back to the original. (Turn on to use logo mods.)
$P_DESCRIPTION = Displays the site description.
$P_SEARCH = Displays the header search.
$P_DEFAULT_COLOR = Sets the default color. (Options: blue, green, pink, purple, red)
$P_COLOR_SWITCHER = Displays the color switcher for users.
$P_COLLAPSIBLE_CATEGORIES = Enables collapsible categories.
$P_NIGHTMODE = Displays the night mode switch.
$P_LEFTPROFILE = Moves user info on viewtopic to the left side.
$P_SIMPLE_ONLINE_STATUS = Switches the online status image to a simple online dot next to the username.

Demo

Download
https://www.dropbox.com/scl/fi/0i0w1iyr ... ewy97&dl=1
Last edited by jrolson on Wed Nov 20, 2024 8:54 pm, edited 23 times in total.
User avatar
strelok-by
Registered User
Posts: 126
Joined: Fri Nov 21, 2014 10:22 am
Location: Mozyr / Belarus
Name: Stanislav

Re: [RC] Platinum for phpBB 3.3.0

Post by strelok-by »

When switching to the left profile, the online icon remains on the right
Снимок.PNG
You do not have the required permissions to view the files attached to this post.
User avatar
jrolson
Registered User
Posts: 976
Joined: Wed Jan 05, 2005 1:53 am
Location: U.S.

Re: [RC] Platinum for phpBB 3.3.0

Post by jrolson »

strelok-by wrote: Sun Jan 19, 2020 3:19 am When switching to the left profile, the online icon remains on the right
This is intended as moving the online icon to the left caused problems on skinny sized screens such as clipping into the users avatar...

Also getting this to work correctly with the profile switcher + responsive state, it would have to be coded 4x. (left, right, left responsive, right responsive)
It's much simpler just to leave it to the right.
User avatar
strelok-by
Registered User
Posts: 126
Joined: Fri Nov 21, 2014 10:22 am
Location: Mozyr / Belarus
Name: Stanislav

Re: [RC] Platinum for phpBB 3.3.0

Post by strelok-by »

where to find the parameter change site_logo.gif?
User avatar
strelok-by
Registered User
Posts: 126
Joined: Fri Nov 21, 2014 10:22 am
Location: Mozyr / Belarus
Name: Stanislav

Re: [RC] Platinum for phpBB 3.3.0

Post by strelok-by »

jrolson wrote: Sun Jan 19, 2020 5:49 pm
strelok-by wrote: Sun Jan 19, 2020 3:19 am When switching to the left profile, the online icon remains on the right
It's much simpler just to leave it to the right.
Well, this is not a problem for me, there is an extension for transferring the profile to the left, I thought it was some kind of bug
vfrblue
Registered User
Posts: 12
Joined: Sun Sep 17, 2017 3:06 pm

Re: [RC] Platinum for phpBB 3.3.0

Post by vfrblue »

Is it possible to set the cookies to "secure"? Web-Developer complains about insecure cookies and so does the FF.
User avatar
jrolson
Registered User
Posts: 976
Joined: Wed Jan 05, 2005 1:53 am
Location: U.S.

Re: [RC] Platinum for phpBB 3.3.0

Post by jrolson »

vfrblue wrote: Fri May 29, 2020 4:52 am Is it possible to set the cookies to "secure"? Web-Developer complains about insecure cookies and so does the FF.
Secure cookies aren't needed in this case since they don't hold any sensitive info... but if you want,
You would have to go through the custom .js files in Template folder

Find every,

Code: Select all

$.cookie
Find,

Code: Select all

path: '/'
After add,

Code: Select all

, secure: true
Note: The cookie will only be set if a secure connection exists (HTTPS).
vfrblue
Registered User
Posts: 12
Joined: Sun Sep 17, 2017 3:06 pm

Re: [RC] Platinum for phpBB 3.3.0

Post by vfrblue »

Thanks for the quick response.
User avatar
spaceace
Registered User
Posts: 1999
Joined: Wed Jan 30, 2008 8:50 pm

Re: [RC] Platinum for phpBB 3.3.0

Post by spaceace »

jrolson wrote: Sun Jan 19, 2020 5:49 pm
strelok-by wrote: Sun Jan 19, 2020 3:19 am When switching to the left profile, the online icon remains on the right
This is intended as moving the online icon to the left caused problems on skinny sized screens such as clipping into the users avatar...

Also getting this to work correctly with the profile switcher + responsive state, it would have to be coded 4x. (left, right, left responsive, right responsive)
It's much simpler just to leave it to the right.
what you download and what is in the demo are not the same as the online icon moves with the profile in the demo and the screenshots in the first post
User avatar
jrolson
Registered User
Posts: 976
Joined: Wed Jan 05, 2005 1:53 am
Location: U.S.

Re: [RC] Platinum for phpBB 3.3.0

Post by jrolson »

Note: Online icon position is fixed and will be in the next version.

Also don't bother reporting any bugs in the demo, They are outdated since I haven't gotten around to updating them..
User avatar
jrolson
Registered User
Posts: 976
Joined: Wed Jan 05, 2005 1:53 am
Location: U.S.

Re: [RC] Platinum for phpBB 3.3.1

Post by jrolson »

Platinum 1.1.1 released
*updated for phpBB 3.3.1
*fixed online status for left profiles
*misc. fixes
IoHL-be
Registered User
Posts: 46
Joined: Tue Oct 09, 2018 3:50 pm

Re: [RC] Platinum for phpBB 3.3.1

Post by IoHL-be »

Platinum for phpBB 3.3.1 suffers from the same mobile menu problem as the prosilver theme:

viewtopic.php?p=15563666

To fix it, you have to make the code alterations suggested here for Platinum:

https://github.com/phpbb/phpbb/pull/6033/files
User avatar
Ancient Viking
Registered User
Posts: 591
Joined: Sun Jan 15, 2012 11:43 pm

Re: [RC] Platinum for phpBB 3.3.0

Post by Ancient Viking »

strelok-by wrote: Sun Jan 19, 2020 6:57 pm where to find the parameter change site_logo.gif?
Why do you need to know its parameter?

Delete it, after you have downloaded it from the server of course. Problem solved.
My local forum: egetforum.nu - Offline Forum Online!
User avatar
Talk19Zehn
Registered User
Posts: 912
Joined: Tue Aug 09, 2011 1:10 pm

Re: [RC] Platinum for phpBB 3.3.1

Post by Talk19Zehn »

@BlackPandaBear - by the way:
Platinum for phpBB 3.3.1 suffers from the same mobile menu problem as the prosilver theme:
viewtopic.php?p=15567201#p15567201
A style author cannot necessarily enter errors in the system version on the part of a FINAL published phpBB system version. The structure is crucial.
This is critical as these duties are not just shifted.

:( Regards
User avatar
jrolson
Registered User
Posts: 976
Joined: Wed Jan 05, 2005 1:53 am
Location: U.S.

Re: [RC] Platinum for phpBB 3.3.2

Post by jrolson »

Platinum 1.1.2 released
*updated for phpBB 3.3.2

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