ElkArte Community

Elk Development => Theme development => Topic started by: shasha on September 17, 2015, 11:24:14 am

Title: Sample Theme Request
Post by: shasha on September 17, 2015, 11:24:14 am
Elkarte Still Remains the No 1 forum CMS.

You guys rock.

Please i want to develop a theme based on elkarte to look exactly like the forum on www.nairaland.com with all the features.

I attached a snapshot of what nairaland looks like.

Please can this be done?

Thanks
Title: Re: Sample Theme Request
Post by: emanuele on September 18, 2015, 08:33:08 am
If I understand it right, the part at the top (general - politics - etc) is the list of boards, right?
And each row looks like a category.
Then below there is a bunch of recent... topics?
Title: Re: Sample Theme Request
Post by: shasha on September 18, 2015, 09:56:06 am
Quote from: emanuele – If I understand it right, the part at the top (general - politics - etc) is the list of boards, right?
And each row looks like a category.
Then below there is a bunch of recent... topics?

Almost true @emanuele
Yes, The top is the list of boards
Yes, Each Row  is actually  a category of related boards,

But Below is not a bunch of recent topics...rather they are a bunch featured topics....topics that Moderators feel are more important discussion issues.

:lol
Title: Re: Sample Theme Request
Post by: emanuele on September 20, 2015, 05:17:59 pm
So the first thing needed is a way to... "showcase" topics.
Maybe a variant of the featured (http://www.elkarte.net/community/index.php?topic=2261.0) addon I started writing a while ago.
Title: Re: Sample Theme Request
Post by: shasha on September 20, 2015, 07:25:15 pm
Exactly. Though simple portal has this feature already...  ::) @emanuele anuel
Title: Re: Sample Theme Request
Post by: emanuele on September 21, 2015, 04:21:48 pm
Does it?
Well, even though I write code for it, I've used SP only seldom... :-[
Title: Re: Sample Theme Request
Post by: shasha on September 22, 2015, 03:33:08 am
Quote from: emanuele – Does it?
Well, even though I write code for it, I've used SP only seldom... :-[

It does @emanuele  , as can be seen from this screenshot.

It there is a way it could be further extended to look just like www.nairaland.com, it would be perfect.
Title: Re: Sample Theme Request
Post by: emanuele on September 27, 2015, 03:38:40 am
Something like that should do the trick:
Code: [Select]
.action_home #sp_center .sp_block_section .sp_article_icon,
.action_home #sp_center .sp_block_section .sp_article_content {display: none;}

.action_home #sp_center .sp_block_section .category_header {
background: #FFFFFF;
font-size: 1em;
}
.action_home #sp_center .sp_block_section {
text-align: center;
}
.action_home #sp_center .sp_block_section .category_header:before {
content: "»";
}
.action_home #sp_center .sp_block_section .category_header:after {
content: "«";
}

Of course, edit the template would likely be better, but I don't have the code handy.
Title: Re: Sample Theme Request
Post by: tife on October 19, 2016, 02:27:05 pm
i also want to make my forum look like nairaland's . my forum is  nigconnect.com (http://nigconnect.com)

Title: Re: Sample Theme Request
Post by: Bloc on October 20, 2016, 06:12:14 pm
That layout and look takes me back...looks like one of the old SMF 1.1 themes. :D 

I am guessing, to look like that, the Elkarte theme really have to simplified quite a lot. Not sure a few tweaks would do the trick..but everything is relative of course.