How I can change 2sxc admin or editor to spanish - 2sxc

I would like to change all editor options to spanish for administrators.
I found language pack but honestly I donĀ“t know how to use it.

Generally this should be easy to get started with. If you are on a modern version of Dnn, go to Settings, Site Settings, then the Languages tab.
Click on "+ Add New Language" then select your best language choice from the existing Language dropdown. Then Save.
After that try testing things out. You may want to carefully review the rest of the settings under Languages also to make sure it is doing what you are expecting.

The edit-UI has not been translated to spanish yet, but we would be super-happy if you could do this!
There are some instructions https://2sxc.org/en/blog/post/help-translate-2sxc-in-less-than-one-hour but they are probably outdated.
If you plan to volunteer, it will take you ca. 2-3 hours. Best open an issue on Github and we'll guide you through it.
Many thanks!

Related

Symfony change website's language

I am building a website using Symfony. I am wondering how can I change the language of my website by pressing a button.
Say I have two links in the footer (English and German) and when I click any of them, the whole website and all future views I access will remember my choice of language.
There are numerous websites who have this facility and I am wondering how can I achieve this goal.
Thank you!
Recommend checking out the jms/i18n-routing-bundle. You can use buttons or links to change the locale (language) and once changed the site will remain on that language. Just a bit of advice, use the "prefix" strategy when you set it up so that your site's urls will always be domain.com/language/.....
You'll have to learn how to use the translation bundle and setup translation files as well as having to learn how to setup Twig for translations, using the translation in your services and forms, but once you get the hang of it, it is really easy but time consuming.

Learning management system for/in Drupal

So the idea is simple. I need a learning management system for drupal. Whateve it's a extension or module.
I tried to google it and reached opigno. But it will totally take way to much time to fix it's styles out for 21 century. And also, it's pretty useless. Makes to much problems.
I'd be grateful to any one who will give me any idea!
Thanks,
Kind Regards.
I searched for a school management system module but no result,
If you are not bound to use drupal you may find many plugins in wordpress for the title you mentioned.
you can view the following as an example:
https://wordpress.org/plugins/learnpress/
or this one:
https://themeforest.net/item/lms-learning-management-system-education-lms-wordpress-theme/7867581
and if you forced to find something for drupal I didn't find with my previous search.

Suggestions for deciding on a WCMS for a hockey website?

I need to make a website for my hockey club. My main purpose for this site is allowing people to sign in and post articles and training schedules in their section. Eg Mens, Womens, Juniors and Masters. I want to have some kind of upload manager that will allow them to choose where they post the info too (eg, Mens, Masters and Homepage).
This is the main functionality I'm looking for at the moment.
The clubs previous website used Joombla which I have hated. I found it to be way to restrictive. Its on a old version of it so there are probably many improvements in the new version but from what I've read it seems like it still has a lot of restrictions in how content is managed. I am open to trying it again tho.
I've used Wordpress before and liked it but that was on a small scale projects and I'm not sure it really fits what I'll be trying to do here, since it mostly deals with blog posts and I'll need to have functionality to upload and display files.
I've had a look around at some other ones like Squarespace and Silverstripe. I'm really liking the simplicity of silverstrip(one thing I hate about Joombla is the clutter on the opening page) and am leaning towards it right now if I can find a nice way to have people post news to multiple pages at once.
If anyone has any suggestions they'd be very welcome. I know html, css, javascript and a bit of php. I'm learning Ruby atm so wouldn't be against using it so I could learn more but it might be a bit much for a sports website.
First off, its nice to see someone that likes hockey too :) You can't use Squarespace, you'll need an Apache server for what you want. You will need some way to store information, so you'll need a MySQL database, probably some advanced knowledge of PHP (I'm assuming you don't know how to connect to databases and do some other functions). Wordpress is too limited, so you can't use that. I have never used Silverstripe personally, but it seems like the best of your options here. You'll probably need some more knowledge of PHP before you attempt to make a members system.

Drupal, Joomla? Sponsor an Orphan

I'm trying to find a relatively simple solution to deploy a website that allows someone to select an orphan and donate to that orphan. Each orphan would be a part of a orphanage...
I looked into Drupal and Ubercart but I didn't know enough about it at the time... felt kinda lost. Could someone point in the right direction? I'd like to use an open-source solution and as many pre-built modules as possible.
Definately drupal - you are right when you say drupal is a bit much to take in, but with the right links, it's not so bad
http://diasporan.net/content/drupal-and-ngos-dango-modules-and-install-profile
That's everything you need, all packaged in a nice install profile. An install profile is like a C make file, it "compiles" drupal for you for a specific use case. Google "drupal install profiles" for more info (Hint, if you see pages explaining "Drush make" you're on the right track)
This can be done in both ways.
I would do it with joomla though, in my opinion it is much more powerful than drupal, has a bigger community behind, and there are many free add-ons.
You can use hikashop as your shopping cart solution. It is is simple shopping cart solution that works very well with joomla.
I made this e-shop using joomla & hikashop recently.
Well, I'm sorry but the best way would be simple and fast with Prestashop.
See you!
Note: I like Joomla! and Drupal but when it comes to ecommerce well... Lets hope that soon prestashop can be integrated with joomla and drupal.
You can use drupal because its a very powerful cms.
The best part is that manages the database very effectively so, if in future your data size increases, then you don't have to worry about it.
The installation is very easy. just visit drupal.org.
The community of drupal is very supportive.

Spell Checker in Web Application

Currently I am developing website in asp.net.
I wanted to include spellchecker module into my code.
It may not be fare to ask like this, but I don't have enough time to do R&D on that topic, of course I did enough study but I am unable to get the exact way to implement spell checker in my application.
Can any one suggest me how to implement spell checker and where to get source code.
Thank You.
All modern browsers come with built-in spell checkers these days, and users can customise them to their own language, locale and even add new words. Don't bother trying to implement your own. If your IE6 users complain, tell them to upgrade.
op said:
It may not be fare to ask like this,
but I don't have enough time to do R&D
on that topic
and then commented:
Actually I am new to .net. Recently I
joined as a .net trainee. My trainer
wants me to develop this module.
wow, you're making great strides!
follow the links, should do what you want...
http://forums.karamasoft.com/ShowPost.aspx?PostID=3614
If you use javascript and jQuery, the spellayt plugin provides spell checking in IE browsers.
Have a look at this appliation, following the link -http://www.spellchecker.net/ If you use FCK/CK Editor or TinyMCE, it perfectly works as a plug-in there. if not, you can embed it into your application as a SpellAsYouType functionality or spell-checking in pop-up..

Resources