This forum is for module development and code related questions, not general module support. For general support, use the Post installation forum.

BBcode Formating Bar

What does mean "Edit your theme to include the "modules/quick_reply.js" file on each page for the formatting bar to work" ? I cannot do it. Can somebody help me ?.?

Tough Question...

Does anyone have any ideas on how to create this http://www.ilikevinyl.com/letters/ordering.php and integrate it into the drupals ecommerce? I am creating a vinyl lettering site and desperately need a preview page for vinyl letter creation.

Any help would be greatly, greatly appreciated.

Thanks,

Matt

general API question

Hi,

I dont think this will get an answer, because usually when I ask a question knowing that I dont really know what I am talking about... it is too complex for anyone to answer - OR just too generally annoying.

Anyhow, I am doing a lot of stuff with Drupal. Basic implementations. Whenever I start pushing the borders of my understanding, the subject of the Drupal API comes up. This is precisely where my jaw goes limp, my eyes blur, and I decide that I need to go make more coffee and find another direction to go in.

form_render warning

With this code:

  $form['name'] = array(
    '#type' => 'textfield',
    '#title' => t('Name'),
    '#size' => 30,
    '#maxlength' => 64,
    '#description' => t('Enter the name for this group of settings'),
  );
$output = form_render($form['name']);
return $output;

I Have this warning:

Changing blocks depending on referring website

I ran across a nice module that changes themes depending on the referring website (http://drupal.org/node/46113 , not updated yet for 4.7). I am looking for a way to provide partner websites to display their header/logo/links at the top of my page if visitors come from their sites. But creating 100+ different themes doesn't seem like the best option, since all I need to change is one block.

I think a better option for my purposes would to have a module that changes blocks depending on referring website.

how to show block on the page of node which belongs some terms

Hello
how to show block on the page of node which belongs some taxonomy/terms?

Pages

Subscribe with RSS Subscribe to RSS - Module development and code questions