Search found 191 matches

by ChaosBurnt
Mon Sep 01, 2008 8:16 am
Forum: [3.0.x] Styles Support & Discussion
Topic: Selling Phpbb themes
Replies: 14
Views: 1584

Re: Selling Phpbb themes

im planning to make and sell phpbb themes. Any details on this anywhere? Copyright issues etc? Can i make styles based off the default phpbb themes and sell them? anything i should be aware of before selling? Despite the drawn out rantings here, you can use prosilver or subsilver2 as your base temp...
by ChaosBurnt
Wed Aug 20, 2008 10:05 pm
Forum: [3.0.x] Styles Support & Discussion
Topic: Customizing forum width of prosilver
Replies: 6
Views: 655

Re: Customizing forum width of prosilver

open prosilver/theme/common.css

find:

Code: Select all

#wrap {
	padding: 0 20px;
	min-width: 650px;
}
replace with

Code: Select all

#wrap {
	padding: 0 20px;
	min-width: 650px;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}
by ChaosBurnt
Wed Aug 20, 2008 10:01 pm
Forum: [3.0.x] Styles Support & Discussion
Topic: Banner image size
Replies: 10
Views: 886

Re: Banner image size

Yup, you could just make that image larger, of course you could, but would you want to, the result would look really nasty, best off making something new, something like this: http://i133.photobucket.com/albums/q72/Grumpy_075/header.gif Use that if you want to, I knocked it up to show you a remade v...
by ChaosBurnt
Wed Aug 20, 2008 5:46 pm
Forum: [3.0.x] Styles Support & Discussion
Topic: How do I activate the Revolution Skin?
Replies: 1
Views: 372

Re: How do I activate the Revolution Skin?

You seem to have resolved this yourself, good job :)
by ChaosBurnt
Wed Aug 20, 2008 5:44 pm
Forum: [3.0.x] Styles Support & Discussion
Topic: I want to add a simple banner at the top of my page!
Replies: 2
Views: 441

Re: I want to add a simple banner at the top of my page!

If you mean an advertisement banner, my adapted ad banner mod will do the trick.
http://startrekguide.com/community/view ... 127&t=7464
by ChaosBurnt
Wed Aug 20, 2008 5:39 pm
Forum: [3.0.x] Styles Support & Discussion
Topic: Banner image size
Replies: 10
Views: 886

Re: Banner image size

Your background image is 80px, the only way to make it 'deeper' is to make a new background image that has a greater height, upload that and overwrite the existing image, then tell the .css file what the new dimension of the image is. .logo_bg (line 3657) { background-color: #ffffff; background-imag...
by ChaosBurnt
Wed Aug 20, 2008 5:29 pm
Forum: [3.0.x] Styles Support & Discussion
Topic: how do i get rid of that space?
Replies: 5
Views: 544

Re: how do i get rid of that space?

overall_header.html This must only be declared the once!: <div id="wrap"> Find this: <br /> <div class="outside"> <div class="top-left"></div><div class="top-center"></div><div class="top-right"></div> <div class="inside"> <div class="...
by ChaosBurnt
Tue Aug 12, 2008 7:52 am
Forum: [3.0.x] Styles Support & Discussion
Topic: [How To] First poster's profile horizontally
Replies: 67
Views: 8806

Re: [How To] First poster's profile horizontally

No worries, I tidied it up myself ;)
by ChaosBurnt
Tue Aug 12, 2008 6:55 am
Forum: [3.0.x] Styles Support & Discussion
Topic: [How To] First poster's profile horizontally
Replies: 67
Views: 8806

Re: [How To] First poster's profile horizontally

This is very cool TheIlluminative, the code is perfectly valid but I am wondering if you can show us how to tidy up the html warning messages of your code? Result: 0 errors / 13 warnings line 173 column 14 - Warning: missing <dd> line 174 column 17 - Warning: missing </div> before <dt> line 175 colu...
by ChaosBurnt
Wed Aug 06, 2008 9:24 pm
Forum: [3.0.x] Styles Support & Discussion
Topic: how do i cahnge width
Replies: 2
Views: 371

Re: how do i cahnge width

make changes to the common.css, look to this section: /* Main blocks ---------------------------------------- */ #header-bg { width: 817px; height: 108px; margin: auto; } #wrap-bg { width: 817px; margin: auto; } #wrap { padding: 0; width: 760px; margin: auto; } #simple-wrap { padding: 6px 10px; } #p...
by ChaosBurnt
Wed Aug 06, 2008 9:16 pm
Forum: [3.0.x] Styles Support & Discussion
Topic: Move login from bottom to top
Replies: 4
Views: 519

Re: Move login from bottom to top

Open index_body.html Find and move: <!-- IF not S_USER_LOGGED_IN --> <br clear="all" /> <form method="post" action="{S_LOGIN_ACTION}"> <table class="tablebg" width="100%" cellspacing="1"> <tr> <td class="cat"><h4><a href="{U_...
by ChaosBurnt
Sat Aug 02, 2008 4:51 pm
Forum: [3.0.x] Styles Support & Discussion
Topic: Top quick login
Replies: 5
Views: 544

Re: Top quick login

index_body.html move this: <!-- IF not S_USER_LOGGED_IN and not S_IS_BOT --> <form method="post" action="{S_LOGIN_ACTION}" class="headerspace"> <h3><a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a><!-- IF S_REGISTER_ENABLED -->&nbsp; &bull; &nbsp;<a ...
by ChaosBurnt
Sat Aug 02, 2008 11:39 am
Forum: [3.0.x] Styles Support & Discussion
Topic: Separate each forum in a distinct box (border)
Replies: 2
Views: 861

Re: Separate each forum in a distinct box (border)

You just need to restructure your forums. For the General Discussion forums, in your ACP create a new forum and call it General Forums (or what ever) and above where you type in the forum name select 'category' instead of forum. Now create your forums as normal but selecting General Forums as the pa...
by ChaosBurnt
Sat Aug 02, 2008 11:31 am
Forum: [3.0.x] Styles Support & Discussion
Topic: [Request] Team Fortress 2 Style
Replies: 3
Views: 927

Re: [Request] Team Fortress 2 Style

I'm not going to take up this template design request, no offense but I don't get on with the colour scheme, the bright orange hurts my eyes. As for the template design tutorial, I am currently working on a mammoth project of guiding people through the stages of making a prosilver based template. It...
by ChaosBurnt
Sat Aug 02, 2008 11:20 am
Forum: [3.0.x] Styles Support & Discussion
Topic: [Request] Diablo 3
Replies: 9
Views: 4061

Re: [Request] Diablo 3

I had a look at the link, there doesn't appear to be a fansite kit available as yet, or did I miss it?

Go to advanced search