sf
How about if I want to add the link of "Suggest a term" on the… ← Feature requestsSupportA free dictionary/glossary PHP-script Guest  •  Sign In  •  Register a new account

Feature: #kb-1d How about if I want to add the link of "Suggest a term" on the… (2)

  • Status: Implemented
  • Topic: Front-End (User interface)
  • Applies to: Glossword 1.8.12
  • How about if I want to add the link of "Suggest a term" on the not found search page? The term which are not found in the search result maybe potentially suggested as new term. So I hope I can add the link there. How to do this? — via Google Groups

  • Created: , DmitrySh
  • Modified:

Comments (2)

    • DmitrySh

    How to enable

    Update the following files (attached):

    1. ./gw_addon/gw_feedback/index.php
    2. ./inc/constructor.inc.php

    index.php (18 KB)

    constructor.inc.php (51 KB)

    Follow Visual themes → Select a themeSearch results → section tpl_search_results.

    Find

    html
    1. <div class="xu"> <p>{%l:reason_5%}</p> <p>{%l:srch_trydefn%}</p> {%l:1075%} </div>

    Replace with

    html
    1. <div class="xu">
    2. <p>{%l:reason_5%}</p>
    3. <p>{%l:srch_trydefn%}</p>
    4. {%v:term_suggest%}
    5. {%l:1075%}
    6. </div>

    • DmitrySh
    The new link. / 940×580, 105 KB
    The new link.
    Feedback form. / 940×580, 59 KB
    Feedback form.

New comment

Sign In or Register a new account to leave a comment.