Page 7 of 13 FirstFirst ... 56789 ... LastLast
Results 61 to 70 of 126
  1. #61

    Default Re: Admin Notes Advanced

    Fantastic!
    Thanks Paul

  2. #62
    Join Date
    Nov 2003
    Posts
    1,987
    Plugin Contributions
    15

    Default Re: Admin Notes Advanced

    Update to v0.981 attached to this post.

    This includes the spiffycalendar functions, basic Public/Private functionality, minor bug fix with notes search and some other minor code changes.

    Modified files:
    - admin/notes.php
    - admin/includes/init_includes/init_notes_notifier.php

    The full version will be uploaded to the Free Software Add-Ons later.
    Last edited by paulm; 19 Nov 2010 at 10:11 AM.

  3. #63
    Join Date
    Nov 2003
    Posts
    1,987
    Plugin Contributions
    15

    Default Re: Admin Notes Advanced

    Oops, there was error in the zip

    Corrected version attached to this post.

  4. #64
    Join Date
    May 2006
    Location
    Virginia U.S
    Posts
    173
    Plugin Contributions
    3

    Default Re: Admin Notes Advanced

    Hi, I see how to add note categories but not how to remove them.

    Is there no function for it? Thanks
    How can there be nothing? Nothing is something!

  5. #65
    Join Date
    May 2006
    Location
    Virginia U.S
    Posts
    173
    Plugin Contributions
    3

    Default Re: Admin Notes Advanced

    I looked into the files and saw no reference to delete note categories. This would be nice to have. My knowledge of PHP and MYSQL are limited but I might be able to add this functionality myself by cloning the delete note function in the note.php file.

    If someone else wants to tackle this before me then please by all means go for it. I really think it would be helpful.

    If I successfully do it I'll post back here.
    How can there be nothing? Nothing is something!

  6. #66
    Join Date
    May 2006
    Location
    Virginia U.S
    Posts
    173
    Plugin Contributions
    3

    Default Re: Admin Notes Advanced

    In my quest to dissect the notes.php file and add a category delete function I noticed a bug that needed to be addressed.

    Scenario: You go into note categories section to insert a new category. Once you get there fore some reason you change your mind and click the cancel button just to discover that it was created anyway.

    Around line 447 you will see...

    Code:
    //echo zen_draw_hidden_field('notes_id', $note->fields['notes_id']) . zen_image_submit('button_update.gif', IMAGE_UPDATE) . ' <a href="' . zen_href_link(FILENAME_NOTES, 'page=' . $_GET['page'] . '&nID=' . $_GET['nID']) . '">' . zen_image_button('button_cancel.gif', IMAGE_CANCEL) . '</a>';
    Change this line to...

    Code:
    //echo zen_draw_hidden_field('notes_id', $note->fields['notes_id']) . zen_image_submit('button_update.gif', IMAGE_UPDATE) . ' <a href="' . zen_href_link(FILENAME_NOTES, 'action=categories') . '">' . zen_image_button('button_cancel.gif', IMAGE_CANCEL) . '</a>';
    This should cancel the action and return you to the categories menu.
    How can there be nothing? Nothing is something!

  7. #67
    Join Date
    Sep 2010
    Posts
    448
    Plugin Contributions
    0

    Default Re: Admin Notes Advanced

    Only just installed this mod (including the recent update)
    I have one question: If I wish to add a note to say catagories (or anything) it opens a new page instance where I would prefer a redraw in the same window.

    Is this the norm? Olease see attached screen shot:


  8. #68
    Join Date
    Sep 2010
    Posts
    448
    Plugin Contributions
    0

    Default Re: Admin Notes Advanced

    Sorry.... see here
    Attached Images Attached Images  

  9. #69
    Join Date
    Sep 2010
    Posts
    448
    Plugin Contributions
    0

    Default Re: Admin Notes Advanced

    Nobody? Bump!

  10. #70
    Join Date
    Nov 2003
    Posts
    1,987
    Plugin Contributions
    15

    Default Re: Admin Notes Advanced

    Sorry for the delayed reply.
    Quote Originally Posted by Rizla View Post
    I have one question: If I wish to add a note to say catagories (or anything) it opens a new page instance where I would prefer a redraw in the same window.
    Search the files for:
    target="_blank"
    and remove it.

 

 
Page 7 of 13 FirstFirst ... 56789 ... LastLast

Similar Threads

  1. v153 Admin Name on Order Notes
    By jakumpe in forum Customization from the Admin
    Replies: 2
    Last Post: 11 Dec 2014, 01:49 AM
  2. Notes client only for admin
    By dmossi in forum Customization from the Admin
    Replies: 1
    Last Post: 2 Dec 2011, 05:43 PM
  3. Admin Notes addon
    By MtnVision in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 13 Dec 2007, 08:04 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