Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
how can I build a site both with cyrillic and latin letters?
ie. if I have a same content pages but I would like to have possibility to choose in which alphabet they will show
Maybe one approach is to have double databases one for latin one for cyrillic which I think it not very elegant because of lot of administration - if I want to put some page then I have to save the content two times to the database.
but the other approach is to have a latin database and then when the user wants to choose cyrillic letters the latin content converts to cyrillic
This might be a "no duh" sort of question but I was wondering if there was an easy way to achieve this:
- Every user has a blog (I know this part is simple via "every user has a blog" module)
- There is a page with most recent posts (Again I know this is stock functionality)
- Users vote on each other's posts
- The homepage automatically displays the highest rated blogs for X amount of time
I'm sure this has been done a million times, I just need to be pointed in the right direction.
I am just getting my feet wet with Drupal. I bought a few books and really starting to like what Drupal has to offer. I do have a few questions.
I am interested in building a site where 90% of the content does not require a log-in. There is no user/password needed. However, one section of the site will require a password. I would like the Administrator to create pages with photos. On these pages, I would like the administrator to be able to assign which user will be able to view a certain page.