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.
first of all, I'm new at Drupal, I tried to understand the apis but until now I find a lot of difficulties.
I want to modify on free theme that I downloaded it from the internet, for now I want to change the navbar menu structure.
but I see that drupal_render($page['navigation']) is printing the html, no way to change the html this way unless if I will make it hard code (static not dynamic!)
sorry for this question, but who tells the drupal_render($page['navigation']) to be printed in this way?
Installed latest released Advanced Forum, added Forum and first topic, logout out and viewed the topic, large picture of the author covers the topic text, how you remove the author picture?
I need to generate with computed field or math expression field this formula: [ my_field_name1/12.500 + ( 2 * my_field_name2 + 8 ) * 413,16] * 1,0413 * 1,277
Any solution please? with webform i created the formula and work perfect but inside the node i have problem!!
I have made a View for a block, but the fields and their labels are displayed below each other instead of inline. I would expect that the original Content Typethat my View gets its fields from would now have a View Mode allowing me to edit this block, but there is no such thing,or is there? How do I get my Labeld and Fields inline?
Just thought I'd share this code change which I take no credit for, just found it on an obscure forum.
I transfered my developed site to my shared web space and it did not function at all.
Days of emails to the hosting company and google searches brought me to the conclusion that rem ing out the line below with a hash in my .htaccess got my site working all be it with no admin side at all - but nethertheless a step forward.