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 there. I'd like to create a table with, let's say, 20 columns and 100 rows.
I thought to use flexinode in order to enter the 100 (or so) rows.
Of course I should define a new flexinode and add the 20 (or so) columns.
The table content could change weekly.
At the end of the input, I'd like to publish in a single web page a query result with only a subset of the fields, and (if possible) let the user being able to sort the query result by columns..
Not sure which forum to pust this in, but if I have a regular html page, and a drupal site, is there a way to use the drupal content, to automatically update on the html page. For instance if every time there's a new news story on a certain page in drupal, then I would be able to have that newsstory automatically put on my other site.
Thanks in advance, I hope my question makes sense...
I am planning to include some PHP5 funtions in my Drupal PHP snippets (SimpleXML, SOAP, etc.) My ISP (goDaddy.com) runs my Drupal installation under PHP 4.3.11. In order to activate PHP5, the file extension must be .php5. I tried to change index.php to index.php5. The home page loads if I run mysite.com/index.php5 but everything else fails.
How can I activate PHP5 in this situation? Do I change every php extension to php5 or is there a better solution?
I´ve created a new profile field called profile_debt (it is hidden), and I want to show it in a block. Just the content of that field.
I don´t want users to be able to see it in their profiles, but only when I put it in the block...
I want it to show the users -depending on the user looged in- something like: Your debt is $ ........
After a veeeery looong search at the forums I´ve thought in something like this: