Drupal is up and running but how do I ...?

created an administrator account but can't see any login tab

Hi everybody,

I am a newbie. I just installed drupal for my site www.junglesilence.com. I have two problems.

One the drupal page shows up at http://www.junglesilence.com/drupal-4.7.6/drupal-4.7.6/ and not at www.junglesilence.com

Module Request - Creating a list

Hi, I have installed and got Drupal up and running and would like a way of doing this.

Below certain content (in my example, only quickfiles) I will like the user to be able to click a link saying they "I'm interested" or something.

I should then be able to get a list of all the users that are interested in that particular piece of content.

Does anyone know how I could do this?

Thank you!

img_assist!!!!!

I am getting this error "warning: Division by zero in /modules/img_assist/img_assist.module on line 794." i look in ths forum and nothing work, the gd library is enabled on my hosting .... i need help, i am desesperated here ...

dynamic forms / wizards (for a newbie)

hi all,

i want to create a small wizard that will, at the end, create events & pages.
Im trying to create a php page for the wizard, im I wrong?

I never used the Drupal API, and i can't find a simple howto (or can't i search?)
My ressources includes, in addition to the API, http://jeff.viapositiva.net/drupal/dynamic-forms and some other page found through google.

I managed to get the first page showing, but i can't get to the second one. Here's the code i have:

<?php
function myform($form_values=NULL) {
if (!isset($form_values)) { $step = 1; }
else { $step = $form_values['step'] + 1; }
$form['step'] = array(
'#type' => 'hidden',
'#value' => $step,
);

switch ($step) {
case 1:
$form['section']=_taxonomy_term_select('Section', 'taxonomy', 0, 3, NULL, 0, NULL);
$myyear=date('Y'); $month=date('n');
if ($month > 7) {
$quadris=array(0=> $myyear."-".($myyear+1)." quadri 1", 1=>$myyear."-".($myyear+1)." quadri 2");
} else {
$quadris=array(0=> ($myyear-1)."-".$myyear." quadri 2", 1=>$myyear."-".($myyear+1)." quadri 1");
}
$form['quadri']=array('#type' => 'radios',
'#title' => 'Quadri',
'#options' => $quadris,
'#default_value' => isset($form_values) ? $form_values['quadri'] : 0,

Major webform error

I have had Weform up and running successfully for a few weeks now, but all the sudden today, I can't navigate from my main site, http://www.helpmerick.com to any node because of the following error:

Fatal error: Allowed memory size of 12582912 bytes exhausted (tried to allocate 11520 bytes) in /home/public_html/modules/webform/components/select.inc on line 171

I would appreciate any help. Thanks.

Help with Taxonomy disaster!

I started a small blog last year which has since grown to over 1,000 nodes. I now realize the folly of not having implemented taxonomy tags from the beginning. I would now like to go back and create tags for each of the nodes so as to organize the site under taxonomy terms for easier browsing.

The only way I can figure out how to do this is to create terms (normal or freetagging) and literally go back through each of the 1000+ nodes and manually add tags to each. Ack! Obviously I would rather not go through this amount of work manually (sounds like it could take days/weeks) and am wondering if there is an easier way?

Note that I am not particular about controlling the number of terms per se, so if there were some way of simply using the site's pre-existing index (minus, of course, words like 'and', 'or' 'but', etc.) to automatically add tags to each node enmasse? Even better would be if I were able to perform this operation once and then manually go through and delete tags that are irrelevant. Then, of course, I could be sure to simply start adding tags to new nodes as I go rather than having to spend weeks working on this.

Any ideas, big or small, would be most appreciated!

Pages

Subscribe with RSS Subscribe to RSS - Post installation