01-16-2019, 04:22 AM
Okay the entire index code looks like this now.
Now, will I be able to add a sidebar through Advanced Sidebars plugin?
Although I haven't uploaded any avatar because I am trying the theme in a free server first. But the blank avatar looks weird. Take a look. Here is the image. https://ibb.co/cyKp503 'Likewise' is my username.
And also I want the blue colour converted to C0392B. The green colour to 202020. The base of the forum to be total black. And forum boxes base to be 252525. Can you tell me how to do it?
Code:
<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}
{$forums}{$boardstats}
<br class="clear" />
{$footer}
</body>
</html>
Now, will I be able to add a sidebar through Advanced Sidebars plugin?
Although I haven't uploaded any avatar because I am trying the theme in a free server first. But the blank avatar looks weird. Take a look. Here is the image. https://ibb.co/cyKp503 'Likewise' is my username.
And also I want the blue colour converted to C0392B. The green colour to 202020. The base of the forum to be total black. And forum boxes base to be 252525. Can you tell me how to do it?