Page 2 of 2 FirstFirst 12
Results 41 to 48 of 48

Thread: Catalog in frontend - register user adding their "article"

  1. #41
    User MacKP's Avatar
    Join Date
    06-19-09.
    Location
    Duisburg (Germany)
    Posts
    211

    Default Re: Catalog in frontend - register user adding their "articl

    Hi gianko82,
    i don't understand why you use the email and not the extension for that. The extension is making it with the UserID and it's special for that. Only the items the Frontenduser made can be changed from him. In the List you can make an condition, so that the users can see only his own etc.

    regards
    Mediendepot Ruhr
    For real-time chat the (inofficial) Chatroom in IRC:
    -> irc.freenode.net #contao | irc.freenode.net #contao.de

  2. #42
    New user
    Join Date
    03-24-10.
    Posts
    13

    Default Re: Catalog in frontend - register user adding their "articl

    1- My items aren't made by frontend user. The items are made once per member by website's administrator and each member can only edit his own item
    2- Maybe I don't understans the extension, but doesn't it allow to select a membergroup rather than a member ID? :?:
    3- I use email because the e-mail is my "key-field" in member's registration and catalog items.
    Thanks

  3. #43
    User MacKP's Avatar
    Join Date
    06-19-09.
    Location
    Duisburg (Germany)
    Posts
    211

    Default Re: Catalog in frontend - register user adding their "articl

    Hmm.... maybe xtmembers etc. is a better Module for that?
    The FE-Edit in combination with the Member-ID works not in the way of Member-Groups. Its an relation between a Person (Member) and his own Items.

    regards
    Mediendepot Ruhr
    For real-time chat the (inofficial) Chatroom in IRC:
    -> irc.freenode.net #contao | irc.freenode.net #contao.de

  4. #44
    New user
    Join Date
    02-25-11.
    Posts
    5

    Default Re: Catalog in frontend - register user adding their "articl

    Quote Originally Posted by Ben
    The Catalog list module has a checkbox for "Enable Editing". There is also a module called Catalog edit.
    Hi , I'm using catalog_ext 0.8.9 with Catalog 2.0.0 beta1 on Contao 2.9.3 and it works fine except the "edit mode": in the Catalog List module I don't see any checkbox "Enable Editing" or similar input. I can only view item details but my users can't edit items in frontend.

    Do I set something else? Or the Contao version don't allows it?
    Thanks

    Daniele

  5. #45

    Default Re: Catalog in frontend - register user adding their "articl

    Did you create module -> Module type -> Catalog edit?
    Web design agency - EDsolution.si Izdelava spletnih strani

  6. #46
    User MacKP's Avatar
    Join Date
    06-19-09.
    Location
    Duisburg (Germany)
    Posts
    211

    Default Re: Catalog in frontend - register user adding their "articl

    Hi,
    you don't need catalog_ext with the catalog 2 Version. Maybe this is the point why it will not work for you?
    And: try to use the SVN Version. There are realy much bugs fixed etc. so you will not run in other problems.

    regards
    Mediendepot Ruhr
    For real-time chat the (inofficial) Chatroom in IRC:
    -> irc.freenode.net #contao | irc.freenode.net #contao.de

  7. #47
    New user
    Join Date
    02-25-11.
    Posts
    5

    Default Re: Catalog in frontend - register user adding their "articl

    I've uninstalled the catalog_ext and I've used only the Catalog 2 extension: now all it works fine!
    Thanks a lot

  8. #48

    Default Re: Catalog in frontend - register user adding their "articl

    I'm using this (userid={{user::id}} OR userid=0) in Catalog list - condition, to filter items of member on his "profile page". But i've noticed that when you are on profile page and you try to logout you get an error.

    Code:
    PHP Fatal error: Uncaught exception 'Exception' with message 'Query error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'OR userid=0)' at line 1 (SELECT id,pid,sorting,tstamp,ime,starost,kraj,horoskop,omeni,slika,userid, (SELECT name FROM tl_catalog_types WHERE tl_catalog_types.id=profili.pid) AS catalog_name, (SELECT jumpTo FROM tl_catalog_types WHERE tl_catalog_types.id=profili.pid) AS parentJumpTo FROM profili WHERE pid='1' AND (userid= OR userid=0))' thrown in C:\wamp\www\avanture.mobi\system\libraries\Database.php on line 677
    Any clue how to solve this or to set the redirection on logout?
    Web design agency - EDsolution.si Izdelava spletnih strani

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •