Event with only Start date

Hi,

I'm working with drupal 4.6 and I need that finish date on the event module would be optional. Is over there any module that does it?

I've solved partially on one flexinode based on event, but I would like that it should be for every content based on event module. The solution I've applied is making that the finish date is always equal than the start date once done the preview of the node.

Any other alternative? Thanks

Village website

Portal for local parish council for an audience of visitors to the area and residents.

Strong use of Organic Groups and a hacked Directory module.

Had tried Joomla but the coding standard of modules was extremeley variable. I find Drupal modules well written.

The learning curve for Drupal hurt a lot. It becomes intuative - eventually!

SQL UNION returns no results

Hello,

I have a table with an alphabetical listing of one of my flexinode types. It looks great. I hand-coded it because the Views module did not correctly display my custom fields.

I have just introduced a new flexinode type that is related to the first, and need my alphabetical listing to show both flexinodes in the table.

Essentially I want a UNION of the two results, sorted alphabetically, but my union returns no results

This is my union SQL:

(SELECT DISTINCT(n.nid), n.title , flexinode_1.textual_data AS flexinode_1, flexinode_19.textual_data AS flexinode_19 FROM {node} n INNER JOIN {term_node} td USING(nid) LEFT JOIN {flexinode_data} flexinode_1 ON n.nid = flexinode_1.nid LEFT JOIN {flexinode_data} flexinode_19 ON n.nid = flexinode_19.nid WHERE n.status = 1 AND n.type = 'flexinode-1' AND flexinode_1.field_id = 1 AND flexinode_19.field_id = 19) 
UNION 
(SELECT DISTINCT(n.nid), n.title , flexinode_60.textual_data AS flexinode_60, flexinode_63.textual_data AS flexinode_63 FROM {node} n INNER JOIN {term_node} td USING(nid) LEFT JOIN {flexinode_data} flexinode_60 ON n.nid = flexinode_60.nid LEFT JOIN {flexinode_data} flexinode_63 ON n.nid = flexinode_63.nid WHERE n.status = 1 AND n.type = 'flexinode-11' AND flexinode_60.field_id = 60 AND flexinode_63.field_id = 63)

The individual queries return the correct results, but the union returns zip.

I locked myself out of the administration

When I was editting the blocks, I made it so that the log in box could only be seen on one of the content pages, but then when I logged out and tried to go to that page...it said Access denied. So I have no way to log in to the admin section, and I cannot do anything with the site. What file can I edit, etc, to get back into the admin page?

Permissions and relogin

I have content in a category that can only be viewed by a specific role (done with tac_lite).
When I post new content to that category, the users belonging to that role can't see it, but get "Access Denied" before they relogin. After they relogin they can view the new content just fine.
How can I fix this, and make it so that the users can see new content without relogin?
Thanks

Adding Echo_Bat.SQL

Hi,

I'm completely new to Drupal as you guys have one very cool module that other CMS's don't seem to have: a "Dean-Bat" Fundraising module.

EchoDitto has developed such a module called "echo_bat", and I really can't wait to use it... but I don't know much about installing modules in Drupal. I've looked at the standard Drupal howto, which unfortunately tells me that I need to follow any specific instructions provided with the module, but says no more. Of course, the one thing I'm now stuck on, is step 2:

2) Add SQL code to your database.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 4.7.x