Welcome,
Guest
.
Please
login
or
register
.
Did you miss your
activation email
?
News:
Did you know that
Elxis 5.x
uses HTML5, CSS3 and pure javascript without external libraries such as jQuery?
Home
Help
Login
Register
Elxis CMS Forum
»
Extensions
»
Modules
»
Tag Index Instead Of Tag Clouds
« previous
next »
Print
Pages: [
1
]
2
Author
Topic: Tag Index Instead Of Tag Clouds (Read 14900 times)
perseas
Jr. Member
Posts: 97
Tag Index Instead Of Tag Clouds
«
on:
May 21, 2016, 20:33:57 »
Hello
intersted for a module like cloud Tags but the tags be sorted in
alphabetical
order.
Just like
this
example.
Is it possible to upgrade cloud Tags to a newer version of Tags Cloud Module ??
Logged
datahell
Elxis Team
Hero Member
Posts: 10356
Re: Tag Index Instead Of Tag Clouds
«
Reply #1 on:
May 21, 2016, 21:17:30 »
You need something else than a tags cloud. You need a list of all tags on site.
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
perseas
Jr. Member
Posts: 97
Re: Tag Index Instead Of Tag Clouds
«
Reply #2 on:
May 21, 2016, 22:07:29 »
I need a list of all tags on site like
this
.
«
Last Edit: May 22, 2016, 16:51:22 by perseas
»
Logged
webgift
Elxis Team
Hero Member
Posts: 4193
Re: Tag Index Instead Of Tag Clouds
«
Reply #3 on:
May 23, 2016, 13:55:58 »
I will create a content plugin with such functionality the upcoming days. Stay tuned!
Logged
Elxis Team •
Custom web design [EN]
-
[EL]
•
.GR Registrar
perseas
Jr. Member
Posts: 97
Re: Tag Index Instead Of Tag Clouds
«
Reply #4 on:
May 24, 2016, 15:57:33 »
Thanks webgift wonderful news. I am waiting for your response.
Logged
webgift
Elxis Team
Hero Member
Posts: 4193
Re: Tag Index Instead Of Tag Clouds
«
Reply #5 on:
May 25, 2016, 17:48:38 »
You can check
Twitter's page
if you wish in order to see a today's preview! It
will be released soon.
Logged
Elxis Team •
Custom web design [EN]
-
[EL]
•
.GR Registrar
perseas
Jr. Member
Posts: 97
Re: Tag Index Instead Of Tag Clouds
«
Reply #6 on:
May 25, 2016, 18:10:20 »
YES. That's what I want.
Perfect.
Thanks
Logged
webgift
Elxis Team
Hero Member
Posts: 4193
Re: Tag Index Instead Of Tag Clouds
«
Reply #7 on:
May 25, 2016, 18:16:24 »
Logged
Elxis Team •
Custom web design [EN]
-
[EL]
•
.GR Registrar
webgift
Elxis Team
Hero Member
Posts: 4193
Tag Index v1.0 - Content Plugin
«
Reply #8 on:
May 26, 2016, 14:27:45 »
Tag Index v1.0
content plugin released for free today! You can download it [1] from EDC area
or check this out the demo [2] page i have created for demonstration purpose!
Important:
The extension currently support Greek and English alphabets. If you wish to add
your language please send me a reply to this post or fill this form out [3]! We will like to
share with us your language name in English and the capital letters separating them by comma
character like this: 'A', 'B', 'C', 'D' etc.
This extension is provided for free. If you like it, support us by making a donation [4]!
[1]:
https://www.elxis.net/edc/search-indexes/124.html
[2]:
http://ares.webgift.gr/tags-index.html
[3]:
http://webgift.dev/contact.html
[4]:
http://webgift.dev/donation.html
«
Last Edit: October 04, 2019, 13:11:16 by webgift
»
Logged
Elxis Team •
Custom web design [EN]
-
[EL]
•
.GR Registrar
datahell
Elxis Team
Hero Member
Posts: 10356
Re: Tag Index Instead Of Tag Clouds
«
Reply #9 on:
May 26, 2016, 19:33:31 »
Thumbs up for Stavros!
Looks a very nice plugin!
Just 1 note: You could use list elements instead of a table to output tags. Or you could display table's TD cells as block elements at low screens resolutions (mobiles). Something like that:
@media only screen and (max-width: 700px) {
.table_class_here td { display: block; width:100%; }
}
Although something like that would be better:
<nav>
<ul>
<li>...</li>
<li>...</li>
<li>...</li>
</ul>
</nav>
«
Last Edit: May 26, 2016, 19:45:54 by datahell
»
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
rentasite
Elxis Community
Hero Member
Posts: 3282
Web Services
Re: Tag Index Instead Of Tag Clouds
«
Reply #10 on:
May 26, 2016, 22:50:31 »
Great plugin! Bravo Stavro!
«
Last Edit: May 26, 2016, 23:10:06 by rentasite
»
Logged
Rent a Site
|
Lelevose
chongbing
Full Member
Posts: 137
Re: Tag Index Instead Of Tag Clouds
«
Reply #11 on:
May 27, 2016, 00:18:56 »
It's COOL! Thanks Stavros!
Logged
Make it a better world,
https://EasyApps.Biz
webgift
Elxis Team
Hero Member
Posts: 4193
Re: Tag Index Instead Of Tag Clouds
«
Reply #12 on:
May 27, 2016, 11:02:16 »
Thank you all for the wonderful feedbacks!
@datahell
, i know that unordered lists are more preferred option than tables however i
would like to have more than one (vertical) list per letter. I know that i could float: left; the
lists with certain width in pixels there however the appearance result is not the one i would
like to especially if there is at least a keyword with more that 3 words! This is the reason i
finally rejected that option.
The extension use the table's class 'elx_tbl_list' that's why i didn't add a media rule for
screens lower than 700 pixels from the begging. I would like to leave this option to the
template's designers!
In any way i finally updated this extension to
1.1
version. I increased the number of lists
from maximum 3 to 4, i made this table more suitable and finally i added by default a media
rule in order to become responsive in any way!
«
Last Edit: May 27, 2016, 11:06:45 by webgift
»
Logged
Elxis Team •
Custom web design [EN]
-
[EL]
•
.GR Registrar
datahell
Elxis Team
Hero Member
Posts: 10356
Re: Tag Index Instead Of Tag Clouds
«
Reply #13 on:
May 27, 2016, 21:51:16 »
You can use percentage values on floated elements, eg 25% for a 4 columns layout and you could add a minimum width declaration. On low resolutions you convert them to 100% width. This is just a proposal, you make as you wish. The extension is excellent regardless this.
.something { width:24%; margin:0 1% 5px 0; min-width:150px; float:left; }
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
michalis1984
Sr. Member
Posts: 334
Re: Tag Index Instead Of Tag Clouds
«
Reply #14 on:
May 28, 2016, 21:22:59 »
Εξαιρετικό Plugin.
Θα μπορούσα με κάποιο τρόπο να το κάνω να εμφανίζεται στη σελίδα tags.html ??
Ένας εύκολος τρόπος χωρίς να πειράξω το elxis είναι μέσω 301 forward μέσω htaccess .. αλλά μετά οι σελιδες των ετικετών θα δουλεύουν;
Logged
Print
Pages: [
1
]
2
« previous
next »
Elxis CMS Forum
»
Extensions
»
Modules
»
Tag Index Instead Of Tag Clouds