Views not showing date field in proper time zone

Views not showing date field in proper time zone

I created a node type with a date field (from the date module). I list nodes of this type in a view. The problem I have is that the date values being shown by the view are in UTC (ie as they are stored in the db) not in the user’s local timezone. I have tried... read more
Views not showing date field in proper time zone

How to render multiple values of node reference in the form of an ordered list without views?

I have a node reference field that references another node and has multiple values. I want to get an ordered list of the output of that field and display it in the custom node template. I am rendering the node reference as a cck block. Any help or guidance would be... read more
Views not showing date field in proper time zone

How to display registration form fields based on the taxonomy term?

I have three taxonomy terms. And I want to display different fields in the registration form based on the taxonomy term. I want something like this. taxonomy term 1: Registration form fields: Name, Email, Password, City, phone taxonomy term 2: Registration form... read more
Views not showing date field in proper time zone

Query Database to Fill Dropdown Form API #states [closed]

I am trying to develop a pretty complicated form. Essentially the user selects from Education, health, or water quality. Then using states the correct follow up questions are asked before all this data is submitted. However, whenever I try to populate with a db query... read more
Views not showing date field in proper time zone

How to delete ‘blocked’ users in bulk?

There are a spammer(s) out there constantly creating accounts on my site. The accounts are ‘blocked’ by default so they do not pose a problem, nor does the spammer gain anything from them. Still, I would like to delete them all but without having to click... read more
Views not showing date field in proper time zone

How to embed edit user profile page in a panel

I am trying to embed the edit user profile page (ie what appears at the url domain.com/user/27/edit) into a panel. I have searched high and low on how to do this but I can’t find any info on it. Is it possible to do this? There reason why I am asking is that I... read more
Views not showing date field in proper time zone

How to create Bookmarks in PDF?

Is there any module or plugin in Drupal that automatically creates Bookmarks for the PDFs. I made a Google and could not turn up with any related module. The print module does prints contents in PDF format, but what i need is a module that generated bookmarks in the... read more
Views not showing date field in proper time zone

How to add Table of Contents in a PDF?

I am using the Drupal Print module to create downloadable PDF from my site. This works very well indeed. But I would like to have a table of contents in the left region of the downloaded PDF. For example say, I have Introduction, Chapter2…, these things need to... read more
Views not showing date field in proper time zone

Deadlock issue on my server

I am getting the following error: PDOException: SQLSTATE[40001]: Serialization failure: 1213 Deadlock found when trying to get lock; try restarting transaction: INSERT INTO {domain_source} (nid, domain_id) VALUES (:db_insert_placeholder_0, :db_insert_placeholder_1);... read more