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.
I would like to remove the trimmed version from node preview. I can set the length of trimmed posts to Unlimited and that will remove the trimmed version everywhere... but I would like to remove it only from Preview... Thank you
Greetings and love.
I just can`t find the way to let a user filter displayed fields in a view. So the user can choose which fields he wants to see.
Please, help! Thanks a lot in advance!
I have been asked to create a localized site which is primarily in English and translated into German, French and Spanish.
Looking at all the posts on the Drupal site and elsewhere I have noticed that utf8_unicode_ci seems to be the prefered collation for German. When I install a new site using Drupal I have noticed that all the tables and rows seem to default to utf8_general_ci.
The MySQL connection collation also seems to default to utf8_general_ci
Fairly new to Drupal, I'm editing the page.tpl.php to adapt the basic template in various sections of my site and I seem to be getting intermittent warnings (3 out of 4 page refreshes) saying:
* Notice: Undefined variable: node in include() (line 94 of /home/bestrout/public_html/sites/all/themes/brtheme/page.tpl.php).
* Notice: Trying to get property of non-object in include() (line 94 of /home/bestrout/public_html/sites/all/themes/brtheme/page.tpl.php).
* Notice: Undefined variable: node in include() (line 312 of /home/bestrout/public_html/sites/all/themes/brtheme/page.tpl.php).
* Notice: Trying to get property of non-object in include() (line 312 of /home/bestrout/public_html/sites/all/themes/brtheme/page.tpl.php).
* Notice: Undefined variable: node in include() (line 314 of /home/bestrout/public_html/sites/all/themes/brtheme/page.tpl.php).
* Notice: Trying to get property of non-object in include() (line 314 of /home/bestrout/public_html/sites/all/themes/brtheme/page.tpl.php).
* Notice: Undefined variable: node in include() (line 317 of /home/bestrout/public_html/sites/all/themes/brtheme/page.tpl.php).
* Notice: Trying to get property of non-object in include() (line 317 of /home/bestrout/public_html/sites/all/themes/brtheme/page.tpl.php).
Greetings mighty and powerful drupal community! I have lots of fields in a material. Choosing a term displays some fields that's what to be done. I don`t want to add every dependency on every field through the conditional fields module. Is this the only way?
Unfortunately the solution with field collection + conditional fields (i thought it was just for my problem) don`t do for because the created fields will not fit the output i needed through the views module.
Maybe someone can afford the resolution of the problem?
Thanks in advance!