How can I write a simple block to show upcoming events from a single taxonomy ?
At the moment the function event_block_upcoming in the event module has only on argument ($limit).
It would be natural to use this function to select upcoming events for a specific term (for example
in a dashboard node). Otherwise I've to copy the entire block snippet and then change the sql,
but it seems an awful code duplication...
Hi,
I tryed to install TinyMCE for drupal 4.7, but I stucked ...
I downloaded module from http://drupal.org/files/projects/tinymce-4.7.0.tar.gz
And what to do next? in the archive file there is just one file with *.po extention. how to install it?
Can someone help me by suggesting how to achieve what I need and if there is exisiting module which can fit in
1. I have few profile fields, say profile_field1, profile_field2. Say that values to these fields are like 1,2..n and a, b, ...z
2. Now using profiles I can get list of users who have field1 in common (like all users with field1 value of 1)
I want to have page which will list (to display) values which are filled in for field1 and field2 (and so on..all fields).