Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
What about next GS Version... Feature requests by me
#5
m1k3y Wrote:Link to Components to in Pagedialog

I made a small plugin for that:
Code:
<?php

$thisfile = basename(__FILE__, ".php");

register_plugin(
    $thisfile,
    'Components in Admin Pages sidebar',    
    '0.1',        
    'Carlos Navarro',
    '#',
    'Adds shortcut link to Edit Components in Page Management sidebar',
    'pages',
    ''
);


add_action('pages-sidebar', 'sidebarcomponentslink');

function sidebarcomponentslink() { ?>
    <li id="sb_components" ><a href="components.php"  <?php check_menu('components'); ?> accesskey="<?php echo find_accesskey(i18n_r('SIDE_COMPONENTS'));?>" ><?php i18n('SIDE_COMPONENTS'); ?></a></li>
<?php }

// end of file

Save this as compoadminpages.php in your plugins folder.
Reply


Messages In This Thread
What about next GS Version... Feature requests by me - by Carlos - 2012-04-13, 19:07:54



Users browsing this thread: 1 Guest(s)