javod.com
May
2012
17
Determine current version of Drupal being used Downloading Clean Drupal Core Running an initial diff (show the difference) between the two Run a detailed diff on individual files Determine Current Version of Drupal being used There are multiple ways to check what version of Drupal is being used. Your best bet is to visit one of the admin status report pages as listed below: Drupal 6...
May
2012
01
Create a page outside of the CMS workflow that has access to Drupal's built-in functions. There are scenarios, the deeper you get into Drupal, where you will need to access Drupal's database and functions, but outside of the scope of the CMS. For instance, you may need to create an AJAX callback that hooks into the database for a TinyMCE plugin, or you may be looking for ways to port over a cus...
Apr
2012
12
What are Foreign Keys? What is the Schema API? Why Drupal only supports FK by documentation and not practice. Current mappings with an ERD. What are Foreign Keys? Foreign keys, put simply, are a referential constraint between two tables on a relational database. What this means is that data from one table is dependent on data from another table, and can not exist without it. This is a...
Feb
2012
15
Drupal 6: When creating a Content Type, one of your options is to create a field with a type: 'Node reference'. Node references are a bit different than normal fields, in that they use other Content Type's values to populate the field values. This difference leads to some issues when trying to alter the Node Reference field on a Content Type form. What ends up happening, is that we do not have ...
Dec
2011
28
(Note: In this post I use the terms private and protected interchangeably.)There are times you may want to have your protected Tweets available on your site. Perhaps protected Tweets are available to your members but not necessarily the world at large. Non-private accounts are easy enough to pull: These feeds are easily accessible using the Rest API.However, to access protected accounts we must cr...

amazon youtube rss

XHTML