Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

The message does not appear

I inserted the code as specified in the readme file

<?php if (!defined('APPLICATION')) exit();

$Definition['Comment Instructions'] = 'Instructions';

$Definition['Discussion Instructions'] = 'Discussion Instructions

When Posting a Question, Please include your Vanilla Version Number.

When Posting a Question about a plugin, Go to the plugin and choose \'Ask a Question.\'

';

The word "Instructions" does appear, but the rest of the message doesn't appear.
The vanilla version is 2.0.18.8

Is there anything wrong in those code lines?

Thanks

Comments

  • peregrineperegrine MVP
    edited January 2014

    see below.

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

  • I just noticed that the messages appear when starting new discussion but they are not appearing in the older discussions. Only the "Instructions" word appears. It's not a big problem but I was just wondering if the plugin should updates or not all over the forum.

  • peregrineperegrine MVP
    edited January 2014

    @cheilenereinfo

    I just noticed that the messages appear when starting new discussion but they are not appearing in the older discussions.

    and older discussion can't have start a new discussion it has a comment.

    I believe you may be confused with the concept.

    one is for comments $Definition['Comment Instructions']
    and one is for discussions. $Definition['Discussion Instructions']

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

  • Ok, I understand there are going to be two different messages, for comment and for new disucssions . At this point, I get the right instructions for a new discussions.

    How can I add instructions for comment?

  • How can I add instructions for comment?

    $Definition['Comment Instructions'] = 'Your comment instructions';

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

  • Great. Thank you!

  • no prob. at least it may be clearer for non-native speakers of english now. if they read this thread.

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

Sign In or Register to comment.