Results 1 to 4 of 4
  1. #1
    Join Date
    May 2007
    Posts
    136
    Plugin Contributions
    0

    help question New Admin > Tools Mod Help???

    Hello Guys,

    I’m working on a really simple message mod that will allow the admin to post message to a sidebox or to the main page, I want to add a link under Admin > Tools > “Blog” or something like that.

    I need help adding the following

    1.) Tools menu link.
    2.) A page for the form / list of messages to be displayed on with in the admin area.

    I have all or most of the code done for the message system, I was not sure how to make it apart of the Zen backend system. Any help or links to topics that would help would be great thanks guys.

  2. #2
    Join Date
    Apr 2004
    Location
    vienna
    Posts
    198
    Plugin Contributions
    9

    Default Re: New Admin > Tools Mod Help???

    create a file t1_tools_dhtml.php in admin/includes/boxes/extra_boxes with a content like
    Code:
    <?php
        $za_contents[] = array('text' => 'TOOLS_TEST', 'link' => zen_href_link('test1.php', '', 'NONSSL'));
    ?>
    the prefix t1_ can be changed
    you must create a file tes1.php (is your form-file)

  3. #3
    Join Date
    May 2007
    Posts
    136
    Plugin Contributions
    0

    Default Re: New Admin > Tools Mod Help???

    Thanks for the reply Hugo,

    I got the link added to the tools menu and it's pointing to the right place, when I load the page I get the following error:

    --------------------------------------------------------
    Forbidden

    You don't have permission to access /loyalteefit/admin/includes/modules/loyaltee_blog/index.php on this server.
    --------------------------------------------------------

    How do I fix this or make it so the page loads in the admin area.

  4. #4
    Join Date
    May 2007
    Posts
    136
    Plugin Contributions
    0

    Default Re: New Admin > Tools Mod Help???

    Also, are there any tutorials on making custom mods/contributions that I can read?

 

 

Similar Threads

  1. How to add a new menu in admin tools menu?
    By blingthemes in forum Customization from the Admin
    Replies: 2
    Last Post: 24 Oct 2010, 10:11 AM
  2. Creating new links under tools in admin
    By Convergence in forum Customization from the Admin
    Replies: 22
    Last Post: 4 Apr 2010, 11:52 PM
  3. Admin Tools not working on new install
    By yessir in forum Installing on a Linux/Unix Server
    Replies: 2
    Last Post: 18 Sep 2009, 06:16 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