Results 1 to 7 of 7

Hybrid View

  1. #1
    Join Date
    Jun 2008
    Location
    Bordeaux, France
    Posts
    69
    Plugin Contributions
    6

    Default Re: [BETA] Language key

    Ive looked at PrestaShop to see how this part is done.
    Profiles management is equivalent to ZC and per admin user.
    A sort of admin page registration exists too (linked with classes not pages) but used also for rearrangement of menu items. This functionality permits to order menu items per admin user on 2 levels (horizontal and vertical menus items). Its an extra-gadget.

  2. #2
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: [BETA] Language key

    I too looked at Prestashop, but wasn't impressed in this area. their approach seem to be constructed from a programmers perspective and didn't really reflect the sort of real-world restrictions that people have asked me how to achieve over years.

    As an example, Prestashop would allow you to decide whether a user can view, edit, add or delete a product (i.e. what access to they have to the functions in the product class), but the sort of thing I'm asked would be "how can I restrict my designers to see and edit only the products that they added?".

    Of course, you couldn't do that now with 1.5. But you could create a new page that restricted designers to their own products and give them access to that rather than the existing product pages. The class access based approach wouldn't support this, as access is determined at a more fundamental level.

    The data structure for the new admin access also supports moving pages to other menus and re-ordering the menus. It's pretty easy to do by dibbling in the database tables now, and I'd like to think that at some stage in the future there might even be a UI to allow it to be done from the Admin.
    Last edited by kuroi; 24 Aug 2011 at 12:15 PM.
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  3. #3
    Join Date
    Jun 2008
    Location
    Bordeaux, France
    Posts
    69
    Plugin Contributions
    6

    Default Re: [BETA] Language key

    Yes, precisely that could be the functionnality of admin_page_registration.php to re-order menu items plus inserting, modifying, deleting pages. In that case, looks like a mini clone of phpAdmin effectively.

 

 

Similar Threads

  1. Upgrading from my beta of v1.5.5 to v1.5.5
    By Webskipper in forum Upgrading to 1.5.x
    Replies: 23
    Last Post: 25 Mar 2016, 09:14 PM
  2. v155 BETA feedback for Responsive-Classic in v155-beta
    By picaflor-azul in forum Addon Templates
    Replies: 51
    Last Post: 5 Mar 2016, 09:14 PM
  3. [BETA] Profiles
    By gob33 in forum Upgrading to 1.5.x
    Replies: 4
    Last Post: 3 Aug 2011, 11:07 AM

Posting Permissions

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