Top new questions this week:
|
I am writing a custom module. On my module's configuration form I would like to provide links to relevant modules' configuration forms; e.g. the cron configuration form.
Is there a standard Drupal …
|
Now that Drupal 8 is going to be based mostly on Symfony, is the TDD/unit-testing going to change too?
For Symfony, Lime is the preferred testing-suite. Is that true for Drupal8?
|
I'm using the Message module on Drupal 7. For Replacement tokens, the help text says:
A comma-separated list of replacement tokens, e.g. %title or !url, of
which the message text makes use of. …
|
I have a poll on my front page that I want users to be able to vote on, but anonymous users always just see the results and are never able to vote. I've been trying just about everything I can think …
|
I was working on a project where i used "SMTP Authentication Support" module to send emails. The authentications i provided were my personal gmail account details, It was working fine. Now when i am …
|
I am running a drupal multi-site system, with shared code and seperated DB. Each individual multi-site represents one continent and can have different language versions.
What i want:
I am working on …
|
Whenever I try to use $_SESSION or variable_set it breaks the Entity API. It says
"Fatal error: Call to undefined function entity_get_info() in
…
|
Greatest hits from previous weeks:
|
UPDATE: Jedihe was kind enough to put a video of how to do this: blip.tv/file/5151641
I'm trying to do something that I thought was simple, but I am having a lot of problems figuring out how to do …
|
I have the following code in my form.
$form['new']['upload'] = array(
'#type' => 'file',
'#title' => t(''),
'#size' => 40,
);
On the submission handler, it returns the file name but …
|
Can you answer these?
|
Is form date cached? I have an interesting bug on my site. There is a form for logged in users and it is used very frequently. Sometimes, after long time usage, some data doesn't change when it should …
|
I've already imported a data set of about 1500 articles, all in English. I have another set of the data with matching nodeids but in different languages. Can I import a second file into Drupal 7 and …
|
I am trying to have my select options filled with autocomplete results.
I have two fields, a textfield and a select(box). Autocomplete is working on my textfield. The thing that I am trying to get …
|