So finally its available on Github ..
github dot com/unacms/una/releases/
Anyone tried it yet ? I will try on a test setup later..
It includes SpaceNook too and a long list of changes.
This is the layout of Unacms wiki. I am trying to get something similar but so far no success 😰
- The left side menu. I am getting a flat list of items. But on Unacms there is this "Configuration" etc making it multi level. .. Was this created automatically .. ?
- The wiki content block gives me flat list. Just wondering how the links are arranged ? Is it possible for us to rearrange the order in the "wiki content" block ?
- And in unacms website wiki right side menu. I can't see any blocks that could give me this.. I added content and wiki blocks with #, ## etc. But still cannot get this to work. I only see the following items for configuring the page under wiki. Are there any other blocks ?
Thank you very much in advance..
The url - unacms dot com/wiki/FAQ mentions Redis cache.
Is Redis used for database scaling in large UNA communities?
UNA leverages Redis for database performance enhancements, especially in high-traffic or large-scale community environments.
But looking at my studio/settings , I can only see these options under Cache. ... File, Memcache, APC, XCache.
Where can I configure it ?
Thank you in advance.
I am just wondering how difficult it is to integrate this consent manager.. Its free and opensource.
github dot com/kiprotect/klaro
It would be great if UNA has a consent manager enabled by default.
There is a tutorial here. - klaro dot org/docs/tutorials/contextual_consent
Hope someone in this community can guide on what to be changed to include this on an existing site....
This could also be a separate module.
The modules Marketplace has location field. I have added few items. Now I am trying to have the following
- A page for each country, listing the items from that country.
For example - page-US : items from US , page-France - Items from France.
I use the following macro in a page block to list items from US. This works and lists items from US.
~system:keyword_search:TemplServices["bx_market", {"meta_type": "location_country", "keyword": "US"}, "unit.html"]~
But how can I avoid manually creating 100's of pages for each of the countries ? Because later I want to create separate pages for the city etc...
- Is it possible for the macros to take parameters from the url ? For example - mysite/country=france that can then be passed to the macro ?
- Is there a better way to achieve this ?
- Also now the marketplace location is being displayed as Map. How can I display the Address field directly (together with the map view). I want each field in the address (postal code, Country, city) etc clickable so the user can go to the corresponding page. Say uer clicks the city and it will take to the city page that lists every item from that city.
I hope I am missing something here and UNA as a framework supports this. Thank you for the help.
When we say a website is multi-lingual it means users are able to view the website in any of the supported language as long as a translation is available for that page. So a French visitor will be able to chose French and see everything in French. This is not restricted to the site buttons, titles and forms. This should also include any the content, its descriptions, categories, tags etc. There should be a way for the Site admin / editor to provide translation to any / all of the content, blocks etc .
In that sense UNACMS is not a TRUE multi-language CMS currently. It only allows translating the User interfaces and few custom texts using the polyglot module.
The user content (Posts, Groups, tags, Albums etc) are not multi-language. Users coming from a different locale will can only view the original language. Content creators / Admins have no way to include a translation for any content
So if a norml user creates a post on "Mobile Phone", there is no way to provide "teléfono móvil" and "điện thoại di động" to the Spanish and vietnamese user even if the content creator wants to do that.
Exception seems to be only the WIKI module where content translation can be added. But it still is incomplete as only one field is translatable.
Hope future versions of UNA can be multi-lingual in the TRUE sense.
Reference (Unfortunately I cannot post links.)
- From Drupal, Follow the following link from drupal.org - docs/user_guide/en/language-content-translate.html.
- or can view the Youtube video - id "TOalcUYD5zM". (remove the quotes and paste it in youtube url
Hi UNA community..
Hope someone can provide me some suggestion on how to handle this better in UNA.
I am setting up a community for UpCycling where members share and discuss videos and posts on how to re-use some of the waste items (say, plastic bottle reused as garden items , glass bottles re-purposed as decoration etc.). Now I hit a roadblock trying to categorize the content.
I want to categorise content according to the following .
- Categorize according to Skill level required to upcycle the item - Beginner, Intermeidate, advanced, expert
- Categorize according to Materials - Plastic, wood, glass, paper, cloth etc.
- Categorization according to Project Type / Item: - Furniture , fashion, Toys, Garden
A user should be able to find a single post that matches all the THREE categories above - "Beginner friendly" + "Plastic" + "Toy".
Labels have a condition of OR...
Thank you in advance.
Would be great to have this available where we can search and link to related content from the Edit form.
Say I create a post about a gadget, I can link to other gadgets similar to it. Or Groups that are related.
Hashtags, categories won't solve this. Because when you read the post after a few months, the label will be populated with more gadgets that might be only vaguely related to the item.
I am just trying to use the APIs to do the initial setup and hitting few speed bumps..
- How to add labels using API ? I could only find service "serviceGetLabels". I am trying to create groups using the API, so far Ok, but I am not able to find the correct variables for adding labels.
- How to find the id of different entities. For example
bx_srv('system', 'update', ["bx_posts", 123, ["title" => "new title"]], 'TemplServiceContent');
Here the id 123. How can I find the correct id of the item ? Say I need categories of group.. Is there an API to return this, or any way to get it from Studio ?