[Release] Saphic for phpBB 3.0.4 Gold

For style authors to post and receive feedback on styles still in development. Any development styles you wish to use on your live board should be installed with caution!

Re: [Release] Saphic for phpBB 3.0.0 Gold

Postby webfan » Mon Apr 14, 2008 2:16 pm

Nice style, I like it. :)

Two questions:
1, Why there's no "Register" on the header?
See demo here: http://demo.phpbb3styles.net/Saphic. There's no Register button. I see these code in overall_header.html at line 137, but it seems doesn't work.
Code: Select all
<!-- IF S_USER_LOGGED_OUT -->
<li><a href="{U_REGISTER}">{L_REGISTER}</a>
<!-- ENDIF -->


2, There's no "Restore Permission". When I try to test our user's permission, I just can not come back.

TIA.
webfan
Registered User
 
Posts: 11
Joined: Tue Jan 08, 2008 2:36 am

Re: [Release] Saphic for phpBB 3.0.0 Gold

Postby webfan » Mon Apr 14, 2008 2:43 pm

Sorry, I just one step away from the final solution. I got the answer now. Before I raised my question, I just forgot one important thing. Allow me to answer my question now.

1. Register button.
open overall_header.html, find line 137
Code: Select all
<!-- IF S_USER_LOGGED_OUT -->
<li><a href="{U_REGISTER}">{L_REGISTER}</a>
<!-- ENDIF -->

replace with
Code: Select all
<!-- IF not S_USER_LOGGED_IN -->
<li><a href="{U_REGISTER}">{L_REGISTER}</a>
<!-- ENDIF -->

save.

2. Restore permission.
open index_body.html, find line 9
Code: Select all
<li><a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a><!-- IF S_USER_LOGGED_IN --> &bull; <a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a><!-- ENDIF --> &bull; <a href="{U_SEARCH_ACTIVE_TOPICS}">{L_SEARCH_ACTIVE_TOPICS}</a></li>

Replace with,
Code: Select all
<li><a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a><!-- IF S_USER_LOGGED_IN --> &bull; <a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a><!-- ENDIF --> &bull; <a href="{U_SEARCH_ACTIVE_TOPICS}">{L_SEARCH_ACTIVE_TOPICS}</a>
   <!-- ENDIF -->
   <!-- IF U_RESTORE_PERMISSIONS --> &bull; <a href="{U_RESTORE_PERMISSIONS}">{L_RESTORE_PERMISSIONS}</a></li>

save.

I have already done these before. But nothing changed. Then I have no choice and post my question here.

So please, don't make mistake again like stupid me. Do the last important step:

Go to ACP, in General tab, you will see "Purge the cache" option, run it!!!
webfan
Registered User
 
Posts: 11
Joined: Tue Jan 08, 2008 2:36 am

Re: [Release] Saphic for phpBB 3.0.0 Gold

Postby Sopel » Mon Apr 14, 2008 8:52 pm

Thanks, i will take it into consideration in the new saphic version (phpbb 3.0.1).
User avatar
Sopel
Registered User
 
Posts: 67
Joined: Fri Dec 23, 2005 8:59 pm
Location: Poland

Re: [Release] Saphic for phpBB 3.0.0 Gold

Postby Derky » Mon Apr 14, 2008 9:22 pm

webfan wrote:1, Why there's no "Register" on the header?
See demo here: http://demo.phpbb3styles.net/Saphic. There's no Register button. I see these code in overall_header.html at line 137, but it seems doesn't work.


That is probably because the demo is 3.0.1 and the style is 3.0.0. ;)
User avatar
Derky
MOD Team Member
MOD Team Member
 
Posts: 934
Joined: Sun Apr 10, 2005 9:58 am
Location: Netherlands

Re: [Release] Saphic for phpBB 3.0.0 Gold

Postby Sopel » Thu May 01, 2008 8:45 pm

Hello :), style has been updated to phpBB 3.0.1, download and demo in first post.
User avatar
Sopel
Registered User
 
Posts: 67
Joined: Fri Dec 23, 2005 8:59 pm
Location: Poland

Re: [Release] Saphic for phpBB 3.0.0 Gold

Postby deanmoke » Tue May 20, 2008 9:52 am

Great looking theme but I have a problem:
I am using phpBB3.01 and the theme was downloaded today from the link at the start of this topic.
All looks good until I click down to the actual posts. The post is a long scroll down the page with a big gap above it. Also, two "Post Reply" buttons are displayed, the normal one and the mouseover button.
See http://mokeclub.org/phpBB3/viewtopic.php?f=2&t=1

I am new to phpBB3 (but a long time user of phpBB2) and am still exploring it so there may be a setting I have not used correctly that is causing this?
Thanks for any advice you can give,
Dean
PS: I am viewing it in IE6
Last edited by deanmoke on Tue May 27, 2008 6:17 am, edited 1 time in total.
deanmoke
Registered User
 
Posts: 7
Joined: Tue May 20, 2008 9:05 am

Re: [Release] Saphic for phpBB 3.0.0 Gold

Postby deanmoke » Tue May 20, 2008 10:26 am

A bit of further info: I just downloaded Firefox and the problem doesn't occur on that. However, many of my members do use IE6 so I need a fix.
Dean
deanmoke
Registered User
 
Posts: 7
Joined: Tue May 20, 2008 9:05 am

Re: [Release] Saphic for phpBB 3.0.0 Gold

Postby deanmoke » Wed May 21, 2008 6:22 am

I notice that the demo at phpbbstyles linked to from the start of this thread also shows the same error on IE6 but the style here http://www.phpbb3styles.com/demo/index.php?style=2 seems fine.

I tried IE7 on another PC and the error above doesn't show but another one does!
When you go to the post and hover your mouse on the search button, the page gets messed up (in IE7).
Dean
deanmoke
Registered User
 
Posts: 7
Joined: Tue May 20, 2008 9:05 am

Re: [Release] Saphic for phpBB 3.0.0 Gold

Postby deanmoke » Tue May 27, 2008 6:21 am

No fix then?
Is anyone else experiencing the same problems?
Thanks,
Dean
deanmoke
Registered User
 
Posts: 7
Joined: Tue May 20, 2008 9:05 am

Re: [Release] Saphic for phpBB 3.0.0 Gold

Postby deanmoke » Tue May 27, 2008 9:07 am

Please ignore my previous posts, My uploading was at fault here and the fact that I didn't purge the cache to see the true page.
All is now working fine and it looks great in FF, IE6 and IE7.
Thanks,
Dean
deanmoke
Registered User
 
Posts: 7
Joined: Tue May 20, 2008 9:05 am

Re: [Release] Saphic for phpBB 3.0.0 Gold

Postby deanmoke » Sat May 31, 2008 11:33 am

deanmoke wrote:Please ignore my previous posts, My uploading was at fault here and the fact that I didn't purge the cache to see the true page.
All is now working fine and it looks great in FF, IE6 and IE7.
Thanks,
Dean


Another backtrack here, it appears that the file I downloaded from the link in the first post is at fault. I dowloaded it again and the fault reappared. I then realised that the problem was fixed last time after I downloaded the file from http://www.phpbb3styles.com/viewtopic.php?f=45&t=914&sid=e1b73227a1149f005cdb9308dc3e9ebb

I just downloaded from both locations and ran the style install twice, trying the different files in turn. It's the file from stylerbb.net that is giving me the problem.
Stylebb.net says their file is V3.01 and phpstyles says theirs is V3.0.0+
I am using V3.01 of phpBB3
deanmoke
Registered User
 
Posts: 7
Joined: Tue May 20, 2008 9:05 am

Re: [Release] Saphic for phpBB 3.0.0 Gold

Postby Sopel » Sun Jul 13, 2008 10:05 pm

There is an error in saphic, which appears if you have the FF3 (thanks for tominosik). We will have published the correction by the end of July. However if you want to fix it as quickly as possible, the instruction how to do it is below.

OPEN
template/overall_header.html

FIND
<h1>{SITENAME}</h1>

BEFORE, ADD
<div style="float: left;">

FIND
<p style="display: none;"><a href="#start_here">{L_SKIP}</a></p>

AFTER, ADD
</div>
User avatar
Sopel
Registered User
 
Posts: 67
Joined: Fri Dec 23, 2005 8:59 pm
Location: Poland

Re: [Release] Saphic for phpBB 3.0.0 Gold

Postby Trauma208 » Thu Jul 17, 2008 6:09 pm

how would you take the green out of the tables ?? and just leave them white
thanx
Trauma208
Registered User
 
Posts: 8
Joined: Tue Jul 01, 2008 5:26 pm

Re: [Release] Saphic for phpBB 3.0.0 Gold

Postby prototech » Fri Jul 18, 2008 12:41 am

Trauma208 wrote:how would you take the green out of the tables ?? and just leave them white
thanx

In colours.css, find:
Code: Select all
ul.forums {
   background-color: #EAEFD1;
   background-image: url("{T_THEME_PATH}/images/gradient.gif");
}

Replace with:
Code: Select all
ul.forums {
   background-color: #FFFFFF;
}

In viewforum_body.html, find and remove:
Code: Select all
<!-- IF topicrow.S_ROW_COUNT is even --> bg1<!-- ELSE --> bg2<!-- ENDIF -->

Find:
Code: Select all
<!-- IF topicrow.S_TOPIC_REPORTED --> reported<!-- ENDIF -->"

After, add:
Code: Select all
style="background-color: #FFFFFF;"

Then refresh your theme - ACP => Styles => Style Components => Themes.
User avatar
prototech
Styles Team Leader
Styles Team Leader
 
Posts: 4526
Joined: Mon Mar 19, 2007 2:04 pm
Location: Southern California

Re: [Release] Saphic for phpBB 3.0.0 Gold

Postby Sopel » Thu Aug 14, 2008 9:42 pm

Hi, The new updated version has been released (3.0.2). You can dowlonad it in the first post. The instruction how to update below.

Open
Code: Select all
template/overall_header.html


Find
Code: Select all
<h1>{SITENAME}</h1>


Before, add

Code: Select all
<div style="float: left;">


Find
Code: Select all
<p style="display: none;"><a href="#start_here">{L_SKIP}</a></p>


After, add
Code: Select all
</div>


Open
Code: Select all
template/viewforum_body.html


Find (Around Line 42)
Code: Select all
<div class="<!-- IF S_IS_LOCKED -->locked-icon<!-- ELSE -->post-icon<!-- ENDIF -->"><a href="{U_POST_NEW_TOPIC}"></a></div>


Replace with
Code: Select all
<div class="<!-- IF S_IS_LOCKED -->locked-icon<!-- ELSE -->post-icon<!-- ENDIF -->"><a href="{U_POST_NEW_TOPIC}" title="<!-- IF S_IS_LOCKED -->{L_FORUM_LOCKED}<!-- ELSE -->{L_POST_TOPIC}<!-- ENDIF -->"><span></span><!-- IF S_IS_LOCKED -->&nbsp;<!-- ELSE -->&nbsp;<!-- ENDIF --></a></div>


Find (Around Line 186)
Code: Select all
<div class="<!-- IF S_IS_LOCKED -->locked-icon<!-- ELSE -->post-icon<!-- ENDIF -->" title="<!-- IF S_IS_LOCKED -->{L_FORUM_LOCKED}<!-- ELSE -->{L_POST_TOPIC}<!-- ENDIF -->"><a href="{U_POST_NEW_TOPIC}"></a></div>


Replace with
Code: Select all
<div class="<!-- IF S_IS_LOCKED -->locked-icon<!-- ELSE -->post-icon<!-- ENDIF -->"><a href="{U_POST_NEW_TOPIC}" title="<!-- IF S_IS_LOCKED -->{L_FORUM_LOCKED}<!-- ELSE -->{L_POST_TOPIC}<!-- ENDIF -->"><span></span><!-- IF S_IS_LOCKED -->&nbsp;<!-- ELSE -->&nbsp;<!-- ENDIF --></a></div>


Open
Code: Select all
templates/viewtopic_body.html


Find (Around Line 35)
Code: Select all
<div class="<!-- IF S_IS_LOCKED -->locked-icon<!-- ELSE -->reply-icon<!-- ENDIF -->"><a href="{U_POST_REPLY_TOPIC}"</a></div>


Replace with
Code: Select all
<div class="<!-- IF S_IS_LOCKED -->locked-icon<!-- ELSE -->reply-icon<!-- ENDIF -->"><a href="{U_POST_REPLY_TOPIC}" title="<!-- IF S_IS_LOCKED -->{L_TOPIC_LOCKED}<!-- ELSE -->{L_POST_REPLY}<!-- ENDIF -->"><span></span><!-- IF S_IS_LOCKED -->&nbsp;<!-- ELSE -->&nbsp;<!-- ENDIF --></a></div>


Find (Around Line 243)
Code: Select all
<div class="<!-- IF S_IS_LOCKED -->locked-icon<!-- ELSE -->reply-icon<!-- ENDIF -->"><a href="{U_POST_REPLY_TOPIC}"</a></div>


Replace with
Code: Select all
<div class="<!-- IF S_IS_LOCKED -->locked-icon<!-- ELSE -->reply-icon<!-- ENDIF -->"><a href="{U_POST_REPLY_TOPIC}" title="<!-- IF S_IS_LOCKED -->{L_TOPIC_LOCKED}<!-- ELSE -->{L_POST_REPLY}<!-- ENDIF -->"><span></span><!-- IF S_IS_LOCKED -->&nbsp;<!-- ELSE -->&nbsp;<!-- ENDIF --></a></div>


and update style for phpBB 3.0.2
User avatar
Sopel
Registered User
 
Posts: 67
Joined: Fri Dec 23, 2005 8:59 pm
Location: Poland

PreviousNext

Return to [3.0.x] Styles in Development

Who is online

Users browsing this forum: No registered users and 5 guests