Issue Details (XML | Word | Printable)

Key: MDLSITE-474
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Eloy Lafuente (stronk7)
Reporter: Martin Dougiamas
Votes: 2
Watchers: 2
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Moodle Community Sites

Add FAQ links everywhere on Moodle.org

Created: 03/Jul/08 01:17 PM   Updated: 06/Jan/09 04:47 AM
Component/s: moodle.org

Issue Links:
Relates
 

Participants: Eloy Lafuente (stronk7), Helen Foster, Howard Miller and Martin Dougiamas
Security Level: None
QA Assignee: Helen Foster
Resolved date: 06/Jan/09


 Description  « Hide
LInks to the FAQs should be placed everywhere to raise awareness of them and contributions to them:

Ideas:

   - in footer of all moodle.org site
   - in new header menu of all moodle.org sites
   - in footers of emails
   - front page of moodle.org




 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Howard Miller added a comment - 05/Jul/08 09:00 PM
And to the decent Google search on the front page, perhaps?

Helen Foster added a comment - 12/Aug/08 12:32 AM
We now have FAQ links in forum introductions and an FAQ index link on the front page of moodle.org.

Assigning to Eloy in the hope that you can help with this issue as follows:

1. Add an FAQ index link to the moodle.org footer so that it reads:

All content on this web site is made available under the GNU General Public License, unless otherwise stated. Please see our FAQ index and read our Policy on advertising.

where "FAQ index" is a link to http://docs.moodle.org/en/Category:FAQ

2. Add an FAQ index link at the bottom of all forum emails (as suggested by John Isner http://moodle.org/mod/forum/discuss.php?d=90165)

Show parent | Reply
See this post in context
FAQ index

where "FAQ index" is a link to http://docs.moodle.org/en/Category:FAQ


Eloy Lafuente (stronk7) added a comment - 12/Aug/08 06:11 AM
Added to moodle.org footer as suggested.

About the change in forums... Should I do it officially, in forum code with something like this:

0) Make 'faqindex' one new string in lang files, to be able to i18n it.

1) Create one new $CFG->forumextralink (config.php only) option with format:
$CFG->forumextralink = 'langstring:url';
or, more exactly, in our case:
$CFG->forumextralink = 'faqindex@http://docs.moodle.org/en/Category:FAQ';
So, one link to that url will be created with the desired langstring (faqindex).

3) Add it to the bottom of individual forum emails as suggested.

Or perhaps should I, simply, hack it in moodle.org? No good for upgrades and so on.

Ciao


Helen Foster added a comment - 12/Aug/08 04:28 PM
Hi Eloy,

Thanks for adding an FAQ index link to the moodle.org footer

Thanks also for the reminder that we should consider lang issues.

Re. the moodle.org footer text, I assume this will be added to the moodle.org lang file (MDLSITE-297) when we implement the moodle.org site improvements (MDLSITE-132).

Re. the forum email link, I assume this will only be required on moodle.org. I can't imagine other Moodle sites wanting an additional forum email link. On moodle.org, the FAQ index link will be most relevant for Using Moodle forum emails, though courses in other langs should also be able to have the link if they wish.

Thus, my suggestion would be to add an faqindex lang string to the moodle.org lang file. Is it possible to give discussion courses in other langs the choice of whether an FAQ index link is added to their forum emails or not?


Helen Foster added a comment - 13/Aug/08 05:38 PM
Hi Howard,

You're right about the Google search of moodle.org being really useful, so I've added a link to it on http://docs.moodle.org/en/Category:FAQ


Helen Foster added a comment - 06/Jan/09 04:47 AM
Update: The new moodle.org theme includes a Google search of moodle.org on every page of moodle.org, Moodle Docs and the Tracker. There seems to be a greater awareness of FAQ pages, as links to them are often provided in forum replies.

Martin, thanks for reporting this issue, and Eloy, thanks again for helping fix it

Resolving the issue for now. Please re-open if it seems that FAQ pages need further promoting in future.