Hallo,
ich habe mich erstmals mit dem Modul Front End User befasst und dazu folgende Fragen:
- Wie lassen sich die Ausgaben des Moduls auf deutsch umstellen?
- Wie kann ich die Links "Sign out" und "Change My Settings" ausblenden?
Hintergrund ist, dass ich keine Selbstanmeldung erlauben möchte, sondern den Usern jeweils einen Account für ihre Gruppe einrichten will. Deshalb sollen die User diese Angaben nicht ändern können. Zumindest der Link "Change My Settings" müsste verschwinden. Ich habe die Files durchsucht, doch keine Möglichkeit zur Änderung gefunden.
Habt ihr einen guten Tipp?
Vielen Dank.
Gruß m266
[gelöscht durch Administrator]
Front End User: Eindeutschen, Links ausblenden
Re: Front End User: Eindeutschen, Links ausblenden -> Erledigt
Hallo,
die deutsche Sprache lässt sich durch anhängen des Parameters (lang="de_DE") einrichten. Dies geht aus der Hilfe nicht eindeutig hervor. Das Backend ist vorher schon auf deutsch eingestellt.
Unerwünschte Links (wenn nur ein Benutzer für alle Besucher verwendet wird) lassen sich in den Templates ausblenden. Dies gilt dann aber für alle weiteren Seiten, in welchen das Modul eingebunden ist. Auf jeden Fall lässt sich dann der eingerichtete Account nicht durch einen Benutzer ändern, was für meinen Fall entscheidend ist.
Gruß m266
die deutsche Sprache lässt sich durch anhängen des Parameters (lang="de_DE") einrichten. Dies geht aus der Hilfe nicht eindeutig hervor. Das Backend ist vorher schon auf deutsch eingestellt.
Unerwünschte Links (wenn nur ein Benutzer für alle Besucher verwendet wird) lassen sich in den Templates ausblenden. Dies gilt dann aber für alle weiteren Seiten, in welchen das Modul eingebunden ist. Auf jeden Fall lässt sich dann der eingerichtete Account nicht durch einen Benutzer ändern, was für meinen Fall entscheidend ist.
Gruß m266
-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
Re: Front End User: Eindeutschen, Links ausblenden
Google translations doesn't do a good job of translating things, but I'll try to answer what I think the question is.
If you want to remove/edit the "Change Settings" link from the page when the user is already logged in, then you
can simply edit the "Logout Template", and remove the link and it's associated tags. It's the 7th tab in the FrontEndUsers admin section.
i.e:
Anyways, hope this helps.
If you want to remove/edit the "Change Settings" link from the page when the user is already logged in, then you
can simply edit the "Logout Template", and remove the link and it's associated tags. It's the 7th tab in the FrontEndUsers admin section.
i.e:
Code: Select all
<!-- Logout form template -->
{$startform}
<p>{$prompt_loggedin} {$username}</p>
<p>{$link_logout}</p>
<p>{$link_changesettings}</p> <!-- this line can be removed or commented out -->
{$endform}
<!-- Logout form template -->
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Re: Front End User: Eindeutschen, Links ausblenden
Hi calguy1000,
thanks for your answer. I have commented out the line and it is OK now. (Sorry, my English ist not perfect.)
In my opinion, your Modul ist very good.
Link for translate to test: http://world.altavista.com/
Greetings
m266
thanks for your answer. I have commented out the line and it is OK now. (Sorry, my English ist not perfect.)
In my opinion, your Modul ist very good.
Link for translate to test: http://world.altavista.com/
Greetings
m266