Page 1 of 5

Forum Made Simple 0.7

Posted: Sat Sep 15, 2007 7:53 pm
by alby
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

Re: Forum Made Simple 0.7

Posted: Tue Sep 25, 2007 9:19 pm
by styson
Sweet!

Re: Forum Made Simple 0.7

Posted: Wed Sep 26, 2007 3:20 pm
by alby
styson wrote: Sweet!
In this weekend I released 0.8 version

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

Posted: Wed Sep 26, 2007 3:25 pm
by Milhaus
In this weekend I released 0.8 version
That's nice, thanks very much for your work. Where can we find it?

Re: Forum Made Simple 0.7

Posted: Wed Sep 26, 2007 3:39 pm
by truslack
Milhaus wrote:
In this weekend I released 0.8 version
That's nice, thanks very much for your work. Where can we find it?
http://econtools.economia.unife.it/cmsm ... rum.tar.gz

Re: Forum Made Simple 0.7

Posted: Wed Sep 26, 2007 5:29 pm
by Milhaus
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

Posted: Wed Sep 26, 2007 6:30 pm
by alby
Milhaus wrote: The same file? Really? I am just asking because I downloaded it today and there was changelog only for version 0.7.
I release in this weekend  :)

Alby

Re: Forum Made Simple 0.7

Posted: Wed Sep 26, 2007 7:22 pm
by tsw
alby, any chance to get it in module repo also?

Re: Forum Made Simple 0.7

Posted: Wed Sep 26, 2007 7:42 pm
by alby
tsw wrote: alby, any chance to get it in module repo also?
I post a patch tracker for this project but I don't have any response  :'(

Alby

Re: Forum Made Simple 0.7

Posted: Wed Sep 26, 2007 7:56 pm
by tsw
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)

Re: Forum Made Simple 0.7

Posted: Wed Sep 26, 2007 8:14 pm
by alby
tsw 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)
Ok, I send mail to admin project

Alby

Re: Forum Made Simple 0.7

Posted: Thu Sep 27, 2007 2:48 pm
by styson
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

Re: Forum Made Simple 0.7

Posted: Thu Sep 27, 2007 4:14 pm
by alby
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
In this moment, I am not a dev project.
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

Posted: Thu Sep 27, 2007 6:46 pm
by styson
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. 




 

Re: Forum Made Simple 0.7

Posted: Thu Sep 27, 2007 7:58 pm
by alby
styson 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.
IMHO: I prefer second solution, in this way a second forum, in site, could have an other parameter or username

styson 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. 
Attention: I see a few little bugs in current version
In my roadmap I have a new version this Sunday.

Alby