Fork me on GitHub

a story module w/o admin approval?  Bottom

  • Hi,

    I'm looking for a story module similar to the core module, but this time there is no need for admin approval. Users can also comment on the stories. Think poetry module, for example. Is there such a module?

    Thanks. :)
  • I'd be interested in this too!
  • Quote

    but this time there is no need for admin approval.

    Code

    All Groups | Stories::Story | .* | add
    Users | .* | .* | comment
    unregistered | (Stories|Topics):: | .* | comment
    unregistered | .* | .* | read


    --
    regards from germany
    ..::[Zikula Application Framework]::.. ..::[SEO-Blog]::.. ..::[CMS Sicherheit]::..
  • you've officially lost me. where do i find that code to change it?
  • larsneo

    Quote

    but this time there is no need for admin approval.

    Code

    All Groups | Stories::Story | .* | add
    Users | .* | .* | comment
    unregistered | (Stories|Topics):: | .* | comment
    unregistered | .* | .* | read


    What Larsneo listed was permissions. Go in to the admin panel and click on the permission module.

    However, you'll also need to add a link so users can get to the stories module. You'd probably add this to your user menu block. I found the link
    "admin.php?module=NS-AddStory&op=main" in some documentation. It does let a user submit a story without the story receiving authorization. However, it also lets those same users delete things from the archive, approve submitted stories (that require authorization), and edit any story.

    Is there another way to do this and only allow them to add a story without the other permissions? Or is it all or nothing?

    Thanks,
    Bob

This list is based on users active over the last 60 minutes.