D&D Forums - MyBB Plugins & Themes
I need to customise the Emerald theme - Printable Version

+- D&D Forums - MyBB Plugins & Themes (https://developement.design/forum)
+-- Forum: MyBB Ressources (https://developement.design/forum/forumdisplay.php?fid=5)
+--- Forum: Free MyBB Themes (https://developement.design/forum/forumdisplay.php?fid=7)
+---- Forum: Support (https://developement.design/forum/forumdisplay.php?fid=12)
+---- Thread: I need to customise the Emerald theme (/showthread.php?tid=745)



I need to customise the Emerald theme - vk_knight - 01-12-2019

I intend to remove the sidebar. And in place of that I will be adding sidebars through the Advanced sidebar plugin.

And to the author I intend to say that I won't removing the theme author from my site. As long as I get the free support and my customisations done properly. As our forum is not too big but it is also not a small one.

If anybody wants to see my site for a better approach I am happy to PM them my link.


RE: I need to customise the Emerald theme - AmazOuz - 01-12-2019

I'll give the help when i'm home, i just wanted to tell you first that copyright is obligatory even if you don't get any help, because it's copyright, we already contacted hosts of some BIG forums that used my theme without copyright and they got their website off, they just could pay the 15$ of copyright removal.
Thanks for understanding


RE: I need to customise the Emerald theme - vk_knight - 01-13-2019

Atleast help me set up it first according to my requirements. How soon will you be able to help me?


RE: I need to customise the Emerald theme - AmazOuz - 01-13-2019

I'll reply to all remaining support threads tommorow with details Wink I'm busy atm with preparing an exam for tommorow.


RE: I need to customise the Emerald theme - vk_knight - 01-15-2019

Available yet??!!


RE: I need to customise the Emerald theme - AmazOuz - 01-15-2019

To remove the sidebar go to index template, delete all the div of class "side" (from line 15 to 74).
Then edit this code (line 14):
Code:
<div class="forum" style="float: left;">{$forums}{$boardstats}</div>
To :
Code:
{$forums}{$boardstats}



RE: I need to customise the Emerald theme - vk_knight - 01-16-2019

Okay the entire index code looks like this now.

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?


RE: I need to customise the Emerald theme - vk_knight - 01-16-2019

So I tried adding the Advanced Sidebox. Its working but its only showing in the homepage. I want to make it global. And also I added the Thankyou/like system. The thumbs up icon is overlapping with the 'Like' word. Other themes I have tried hadn't faced these problems.


RE: I need to customise the Emerald theme - AmazOuz - 01-16-2019

Hello, to make the sidebar global, you'll have to edit dozens of templates and it's not simple to do that.
For the like stuff, please provide a screen (or a gif is better)