Page 1 of 2
Forum Made Simple 0.9.3
Posted: Thu Jun 04, 2009 5:14 pm
by alby
In forge there is a new version.
I put a tar.gz only because I hope that someone can test this.
Next mounth I release 0.9.4 with bugfix and xml file also
WARNING:
- require TreeManager module
- upgrade method update your templates (are not back compatible)
- there is a new CSS style, un-attach old CSS and attach this to your template
- no forumpage param (add in Admin Settings)
- after upgrade, enter in Settings and any forums, adjust your settings and SAVE
CHANGELOG:
Bugfix: Remove css in uninstall and no add in install if present, Search and SearchReindex;
Improved: Display Forum ID, Add img bbcode with resizing, Add quote from user, Add support username_is_email of FEU, you can display all FEU "poster" properties in topic;
Added: OnNewTopic, OnEditPost and OnReplyPost events, RSS support, APPROVAL posts from moderator, Forum categories, RedirectTo after posting, Move topic, User Profile (alby) Built in support for captcha and akismet modules (silmarillion);
Changed: Now all params are per forum and forumpage param is a preference now.
Update help page
Alby
Re: Forum Made Simple 0.9.3
Posted: Sat Jun 06, 2009 7:50 pm
by dave21p
You're a star. Just the updates that my users have been itching for.
I'll see if I can pop 0.9.3 on and have a go. In terms of upgrading, am i likely to lose any current posts etc if I install it?
Re: Forum Made Simple 0.9.3
Posted: Sat Jun 06, 2009 8:03 pm
by JeremyBASS
I'm game, I'll upgarde my sandbox install and test it out...
Jeremy
Re: Forum Made Simple 0.9.3
Posted: Sat Jun 06, 2009 8:03 pm
by alby
dave21p wrote:
You're a star. Just the updates that my users have been itching for.
I'll see if I can pop 0.9.3 on and have a go. In terms of upgrading, am i likely to lose any current posts etc if I install it?
no, upgrade add a column to topics and recreate forum table in treemanager
BUT backup first and save new settings!
Alby
Re: Forum Made Simple 0.9.3
Posted: Sat Jun 06, 2009 8:15 pm
by dave21p

could you see the blank/confused look on my face as you typed that.....
I might leave it up to Jeremy with the testing

Re: Forum Made Simple 0.9.3
Posted: Fri Jun 26, 2009 10:06 am
by purplerain12
Alby,
I upgraded from Forum MadeSimple 0.9.2 to 0.9.3 in CMS 1.6.
When i do so, my website don't work anymore (front-end and back-end) and i get a message that says something like:
Could not get acces to necessary module: FrontEndUsers
I changed it back to 0.9.2 and everything works ok again.
Re: Forum Made Simple 0.9.3
Posted: Fri Jun 26, 2009 10:39 am
by alby
purplerain12 wrote:
Alby,
I upgraded from Forum MadeSimple 0.9.2 to 0.9.3 in CMS 1.6.
When i do so, my website don't work anymore (front-end and back-end) and i get a message that says something like:
Could not get acces to necessary module: FrontEndUsers
I changed it back to 0.9.2 and everything works ok again.
Which version of FrontEndUsers?
I have update requirement to 1.6 (minimum) for use new features of FEU (ex: login with email)
Alby
Re: Forum Made Simple 0.9.3
Posted: Mon Jun 29, 2009 5:45 pm
by bob_ottawa
I love the FMS because it's clean and easy to use...
I have a question - is it possible currently to display new posts to a user since their last visit?
I saw in the images there is actually an image for that and wonder if it's an option I've missed.
Thanks;
Bob
Re: Forum Made Simple 0.9.3
Posted: Mon Jun 29, 2009 5:50 pm
by alby
bob_ottawa wrote:
I love the FMS because it's clean and easy to use...
I have a question - is it possible currently to display new posts to a user since their last visit?
I saw in the images there is actually an image for that and wonder if it's an option I've missed.
No, in this moment there is not a time store for user necessary for new post per user
Alby
Re: Forum Made Simple 0.9.3
Posted: Mon Jun 29, 2009 6:07 pm
by bob_ottawa
Thanks for the quick response... I have only one more silly question...
How about subscribing to a thread? Is this available or something you may add later?
Thanks again;
Bob
Re: Forum Made Simple 0.9.3
Posted: Mon Jun 29, 2009 6:48 pm
by alby
bob_ottawa wrote:
How about subscribing to a thread? Is this available or something you may add later?
Available no but possible with UDT
Maybe later ...
Alby
Re: Forum Made Simple 0.9.3
Posted: Mon Jul 13, 2009 4:47 pm
by Sonya
Just a suggestion (not sure where you prefer to have it: here or in forge)
I have created a page with page alias "forum". On viewing my forum I have the url:
Code: Select all
http://mydomain.com/forum/forum/forum/2/1/21
A little bit too much forum for my taste

OK, I can remove the first forum by changing the alias of the page to e.g. community then I have
Code: Select all
http://mydomain.com/community/forum/forum/2/1/21
Probably you can solve it by renaming the first or second "forum" in board, e.g.
Code: Select all
http://mydomain.com/community/forum/board/2/1/21
Or omit the page alias at all.
Or replace the first "forum" with page alias.
It is nothing about functionality, just about "people friendly URL"

Re: Forum Made Simple 0.9.3
Posted: Mon Jul 13, 2009 5:22 pm
by alby
Sonya wrote:
Code: Select all
http://mydomain.com/forum/forum/forum/2/1/21
I know Sonya

but it's because we have: site_url/alias/module/current_action/id/pagenumber/returnid
with alias=module=current_action=
forum
How you say I can think to rewrite current forum action display in "board" but module is "fixed"
Alby
Re: Forum Made Simple 0.9.3
Posted: Mon Jul 13, 2009 6:21 pm
by Sonya
alby wrote:
How you say I can think to rewrite current forum action display in "board" but module is "fixed"
Or it would be perfect enough, I think

Re: Forum Made Simple 0.9.3
Posted: Thu Jul 16, 2009 8:02 pm
by Sonya
One question: is there any reason for not having XML installation file? So that the last version of the module can not be installed from Module Manager?