Download & Extend

How anonymous can create a node with location information ?

Project:Location
Version:6.x-3.1-rc1
Component:User interface
Category:support request
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

Hey there,
I would like to know how I can do to make anonymous create unpublished node with location information.
I tried to make it programatically with "drupal_execute" but it seems to be too hard for me to well put in data base the informations of the location cckf fields.
So I'm going to give permissions to anonymous to create the node type which uses location information (without cck fields this time). Is it possible to only display the form and not the complete page www.mysite.com/node/add/nodeType in a popup for exemple ans is it safe for my website?

I'm new to Drupal so what do you think about that and what will you do in my case?

Thanks a lot for your help.

Comments

#1

Status:active» fixed

I would give permissions to anonymous users to be able to create that content type like you have done.

You could use the content permissions module that comes with the cck module if you want to only allow anonymous users access to certain fields of the node type and not others.

Then you could set the default published flag to false for that content type.

#2

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.