Hi,
I was going to try and make the global sidebar but gave up since there was so many templates have to edit.
the psd logo is the main logo. i am not sure which layers the christmas ones are but if you hide some layers you will soon see that the orginal logo is underneath the christmas snow layers.
the header ranges from #215495 to #0a3d7d with the blues. there is a psd file in the logo with the gradients you can use.
to make the header wider all you have to do is create a wider image to replace the existing image and it should work fine.
i love this colour scheme and look btw -
http://img181.imageshack.us/img181/1673/...alkfs2.jpg
you should try altering the theme to match along those lines.
Hey Dave, what do you think of the design now
http://www.aussie-talk.com/forum/index.php
its looking good (Y)
try maybe intergrating it more with the background so for example the stars don't chop off half way through.
also why do you have copyright writing all over it?
To edit the menus there are two templates, one for guests and one for members.
they are called -
header_welcomeblock_guest
header_welcomeblock_member
and can be found below the header template in the list.
alternatly you could install the rules plugin which i found somewhere in the mybb mods site.
dave.
Thanks Dave, actually I found it in the LINKS template
We have just added a custom button set to the forum
Here's an example of the new ON gif
Also, I noticed that the UP GIF is linked directly to WC, how do I go about fixing that?
Thanks in advance!
http://www.aussie-talk.com/forum/
love the buttons, i might have a go at creating some new ones for this forum.
thanks for pointing out that with the up button. i will update the theme sometime next week. to update it at the moment edit the template postbits located in the post bits template folder.
find where it says:
<a href="#top"><img src="http://www.webberscorner.com/images/english/up.gif" alt="" /></a>
and just change it to
<a href="#top"><img src="images/english/up.gif" alt="" /></a>
Coffee Break sorry but I accidently lost your post.
TO ALL MEMBERS USING WEBBERS CORNER THEME:
The Webbers Corner template currently does not work with MyBB 1.2.3 release. It will only work with 1.2.2. This is because for the sidbar and menu functionality the global.php file was modified. I am in the process of creating a separate file for the modifications so there is no need for me to release a new global.php file every time there is an update. I apologies for the inconvenience and would not recommend upgrading until these modifications have been made.
I am expecting to release the new theme with the updated files to work will ALL versions of 1.2 mybb later today or early tomorrow.
If you have any questions, please do not hesitate to post here or PM me.
try replacing the global.php with this attached one. not sure if it will work so make sure you have a copy of the normal global file.
tell me how you get on with it.
Hi Dave, that's almost right, the side bar looks fine, the TOP links are there but not formatted correctly. You can have a look if you want, the links below
http://www.aussie-talk.com/forum/
i don't think that is the global coding. looks more like a styling issue, i checked your source codes and it is drawing the html code fine but looks like the css is wrong. check to make sure all the css code is correct.
Hi Dave, thanks for the reply
I just got this reply from over at MyBB
Could that be the problem or maybe even something in the custom WC links template?
no, don't do that. it won't work.
the main menu has its very own css which doesn't relate to anything else in the page. changing the top links will change the login information i think.
ensure you have the following in your additional css in the theme area.
#copyright {
font-size:10px;
color:#999999;
text-align:center;
}
#copyright a {
color:#999999;
text-decoration:underline;
}
.logo {
margin:auto;
width:500px;
height:150px;
text-align:center;
}
#important1 {
padding:5px 10px 5px 10px;
text-align:center;
border-top:2px solid #FF8C8C;
border-bottom:2px solid #FF8C8C;
background:#FFCECE;
color:#c80000;
margin:0px 0px 15px 0px;
}
#newsletter {
padding:5px 10px 5px 10px;
text-align:center;
border-top:2px solid #FFB824;
border-bottom:2px solid #FFB824;
background:#FFE3AA;
color:#AF5E0C;
}
.newcomp {
background: #FFF6BF;
border-top: 2px solid #FFD324;
border-bottom: 2px solid #FFD324;
padding:5px 10px 5px 10px;
}
#aff {
background:url(images/aff.if) top right;
text-align:center;
}
#top {
width:100%;
height:30px;
background:#739dc9 url(images/theme/mid.gif) repeat-x top;
color:#0d4081;
}
#top #inner {
padding:0px 20px 0px 20px;
height:30px;
}
#top #inner #left {
height:14px;
float:left;
padding:8px 0px 8px 0px;
text-align:left;
font-size:11px;
}
#top #inner #right {
height:18px;
float:right;
padding:6px 0px 6px 0px;
text-align:right;
font-size:11px;
}
#top #inner #right1 {
height:14px;
float:lright;
padding:8px 0px 8px 0px;
text-align:right;
font-size:11px;
}
#top #inner #right .login {
color:#0d4081;
background:#8cb4df url(images/theme/mid.gif) repeat-x top;
padding:1px;
border:1px solid #628ebd;
font-size:11px;
}
#header {
width:100%;
height:130px;
background:url(images/theme/header.gif) repeat-x top;
}
#header #inner {
height:130px;
padding:0px 20px 0px 20px;
}
#nav {
margin:0px 10px 0px 10px;
height:40px;
background:url(images/theme/nav.gif) repeat-x top;
}
#nav #inner {
height:40px;
background:url(images/theme/nav_outleft.gif) no-repeat top left;
}
#nav #inner #ginner {
padding:0px 10px 0px 10px;
height:40px;
background:url(images/theme/nav_outright.gif) no-repeat top right;
}
#nav #inner #ginner ul {
margin:0px 0px 0px 10px;
padding:0px;
list-style-type:none;
float:left;
height:30px;
}
#nav #inner #ginner ul li {
display:inline;
height:30px;
}
#nav #inner #ginner ul .notend a {
display:block;
float:left;
padding:4px 20px 4px 20px;
text-decoration:none;
color:#ffffff;
margin:8px 0px 0px 0px;
border-right: 1px dotted #648ec2;
}
#nav #inner #ginner .end a {
display:block;
float:left;
padding:4px 20px 4px 20px;
text-decoration:none;
color:#ffffff;
margin:8px 0px 0px 0px;
}
#nav #inner #ginner ul a:hover {
text-decoration:underline;
color:#ffffff;
}
#nav #inner #ginner .active {
text-decoration:underline;
color:#ffffff;
}
#welcomeid {
padding:10px;
}
#welcomeid ul {
margin:0px 15px 0px 15px;
padding:0px;
}
#welcomeid ul li {
padding:0px;
margin:3px 0px 3px 0px;
float:left;
}
#welcomeid a {
font-weight:bold;
color:#c80000;
}
.code_body {
overflow: scroll;
max-height:400px;
}
that is where the problem will be.
Pages: 1 2 3 4 5 6 7 8 9 10