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

TinyCME compressor installation problem

I am trying to install the tinymce compressor. But when I follow the installation instruction of the tinymce module, (put the tiny_mce_gzip.php in tinymce/javascript/tiny_mce) the editor doesn't work. and the instruction from tinymce compressor is like this

Copy the tiny_mce_gzip.js and tiny_mce_gzip.php to the tiny_mce directory. The same directory that contains the tiny_mce.js file.
Remove the current script tag.

Add the new new GZip script

drupal/files not writable

Hi. I deleted the folder /drupal/files accidentally and now I
mkdir files
&
chmod 775 files -R
but Drupal's File System keeps saying the directory files is not writable.

Any idea on how to solve this?
Thanks

PHP5 compatability

I am running Drupal 4.7x on my server and may need to upgrade my server from PHP 4.3 to PHP 5 for some development work I am considering.

I have read that Drupal is currently PHP 5 friendly, but I wanted make sure that upgrading to PHP 5 would not break my current Drupal sites.

Has anyone had problems upgrading to PHP 5?

Thanks.

Multiple Forum Vocabularies?

Hello all,

Is there a way/module to get multiple vocabularies to be used as forum topics? Thanks

Select distinct body from node_revisions

I'd like to do a php snippet that lists title, teaser, and a few other fields for a given category, but I have not been able to figure out how to get a distinct entry for records that have been revised. Right now, my snippet lists single items multiple times. Any suggestions?

select distinct(n.nid), n.title,r.teaser,u.name,n.type,t.tid from node n INNER JOIN term_node t on n.nid = t.nid INNER JOIN term_data ON t.tid INNER JOIN users u ON n.uid = u.uid INNER JOIN node_revisions r ON r.nid = n.nid where t.tid = 1 and n.type="blog";

Flexinode and Drupal 5.0?

Will any currently available Flexinode version work with Drupal 5.0?

Pages

Subscribe with RSS Subscribe to RSS - Post installation