Bug #2346

forum topic/post
100%
Description
creating a new topic for a forum (in the app as well as in the repo) creates an identical forum post object
Associated revisions
Add script to switch from get_lang() variables conversion to gettext-like strings - refs #2346
Ignore translated strings of more than 120 chars in gettext switcher - refs #2346
Fix issue with quoting.
History
Updated by Hans De Bisschop over 11 years ago
A forum topic is nothing more then a container for several forum posts. Per definition, when you start a topic, it's initial post will automatically be created as well in the background. This is default behaviour for all forum-software out there and cannot be circumvented or prevented without needlessly making the creation of forums more complex then necessary.
Updated by Anonymous over 11 years ago
Question remains should the user see those 'background' objects in his repo? For most users this will be confusing.
Updated by Koen Favere over 11 years ago
- Status changed from Needs testing to Feature implemented
Updated by Stefaan Vanbillemont over 11 years ago
- Project changed from Chamilo LCMS Connect to Repository
- Category deleted (
4)
Add script to switch from get_lang() variables conversion to gettext-like strings - refs #2346