Top new questions this week:
|
I am an admitted newbie to the Entity API, but am trying to cure that. I'm working on a site that uses a number of content types with various fields attached to them; nothing fancy. So, when I want …
|
I am creating a community site using Drupal7. The users of my site should be able to report other users as spam users. For this I am using the Flag module. I have created a flag called Report User for …
|
I am using migrate to import Commerce Products from a CSV file. The CSV file doesn't have its own serial so I am using csvrownum but that obviously won't work if there are already products -- I will …
|
I'm trying to port a website over to Drupal 7. The structure consists of locations which have an entity reference to a region which has an entity reference to a country:
…
|
I'm writing a simpletest for a module that posts XML directly to a URL (it's on a closed system so there's no user or auth or anything at this point).
I've manually tested getting the response code …
|
I use Date module in D7. And I create new field "decade" (field type is Date).
Also in settings I add custom input format 'Y' (only years). There is increment for time (+/-30 minutes), but I need …
|
I have always found them useful and I may be looking to build something similar from another code base.
I am guessing that there is something like a migrate from doxygen. But I would assume that …
|
Greatest hits from previous weeks:
|
In Drupal 7, I have created a View that lists several fields. The fields are grouped by another field (the term ID of the field). The mark up looks like this:
<h3>[Term 1]</h3>
<div …
|
I am using db_select() and I don't understand the syntax of the fields() method. I'm using a join() to join another table. So for tables t and n, I want to do something like
SELECT t.tid, t.field1, …
|
Can you answer these?
|
I used User verification module : http://drupal.org/project/user_verify for sending verification email to users and it worked perfectly. After that, i wanted to add the multilingual function for the …
|
I created a simple module to add additional validations to the commerce checkout module checkout form but i don't know how to add an error message to the storage array so it can behave like any error …
|
Instead of using the standard "Convert URLs into links" text filter I would like to convert urls into links that use the node title of the link (if the link is a node).
Is there a module that does …
|