Back to vBulletin 3.5 Styles

FreshBlue Template
Mod Version: 1.10, by Dom.S

This modification is in the archives.
vB Version: 3.5.4 Rating: (0 vote - 0 average) Installs: 40
Released: 29 Mar 2006 Last Update: 08 Jun 2006 Downloads: 94
Not Supported Additional Files  

Hi all,

I've just completed my first free vB template which is called http://www.vayadesign.net/blog/2006/03/29/free-vbulletin-template/.


Demo Forum: http://www.motogpboards.com/index.php?styleid=4

Hopefully it will be useful, let me know what you think.

Cheers,
Dom

Update
I've updated the template to include some statusicons for the forumhome area. You can see them at the same demo link as before and the download link's the same too. If you would prefer to upgrade the template manually (I made a couple of CSS & template changes) then instructions are available here

Spoiler (click to open)


Ok here goes:

Manual Upgrade Instructions

1) Upload new 'freshbluetemplate/statusicon' folder.
2) Open the FreshBlue main CSS and scroll right down to 'Additional CSS Definitions'. In the second of the two boxes, add the following:
Code:
.statusiconkey {
	border-width: 1px;
	border-style: solid;
	border-color: #c7d6e1;
	background-color: #f1f1f1;
	padding: 2px;
	margin: 0;
}
3) That's the CSS done, so save that.
4) Open the main 'FORUMHOME' template (in the 'Forum Home templates' section) and find the following:
Code:
<!-- icons and login code -->
<table cellpadding="0" cellspacing="2" border="0" width="100%">
<tr valign="bottom">
	<td>
		<table cellpadding="2" cellspacing="0" border="0">
		<tr>
			<td><img src="$stylevar[imgdir_statusicon]/forum_new.gif" alt="$vbphrase[contains_new_posts]" border="0" /></td>
			<td class="smallfont">&nbsp; $vbphrase[forum_contains_new_posts]</td>
		</tr>
		<tr>
			<td><img src="$stylevar[imgdir_statusicon]/forum_old.gif" alt="$vbphrase[contains_no_new_posts]" border="0" /></td>
			<td class="smallfont">&nbsp; $vbphrase[forum_contains_no_new_posts]</td>
		</tr>
		<tr>
			<td><img src="$stylevar[imgdir_statusicon]/forum_old_lock.gif" alt="$vbphrase[a_closed_forum]" border="0" /></td>
			<td class="smallfont">&nbsp; $vbphrase[forum_is_closed_for_posting]</td>
		</tr>
		</table>
	</td>
	<if condition="!$show['guest']">
		<!-- member logout -->
		<td align="$stylevar[right]"><a href="login.php?$session[sessionurl]do=logout&amp;logouthash=$bbuserinfo[logouthash]"  onclick="return log_out()"><phrase 1="$bbuserinfo[username]">$vbphrase[log_out_x]</phrase></a></td>
		<!-- end member logout -->
	</if>
</tr>
</table>
<!-- / icons and login code -->
Replace it with:
Code:
<!-- icons and login code -->
<table cellpadding="0" cellspacing="2" border="0" width="100%">
<tr valign="bottom">
	<td>
		<table cellpadding="2" cellspacing="0" border="0">
		<tr>
			<td><img src="$stylevar[imgdir_statusicon]/forum_new.gif" alt="$vbphrase[contains_new_posts]" class="statusiconkey" border="0" /></td>
			<td class="smallfont">&nbsp; $vbphrase[forum_contains_new_posts]</td>
		</tr>
		<tr>
			<td><img src="$stylevar[imgdir_statusicon]/forum_old.gif" alt="$vbphrase[contains_no_new_posts]" class="statusiconkey" border="0" /></td>
			<td class="smallfont">&nbsp; $vbphrase[forum_contains_no_new_posts]</td>
		</tr>
		<tr>
			<td><img src="$stylevar[imgdir_statusicon]/forum_old_lock.gif" alt="$vbphrase[a_closed_forum]" class="statusiconkey" border="0" /></td>
			<td class="smallfont">&nbsp; $vbphrase[forum_is_closed_for_posting]</td>
		</tr>
		</table>
	</td>
	<if condition="!$show['guest']">
		<!-- member logout -->
		<td align="$stylevar[right]"><a href="login.php?$session[sessionurl]do=logout&amp;logouthash=$bbuserinfo[logouthash]"  onclick="return log_out()"><phrase 1="$bbuserinfo[username]">$vbphrase[log_out_x]</phrase></a></td>
		<!-- end member logout -->
	</if>
</tr>
</table>
<!-- / icons and login code -->
And you're done. HTH.

Close
.

Update #2
You can now download FreshBlue for vB 3.6 - see this thread for details and to download.

Download

This modification is archived and cannot be downloaded.

Supporters / CoAuthors

  • Dom.S

Similar Mods

FreshBlue updated for 3.7 vBulletin 3.7 Styles
FreshBlue vBulletin 3.6 Styles
FreshBlue Fixed Template vBulletin 3.5 Styles

vblts.ru supports vBulletin®, 2022-2024