MGB Forum
How to turn off ICQ, AIM, Facebook, Twitter, Hompage? - Druckversion

+- MGB Forum (https://forum.m-gb.org)
+-- Forum: MGB 0.7.x - Aktuelle, stabile Version (https://forum.m-gb.org/forumdisplay.php?fid=15)
+--- Forum: Fragen / Probleme / Hilfe (https://forum.m-gb.org/forumdisplay.php?fid=16)
+--- Thema: How to turn off ICQ, AIM, Facebook, Twitter, Hompage? (/showthread.php?tid=443)



How to turn off ICQ, AIM, Facebook, Twitter, Hompage? - Elfiszcze - 07.04.2014

Hello.
How to turn off ICQ, AIM, Facebook, Twitter, Hompage fields in add entry?


Re: How to turn off ICQ, AIM, Facebook, Twitter, Hompage? - mopzz - 16.04.2014

You can find the answer by using the search of this forum.


Re: How to turn off ICQ, AIM, Facebook, Twitter, Hompage? - Elfiszcze - 16.04.2014

For someone who know german language - sure.
Could someone give me a link here?


Re: How to turn off ICQ, AIM, Facebook, Twitter, Hompage? - mopzz - 16.04.2014

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.