MGB Forum

Normale Version: How to turn off ICQ, AIM, Facebook, Twitter, Hompage?
Du siehst gerade eine vereinfachte Darstellung unserer Inhalte. Normale Ansicht mit richtiger Formatierung.
Hello.
How to turn off ICQ, AIM, Facebook, Twitter, Hompage fields in add entry?
You can find the answer by using the search of this forum.
For someone who know german language - sure.
Could someone give me a link here?
You have to edit the template of the guestbook. Open the file templates/mgbModern/main/newentry_body.tpl with your favourite text editor. There you can find the specific fields. For example this is for the Name:
Code:
            <tr>
                <td class="signin_l" align="left">
                <span>{LANG_NEW_ENTRY_NAME}</span>
                </td>
                <td class="signin_m" align="center">
                <input class="main_textbox" type="text" name="{FORM_ELEMENT_NAME}" size="30" value="{POST_NAME}">
                </td>
                <td class="signin_r" align="center">
                <span>*</span>
                </td>
            </tr>
Just delete or outcomment the fields you don't want to be shown.