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.
Hi I just installed the review.module and when in admin mode I see the link to the reviews at the top of the page. However as an authorised user the link does not appear. In the permissions settings the only option that seems relevant is 'create reviews'. But I dont want users to be able to create them, just read them, but if the link does not appear how can they?
thanks, kenny
I recently installed the Almaw theme and all of a sudden text starting to disappear on the node-page. If I mark the text, it becomes visible again. I'm running 4.2.
Hi all,
I would need to translate taxonomy terms for my portal (Italian/English) any ideas rather than hacking taxonomy module ???
The idea should be to present 'News' if in english or 'Notizie' if in Italian....
Will this feature come out in next releases ???
Translating a language that uses left to right orientation is pretty straight forward.
You just take the strings and replace them by strings in the other language.
For Drupal, the process is described in the document Locale or internationalization support.
Even though you need to do all that is mentioned in the above web site, it is not enough in some cases.
Languages that are right to left in orientation (Arabic and other semitic languages, such as Hebrew, Syriac, Aramaic, Amharic, ... etc.), need special handling.
Hi,
I searched the drupal site, google and tried two days to create a fix on my own. No luck.
I'm using php code in a side block. The output of code is displayed correctly, but the block is not recognized by drupal, so only the output is displayed without title and the .theme file. Switching to html, the php code is displayed and the block looks like it should.
From my examination, I recognized that function block_block (block_module) is not executed in case of php code. On the other hand, I'm no expert in php and I haven't found the source of the problem.