Page 4 of 124 FirstFirst ... 234561454104 ... LastLast
Results 31 to 40 of 1238
  1. #31
    Join Date
    May 2006
    Location
    Oregon, USA
    Posts
    33
    Plugin Contributions
    0

    Default Re: Admin Profiles Support Thread

    Yes, I wound up figuring out that I had not uploaded your version of product_music_extras_dhtml. The problem was that I thought I had.

    I did understand the "admin\includes\boxes\*" as 'everything in the boxes dir'. What happened was that I was going to select all inc. extra_boxes/ but then thought 'well, maybe I should look in here first so I have an idea what if anything I might be clobbering. Unfortunately, I then forgot that I'd done that.

    I've actually through a bit of a tale of woe... somewhat comic... but more on that later.
    A the moment though, the one overwhelming question in my mind is... what does OTT mean!?
    (Especially as I think I should be able to guess.)

    Gotta say tho, this is looking really cool...
    thx...

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

    Default Re: Admin Profiles Support Thread

    OTT = over the top = more than is necessary
    Kuroi Web Design and Development | Twitter

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

  3. #33
    Join Date
    May 2006
    Location
    Oregon, USA
    Posts
    33
    Plugin Contributions
    0

    Default Re: Admin Profiles Support Thread

    So at this point I've gotten Image Handler & Admin Profiles working on my testing server, installed in that order. Would you suggest doing in the opposite order? If done that way, do you still need to do the updating box files hand edit. No big deal if so, just curious what you think.
    thx!
    PS, re 'OTT' on the array: hey, it makes sense to me!

  4. #34
    Join Date
    May 2006
    Location
    Oregon, USA
    Posts
    33
    Plugin Contributions
    0

    Default Re: Admin Profiles Support Thread

    Hey, Kuroi, at the risk of being somewhat off-topic, but I think conceptually related, I need to do an extremely simple interface for my "barely know what the web is" users for entering & editing product data -- showing them a bone simple step by step approach. The regular ZC is just way to intimidating for them. Have you seen or done anything like this? Any places to look you know of?

    I've looked a bit at the underlying code of category.php & product.php files & it's a bit much. I can dig through extract what the little pieces bit by bit if I have to, but it looks like a real chore... especially as I'm under extreme time pressure (read: supposed to have it already done.)

    thx!

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

    Default Re: Admin Profiles Support Thread

    This is where it gets a smidgen more complex. It doesn't really make any difference which way around you install them, as hopefully you will get to same setup either way.

    Can you avoid hand coding the box files. Not at the moment. I had some thoughts about that. But to do the full job would mean venturing into the core code, which I really didn't want to do as it would have meant standing by ready to rework the code and/or deal with the user complaints each time Zen Cart had a new release. I also toyed with throwing away all the box files for a single menu or even a database table, so that users could simply the new values and not have to worry about the rest of the hand coding, but I felt that actually deleting files would be a step too far for most users.

    The whole Admin function is due for rewrite for version 1.6 of Zen Cart, and it's my hope that the Dev Team will incorporate a proper user access control system at a core level at that time and render Admin Profiles redundant. In the meantime my roadmap for it has just one more functional release which would permit administrators to actually create and save named profiles such as administrator, sales clerk, site designer and then apply a saved profile to a new user.
    Kuroi Web Design and Development | Twitter

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

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

    Default Re: Admin Profiles Support Thread

    Re; your extremely simple interface. No know of nothing like this. In fact it was the absence of this that led me to take a pre-eixting add-in called Admin Levels and re-cast it as Admin Profiles to try to achieve some simplification in the Admin level for a user that I too was afraid of overwhelming.

    I have walked that client through the process of adding categories and products and she did better than I expected. Other developpers have reported that their clients do better with it than you might expect. But I really hope that it's signiuficantly improved in 1.6.
    Kuroi Web Design and Development | Twitter

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

  7. #37
    Join Date
    Apr 2006
    Location
    Labuan Island
    Posts
    361
    Plugin Contributions
    2

    Admin Profiles Support Thread

    hi kuroi,

    long time i am not spoken to you! ehm, i have a proposition for you... is it possible that this current admin profiles mod can control the categories & sub-categories of the products?! it would be a great feature for AP...
    [FONT=Comic Sans MS]"Whether you think you can, or you think you can't... YOU ARE RIGHT."[/FONT]
    [FONT=Comic Sans MS]GOOD LUCK !!![/FONT]

  8. #38
    Join Date
    May 2006
    Location
    Oregon, USA
    Posts
    33
    Plugin Contributions
    0

    Default Re: Admin Profiles Support Thread

    Following from #36; Ultra simple interface:
    Correct me if I'm wrong-- but the whole ZC override thing doesn't work in the admin area, true?
    I just did a test w/ a my_custom1/index.php & it didn't seem to work.

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

    Default Re: Admin Profiles Support Thread

    Quote Originally Posted by tajul_ashyqin
    hi kuroi,

    long time i am not spoken to you! ehm, i have a proposition for you... is it possible that this current admin profiles mod can control the categories & sub-categories of the products?! it would be a great feature for AP...
    Sorry Tajul

    Admin Profiles currently sits mostly alongside Admin and restricts access to the php files that make up Admin. To do what you suggest would mean starting to go into those files and change them. As there is no override system yet for Admin, this would mean parts of the enlarged Admin Profiles would risk getting wiped out with every release (including bug fix releases) and may even need re-writing for some releases. So it would be a nigthmare for users and and even bigger one for me to support.
    Kuroi Web Design and Development | Twitter

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

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

    Default Re: Admin Profiles Support Thread

    Quote Originally Posted by gnotapipe
    Following from #36; Ultra simple interface:
    Correct me if I'm wrong-- but the whole ZC override thing doesn't work in the admin area, true?
    I just did a test w/ a my_custom1/index.php & it didn't seem to work.
    You're right. There is no override system for Admin at the moment. You have to overwrite the files that you change. That may change in version 1.6.

    BTW. There are two different override systems elsewhere in ZC. Hierarchical for languages and modules, and parallel for templates. This causes mucho confusion until people get there heads around it. I've said more about it in my second post to this thread.
    Last edited by kuroi; 4 Jul 2006 at 02:00 PM.
    Kuroi Web Design and Development | Twitter

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

 

 
Page 4 of 124 FirstFirst ... 234561454104 ... LastLast

Similar Threads

  1. v150 Admin New Order [Support Thread]
    By lhungil in forum Addon Admin Tools
    Replies: 121
    Last Post: 5 Feb 2021, 07:51 PM
  2. v150 CSS Buttons for Admin [Support Thread]
    By lat9 in forum All Other Contributions/Addons
    Replies: 19
    Last Post: 24 Dec 2015, 09:13 PM
  3. Admin-Editable Sidebox - Support Thread
    By kuroi in forum Addon Sideboxes
    Replies: 331
    Last Post: 29 Oct 2014, 04:15 AM
  4. v151 Blue Admin [Support Thread]
    By vvomble in forum Addon Templates
    Replies: 11
    Last Post: 27 May 2013, 09:43 PM
  5. [Support Thread] IE only JavaScripts and Stylesheets Addon
    By Meshach in forum All Other Contributions/Addons
    Replies: 16
    Last Post: 31 May 2011, 08:18 PM

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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR