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.

Documentation how to change label.

peregrineperegrine MVP
edited April 2012 in Vanilla 2.0 - 2.8

rkneschke asked

I hope I am not too picky, but I would love to change/add two things: 1. The language of the button (since my forum readers are German)
        around line 23 in default.php  modify the value to whatever you want

       echo '<input type="button" class="Button" id="toggleButton" value="Read+-" />';

e.g. to change the button name to Fahrvergnügen

  echo '<input type="button" class="Button" id="toggleButton" value="Fahrvergnügen+-" />';

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

Answers

  • peregrineperegrine MVP
    edited April 2012

    this has been modified. see the readme in version 1.1 if you don't want to modify default.php

    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.