[CDB] Saphic for phpBB

For style authors to post and receive feedback on 3.0.x styles still in development. Any development styles you wish to use on your live board should be installed with caution!
Suggested Hosts
User avatar
Sopel
Registered User
Posts: 70
Joined: Fri Dec 23, 2005 8:59 pm
Location: Poland
Contact:

[CDB] Saphic for phpBB

Post by Sopel »

Style Name: Saphic
Style Author: Sopel
phpBB Version: 3.0.4
Style version: 3.0.2

Download and demo: link
Live demo: link

History of the style
13.02.08, Relased the Saphic style
01.05.08, Updated the Saphic for phpBB 3.0.1
14.08.08, Updated the Saphic for phpBB 3.0.2 and added a small modification for IE and Firefox 3. [instruction]
Last edited by Sopel on Mon Mar 16, 2009 5:38 pm, edited 7 times in total.
User avatar
Raimon
Former Team Member
Posts: 12088
Joined: Tue May 30, 2006 5:31 pm
Location: Netherlands
Name: Raimon Meuldijk
Contact:

Re: [Release] Saphic for phpBB 3.0.0 Gold

Post by Raimon »

And Sopel is on the styles for phpBB3 arrived :D

Nice style, are you gong to make it also for subsilver, or only prosilver based ?
Need phpBB installation, extenstions, Styles or integrate phpBB with you website?
Contact me @ www.raimon.nl for fair prices and good service!
LonestarROB
Registered User
Posts: 43
Joined: Mon Dec 27, 2004 5:06 pm

Re: [Release] Saphic for phpBB 3.0.0 Gold

Post by LonestarROB »

Live demo?
User avatar
Sopel
Registered User
Posts: 70
Joined: Fri Dec 23, 2005 8:59 pm
Location: Poland
Contact:

Re: [Release] Saphic for phpBB 3.0.0 Gold

Post by Sopel »

Yes, there: http://demo.phpbb3styles.net/Saphic (thanks for Derky)
User avatar
Sopel
Registered User
Posts: 70
Joined: Fri Dec 23, 2005 8:59 pm
Location: Poland
Contact:

Re: [Release] Saphic for phpBB 3.0.0 Gold

Post by Sopel »

Raimon wrote:And Sopel is on the styles for phpBB3 arrived :D

Nice style, are you gong to make it also for subsilver, or only prosilver based ?
:) only on prosilver

Others opinion about new Saphic :>?
User avatar
andyJH
Registered User
Posts: 21
Joined: Sun Sep 18, 2005 4:32 pm

Re: [Release] Saphic for phpBB 3.0.0 Gold

Post by andyJH »

A great looking style! Well done!
Granit
Registered User
Posts: 266
Joined: Sun Aug 27, 2006 3:17 pm

Re: [Release] Saphic for phpBB 3.0.0 Gold

Post by Granit »

I dont think it look at all like the old saphic that i used for bb2.
I had really hoped that the style would look more like the one for bb2.
LonestarROB
Registered User
Posts: 43
Joined: Mon Dec 27, 2004 5:06 pm

Re: [Release] Saphic for phpBB 3.0.0 Gold

Post by LonestarROB »

While it is nice, i agree. This is more or less prosilver with different colors. 8-)
kenta
Registered User
Posts: 85
Joined: Fri Feb 09, 2007 8:41 am

Re: [Release] Saphic for phpBB 3.0.0 Gold

Post by kenta »

I think It'll look much more like the old style if it was subsilver based other then that this style is great thanks!
<3 Phpbb
Chudz
Registered User
Posts: 83
Joined: Tue Dec 19, 2006 2:36 am

Re: [Release] Saphic for phpBB 3.0.0 Gold

Post by Chudz »

On the menu bar at the top PM [0] I had 2 PMs but it didnt show is this just me or happening to anyone else using this skin?
User avatar
Sopel
Registered User
Posts: 70
Joined: Fri Dec 23, 2005 8:59 pm
Location: Poland
Contact:

Re: [Release] Saphic for phpBB 3.0.0 Gold

Post by Sopel »

This is more or less prosilver with different colors...
... and icons, menu...

Chudz,

open
styles/saphic/template/overall_header.html

find
{S_NEW_PM}

replace with
{PRIVATE_MESSAGE_INFO}

if you want to replace [x new message] by [x], try to:

open
includes/functions.php

find
$l_message_new = ($user->data['user_new_privmsg'] == 1) ? $user->lang['NEW_PM'] : $user->lang['NEW_PMS'];

delete
$l_message_new = ($user->data['user_new_privmsg'] == 1) ? $user->lang['NEW_PM'] : $user->lang['NEW_PMS'];

find
$l_privmsgs_text = sprintf($l_message_new, $user->data['user_new_privmsg']);

in line delete
$l_message_new,

find
$l_privmsgs_text = $user->lang['NO_NEW_PM'];

replace with
$l_privmsgs_text = "0";
User avatar
Raimon
Former Team Member
Posts: 12088
Joined: Tue May 30, 2006 5:31 pm
Location: Netherlands
Name: Raimon Meuldijk
Contact:

Re: [Release] Saphic for phpBB 3.0.0 Gold

Post by Raimon »

Its not really smart to change that into your .php file.
Need phpBB installation, extenstions, Styles or integrate phpBB with you website?
Contact me @ www.raimon.nl for fair prices and good service!
User avatar
Sopel
Registered User
Posts: 70
Joined: Fri Dec 23, 2005 8:59 pm
Location: Poland
Contact:

Re: [Release] Saphic for phpBB 3.0.0 Gold

Post by Sopel »

Why? How would you do it and realise PM[x] feature?
User avatar
Raimon
Former Team Member
Posts: 12088
Joined: Tue May 30, 2006 5:31 pm
Location: Netherlands
Name: Raimon Meuldijk
Contact:

Re: [Release] Saphic for phpBB 3.0.0 Gold

Post by Raimon »

Use this on your template instead of messing with the .php files (what is not the case when you edit a style to my opiniun :) )

Code: Select all

<!-- IF PRIVATE_MESSAGE_INFO_UNREAD -->, {PRIVATE_MESSAGE_INFO_UNREAD}<!-- ENDIF -->
When you read one pm, prosilver mark only new pms, not unread pms.
So if you use this one;

Code: Select all

<!-- IF S_DISPLAY_PM --> {PRIVATE_MESSAGE_INFO}<!-- IF PRIVATE_MESSAGE_INFO_UNREAD -->, {PRIVATE_MESSAGE_INFO_UNREAD}<!-- ENDIF --></a><!-- ENDIF -->
you wil get o new, and x unread messages.
Need phpBB installation, extenstions, Styles or integrate phpBB with you website?
Contact me @ www.raimon.nl for fair prices and good service!
User avatar
Sopel
Registered User
Posts: 70
Joined: Fri Dec 23, 2005 8:59 pm
Location: Poland
Contact:

Re: [Release] Saphic for phpBB 3.0.0 Gold

Post by Sopel »

Yes, I know, but I mean to display it in "PW[x]" format.
Locked

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