Hello, dear all
I am new to Drupal, just would like to know if there is any roadmap for Drupal 7? Try to find within the whole site, seems did not find...
Thanks a lot.
Hello to all! I'm a Drupal newbie (my first post) and am in need of some advice/assistance. I already have a custom framework built from scratch several years ago. My existing framework doesn't really separate code from presentation too well and is not as scalable as I would like it to be. Drupal, however, seems superior to what I have and am interested in knowing if it can handle my project. My basic needs are as follows:
Basically, a user belonging to a specific role, would be able to store his/her own data into the database through a set of forms. The user can search/view different tables (I believe this is called a view in Drupal terminology) similar to a spreadsheet of what they've entered. The table should be scrollable (showing results 1-10 for example with links to navigate) and have rows that link back to the form where the user can modify their data. I should be able to sort and layout the columns I want displayed. Some type of AJAX code to prevent reloading the page while scrolling through the tables would be nice.
Hi,
Is there way to use the auto-complete feature in search form ? a search form similar to: http://api.drupal.org/
I need to write a separate module to use this feature? Thanks!
Looking at doing some performance tuning and need to know where the expensive code is. I know Devel gives detailed execution times on database queries, however I'm not sure if it breaks PHP execution times down in the same way. Is there any module for Drupal I can use for this, or should I just use something like Xdebug?