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

External Links Module does not work on my home page but will work on every other page weird any suggestions?

Problem with my site and the External links module.. I was messing around with this for a while tonight and can not figure it out.

The I have the external links turned on and to open to a new window. That works great on all pages except the most important one the home page. If you have any ideas on what I can do to get this solved that would be great..

www.consumercowboy.com

shopping cart

Hi,

I installed the drupal 5.1. I want to activate shopping cart module in drupal. but In modules directory there is no any modules like shopping cart or store or ecommerce.

could you please let me know how do I install or setup the shopping cart module.

I findout no of options from site but there is no information that how to get related files or install setup.

annyone out there trying to convert og_aggregator from 4.7 -> 5.x ?

Hi,
I am trying to convert the og_aggregator (Thanks to zagorot: http://drupal.org/project/og_aggregator) and I got stuck with it.
I don't understand why (in this particular case) $edit seems to be always empty (except from $edit['refresh']).

Here is the juicy part:

function og_aggregator_form_feed_edit($edit = array(),$og_id) {
$period = drupal_map_assoc(array(900, 1800, 3600, 7200, 10800, 21600, 32400, 43200, 64800, 86400, 172800, 259200, 604800, 1209600, 2419200), 'format_interval');

if ($edit['refresh'] == '') {
$edit['refresh'] = 3600;
}

$form['title'] = array('#type' => 'textfield',
'#title' => t('Title'),
'#default_value' => $edit['title'],
'#maxlength' => 64,
'#description' => t('The name of the feed; typically the name of the web site you syndicate content from.'),
'#required' => TRUE,
);
$form['url'] = array('#type' => 'textfield',
'#title' => t('URL'),
'#default_value' => $edit['url'],
'#maxlength' => 255,
'#description' => t('The fully-qualified URL of the feed.'),
'#required' => TRUE,
);
$form['refresh'] = array('#type' => 'select',
'#title' => t('Update interval'),
'#default_value' => $edit['refresh'],
'#options' => $period,
'#description' => t('The refresh interval indicating how often you want to update this feed. Requires crontab.'),
);

How to put link for cck image field?

I want to put a link for cck image field, the link should be note link that contain this image

Anybody know this? I will appriciated... thank you!~

Quote module download link not working

The download link for the 5.x-1.1 Quote module does not work. Is there another place to download this module from?

Link parsing in nodes

I've been searching for a way to handle the way links are parsed in nodes. What I'de like to do is what I had setup with a PunBB forum where anonymous users could browse all forum content but links would be outputed as raw text. The snippet I found even went so far as changing the links label to something like [Sorry Guests, Members only link]

The closest thing I found to this was the Hidden Content mod where [hidden role=2]this will not be seen my unauthenticated users[/hidden]

Pages

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