This forum is for less technical discussions about the Drupal project, not for support questions.

Drupal Türkçe

Merhaba, bu tartışmayı şu düğümde önerilen Drupal Türkiye sitesi kurma fikri üzerine açıyorum.

'Drupal Türkiye' yerine 'Drupal Türkçe' başlığını seçtim çünkü sadece Türkiye'de değil dünyanın her tarafında Türkçe Drupal kullanıcısı var.

Biraz istatistik:
Sadece Türkiye'den 474 kişi kayıtlı. Yurtdışında da tahminen 50 kişi vardır herhalde.

Ajaxmatters.com's theme

I like the simple theme of this website, a lot. It's a custom J2EE web app and it's not open source for now. (I mailed the author) Maybe someone is likes it too, and is willing to port over? I know almost nothing about programming, so please forgive me for asking!

tinymce and spreadfirefox theme not compatible?

Not sure if anybody else has the same problem but I'm using drupal 4.6 with the spreadfirefox theme running on Apache 2 with PHP 5
My problem can be see on http://yousef.raffah.com/files/drupal_tinymce_Screenshot.jpg

Seems like there is an issue with the css or something in that. Unfortunately, I'm not a web developper therefore I can't identify where is the problem and how to fix it. Would realy appreciate any feedback.

Sicnerely

drupaldanmark.dk

the drupaldanmark.dk site was intended to be a danish drupal user community, but currently lives its life as a puny "proof of concept". A lot of other personal projects will consume all my time for the next year to come, so I decided to hand over the drupaldanmark.dk domain to anyone who'd like to take over where I left. Free of charge of course. The webhost is prepaid until december 2006.

Only condition is that the domain must be used for its intended purpose.

If interested you can email me: bjarne at 6400 dot net

Best regards
Bjarne

tables screwing up my page

I added tables into my post and it screwed up the page where it lists the nodes. See: http://staywealthy.com/blog/pipsqueak

At first I thought it was a template problem, but I tried it with another template (plain1) and it gave the same result. Can anyone tell me how to solve it?

Thanks!

Only admins can assign nodes to terms?

How can I do it so that only admins or moderators can assign nodes to terms. Other users can submit nodes, using a flexinode form, but the taxonomy_form is disabled for them.

I've played with this in the function_taxonomy_form in taxonomy.module:

global $user;
if (in_array('guestadmin',$user->roles)) {
return TRUE;
}
else {
return FALSE;
}

The select form does disappears, leaving a 1 in it's place. Nothing appears for guestadmin either!

Any ideas on this or alternative solutions?

Pages

Subscribe with RSS Subscribe to RSS - General discussion