This forum is for module development and code related questions, not general module support. For general support, use the Post installation forum.

Need help with eventfinder

Hi all,

I've seen a site which is using EventFinder module and I decided to add the module to my site.
The problem is after installing EventFinder, the eventfinder page is white, so is the setting page.

I've already had the event module and location module installed and activated.

Can you help me?
Thanks.

Drupal 4.7.4, EventFinder 4.6.0

Grab all nodes w/detail for a specific type

Hi everyone,

Im banging my head a bit...

How do I get all nodes of a specific type? I dont want links, I want the actuall nodes as arrays or objects, along with all the respective data for each node.

In my little head I am thinking of something along the lines of a magic API call like:

$nodes[ 'someTypeHere' ] = get_all_nodes( 'someTypeHere' );  

Where this magic "get" function would return every node as an object or array for the passed "type"...

Views (table view)

I am trying to find a way to use a (table) view (generated with CCK and the views module) and click on one of the rows to open an edit window to be able to edit the row's content. Is there an (easy) way to do that?

The question may be stupid, however, I have just started to get acquainted to Drupal.

I am grateful for any suggestion.

Thanks in advance,

Knut (flupphugat@web.de)

get varible value

i want copy file from /tmp/1.txt to /site/files

i do

$script = getenv('SCRIPT_FILENAME');
$new_filepath = dirname($script);
$tmpfile2 = /tmp/1.txt;

$success = @copy($tmpfile2, $new_filepath) or die("Couldn't copy");

but as result i can see "Couldn't copy"

and

copy(/var/www/site/files/): failed to open stream: Is a directory in /var/www/site/modules/backupgn.module on line 241.

How i can set path /site/files by variable ?

Filtered formatting in title field

Hi,

I am wanting to be able to filter / format the content of my title field, and was wondering if there is any way to do this. I read up a little and found out how to potentially remove the title field (http://drupal.org/node/2420), but I want to keep it as I need to link between nodes using node reference and this formatted title.

Is this at all possible, and if so are there any modules out there that will help me do this?

Thanks,
Kehan

Better Forums with Articles, Views and a bit of custom stuff.

I'm working on a new Drupal 5.x community site, one of the bug bears I have is with forums, doesn't everyone ;-)

Members, and likely most implementers, expect Forums to be able to sort more than just forum-topic node types, say, event and poll types and any type of node (I'll use loads of CCK node types) associated with the forums taxonomy. In my case, I'd also like to have all commenting to look the same, that is, forums should not be flat while other commenting is threaded, actually, all nodes and comments on the site should work the same.

Node types associated with the forum taxonomy should be easy to create from within the desired forum for members.

New posts icons or indicators should not discriminate between new nodes and new comments in nodes.

First, I started hacking (well, actually theme level and custom module overrides) the forum module. Then I thought, forums actually exist on three levels:

1. Forum Index
2. Topic List
3. Topic View

Pages

Subscribe with RSS Subscribe to RSS - Module development and code questions