1. REGISTRATION REQUIREMENTS:

    Your username here MUST MATCH your XenForo username (connected to your XF license).

    Once you have registered here, then you need to start a conversation at xenforo.com w/Bob and provide the following:
    1. Your XenForo License Validation Token
    2. The Domain Name associated with the License
    NOTE: Your account will be validated once ALL requirements are verified/met. Thank you for your patience.

Remove Meta Description?

Discussion in 'AMS Support' started by Joeychgo, Sep 16, 2016.

  1. Joeychgo

    Joeychgo Member AMS Premium SC Premium UBS Premium

    How do I Remove Meta Description from create article??
     
  2. Bob

    Bob Developer Staff Member

    You'd need to edit BOTH the Create and Edit forms and remove (or comment out) the block of template syntax. IIRC, the next version has CSS Classes on most optional inputs so you could HIDE them via Extra.css.

    templates: nflj_ams_article_create and nflj_ams_article_edit

    find this and either comment out or remove (in both create and edit templates)
    HTML:
            <dl class="ctrlUnit titleUnit">
                <dt><label for="ctrl_title">{xen:phrase nflj_ams_meta_description}:<dfn>{xen:phrase optional}</dfn></label></dt>
                <dd>
                    <textarea name="meta_description" maxlength="160" class="textCtrl Elastic" rows="3" cols="50"></textarea>
                    <p class="explain">{xen:phrase nflj_ams_meta_description_explain}</p>
                </dd>
            </dl>
     
    alfa1 likes this.
  3. Joeychgo

    Joeychgo Member AMS Premium SC Premium UBS Premium

    Can I suggest that in a future version, either that is something that can be turned off completely - or (even better) turned off by usergroup. My basic members are not going to understand what that is when they create an article.
     
  4. Bob

    Bob Developer Staff Member

    I've never once STOPPED anyone from creating a suggestion. There is a dedicated suggestion forum for each of my addons. You can post as many suggestions as you wish. As an EARLY ADOPTER however, you should probably make suggestions as the Private Development site as they hold MUCH more weight than posting them here.
     
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.