Creating a style....
Forum rules
In order the get any support, you will have to do following:
1. Use a describing title!
2. Describe your problem and what happened when the problem occured
3. Tell us what version of phpBB3 you are currently using.
Else your topic may be ignored or locked!
In order the get any support, you will have to do following:
1. Use a describing title!
2. Describe your problem and what happened when the problem occured
3. Tell us what version of phpBB3 you are currently using.
Else your topic may be ignored or locked!
Creating a style....
Ok, I've sussed out how to set up a test forum on xampp, I've been experimenting with the styles, but I'm kinda lost with some of the codes, like the last topic title on the index page, also I need a little help with changing colours ect...
I was wondering if someone could help me with making a style to look something like this..............
Thanks in advance
ps. The image is something I made on photoshop...
I was wondering if someone could help me with making a style to look something like this..............
Thanks in advance
ps. The image is something I made on photoshop...
- Steve
- BBCoder VI
- Posts: 863
- Joined: 05 Mar 2010, 01:10
- BBCodes: 2000
- Favourite BBCode: p**n tube
- Favourite MOD: Non of Stokers
Re: Creating a style....
heres the 1st steps, let me know when your this far.
open styles/prosilver/theme/coulurs.css
find:
replace with:
open styles/prosilver/theme/common.css
find:
replace with:
Change the width 900px to suit your needs.
find:
add after on a new line:
Change the height 200px to suit your needs.
Refresh theme in admin control panel and your web browser for your style.
open styles/prosilver/theme/coulurs.css
find:
Code: Select all
html, body {
color: #536482;
background-color: #FFFFFF;
}
Code: Select all
html, body {
color: #536482;
background-color: #12a2e9;
}
find:
Code: Select all
#wrap {
padding: 0 20px;
min-width: 650px;
}
Code: Select all
#wrap {
padding: 0 20px;
min-width: 650px;
max-width: 900px;
margin: 0 auto;
background-color: #FFFFFF;
}
Change the width 900px to suit your needs.
find:
Code: Select all
/* Round cornered boxes and backgrounds
---------------------------------------- */
.headerbar {
Code: Select all
min-height: 200px !important;
Code: Select all
min-height: 200px !important;
Refresh theme in admin control panel and your web browser for your style.
Re: Creating a style....
Just tried it, but it doesn't look any different.... should it look different at this point?
- Steve
- BBCoder VI
- Posts: 863
- Joined: 05 Mar 2010, 01:10
- BBCodes: 2000
- Favourite BBCode: p**n tube
- Favourite MOD: Non of Stokers
Re: Creating a style....
it should look a bit like this.
did you goto admin control panel > styles > themes > and refresh the theme you just edited ? and refresh your web browser ?Re: Creating a style....
oops silly me..... done it
It looks like the one in your pic now.....
It looks like the one in your pic now.....
- Steve
- BBCoder VI
- Posts: 863
- Joined: 05 Mar 2010, 01:10
- BBCodes: 2000
- Favourite BBCode: p**n tube
- Favourite MOD: Non of Stokers
Re: Creating a style....
rounded borders i will show you tommorow.
what do you need todo now ? , i tryed to grab your site logo but want save other than php file for some reason my be a rotating background script on free forums or some script they have,
is that next ?
what do you need todo now ? , i tryed to grab your site logo but want save other than php file for some reason my be a rotating background script on free forums or some script they have,
is that next ?
Re: Creating a style....
Rounded borders and then I would like to add the board index, search, faq, login and register tab at the top like in the pic I posted, I would like some help with installing the last topic title mod, then I should be all set, I want to install the 'profiles on the left' mod but I think I can do that as I've done it already on the test forum.
Thanks for your help again.
Talk tomorrow.
~John~
Thanks for your help again.
Talk tomorrow.
~John~
Re: Creating a style....
Here's what I've done so far.....
Profiles on the left and what you helped me with, all I need help with now is installing the last topic title on the index and I need a little help with installing AJAX chat.....
So far so good
Profiles on the left and what you helped me with, all I need help with now is installing the last topic title on the index and I need a little help with installing AJAX chat.....
So far so good
- Steve
- BBCoder VI
- Posts: 863
- Joined: 05 Mar 2010, 01:10
- BBCodes: 2000
- Favourite BBCode: p**n tube
- Favourite MOD: Non of Stokers
Re: Creating a style....
Your missing a few edits for the profiles on the left, the user_online .gif is still on the right
Sorry yes will post rounded borders tommorow
Sorry yes will post rounded borders tommorow
okProfiles on the left and what you helped me with, all I need help with now is installing the last topic title on the index and I need a little help with installing AJAX chat.....
Re: Creating a style....
Cheers mate
I've just created (and tested) a 'forum read' and 'forum unread icon'
Here's the 'unread' icon..........
I've just created (and tested) a 'forum read' and 'forum unread icon'
Here's the 'unread' icon..........