UserPro Forums
  • Create new topic
  • Forums
    • No replies topics
    • Newest topics
    • Forum statistics
  • Account
    • Lost password
    • Register
    • Login
  • Documentation
  • Back to main site

Community Forums

User To User Support Forum/Forums/Customization Help / Requests/Only Search Button

Only Search Button

buttonhide list on loadsearch
  • 8 years, 6 months ago AvatarAL
    Participant

    What is the shortcode to enter only the search button ? I want to put it on the web , on the first page .

    I don´t want to leave any user , only the search button on the homepage to search .

    I await your response. Thank you!

    Alberto

    8 years, 5 months ago AvatarAL
    Participant

    SOLUTION: [userpro template=memberlist turn_off_initial_results=1]

    8 years, 3 months ago AvatarMad Max
    Participant

    it is the right way, evenif, as I can see in the code, the value turn_off_initial_results is never read: the code check only if the parameter exists, so setting it to 0 or 1 leads to the same result.

    To fix the code change line 2661 of userpro/funciotns/api.php from

    if (isset($args['turn_off_initial_results']) && ( !isset($_GET['searchuser']) && !isset($_GET['emd-search']))) {

    to

    if (isset($args['turn_off_initial_results']) && $args['turn_off_initial_results'] == 1 && ( !isset($_GET['searchuser']) && !isset($_GET['emd-search']))) {

    Hope the author fix the code in a future release.

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.

Disclaimer

This forum is 100% free and USER to USER support only. Technical support staff doesn’t monitor this forum actively.

If you are a customer and want to get technical support from our staff please submit a technical support ticket here: UserPRO Technical Support

Recent Topics

  • Custom Badges AddOn Plugin here
  • Green Trust Cash APplication
  • How to use cash app without a bank account
  • Install Cash App on your Device [100%] by yourself | Step-by-Step Guide
  • Green Trust Cash Application

About forum

Here you can find help from UserPro plugin developers and other UserPro fellow users. Please be polite and ask your questions. NO SPAM!

Search Forums

Follow us

  • facebook
  • twitter
  • youtube
© Copyright UserPro