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

How to see website on local server

OK, here's a basic question: I created a webserver on my local network, but I do most of the editing on another machine. Except that the links don't work and my theme doesn't show up. If I change my settings.php to point to 'localhost' for $base_url, everything shows up fine on my network, but of course no one else can see my site. What do I have to do so that I can see my site internally, and others can see it externally?

Simple Access Trouble

I keep getting this error when I try to use Simple_access:

user error: Table 'mtmisglb_drpl1.simple_access_groups' doesn't exist
query: SELECT gid, name FROM simple_access_groups ORDER BY weight, name in /home/mtmisglb/public_html/includes/database.mysql.inc on line 66.
warning: Cannot modify header information - headers already sent by (output started at /home/mtmisglb/public_html/includes/common.inc:384) in /home/mtmisglb/public_html/includes/common.inc on line 192.

how redirect to a page after login

hi,
for an extranet site, i wish have a default page with a login form and then a user logs in i want to redirect to a node.
i'm using front page, but when i log, it redirects always on my account page even though i've configured
node/1 in front page.

any idea ?

thaks
regards
jjc

Images questions (modules: Image, Image_assist, Teaser_images)

(Drupal 4.6.4)

I'm trying to configure our site so that images can be uploaded and displayed relatively easily by our users.

I've installed and switched on the correct versions of these modules: Image, and Image_assist, also Teaser_images.

As far as I can tell, Image and Image_assist appear to be working; however, I noticed that Image_assist defaults to 'filter' not 'html'. When I import the code using 'filter' and then submit the post, the code shows up not the image.

First, is that normal behaviour? The input format is set to HTML (or Textile since it allows Textile markup).

Second, if that's normal, is there a way to reset that default to html instead? I know that 99% of our users will simply leave it as default and not understand why their picture isn't there and some weird looking code that they don't even recognize as a link is.

Regarding the Teaser_images module, as far as I can tell, that *doesn't* appear to be working. As I understood it, it should convert any image in the teaser/excerpt to a thumbnail for the summary pages. But it isn't doing anything that I can tell.

Could that be due to the fact that I'm using the Excerpt module to allow custom teasers? Or is that irrelevant?

Finally, when you click on the 'add image' link in the Image_assist window, you seem to have to add an image as a whole new node... is that right? Is there no way to upload and attach the image to the post in one go? (I feel sure I'm missing something here because the ten-year-old discussion software we use can manage this, so surely something as feature rich as Drupal can.)

Exist a module that simulates a ftp?

Hi I'am a newbie in drupal. I'm making a web for my clients. This is my question. I want
that my registered clients can upload and download files to a privated space. This privated space is only viewable and editable for one resgistered user and the administrator. I want to make a privated space for any registered user. Remember that
registered users only can seen their privated spaces.I Think that is similar to a ftp. Exist
a module for this task?. I wait that you understand my question. Sorry for my english. thank you very much.

changing taxonomy form to chackboxs

Hi there
I tried changing the look of the taxonomy form in the node form by turning :

return form_select($title, $name . ($multiple ? '' : ']['), $value, $options, $description, $multiple ? 'size="'. min(12, count($options)) .'"' : 0, $multiple);

to:

return form_checkboxes($title, $name , $value, $options, $description, NULL , $multiple);

but could not save the data collected by the new form. Where did I get wrong ?

Pages

Subscribe with RSS Subscribe to RSS - Post installation