[2.0.21] Blacker1

This is an archive of the phpBB 2.0.x styles that were in our database. The release topics are here for reference, but we no longer host or support these styles.
Locked

Rating:

Excellent!
0
No votes
Very Good
3
30%
Good
0
No votes
Fair
0
No votes
Poor
7
70%
 
Total votes: 10

Styles Robot
Styles Queue Bot
Styles Queue Bot
Posts: 5943
Joined: Sat Nov 29, 2003 12:21 pm

[2.0.21] Blacker1

Post by Styles Robot »

Style Name: Blacker1
Style Author: Blacker47
Style Description: A black style with a touch of blue, green and gray.


Style Version: 2.0.20.0 (Updated 10/15/06)

Download File: Blacker1_v2.0.20.0.zip
styles overview page: View
File Size: 224990 Bytes

Demo: Click Here

Screenshot:
Image
Last edited by Styles Robot on Mon Apr 30, 2007 12:34 am, edited 1 time in total.
(this is a non-active account manager for the phpBB Styles Team)
Graham
Former Team Member
Posts: 8462
Joined: Tue Mar 19, 2002 7:11 pm
Location: UK
Contact:

Post by Graham »

Style Validated/Released

Notes:
"So Long, and Thanks for All the Fish"

phpBB Useful Links: Knowledge Base | Userguide | Forum Search | MOD Database | Styles Database
My Links: Blog!
Thatbitextra
Former Team Member
Posts: 7604
Joined: Mon Mar 21, 2005 5:04 am
Location: A place where something is or could be located; a site.
Contact:

Post by Thatbitextra »

Style Updated to version 2.0.16
See first post for Download Link
Styles KB
My MODs: Choose Who to Accept PMs From (Prevents unwanted PMs!) | Warn of Old Topic Before Posting Reply
Style: subBlack (Now updated to phpBB 2.0.22 and 5 new color schemes!)
User avatar
Erisar
Former Team Member
Posts: 4270
Joined: Thu Nov 07, 2002 7:01 pm
Location: Ft. Lauderdale, Florida
Name: Eric Sarmany
Contact:

Post by Erisar »

Style Updated to version 2.0.20.0
See first post for Download Link
My Twitter · Erisar Design [Web Development and Graphic Design]
[email protected]
Registered User
Posts: 30
Joined: Mon Oct 16, 2006 10:13 pm
Location: Houston, TX
Contact:

Post by [email protected] »

If I download this file, will it work on the latest version 2.0.21?
Thatbitextra
Former Team Member
Posts: 7604
Joined: Mon Mar 21, 2005 5:04 am
Location: A place where something is or could be located; a site.
Contact:

Post by Thatbitextra »

[email protected] wrote: If I download this file, will it work on the latest version 2.0.21?

Yes.
Styles KB
My MODs: Choose Who to Accept PMs From (Prevents unwanted PMs!) | Warn of Old Topic Before Posting Reply
Style: subBlack (Now updated to phpBB 2.0.22 and 5 new color schemes!)
User avatar
Ladysarajane
Registered User
Posts: 441
Joined: Sat Feb 18, 2006 10:05 pm

Post by Ladysarajane »

I am trying to add a mod Topic Calendar and I am running into some problems in adding changes.

In the Overall header it says to:

Code: Select all

#-----[ FIND ]------------------------------------------------
#
<style type="text/css">
<!--
#
#-----[ AFTER, ADD ]------------------------------------------
#
.dom_overview_abshidden {
	position: absolute;
	visibility: hidden;
	width: 300px;
}
#
#-----[ FIND ]------------------------------------------------
#
<a href="{U_FAQ}" class="mainmenu">
#
#----------[ IN-LINE FIND ]-----------------------------------
#
<a href="{U_FAQ}" class="mainmenu">
#
#----------[ IN-LINE BEFORE, ADD ]----------------------------
#
<a href="{U_CALENDAR}" class="mainmenu"><img src="{I_CALENDAR}" width="12" height="13" border="0" alt="{L_CALENDAR}" hspace="3" />{L_CALENDAR}</a>&nbsp; &nbsp;
#
#-----[ FIND ]------------------------------------------------
#
		</table>

		<br />
#
#-----[ AFTER, ADD ]------------------------------------------
#

		{CALENDAR_BOX}
I cannot find this anywhere in the Blacker1 overall header.tpl
I am assuming the

Code: Select all

<a href="{U_FAQ}" class="mainmenu">
Is adding a link to the page for the calendar. But I cannot find anywhere where the links are at on this header.

I am good at cutting and pasting, but I do not understand what tpl does what yet....nor can I do php. Can you please help me figure out where the link goes? Thanks. :D
Thatbitextra
Former Team Member
Posts: 7604
Joined: Mon Mar 21, 2005 5:04 am
Location: A place where something is or could be located; a site.
Contact:

Post by Thatbitextra »

Find:

Code: Select all

<td align="center" valign="top" nowrap="nowrap"><span class="mainmenu">&nbsp;<a href="{U_FAQ}" class="mainmenu"><img src="templates/Blacker1/images/icon_mini_faq.gif" width="12" height="13" border="0" alt="{L_FAQ}" hspace="3" />{L_FAQ}</a>&nbsp; &nbsp;<a href="{U_SEARCH}" class="mainmenu"><img src="templates/Blacker1/images/icon_mini_search.gif" width="12" height="13" border="0" alt="{L_SEARCH}" hspace="3" />{L_SEARCH}</a>&nbsp; &nbsp;<a href="{U_MEMBERLIST}" class="mainmenu"><img src="templates/Blacker1/images/icon_mini_members.gif" width="12" height="13" border="0" alt="{L_MEMBERLIST}" hspace="3" />{L_MEMBERLIST}</a>&nbsp; &nbsp;<a href="{U_GROUP_CP}" class="mainmenu"><img src="templates/Blacker1/images/icon_mini_groups.gif" width="12" height="13" border="0" alt="{L_USERGROUPS}" hspace="3" />{L_USERGROUPS}</a>&nbsp;
and change it to:

Code: Select all

<td align="center" valign="top" nowrap="nowrap"><span class="mainmenu">&nbsp;<a href="{U_CALENDAR}" class="mainmenu"><img src="{I_CALENDAR}" width="12" height="13" border="0" alt="{L_CALENDAR}" hspace="3" />{L_CALENDAR}</a>&nbsp; &nbsp;<a href="{U_FAQ}" class="mainmenu"><img src="templates/Blacker1/images/icon_mini_faq.gif" width="12" height="13" border="0" alt="{L_FAQ}" hspace="3" />{L_FAQ}</a>&nbsp; &nbsp;<a href="{U_SEARCH}" class="mainmenu"><img src="templates/Blacker1/images/icon_mini_search.gif" width="12" height="13" border="0" alt="{L_SEARCH}" hspace="3" />{L_SEARCH}</a>&nbsp; &nbsp;<a href="{U_MEMBERLIST}" class="mainmenu"><img src="templates/Blacker1/images/icon_mini_members.gif" width="12" height="13" border="0" alt="{L_MEMBERLIST}" hspace="3" />{L_MEMBERLIST}</a>&nbsp; &nbsp;<a href="{U_GROUP_CP}" class="mainmenu"><img src="templates/Blacker1/images/icon_mini_groups.gif" width="12" height="13" border="0" alt="{L_USERGROUPS}" hspace="3" />{L_USERGROUPS}</a>&nbsp;
Then find:

Code: Select all

		</table>

		<br />
and change it to:

Code: Select all

		</table>

		<br />
		{CALENDAR_BOX}
Then open Blacker1.css and stick:

Code: Select all

.dom_overview_abshidden {
   position: absolute;
   visibility: hidden;
   width: 300px;
}
at the end.
Styles KB
My MODs: Choose Who to Accept PMs From (Prevents unwanted PMs!) | Warn of Old Topic Before Posting Reply
Style: subBlack (Now updated to phpBB 2.0.22 and 5 new color schemes!)
User avatar
Ladysarajane
Registered User
Posts: 441
Joined: Sat Feb 18, 2006 10:05 pm

Post by Ladysarajane »

I finally did find the links :oops:
But the info for CSS was very helpful.

Thank you for your help! :D
Locked

Return to “[2.0.x] Styles Database Releases”