Page 3 of 3 FirstFirst 123
Results 21 to 22 of 22
  1. #21
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Help With Coding Challenge - Observer/Notfiers in admin?

    It would be great to post your solution here, so that others who want to do the same thing can learn from you.

    Regards
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  2. #22
    Join Date
    Dec 2006
    Posts
    163
    Plugin Contributions
    1

    Default Re: Help With Coding Challenge - Observer/Notfiers in admin?

    Sorry for not telling but I solved the problem by changing my design criteria and abandoning the attempt as the admin observer class was a dead end.

    A possible way to do it is to do the following

    1) Add code to create a db table in the "install" function in the module's file with a value of "false"
    2) Hard code encryption code into the save switch in modules.php that will run if the db table value is equal to "false"
    3) Add code to change the db table value to "true" after encryption code runs
    4) Add code to drop the table in the "remove" function in the module's file.


    I decided not to bother with all this and head in another direction altogether instead lol.
    Last edited by Dayo; 17 Feb 2008 at 06:02 PM.

 

 
Page 3 of 3 FirstFirst 123

Similar Threads

  1. Problems with Numinex Mod, can somebody help me with coding...
    By strugglingnovice in forum General Questions
    Replies: 5
    Last Post: 23 Sep 2013, 05:42 AM
  2. Require/Include Problems with custom coding in my Admin
    By g2ktcf in forum Code Collaboration
    Replies: 5
    Last Post: 28 Jan 2013, 06:12 PM
  3. Help with Coding Issues
    By karenkte in forum General Questions
    Replies: 2
    Last Post: 28 Dec 2012, 09:25 PM
  4. Help with coding
    By rbarbour in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 31 Aug 2011, 12:56 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