HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

Handy Plugin! added a tweak to it for myself

peregrineperegrine MVP
edited January 2014 in Feedback

I like it. Pretty handy especially for testers who don't want to scroll through lots of plugins. Tested in vanilla 2.1b1 and 2.0.18.10

I'll share two changes for myself to put little ▲ in each plugin span to click to got to top of page.

I change around line to:

around line 20
 from:

 $HtmlOut = '<div class="Info">Index: ';

to

  $HtmlOut = '<div class="Info" id="Top" >Index: ';

from

around line 80

  <td rowspan="2" class="Less"><?php echo Img($IconPath, array('class' => 'PluginIcon')); ?></td>

to

 <td rowspan="2" class="Less"><?php echo Img($IconPath, array('class' => 'PluginIcon')); echo sprintf(' <a  href="#Top" > &#x25B2;</a>'); ?></td>

I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

Comments

  • Options
    R_JR_J Ex-Fanboy Munich Admin
    edited January 2014

    Thanks! As you might see on my screenshot, I have more than 120 plugins in my test installation. I needed that plugin :)

  • Options
    R_JR_J Ex-Fanboy Munich Admin

    Updated the plugin right now and included your proposal, @peregrine. An additional change is the use of accesskeys

Sign In or Register to comment.