How to manage FUDeGW? [message #35403] |
Sun, 07 January 2007 20:50 |
hgpuke
Messages: 2 Registered: January 2007
Karma: 0
|
Junior Member |
|
|
Hi!
I wanted a discussion forum for my eGroupware installation and got the recommendation to install FUD. So far it looks very promising. However, I don't see any links to manage FUD from eGW. In particular, there is a problem with the swedish translation in the sense that when notifications are sent, the swedish characters are HTML-coded (like this: "ä" instead of "ä") which makes the e-mail notifications almost unreadable.
So I wanted to fix this by editing the msg file for swedish, which I have now done. However, I don't know how to "rebuild the template" which seems to be the next step according to some post in this forum.
Furthermore, I don't know how to manage other aspects of FUD inside eGW, such as removing forums etc.
Can someone here tell me how?
Thanks,
Hans-Göran Puke, Sweden
|
|
|
Re: How to manage FUDeGW? [message #35411 is a reply to message #35403] |
Mon, 08 January 2007 16:33 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Managing of the forum is done via the forum's admin control panel. As far as e-mail goes you need to add html_entities_decode() into the code generating the e-mail body.
FUDforum Core Developer
|
|
|
|
Re: How to manage FUDeGW? [message #35418 is a reply to message #35413] |
Tue, 09 January 2007 14:30 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
You need to edit the send_email() function inside iemail.inc.t which can be found inside the src/ directory.
FUDforum Core Developer
|
|
|