MyBB Community Forums

Full Version: Focus Theme - Clean and Elegent
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
UOW WallBB!!

That's a MAJOR update!

Responsive theme? THAT WOULD BE GREAT!!

Until then!!

Very good job...
(2016-07-09, 06:39 PM)Pride Wrote: [ -> ]
(2016-07-09, 06:27 PM)WallBB Wrote: [ -> ]
.forum {
    float: left;
    width: 74%;
}
.sidebar {
    float: right;
    width: 25%;
}

I meant the two-three lines, which were in the Index Template.....

#content {
    background: #fcfcfc url("YOUR IMAGE URL HERE") repeat scroll left top;
    overflow: hidden;
    padding: 40px 10px;
    width: auto !important;
}

Thanks! *Thumbs up*
I will paste the index template, I don't know which line you are referring to but here you can see all lines and ask me question if you have any issues Smile
<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
<script type="text/javascript">
<!--
	lang.no_new_posts = "{$lang->no_new_posts}";
	lang.click_mark_read = "{$lang->click_mark_read}";
// -->
</script>
</head>
<body>
{$header}
<div class="forum">
{$forums}
</div>
<div class="sidebar"><br/>
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead">
<strong><i class="fa fa-comments"></i> Recent Posts</strong>
</td>
</tr>
<tr>
<td class="trow1">
Please use any recent posts plugin to show recent threads.</td>
</tr>
</table><br/>
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead"><strong><i class="fa fa-pie-chart"></i> Forum Stats</strong></td>
</tr>
<tr>
<td class="trow1">
<span class="smalltext">
{$mybb->settings['bbname']} has {$stats['numusers']}<br />
Our Newest Member {$newestmember}<br />
We have total number of Threads {$stats['numthreads']}<br />
We have total number of Posts {$stats['numposts']}
</span>
</td>
</tr>
</table>
<br />
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead">
<strong><i class="fa fa-registered"></i> Advertise here</strong>
</td>
</tr>
<tr>
<td class="trow1">
Please use contact us to advertise here, dimensions 250px X 250px</td>
</tr>
</table>
</div>
{$boardstats}
<dl class="forum_legend smalltext">
	<dt><span class="forum_status forum_on" title="{$lang->new_posts}"></span></dt>
	<dd>{$lang->new_posts}</dd>

	<dt><span class="forum_status forum_off" title="{$lang->no_new_posts}"></span></dt>
	<dd>{$lang->no_new_posts}</dd>

	<dt><span class="forum_status forum_offlock" title="{$lang->forum_locked}"></span></dt>
	<dd>{$lang->forum_locked}</dd>

	<dt><span class="forum_status forum_offlink" title="{$lang->forum_redirect}"></span></dt>
	<dd>{$lang->forum_redirect}</dd>
</dl>
<br class="clear" />
{$footer}
</body>
</html>

(2016-07-09, 06:43 PM)palhanow Wrote: [ -> ]UOW WallBB!!

That's a MAJOR update!

Responsive theme? THAT WOULD BE GREAT!!

Until then!!

Very good job...
Yo Smile

Regards
WallBB
Thank you!
Also, do you have any idea the maximum size of the Background picture? In terms of Pixels.
(2016-07-10, 05:37 PM)Pride Wrote: [ -> ]Thank you!
Also, do you have any idea the maximum size of the Background picture? In terms of Pixels.

You can use any background you want, Ideally a 24x24 or 16x16 pixel is more than enough which can be repeated. But if you have a bigger pattern that also will work fine.

Any issues you have, just let me know.
This may seem like the worlds dumbest question but how do I put my own image here http://prntscr.com/bsksiu

Also, I have tried editing the logo, with the path of the logo I want to upload. Now Im not doing this on my live forum...for reasons such as this but I really would like some help with this.

Thanks

I have already tried editing this....as said before. http://prntscr.com/bskt2q

Also Im wanting to add my own static background image on to here (the red areas) http://prntscr.com/bsku7h (think I figured this part out it's in the #content section.)



Thanks again
(2016-07-13, 09:54 PM)Marty1 Wrote: [ -> ]This may seem like the worlds dumbest question but how do I put my own image here http://prntscr.com/bsksiu

Also, I have tried editing the logo, with the path of the logo I want to upload. Now Im not doing this on my live forum...for reasons such as this but I really would like some help with this.

Thanks

I have already tried editing this....as said before. http://prntscr.com/bskt2q

Also Im wanting to add my own static background image on to here (the red areas) http://prntscr.com/bsku7h (think I figured this part out it's in the #content section.)



Thanks again
You can put your image in the code below and it will show in head section. Replace the header code in global.css with this code
.header {
    background: rgba(0, 0, 0, 0) url("Image link") repeat scroll 0 0;
    color: #dddddd;
    height: 150px;
    left: 0;
    line-height: 150px;
    overflow: hidden;
    position: fixed;
    top: 0;
    transition: height 0.3s ease 0s;
    width: 100%;
    z-index: 10000;
}
Any other issues let me know.

Regards
WallBB
Thanks.

Lastly how do I centre the text, http://prntscr.com/bsskly cant seem to find it, although I assume its in the header template section ....but its just not coming to me....maybe I just need a coffee lol.

Also with regards to the background image, I cant seem to get it to not tile, little bit of help with that, I've tried none repeat in #Content setting
(2016-07-14, 12:00 PM)Marty1 Wrote: [ -> ]Thanks.

Lastly how do I centre the text, http://prntscr.com/bsskly cant seem to find it, although I assume its in the header template section ....but its just not coming to me....maybe I just need a coffee lol.

Also with regards to the background image, I cant seem to get it to not tile, little bit of help with that, I've tried none repeat in #Content setting

Tell me your forum url, I will help you out.
I need to see the exact issue directly Smile
Fixed.

Still needing help:
And also can you explain how I can remove the following area:

Recent Posts
Advertise Here
Forum Stats

I don't have a use for any of them.
(2016-07-14, 12:40 PM)Marty1 Wrote: [ -> ]Fixed.

Still needing help:
And also can you explain how I can remove the following area:

Recent Posts
Advertise Here
Forum Stats

I don't have a use for any of them.

Very easy to do, you need to open index templates and remove the part inside the sidebar class. Smile
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45