PDA

View Full Version : guildwars phpbb3 style


Skeksisnv
04-12-2009, 11:14 AM
I was wondering if there was a way to use this theme @ http://www.phpbbhacks.com/download/8363 (click view demo) and make it work with phpraider. I am not good at editing things to make em do what I want them to do, but I can copy and paste like no ones business :). Anyways, I already have a forum that is using this style and would like to possibly use phpraider if we can get it to work with our game eq2, which has been a challenge in itself.

Thanks for the help in advance,
Skeksis
Demo Site: http://www.ironhorsebrigade.com
http://www.ironhorsebrigade.com/phpraider

orion808
04-12-2009, 04:38 PM
If you "view source" on the pages, you can see the following code:

phpraider's stylesheet can be seen here: <link rel="stylesheet" type="text/css" href="http://ironhorsebrigade.com/phpraider//templates/default/style/stylesheet.css">

When you see class=XXX, that class can be found in the stylesheet. All attributes of how it should look and such are there.

Code later in the same page:
<div class="contentHeader">phpRaider Install Successful!</div>

So "contentHeader" is the class...look it up in the stylesheet above.

Compare that to your forums...
<link rel="stylesheet" href="./styles/GuildWarsAlliance/theme/stylesheet.css" type="text/css" />

Look on your raid site. Find a color/image that you want to change, then change it. Play around until you learn it. It's the easiest way.