This site is READ ONLY!! No support will be given! Everything in here is just for archiving purposes!

phpBB3 3.0.7 style CS gamers

A selection of styles that can be used on phpBB3 forums. Make your forum stand out from the crowd!
Post Reply
User avatar
Steve
X-Steve
X-Steve
Posts: 1920
Joined: Thu Sep 16 2010 3:19 pm
Real name: Steve© MX
Country Flag: Great Britain
Location: Up north!
Contact:

phpBB3 3.0.7 style CS gamers

Post by Steve »

Stylest: skeleton
maintained by: Steve©
phpBB3 Style name: CS gamers
phpBB3 Style version: 1.0.2
PhpBB3 version: 3.0.7

Download: sc_gamers.zip

Demo: http://www.awesomestyles.com/phpbb3-sty ... o/cs-gamer

Flash header options:
If you would like to add the flash header back.
download the header files upload to CS gamer/them/images/*

Instructions.
header.zip
open styles/CS_gamers/template/overall_header.html
Find:

Code: Select all

<div id="wrapheader">
   <div id="logodesc" style="text-align: center;">
<img src="{T_THEME_PATH}/images/header/image.jpg" height="140px" width="800px"/>
   </div>
</div>
Replace with:

Code: Select all

<div id="wrapheader">
   <div id="logodesc" style="text-align: center;">
       <object type="application/x-shockwave-flash" data="./styles/CS gamers/theme/images/header/header.swf" width="100%" height="140px">
   <param name="wmode" value="transparent" /><param name="movie" value="./styles/CS gamers/theme/images/header/header.swf" />
       </object>
   </div>
</div>
Flash header loads image from external source so can be changed by changing image.jpg in /theme/images/header (keep same file name)
You do not have the required permissions to view the files attached to this post.
Hello! and Do NOT contact me via private message for support!!
JohnC

Re: phpBB3 3.0.7 style CS gamers

Post by JohnC »

Quick question:

Can you make this theme compatible with phpbb 3.08?

I love this theme and want it bad!!!! :mrgreen:
Post Reply