• I’ve created my own modules, for example this new module, begins with that code:

    <?php
    /*
    Module Name: KUNSTBLOG-Snippets für NEWSCAST
    Description: KUNSTBLOG-Snippets für NEWSCAST
    Author: BCH
    Author URI: http://der-kunstblog.de
    */
    
    /* Sicherheitsabfrage */
    if ( !class_exists('Toolbox') ) {
    	die();
    }

    Problem:
    it does not show up in the plugin’s settings, there’s just a blank white field (I’ve created 2 new modules, so 2 blank fields are there):

    http://i46.tinypic.com/35c0tnb.jpg

    Any idea?
    Thanks.

    http://wordpress.org/extend/plugins/toolbox/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter BeeCee

    (@csigncsign)

    very bad, author doesn’t resolve here anything and does not react on emails! Very bad!

    Perhaps the problem still exists. Please when you paste a script, make sure that UTF-8 (not ANSI) will be used.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Toolbox does not show my descriptions and module titles’ is closed to new replies.