Welcome,
Guest
.
Please
login
or
register
.
Did you miss your
activation email
?
News:
Convert
Wordpress to Elxis
with
Elxis importer
!
Home
Help
Login
Register
Elxis CMS Forum
»
Support
»
Elxis 4.x/5.x DEV
»
Elxis 5.1 feature requests
« previous
next »
Print
Pages: [
1
]
2
Author
Topic: Elxis 5.1 feature requests (Read 10101 times)
datahell
Elxis Team
Hero Member
Posts: 10356
Elxis 5.1 feature requests
«
on:
February 02, 2020, 08:27:13 »
If you have any requests on what you want to be added or changed in Elxis you can post it here. Your request can be implemented in upcoming Elxis 5.1.
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
web-infox
Jr. Member
Posts: 92
Re: Elxis 5.1 feature requests
«
Reply #1 on:
February 05, 2020, 00:13:50 »
Voice search
Logged
datahell
Elxis Team
Hero Member
Posts: 10356
Re: Elxis 5.1 feature requests
«
Reply #2 on:
February 05, 2020, 07:56:07 »
Do you read my mind? Most probably Elxis will be the first cms with voice commands. We haven't done this so far because of limited browser support ( only chrome). Voice command most probably will be available in 5.2 but maybe something smaller will be available as experimental in 5.1.
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
bledi
Full Member
Posts: 244
Re: Elxis 5.1 feature requests
«
Reply #3 on:
February 05, 2020, 09:23:39 »
I will still need the: Archive for the Specific articles, not the general archiving system
Logged
michalis1984
Sr. Member
Posts: 334
Re: Elxis 5.1 feature requests
«
Reply #4 on:
February 06, 2020, 03:31:06 »
I would love to see (although I don't know how possible it is) at some point in the future (maybe on elxis 10
), multiple domains under one (1) elxis filesystem
Yes we already have multisites which is working perfectly, but its only a partition under the parent domain. Servers are getting stronger and stronger, I think will be useful for some website owners (eg for micro niche websites) or website service providers to use one elxis filesystem for all their clients, to have many domains attached to that one elxis file system. Maybe each website using a different database and image folders, conf file, and maybe some others, for easier separation/portability if needed but the core, modules etc to be common.
«
Last Edit: February 06, 2020, 15:04:58 by michalis1984
»
Logged
michalis1984
Sr. Member
Posts: 334
Re: Elxis 5.1 feature requests
«
Reply #5 on:
February 06, 2020, 03:48:21 »
Quote from: bledi on February 05, 2020, 09:23:39
I will still need the: Archive for the Specific articles, not the general archiving system
I think there are difficulties for this because one article can be only in one category every time. To add an archive system the way you want it, will cost performance issues on sql queries, without much benefit and maybe it will make things complicated without really any benefit. Need new column at the database and after queries will become slower since we will need to check 2 things eg to query a category's articles will need to query by using 2 criteria (category and archive columns). This is what I'm thinking about it. Maybe there are other issues also that's why datahell didn't implement it since it will not be useful to the majority of the people but it will have an effect on the performance for everyone.
If you need so badly an archive system, why don't you just create one category with the name "archive" and move there all articles you want to be in the archive? Yes, you will lose the original category of the article, and the url will change (although still, it will be accessible from the original url since the category is ignored by the elxis router, only the last part matters) but you will have your archive system. Many news websites do this and their urls change like this:
https://example.com/category/my-great-new.html
after moving to archive becomes
https://example.com/archive/my-great-new.html
but also the first one it works.
With all my respect to you
i think this is a perfect method to have an "archiving" system and its the way the archive system on 99.9% of the websites works.
«
Last Edit: February 06, 2020, 04:20:45 by michalis1984
»
Logged
bledi
Full Member
Posts: 244
Re: Elxis 5.1 feature requests
«
Reply #6 on:
February 06, 2020, 10:38:00 »
Dear Michalis, thanks a lot, very useful idea....and it works perfect. Even the url is changed, articles are visible the same.
Thanks again
Logged
webgift
Elxis Team
Hero Member
Posts: 4193
Re: Elxis 5.1 feature requests
«
Reply #7 on:
February 06, 2020, 18:03:04 »
Elxis rulez!
It does things without being developed yet! What else do you
want? ...
Just kidding!
Logged
Elxis Team •
Custom web design [EN]
-
[EL]
•
.GR Registrar
michalis1984
Sr. Member
Posts: 334
Re: Elxis 5.1 feature requests
«
Reply #8 on:
February 21, 2020, 02:43:54 »
Support for any SMS API?
Can be used (if enabled in elxis by admin) to send a 4 digit code by SMS to the phone number to verify and activate the user account (as an alternative to e-mail verification that we have now).
Can be useful not for informational websites where there is no reason to enable registration of members, but to other kinds of websites eg. eshops, and also maybe in other professional solutions like ios reservation products. For example, such API can be used on ios aero as a manual way (with a press of a button) to send SMS reminder from the backend to the customer as a reminder for his appointment. My dentist always does that and it's nice. His secretary does that daily for the appointments of the next day at the software they use.
«
Last Edit: February 21, 2020, 02:50:49 by michalis1984
»
Logged
michalis1984
Sr. Member
Posts: 334
Re: Elxis 5.1 feature requests
«
Reply #9 on:
February 21, 2020, 21:07:55 »
Instead of RSS give us JSON .. ? And if you put some basic API authentication we can even use Elxis as an API.
Logged
datahell
Elxis Team
Hero Member
Posts: 10356
Re: Elxis 5.1 feature requests
«
Reply #10 on:
February 24, 2020, 20:27:16 »
Regarding SMS: As far as I understand the goal is the
2 factor authentication
, not the SMS. I have several times think of it. The problem is that such system relies on third party services. Moreover SMS requires subscription to commercial services. Even if we pick a free 2 factor authentication service like Google, it is risky as we don't know the terms and support of the system in the future. In Elxis we try to have the less possible dependence from third party services. I have even think of using elxis.org as an external authenticator but I am not sure if it is a good idea.
Tip
: You can provide custom 2 factor authentication in your web sites by using custom
exit pages
.
As for Elxis as an API: Personally I have built many API services in Elxis. Hundreds of sites running Elxis at this time use APIs. I remind you IOS Rentals, IOS AERO, IOSR Hotels and more. I have even developed an API system with a client interface on a raspberry PI and a server interface on a locked Elxis where data from Elxis are been displayed by PI on a wide screen (smart TV). Off course using special authentication. Note: such solutions are always custom and therefor cannot be implemented in Elxis general release.
Tip
: Elxis has a
miniloader
in its installer. You can use it to initialize Elxis in a custom way
from a file outside of Elxis filesystem
! You can even create your own custom loader (for example IOS Rentals and IOS AERO have custom Elxis loaders for some special tasks).
Conclusion: You can develop anything in Elxis but some custom features are not subject to the official general release.
«
Last Edit: February 24, 2020, 20:38:23 by datahell
»
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
michalis1984
Sr. Member
Posts: 334
Re: Elxis 5.1 feature requests
«
Reply #11 on:
February 24, 2020, 22:53:02 »
Thank you Datahell for your time. You cover my requests 100% with this response.
Something out of topic: My knowledge, for now, it's on creating templates/plugins/modules although many times I have trouble looking for elxis classes. I would love to learn the basics on creating components but I can't find any info. If you have teaching materials for sale please contact me.
Logged
perseas
Jr. Member
Posts: 97
Re: Elxis 5.1 feature requests
«
Reply #12 on:
February 25, 2020, 15:43:19 »
Some desirable changes I would like to have in Elxis 5.1
- Ckeditor is an essential tool. Add option for use by administrator an old Version of Ckeditor with selectable usability even with limited capabilities.It may be better for the user to install it later using the special license available or as a second option in the settings.
- Change the appearance of search results and tag.html (when there is no image in the articles there is no option, not to display the blank image)
-Add an option to display the date and author at the bottom of the articles and not just below the subtitle even in displaying search results and tag.html.
Logged
seadhna
Hero Member
Posts: 507
Re: Elxis 5.1 feature requests
«
Reply #13 on:
March 06, 2020, 13:06:13 »
MULTI-LINGUAL WEBSITES: I love on some websites how there are additional ways to interact with translations of a page and to see clearly which pages have translations on the frontend. e.g. see attached screenshot of the News section of the FIDH.org website. We can see which news articles have translations and click directly to them. Also on the news articles themselves, under the headline, e.g. where we might place the social icons, or the date/author, it's possible to see if translations are available. Is anything like this possible in the future with Elxis??!! :-)
ONGOING ISSUE WITH ERRORS WHEN SWITCHING LANGUAGE ON TAG PAGES: This issue dates back a long time. When you are on a tag page on an Elxis site and switch language, you get an error message. Is there any solution to this? Even if we can't switch to the translated tag - just keep the same tag. e.g. if I am on
www.example.org/tags.html?tag=just+an+example
and while on that page I switch to the ES version of the website, I get taken to:
www.example.org/es/tags.html
and an error message shows telling that the tag is too short. But why have we lost the tag? Why can't the tag stay in the URL?
Also if we try to add a new menu link of "content tagged as elxis" to the menu, we can enter translations for the Menu Title but we can't enter translations for the actual tag. So we are forcing the primary language tag for all languages, which is strange. Say I want to create a menu link to the tag page for "annual+reports": e.g.
www.example.org/tags.html?tag=annual+reports
.
In the ES version, the menu item will be called: Informes Anuales and in the FR version the menu item can be called: Rapport Annuel but we can't translate the "Elxis Link" - even if we have translated the Meta Keywords for all the appropriate articles. Is there any solution to this? Second JPG attached.
I have discussed before the multiple issues I'm having with the new Jodit editor, so I won't bore you again, but I also very much miss the CKeditor. I can't even figure out how to create a DIV or give a class to a TABLE with Jodit editor :-( Their own website's documentation is almost non-existent. I can't find anything on Google :-(
Thanks for everything and good luck with the next update!
Logged
datahell
Elxis Team
Hero Member
Posts: 10356
Re: Elxis 5.1 feature requests
«
Reply #14 on:
March 08, 2020, 12:28:14 »
Multi-lingual: Elxis is better than that. If you switch language all content is been displayed to the new language. Why to put separate links for each language and for each article?
Tags: Depends on the template or module used. Some language switchers don't take under consideration the quetry string of the URL (?tag=xxxx). So, in this case when you switch language the "tag" is not reserved. The Elxis 5.0 default template (Five) works already as you want (preserves the "tag").
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
Print
Pages: [
1
]
2
« previous
next »
Elxis CMS Forum
»
Support
»
Elxis 4.x/5.x DEV
»
Elxis 5.1 feature requests