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
(2017-03-09, 09:52 PM)palhanow Wrote: [ -> ]Hey WallBB!

Long time no see... You should work with MyBB Staff. Great job here!

Please explain to me:
You are selling the theme and givin for free too?

I will buy your Theme anyway, but i need some support to save the modifications that i did in the Theme. Like the Logo, some plugins, etc.

You know my list of plugins, it's all compatible with this new version?

I use BAM Manager for exemple, Thank You/Like System, My Ads... And everything is working fine.

Hey palhanow,
The responsive version is paid my friend, all plugins should work with responsive version Smile
In case of any issues, you can always skype me buddy.

Regards
Peter,WallBB
is there a way to customize the CONTAINS NEW POST icon next to each forum? the myforumsicons Plugin isnt working
I modified it for one user, it is a simple fix.
Can you share your admin url ?
I will add the code and share it here.
Hey @WallBB ,
I have installed your theme, and when I tried to add recent post plugin:
http://prntscr.com/esanb8

I got index page messed up like this (Btw, I have set up the plugin to the right side):
http://prntscr.com/esanul

Any solution? Thank you.
(2017-04-04, 12:07 PM)Cyber Warrior Wrote: [ -> ]Hey @WallBB ,
I have installed your theme, and when I tried to add recent post plugin:
http://prntscr.com/esanb8

I got index page messed up like this (Btw, I have set up the plugin to the right side):
http://prntscr.com/esanul

Any solution? Thank you.

It is because of index page template not modified properly, can you share your index template here ?
(2017-04-04, 06:42 PM)WallBB Wrote: [ -> ]
(2017-04-04, 12:07 PM)Cyber Warrior Wrote: [ -> ]Hey @WallBB ,
I have installed your theme, and when I tried to add recent post plugin:
http://prntscr.com/esanb8

I got index page messed up like this (Btw, I have set up the plugin to the right side):
http://prntscr.com/esanul

Any solution? Thank you.

It is because of index page template not modified properly, can you share your index template here ?


Here you go:
<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">
<div style="float:{$left};width: 74%;"><div style="float:{$left};width: 74%;">{$forums}</div>
	<div style="float:{$right};width:25%;">{$sidebar}</div></div>
	
</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']} members<br />
Our Newest Member is {$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<br/>
<a href="http://wallbb.co.uk/product/focus-responsive-mybb-theme/"><strong>Download Focus Responsive Theme</strong></a>	
</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>
Hey Cyber Warrior,

This is my index of the Forum, working with Recent Posts in Sidebar and some customization (translation to br-BR).

I hope it helps:


<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/>
{$sidebar}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead"><strong><i class="fa fa-pie-chart"></i> Estatísticas</strong></td>
</tr>
<tr>
<td class="trow1">
<span class="smalltext">
{$mybb->settings['bbname']} tem {$stats['numusers']} membros.<br />
Nosso mais novo membro: {$newestmember}<br />
Total de Tópicos: {$stats['numthreads']}<br />
Total de 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> Anúncie Aqui!</strong>
</td>
</tr>
<tr>
<td class="trow1">
Espaço à Venda. Clique <a href="http://politz.com.br/forum/contact.php"><u>aqui</u></a> para contatar a Equipe de Marketing.</td><br/>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- LATERAL -->
GOOGLE ADS CODE FOR BOX 250px x 250px.;
</script>
</td>
</tr>
</table><br/>
</div>
{$boardstats}
<br class="clear" />
{$footer}
</body>
</html>
(2017-04-04, 09:30 PM)Cyber Warrior Wrote: [ -> ]
(2017-04-04, 06:42 PM)WallBB Wrote: [ -> ]
(2017-04-04, 12:07 PM)Cyber Warrior Wrote: [ -> ]Hey @WallBB ,
I have installed your theme, and when I tried to add recent post plugin:
http://prntscr.com/esanb8

I got index page messed up like this (Btw, I have set up the plugin to the right side):
http://prntscr.com/esanul

Any solution? Thank you.

It is because of index page template not modified properly, can you share your index template here ?


Here you go:
<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">
<div style="float:{$left};width: 74%;"><div style="float:{$left};width: 74%;">{$forums}</div>
	<div style="float:{$right};width:25%;">{$sidebar}</div></div>
	
</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']} members<br />
Our Newest Member is {$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<br/>
<a href="http://wallbb.co.uk/product/focus-responsive-mybb-theme/"><strong>Download Focus Responsive Theme</strong></a>	
</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>

(2017-04-04, 09:44 PM)palhanow Wrote: [ -> ]Hey Cyber Warrior,

This is my index of the Forum, working with Recent Posts in Sidebar and some customization (translation to br-BR).

I hope it helps:


<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/>
{$sidebar}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead"><strong><i class="fa fa-pie-chart"></i> Estatísticas</strong></td>
</tr>
<tr>
<td class="trow1">
<span class="smalltext">
{$mybb->settings['bbname']} tem {$stats['numusers']} membros.<br />
Nosso mais novo membro: {$newestmember}<br />
Total de Tópicos: {$stats['numthreads']}<br />
Total de 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> Anúncie Aqui!</strong>
</td>
</tr>
<tr>
<td class="trow1">
Espaço à Venda. Clique <a href="http://politz.com.br/forum/contact.php"><u>aqui</u></a> para contatar a Equipe de Marketing.</td><br/>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- LATERAL -->
GOOGLE ADS CODE FOR BOX 250px x 250px.;
</script>
</td>
</tr>
</table><br/>
</div>
{$boardstats}
<br class="clear" />
{$footer}
</body>
</html>

Thanks for the response palhanow, this index template should work fine:

<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/>
{$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']} members<br />
Our Newest Member is {$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<br/>
<a href="http://wallbb.co.uk/product/focus-responsive-mybb-theme/"><strong>Download Focus Responsive Theme</strong></a>    
</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> 
(2017-04-05, 03:21 AM)WallBB Wrote: [ -> ]
(2017-04-04, 09:30 PM)Cyber Warrior Wrote: [ -> ]
(2017-04-04, 06:42 PM)WallBB Wrote: [ -> ]
(2017-04-04, 12:07 PM)Cyber Warrior Wrote: [ -> ]Hey @WallBB ,
I have installed your theme, and when I tried to add recent post plugin:
http://prntscr.com/esanb8

I got index page messed up like this (Btw, I have set up the plugin to the right side):
http://prntscr.com/esanul

Any solution? Thank you.

It is because of index page template not modified properly, can you share your index template here ?


Here you go:
<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">
<div style="float:{$left};width: 74%;"><div style="float:{$left};width: 74%;">{$forums}</div>
	<div style="float:{$right};width:25%;">{$sidebar}</div></div>
	
</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']} members<br />
Our Newest Member is {$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<br/>
<a href="http://wallbb.co.uk/product/focus-responsive-mybb-theme/"><strong>Download Focus Responsive Theme</strong></a>	
</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>

(2017-04-04, 09:44 PM)palhanow Wrote: [ -> ]Hey Cyber Warrior,

This is my index of the Forum, working with Recent Posts in Sidebar and some customization (translation to br-BR).

I hope it helps:


<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/>
{$sidebar}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead"><strong><i class="fa fa-pie-chart"></i> Estatísticas</strong></td>
</tr>
<tr>
<td class="trow1">
<span class="smalltext">
{$mybb->settings['bbname']} tem {$stats['numusers']} membros.<br />
Nosso mais novo membro: {$newestmember}<br />
Total de Tópicos: {$stats['numthreads']}<br />
Total de 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> Anúncie Aqui!</strong>
</td>
</tr>
<tr>
<td class="trow1">
Espaço à Venda. Clique <a href="http://politz.com.br/forum/contact.php"><u>aqui</u></a> para contatar a Equipe de Marketing.</td><br/>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- LATERAL -->
GOOGLE ADS CODE FOR BOX 250px x 250px.;
</script>
</td>
</tr>
</table><br/>
</div>
{$boardstats}
<br class="clear" />
{$footer}
</body>
</html>

Thanks for the response palhanow, this index template should work fine:

<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/>
{$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']} members<br />
Our Newest Member is {$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<br/>
<a href="http://wallbb.co.uk/product/focus-responsive-mybb-theme/"><strong>Download Focus Responsive Theme</strong></a>    
</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> 


Thank you WallBB, it works as expected. I really appreciate your help. Can you tell me what was the error, what you actually did, so I can know in the future? Smile
Sorry for bothering you, but I ran into a new issue, I installed plugin for alerts. And when I activated it, it got messed up a little as you can see in the images bellow:

https://s4.postimg.org/dqnjbouvx/Screenshot_1.png

https://s9.postimg.org/vcvh9m79r/Screenshot_2.png
You will have to modify the code in my alerts headericon template to suit the theme style, I will suggest searching for the code here as someone ran into same issue before.
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