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

should imce work with version 5 ?

Hi

I downloaded , extracted to /modules
enabled in admin/modules
enabled permissions

I don't see any place to upload images like in image_assist.

please help....

Eran

Images, CCK and Drupal 5 RC...

I notice there are no image field addons available for CCK under a Drupal 5 RC installation (according to the list of modules on the Drupal site, at any rate).

Is there currently some way to work around this limitation?

Image module & vanishing thumbnails : it's cron.php!

I have a lot of images on my site and had no trouble until this week when I added some more. For no good reason I received an error message during one upload (unfortunately not noted). I edited that node and re-uploaded the image - which went OK. Since then has been hell, with new galleries being fine and thumbnails displaying correctly, followed by all the thumbnails disappearing minutes later and gallery pages displaying fullsize versions instead - totally breaking the layout.

Searching on Drupal revealed this is not an uncommon problem. Various suggestions such as using smaller originals, did not make any difference here. Nor does the mod to image module code at http://drupal.org/node/71178#comment-147675

From looking at the files table all records with nid's higher than the one that gave the initial upload error are prone to losing all versons (thumbnail and preview) except the original file. After re-uploading all records are present. Sometme later, only the original file records remain.

After many hours experimenting I have now found that it's cron.php which is causing the thumbnail and preview records to be vaped. So long as I don't run it, everything is fine. As soon as I do, they're gone.

I have exported the files table as sql and cannot see anything wrong with the sql at all. If I drop the table and import the sql I get all versions back again until cron.php runs. This is repeatable and 100% definite now.

input filter -> no links

Hi, I was wondering if it's possible to either force a custom input filter in wich you disallow tags (links), or to remove the from the default input filter.

Is there also a filter that you can use to disallow the posting of urls? Like, something that searches for "www" or "http" and ".com"

Thanks,
JR

Taxonomy and content type

Hi, as many others before, I fumble along the taxonomy path...

As I understand, there are different ways of separating different types of posts. First, I can create different content types. Then I can apply Taxonomy to the content types. Now, I don't really know when to stop making content types, and when to start using taxonomy.

Styling $links and $terms

I am unable to find where in the themes folder $links and $terms are defined/styled.

In Drupal 4.7.4. links and categories terms in nodes are separated by a "|" character. They are not in Drupal 5, and I just want to add this character. For example :

.... implode(' | ', $links);

What file do I need to open ?

Pages

Subscribe with RSS Subscribe to RSS - Post installation