Elxis CMS Forum
Extensions => Modules => Topic started by: m0st on November 28, 2014, 12:45:13
-
I was wondering if there is a similar module to the latest news module of the gazzeta.gr that you can see in the upper right corner of the site.
If not could someone make it? I really believe it is a really nice module and lots of people would like it.
Regards.
-
Exists but it needs a little imagination to do it!
If you use Tab (https://www.elxis.net/edc/effects/35.html) plugin in combination with an rss feed plugin like this (https://www.elxis.net/edc/content/90.html) or this (https://www.elxis.net/edc/content/21.html) and a little styling you can do it.
-
:) Ok i will give it a try and i will come back for help! Thanks Nikos!
-
If I find some free time I will create this module for you.
-
@most
I ve just made in localhost installation a test with combination of Tab (https://www.elxis.net/edc/effects/35.html) plugin and Feed me (https://www.elxis.net/edc/content/90.html) plugin and i give you an example what html code you can insert into a user module (with enabled parameter to run plugins into module).
<p><code>{tab action=start}{/tab}</code></p>
<div>
<h5>Example 1</h5>
<div class="contenttab">
<p><code>{feedme title="Elxis EDC"}https://www.elxis.net/edc/rss.xml{/feedme}</code></p>
</div>
</div>
<p><code>{tab action=end}{/tab}</code></p>
Of course as datahell said can create a specific module for this.
A good one jQuery tab as source code for this i found here (http://www.jqueryrain.com/2014/08/hash-tabs-ultimate-jquery-animated-tab-plugin/) and demo here (http://www.jqueryrain.com/?H5zRAwVN)