Forums

WPaudio - How to make the mp3 link invisible ? (2 posts)

  1. TechAdmin-IMCOnAir
    Member
    Posted 2 years ago #

    Hi, Folks !

    just have installed WPaudio plugin (http://wpaudio.com/) on a WP.org system 2.8.5 .

    The code alone is not working in the navigation sitebar, so I learnt that herefore best is to install SoundManager2 ( http://www.schillmania.com/projects/soundmanager2/ ).

    It was not too difficult to install, just following the instructions with implementing and changing some scripts...

    http://superpositionkitty.com/2009/04/soundmanager-2-wordpress/

    But: I only found the code for forbidding the download function by dl="0" (http://wordpress.org/extend/plugins/wpaudio-mp3-player/).

    I like to hide the link, it should not be visible for the visitor of my blog. What code line I should write ?

    Thank's - Warm regards / ElJay.

  2. apljdi
    Member
    Posted 2 years ago #

    Maybe :

    if (current_user_can('level_10')){
     // put link stuff here
    }

Topic Closed

This topic has been closed to new replies.

About this Topic