Page 1 of 1

Announcing Questions 1.0-beta2

Posted: Wed Jan 24, 2007 4:06 am
by calguy1000
This is the initial beta release of the questions and answers module, a simple but poweful module that allows frontend users to submit questions to administrators for answering, and display.  Many thanks to the sponsor of this project.

Some of the basic features are:
  • Summary and Detail Views of Questions
  • Keyword Filtering on Questions
  • Pagination in the summary view
  • Next/Previous links in the detail view
  • Different permissions required to answer and approve a question for frontend display  (though a user can have both permissions).
  • Advanced filtering in the admin panel
  • Extensive use of smarty
  • Light Footprint
  • Email notification of new questions
and the list goes on.

Some of the things this module needs right now are:
  • Better default templates.  Anybody using this module please submit to me what you have, and any accompanying stylesheets, and I'll implement them.  What I have is pretty sad at the moment, but then, I'm no design guy.
  • Search capability.  It has it's own search of sorts, but doesn't interface with the CMS search module, which it should.
  • Many translations.  Infact, there's only one (thanks reneh).  So translators, can you please see about attacking this module.  It is egistered in the translation center.
I hope to have the 1.0 final release fully translated, and completely stable.  And I want to do it quickly.  So download it, install it, test it, and send your bug reports in people. 

And.... he prepares for the deluge of questions.

Re: Announcing Questions 1.0-beta1

Posted: Wed Jan 24, 2007 11:15 am
by Signex
Very nice module ! i`ll test it more this week and I`ll try to write a nice stylesheet for it.

Anyway here is the dutch translation I made. (remove the .txt )

[gelöscht durch Administrator]

Re: Announcing Questions 1.0-beta1

Posted: Wed Jan 24, 2007 9:29 pm
by calguy1000
I've committed a couple of changes with regards to the admin filter in the qeustions module.  It now works a bit better (you can reset the filter to 'all questions'). 

So....  I'm finding bugs faster than you guys are..... come on now!

Re: Announcing Questions 1.0-beta1

Posted: Wed Jan 24, 2007 9:32 pm
by calguy1000
Signex wrote: Very nice module ! i`ll test it more this week and I`ll try to write a nice stylesheet for it.

Anyway here is the dutch translation I made. (remove the .txt )
It'd be much better if you could sign on to the translation center and commit your translation there.  Because if I just add this file, it'll be overritten by somebody else who does have access to the Translation center.

Re: Announcing Questions 1.0-beta1

Posted: Thu Jan 25, 2007 8:32 am
by Signex
It would be nice to see the caterogy the question is in, in the admin where all questions are listed, kinda like in the NEWS admin.

Re: Announcing Questions 1.0-beta1

Posted: Thu Jan 25, 2007 8:56 am
by Signex
 

Code: Select all

<td>{$entry->answered_date}</td>
In the summary template.

This gives me a code like "1169636987" instead of the answered date.

The created date look fine though :)

Re: Announcing Questions 1.0-beta1

Posted: Thu Jan 25, 2007 10:22 am
by cyberman
Looks like a unix time stamp ...

Announcing Questions 1.0-beta2

Posted: Fri Jan 26, 2007 12:07 am
by calguy1000
Okay, I've released a second beta.... available here:  http://dev.cmsmadesimple.org/frs/?group_id=265

With these changes:
  • Fixes to the admin questions filter
  • The category param now works properly on the frontend
  • When adding a question on the admin side, now remember the last category used
  • Fixes to the sortby param.
  • The summary template now uses the smarty date_format modifier on all date fields.
Many thanks to reneh and the others.  Please keep up the good work.

And now, I'm really looking for somebody that can provide a reasonably good looking set of default templates.  Something that either uses the stylesheets in CMS by default, or inline styles.  any help would be appreciated. 

Thanks.

Re: Announcing Questions 1.0-beta2

Posted: Fri Jan 26, 2007 12:48 am
by heatherfeuer
Way cool!  Perfect for a FAQ...  I'll have to play with it when I'm done with my current project...

Re: Announcing Questions 1.0-beta2

Posted: Fri Jan 26, 2007 9:26 am
by Signex
A nice function would be that on the front-end visitors could select a category in the form with a dropdown or something, which will then only display the questions in that category.

Re: Announcing Questions 1.0-beta2

Posted: Fri Jan 26, 2007 3:59 pm
by calguy1000
To avoid having this module in 'perpetual beta cycle', I'm trying to limit the new features, etc. at least for a while, until this module is tested, and an official version is released.

Besides, the product always takes a different direction from what I thought it would take at the start, so time is always a good thing.  But to avoid loosing all of these valuable suggestions, could you please submit enhancement requests on the forge.

See here:  http://dev.cmsmadesimple.org/tracker/?group_id=265
Thanks.