solved Turn soundcloud search off?

alt=
@tettlingen
6 years ago
93 posts
Hi! Just a quick question....

How can I dissable the soundcloud mass-search function? (See pic) Can I comment it out in a tpl som how or is it a off switch somewere?

Kindest regards
updated by @tettlingen: 05/16/18 11:16:44AM
paul
@paul
6 years ago
4,325 posts
Unfortunately that search text and button are hard coded in the SoundCloud module's create function and is not controlled by a template and cannot be disabled without modifying the module's index.php file, which is not recommended.
Sorry


--
Paul Asher - JR Developer and System Import Specialist
michael
@michael
6 years ago
7,695 posts
you can use CSS to change that display area to
#jrSoundCloud_create .page_note{
     display:none;
}
alt=
@tettlingen
6 years ago
93 posts
Thank you. That did the trick :)

Tags