Page 1 of 8

[Release] Terayon 4.0.25 (phpBB 3.0.12)

Posted: Mon Mar 28, 2011 7:13 am
by lithosphere
Style Name: Terayon 4
Author: Lithosphere

phpBB Version: 3.0.12
Style Version: 4.0.25
Based on: prosilver

Description:This new updated version of Terayon follows loosely on the colour selection of Terayon v2 (which used shades of blue, gray and white). This version of Terayon is completely based on the proSilver theme and compatible with phpBB3.0.12. English,French and German Imagesets included with the theme.

Screenshot:

Image

Download: http://www.mediafire.com/download/f8cfh ... rayon4.zip

Terayon 4 Updates

Posted: Wed Apr 27, 2011 10:33 pm
by lithosphere
Revision Update Notices:

May 12 2014
- Wow its been awhile and I've been busy doing other things in life, I finally got around to updating this theme to the latest phpBB3 version, enjoy.
-Updated to latest phpBB3 version (3.0.12)
--Terayon v.4.025 Release Candidate 25

Oct 31 2012
-Thanks to Jan for pointing this error out, the Memberlist view "The Team Leaders" had a minor design flaw in the GUI. This new release resolves the flaw.
-Happy Halloween
-Terayon v.4.024 Releae Candidate 24

Oct 24 2012
-Thanks to Benedikt for pointing this error out. The "subscribe forum", "subscribe topic" and "bookmark topic" were removed in the my original design process and I totally forgot to re-add them into the theme. I've fixed the overall_footer.html and re-added these elements. Sorry for the mix up. This new update should add these to the bottom part of your forums. Its not a big issue but for your members and yourself I'm sure you'll be happy to see it back.
-Terayon v4.0.23 (RC.23)

-See readme file included with the theme for complete changelog (located in the contrib folder)

Re: [Release] Terayon 4.0.2 (phpBB 3.0.8)

Posted: Mon May 09, 2011 1:29 am
by OEMJAY
I like the clean look to this, but really wish the "logout" link would not be right smack in the middle.

Re: [Release] Terayon 4.0.2 (phpBB 3.0.8)

Posted: Mon May 09, 2011 7:59 am
by lithosphere
hey thanks for the input, I'm working on another revision which was almost done until you posted..lol

I can place the logout link on the right to make things easier or if you have any suggestions where you would like to see it I'll be happy to apply it in the next release (this week sometime most likely tomorrow). Again thanks for the input

Re: [Release] Terayon 4.0.3 (phpBB 3.0.8)

Posted: Thu Jun 02, 2011 3:37 am
by lithosphere
Demo available please check initial post for link. Thanks to Patrick @ phpbbhacks.com for providing a demo of the theme in action.

Re: [Release] Terayon 4.0.3 (phpBB 3.0.8)

Posted: Thu Jun 02, 2011 3:45 am
by Peter77sx
Hello, I like the style. I don't mean any offense to my question, but is there a reason why there's a gap between 'o' and 's' in Postreply when hovering over ?

Re: [Release] Terayon 4.0.3 (phpBB 3.0.8)

Posted: Thu Jun 02, 2011 6:38 am
by lithosphere
Hiya, I haven't noticed that before, I'll make them uniformed in the next update, thanks for your message :)

Re: [Release] Terayon 4.0.3 (phpBB 3.0.8)

Posted: Sun Jun 05, 2011 12:04 pm
by boy_ofpersia
Good job man. It's so light! :D

Re: [Release] Terayon 4.0.3 (phpBB 3.0.8)

Posted: Tue Jun 07, 2011 6:34 pm
by VOLKERMORD
Thx, very nice theme ;)
Some fix:
search in styles/Terayon/theme/common.css

Code: Select all

#wrap {
        margin-left: auto;
        margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
        width: 70%;
	background-color: #D9D9D9;
	border: 1px solid #C3C3C3;
	clear:both;
}
and replace with:

Code: Select all

#wrap {
        margin-left: auto;
        margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
        width: 95%;
	background-color: #D9D9D9;
	border: 1px solid #C3C3C3;
	clear:both;
}
before

Image

after

Image

Re: [Release] Terayon 4.0.3 (phpBB 3.0.8)

Posted: Tue Jun 07, 2011 11:05 pm
by lithosphere
Hey thanks, I'll take a look at it and implement it into the next release. Not saying your changes are wrong etc..but I simply must check to see if it affects anything else in theme. Thanks for your time and input. ;)


edited to add - Theme updated to version 4.0.4, thanks for all your input guys/gals ;)

Re: [Release] Terayon 4.0.4 (phpBB 3.0.8)

Posted: Wed Jun 08, 2011 6:08 pm
by VOLKERMORD
some xhtml fix:

Search in styles/Terayon4/template/overall_header.html

Code: Select all

<div class="navmenu">
			<ul class="topmenu">
			<li><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a></li>		
			<li><!-- IF U_RESTORE_PERMISSIONS --><a href="{U_RESTORE_PERMISSIONS}">{L_RESTORE_PERMISSIONS}</a><!-- ENDIF --></li>
			<li><a href="{U_FAQ}" title="{L_FAQ_EXPLAIN}">{L_FAQ}</a></li>
			<!-- IF not S_IS_BOT -->
			<!-- IF S_DISPLAY_MEMBERLIST --><li><a href="{U_MEMBERLIST}" title="{L_MEMBERLIST_EXPLAIN}">{L_MEMBERLIST}</a></li><!-- ENDIF -->			
			<!-- IF not S_IS_BOT and S_USER_LOGGED_IN --><!-- IF S_DISPLAY_PM --><li><a href="{U_PROFILE}" title="{L_PROFILE}" accesskey="e">{L_PROFILE}</a><a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}</a><!-- ENDIF --> <!-- ENDIF -->
			<li><a href="{U_SEARCH}" title="{L_SEARCH_ADV_EXPLAIN}">{L_SEARCH_ADV}</a> {S_SEARCH_HIDDEN_FIELDS}</li>
			<!-- IF not S_USER_LOGGED_IN and S_REGISTER_ENABLED and not (S_SHOW_COPPA or S_REGISTRATION) --><li><a href="{U_REGISTER}">{L_REGISTER}</a></li><!-- ENDIF -->
			<li><a href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" accesskey="x">{L_LOGIN_LOGOUT}</a></li>
			<!-- ENDIF -->
			</ul>		
		</div>
replace with:

Code: Select all

<div class="navmenu">
			<ul class="topmenu">
			<li><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a></li>		
			<li><!-- IF U_RESTORE_PERMISSIONS --><a href="{U_RESTORE_PERMISSIONS}">{L_RESTORE_PERMISSIONS}</a><!-- ENDIF --></li>
			<li><a href="{U_FAQ}" title="{L_FAQ_EXPLAIN}">{L_FAQ}</a></li>
			<!-- IF not S_IS_BOT -->
			<!-- IF S_DISPLAY_MEMBERLIST --><li><a href="{U_MEMBERLIST}" title="{L_MEMBERLIST_EXPLAIN}">{L_MEMBERLIST}</a></li><!-- ENDIF -->			
			<!-- IF not S_IS_BOT and S_USER_LOGGED_IN --><!-- IF S_DISPLAY_PM --><li><a href="{U_PROFILE}" title="{L_PROFILE}" accesskey="e">{L_PROFILE}</a><a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}</a></li><!-- ENDIF --> <!-- ENDIF -->
			<li><a href="{U_SEARCH}" title="{L_SEARCH_ADV_EXPLAIN}">{L_SEARCH_ADV}</a> {S_SEARCH_HIDDEN_FIELDS}</li>
			<!-- IF not S_USER_LOGGED_IN and S_REGISTER_ENABLED and not (S_SHOW_COPPA or S_REGISTRATION) --><li><a href="{U_REGISTER}">{L_REGISTER}</a></li><!-- ENDIF -->
			<li><a href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" accesskey="x">{L_LOGIN_LOGOUT}</a></li>
			<!-- ENDIF -->
			</ul>		
		</div>
find:

Code: Select all

<div class="navmenu">
			<ul class="linklist">
			<li>
			<!-- BEGIN navlinks --> <strong>&#8249;</strong> <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks -->
			</li>			
		</div>	
replace with:

Code: Select all

<div class="navmenu">
			<ul class="linklist">
			<li>
			<!-- BEGIN navlinks --> <strong>&#8249;</strong> <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks -->
			</li>	
			</ul>		
		</div>	
in styles/Terayon4/template/overall_footer.html find:

Code: Select all

<li class="rightside"><!-- IF U_ACP --><strong><a href="{U_ACP}">{L_ACP}</a></strong><li><!-- ENDIF -->
replace with:

Code: Select all

<!-- IF U_ACP --><li class="rightside"><strong><a href="{U_ACP}">{L_ACP}</a></strong></li><!-- ENDIF -->
in styles/Terayon4/template/index_body.html find:

Code: Select all

<div class="forabg4">
		<!-- IF S_DISPLAY_ONLINE_LIST --><!-- IF U_VIEWONLINE -->
		<h3><a href="{U_VIEWONLINE}">{L_WHO_IS_ONLINE}</a></h3>
		<!-- ELSE -->
		<h3>{L_WHO_IS_ONLINE}</h3>
		<!-- ENDIF -->
		<!-- ENDIF -->	
		<br />
		<p>{TOTAL_USERS_ONLINE} ({L_ONLINE_EXPLAIN})
		<br />
		{RECORD_USERS}
		</br />
		<p>{CURRENT_TIME}</p>
		{LOGGED_IN_USER_LIST}
		<br />
		<!-- IF LEGEND -->
			<em>{L_LEGEND}: {LEGEND}</em><!-- ENDIF --></p>
		<!-- IF S_DISPLAY_BIRTHDAY_LIST and BIRTHDAY_LIST -->
			<h3>{L_BIRTHDAYS}</h3>
			<p><!-- IF BIRTHDAY_LIST -->{L_CONGRATULATIONS}: <strong>{BIRTHDAY_LIST}</strong><!-- ELSE -->{L_NO_BIRTHDAYS}<!-- ENDIF --></p>
		<!-- ENDIF -->
</div>
replace with:

Code: Select all

<div class="forabg4">
		<!-- IF S_DISPLAY_ONLINE_LIST --><!-- IF U_VIEWONLINE -->
		<h3><a href="{U_VIEWONLINE}">{L_WHO_IS_ONLINE}</a></h3>
		<!-- ELSE -->
		<h3>{L_WHO_IS_ONLINE}</h3>
		<!-- ENDIF -->
		<!-- ENDIF -->	
		<br />
		{TOTAL_USERS_ONLINE} ({L_ONLINE_EXPLAIN})
		<br />
		{RECORD_USERS}
		<br />
		<p>{CURRENT_TIME}</p>
		{LOGGED_IN_USER_LIST}
		<br />
		<!-- IF LEGEND -->
			<em>{L_LEGEND}: {LEGEND}</em><!-- ENDIF -->
		<!-- IF S_DISPLAY_BIRTHDAY_LIST and BIRTHDAY_LIST -->
			<h3>{L_BIRTHDAYS}</h3>
			<p><!-- IF BIRTHDAY_LIST -->{L_CONGRATULATIONS}: <strong>{BIRTHDAY_LIST}</strong><!-- ELSE -->{L_NO_BIRTHDAYS}<!-- ENDIF --></p>
		<!-- ENDIF -->
</div>
and replace this id (id="v2") with a class

Re: [Release] Terayon 4.0.4 (phpBB 3.0.8)

Posted: Wed Jun 08, 2011 10:02 pm
by lithosphere
hey thanks I'll take a look at your changes asap, I should mention the next update of the theme I've revised the layout of the who's online area along with the login area. Just wanted to streamline the look a bit more since I find the lower area to be kinda taxing in terms of layout and page length. Also just wanna mention that I've been taking my time on releasing that version since I'm happy people like you are taking their time to hunt/find bugs within the current version of theme. ;)

Re: [Release] Terayon 4.0.5 (phpBB 3.0.8)

Posted: Sat Jun 11, 2011 7:24 am
by lithosphere
Major update please see first post for download, along with the second post to read more on the changes. Enjoy ;)

Re: [Release] Terayon 4.0.6 (phpBB 3.0.8)

Posted: Thu Jun 23, 2011 8:34 pm
by swedst
Image

Get the following error on default installation of version 4.0.6?
Seems that the background is not correct.
How do I solve it?

Re: [Release] Terayon 4.0.6 (phpBB 3.0.8)

Posted: Fri Jun 24, 2011 2:46 am
by lithosphere
whoa that's crazy can you PM me your website url so that I may see it for myself? Also what browser are you using? And lastly is this a fresh install of the theme?