A quick question from an administrator point of view - where I can I find the revision history of a node/flexinode so that I can rollback if necessary?
I can see the table for revision history in PHPAdmin, so I know it's there, and I do have the access control set so that I, as administrator have the ability to view and do a rollback. I just can't see where to access the history in the admin interface.
I need to build some system that shows datas of product 'idproduct' when I type something like: drupalsite/products/productid
Products datas are stored externally from Drupal.
I've actually done a module that render a page with game's data but I can't change the title because it's cached by menu 'MENU_CALLBACK'.
Is this (using menu callback) the right way to do this type of content?
i just installed civicspace 0.8.3 yesterday (cannot tell which version of drupal it is). i am having mail/user registration problems due to the mail issue.
i used the drupal smtp tricks - created an includes/class.smtp.inc file, and changed sites/default/settings.php, but here's the issue: i cannot find a php.ini file to alter, and continue to get this error:
Warning: mail(): "sendmail_from" not set in php.ini or custom "From:" header missing in C:\Sites\...\civic\modules\user.module on line 374.
i've created a module (following the guide in http://drupal.org/node/40684).
i'll get many inputs(like around 15-inputs) from the user. i've also created a new table to hold
those data. somehow i managed to store those data to the new table. now i need to fetch those data and show a preview.. as well as display in the site front-end in a my own desired format. how can i do so?
can anybody help me in this regard....??
I just done my first upgrade from drupal 4.6 to 4.7 beta 4.
I checked into my modules/ folder and seems that all
the cotrib modules in it have been deleted.
I had two folders "image" and "htmlarea" containing modules.
There were empty after the upgrade process.
I did some mistakes or this is the correct behaviour of the upgrade?