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.
Would it be fair to say that whenever any kind of manipulation on your data can be written in SQL, it is better to do that than doing it in PHP:
1. for reasons of speed
2. for minimizing amount of code to write and maintain
3. for reducing development time
Or, are there things (related to data) which, although you can do them in SQL, are just better off left for PHP after you get the results back from the MySQL server?
i've been reading about overiding the profile module with template.php and user_profile.tpl.php. Everythings displays correctly, but I no longer have clickable links in View Profile.
Before i applied this modifications, I used to be able to click on links that would bring me to a list of users with common word. For example, i created a field called profile_country and a user could click on the value (Canada, Usa, France, etc.) www.website.com/profile/profile_country/Canada
Hello,
I am following the development of our new site with Drupal, and I would like to solve a simple layout issue.
A problem I have had with Drupal concerning the layout, is that it seems that it doesn't manage a proper layout for images + text, which results in often having the read more • add new comment • Language line facing the image instead of being below it. Look at the bottom of our beta page http://water.bridge-initiative.org/en/overview/ to see what I mean.