Forum Made Simple 0.7
Forum Made Simple 0.7
I have enhanced Forum Made Simple for a site.
Changed from Forum Made Simple 0.5:
- bugfix code
- replace icons with nuvola icons (LGPL)
In Post area:
- edit post (author post and moderators)
- delete post (author post and moderators)
- add simple bbcode toolbar (b,i,u,quote,url) in editor post
- add view who/when last modify of post
In Topic area:
- add sticky - closed (plus reset icon for cancel this properties) and delete topic (moderators)
- topic order by sticky (if present) on top
- add view who started topic, views and who/when last modify of post
In folder there is one file (Forum.0.7.txt) with full changed and CSS example
Here you find the module
Alby
Changed from Forum Made Simple 0.5:
- bugfix code
- replace icons with nuvola icons (LGPL)
In Post area:
- edit post (author post and moderators)
- delete post (author post and moderators)
- add simple bbcode toolbar (b,i,u,quote,url) in editor post
- add view who/when last modify of post
In Topic area:
- add sticky - closed (plus reset icon for cancel this properties) and delete topic (moderators)
- topic order by sticky (if present) on top
- add view who started topic, views and who/when last modify of post
In folder there is one file (Forum.0.7.txt) with full changed and CSS example
Here you find the module
Alby
Last edited by alby on Sat Sep 15, 2007 8:09 pm, edited 1 time in total.
Re: Forum Made Simple 0.7
In this weekend I released 0.8 versionstyson wrote: Sweet!
CHANGED FROM 0.7:
- Add alternative color in CSS style
- Add topics per page (default 999)
- Add posts per page (default 999)
- Add paginations for topic and post
- More 1.1 compliant
- Correct prettyurl for Search module
Alby
Re: Forum Made Simple 0.7
That's nice, thanks very much for your work. Where can we find it?In this weekend I released 0.8 version
Re: Forum Made Simple 0.7
http://econtools.economia.unife.it/cmsm ... rum.tar.gzMilhaus wrote:That's nice, thanks very much for your work. Where can we find it?In this weekend I released 0.8 version
Re: Forum Made Simple 0.7
The same file? Really? I am just asking because I downloaded it today and there was changelog only for version 0.7.
Re: Forum Made Simple 0.7
I release in this weekendMilhaus wrote: The same file? Really? I am just asking because I downloaded it today and there was changelog only for version 0.7.

Alby
Re: Forum Made Simple 0.7
alby, any chance to get it in module repo also?
Re: Forum Made Simple 0.7
I post a patch tracker for this project but I don't have any responsetsw wrote: alby, any chance to get it in module repo also?

Alby
Re: Forum Made Simple 0.7
ah, its tamlyns project. I thought it was yours
send the devs email (I'm not sure if the patch tracker sends emails on new patches)

send the devs email (I'm not sure if the patch tracker sends emails on new patches)
Re: Forum Made Simple 0.7
Ok, I send mail to admin projecttsw wrote: ah, its tamlyns project. I thought it was yours![]()
send the devs email (I'm not sure if the patch tracker sends emails on new patches)
Alby
Re: Forum Made Simple 0.7
Alby,
I need to mod the forum so the username from FEU is not displayed in posts but a custom property instead. We autocreate the usernames in FEU (a unique set of digits) and put the person's real name in a custom property. Before I go and create my own fork, which will be a pain to maintain in the future, I'd like to see how we can get this into the core in case others want this feature as well. I'm willing to do the work, just need some guidance on architecture. I need to do this by October 6 since that is my go live date. I'll hack it for the go live if I have a better solution coming.
Let me know your thoughts
I need to mod the forum so the username from FEU is not displayed in posts but a custom property instead. We autocreate the usernames in FEU (a unique set of digits) and put the person's real name in a custom property. Before I go and create my own fork, which will be a pain to maintain in the future, I'd like to see how we can get this into the core in case others want this feature as well. I'm willing to do the work, just need some guidance on architecture. I need to do this by October 6 since that is my go live date. I'll hack it for the go live if I have a better solution coming.

Let me know your thoughts
Re: Forum Made Simple 0.7
In this moment, I am not a dev project.styson wrote: Alby,
I need to mod the forum so the username from FEU is not displayed in posts but a custom property instead. We autocreate the usernames in FEU (a unique set of digits) and put the person's real name in a custom property. Before I go and create my own fork, which will be a pain to maintain in the future, I'd like to see how we can get this into the core in case others want this feature as well. I'm willing to do the work, just need some guidance on architecture. I need to do this by October 6 since that is my go live date. I'll hack it for the go live if I have a better solution coming.
Let me know your thoughts
I have received an email from admin project now for entering in project

If there is a method in FEU for extract property from userID then it's very simple

I release 0.8 and after check this condition
Alby
Re: Forum Made Simple 0.7
Thanks Alby. Let us assume that you will have a project setup eventually. For now, I'll just go though you directly.
Yes, I know this would be a simple change (but thanks for the insite), but how do we setup the module so this is a feature that is configurable?
Would this work: Add a field in the admin of the forum where you store the name of the property and maybe a flag that enables this feature. If the flag is set, pass the value into each function that retrieves data from the FEU and if that value is set, use it, otherwise use the FEU user name?
OR we can just pass the value as a parameter to the module and then follow the same logic. If the value is set, use it, othewise you get the default of the user name.
Again, I can do the coding or help with it. I just need to know the timing of the release so I can decide if I'm hacking or using a new version. I'm OK with hacking so we have time to set this up correctly. Just let me know how you want to proceed.
Yes, I know this would be a simple change (but thanks for the insite), but how do we setup the module so this is a feature that is configurable?
Would this work: Add a field in the admin of the forum where you store the name of the property and maybe a flag that enables this feature. If the flag is set, pass the value into each function that retrieves data from the FEU and if that value is set, use it, otherwise use the FEU user name?
OR we can just pass the value as a parameter to the module and then follow the same logic. If the value is set, use it, othewise you get the default of the user name.
Again, I can do the coding or help with it. I just need to know the timing of the release so I can decide if I'm hacking or using a new version. I'm OK with hacking so we have time to set this up correctly. Just let me know how you want to proceed.
Re: Forum Made Simple 0.7
IMHO: I prefer second solution, in this way a second forum, in site, could have an other parameter or usernamestyson wrote: Would this work: Add a field in the admin of the forum where you store the name of the property and maybe a flag that enables this feature. If the flag is set, pass the value into each function that retrieves data from the FEU and if that value is set, use it, otherwise use the FEU user name?
OR we can just pass the value as a parameter to the module and then follow the same logic. If the value is set, use it, othewise you get the default of the user name.
Attention: I see a few little bugs in current versionstyson wrote: Again, I can do the coding or help with it. I just need to know the timing of the release so I can decide if I'm hacking or using a new version. I'm OK with hacking so we have time to set this up correctly. Just let me know how you want to proceed.
In my roadmap I have a new version this Sunday.
Alby