ForumCommunity

Wiki - Modified by

    Modified by: ...

    This is written at the bottom of the messages that have been modified. It shows date, time and author of the change. The changes made in the first 15 minutes by the author of the message are not marked to allow the correction of any missed errors, unless someone does not intervene in the topic with a comment.

    You can hide this information by going into administration Administration » Edit colors and styles and, in the following item
    CODICE
    .edit {color: X; font-size: Ypx}

    putting in place of X the same color as the background of the HTML message, or alternatively by introducing 0 instead of Y, which determines the size of the writing.

    Hiding the text modified by:... in some sections
    In Manage HTML code, on top of the forum, write:

    HTML
    <script type="text/javascript"><!--
    edit=1;

    if(document.title.indexOf("SECTION_NAME1")!=-1) edit=0;
    if(document.title.indexOf("SECTION_NAME2")!=-1) edit=0;

    if(edit==0) document.write("<style>.edit { color: X; font-size: Ypx}<\/style>")
    //-->
    </script>

    Replacing SECTION_NAME with the name of the concerned section;
    it is also necessary to replace X with the same color as the background of the HTML message, or alternatively by introducing 0 instead of Y, which determines the size of the writing.

    If you enter only the value of the size of the written as 0, users who use Internet Explorer will display a line instead of writing, we recommend that you also set the color.