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.