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

question about language selection

Hello :D

i have installed 3 languages, english, spanish and portuguese. everything works perfectly.

here goes my question..

is it possible to allow guests to select diferent languages? or just registered users may do that from their control panels?

Thanks!

FCKEditor & Views

Hello,

I've installed FCKEditor and Views. When both are enabled and when I want to make a new Views through Add, I get the error "Internet explorer cannot open the page".
When I disable FCKEditor, the error disappears.

How can I solve this problem ? What must I add to the Expection List of FCK Editor, fi

Steven

Email from contact form with HTML tags text

Hi everybody,

when I get en Email from contact form, I get all sort of HTML tags mixed into the email.
Is there a configuration problem? Is it my email client software...?

Thanks for your answer.

Michael

Format taxonomy list

Hello,

Currently the taxonomy list (eg ?q=taxonomy/term/40) displays a list of full nodes. I would rather just see node titles. Is this possible?

One idea .... I'm using the views module, and could put together this type of list using views but then how could I reroute all calls to the taxonomy/term display to the view instead?

Please advise. thanks!

Error downloading attached files with private method, when using Firefox

I am using the filemager an attachment modules with Drupal 4.7, I use the private method and the attached PDF Files d’ont work in Firefox, however in IE 6/7 work fine.

I have tried these patchs but they don't resolve the problem:

1. http://drupal.org/node/93787
In the filemanager module at approx line 580, I have modified the headers,

'Content-Type: '. $file->mimetype .'; name='. $name,
    'Content-Length: '. $file->size,
    'Content-transfer-encoding: 8bit',
    'Content-disposition: attachment; filename="'. $file->filename .'"',
    'Expires: 0', 'Pragma: cache', 'Cache-Control: private

2. http://drupal.org/node/81123
I modified the file_transter function in file.inc, adding if ($header != '') before outputting headers:

foreach ($headers as $header) {
// To prevent HTTP header injection, we delete new lines that are
// not followed by a space or a tab.
// See http://www.w3.org/Protocols/rfc2616/rfc2616-sec4.html#sec4.2
$header = preg_replace('/\r?\n(?!\t| )/', '', $header);
if ($header != '') /* PATCH FB 28.8.06 */
header($header);
}

But only with Firefox, and Opera... IE works well!. Firefox with the PDF Download extension, work fine, but if you don’t install this extension d’ont work.

Core Modules Vanishing from Module List

Some of the core modules (both required and optional) are missing from the list of Modules on the admin screen.
It looks like the modules actually exist and function fine, they just don't appear on the list. I looked in the system table in the DB and I can't see any difference for the entries of the missing modules compared to ones that are listed.
One of the modules that is missing from the list is Taxonomy, but it's clearly there, and I'm using it. However, the Forum module (which is on the list) reports that Taxonomy is missing so I can't enable Forums from the admin interface.

Just as further background that may provide a hint... I did a somewhat messy installation. I created a copy of an existing (relatively new with little content, but quite some tweaks) site by essentially backing it up and restoring it on a different domain. After that, I updated it to v5.1 (from v5.0). (Not quite sure at which step the modules disappeared from the list, I only noticed it later.)

Any insight would be appreciated. Either into how I can make those modules appear in the admin interface or how I can "reinstall" or refresh those core modules. (I did try to remove one of the module folders and uploading it back, but that didn't seem to help.)

Pages

Subscribe with RSS Subscribe to RSS - Post installation