Jump to ContentJump to Navigation/Login
` ` ` ` ` `

[Register]

Occasional ATutor release updates


    (10 guests in past 15 min.)

    Access Understanding Web Accessibility to learn about accessibility, or Register to take the course for FREE.

    Support Forums

    Community Discussions

    FAQ module is limited by character


    You must be signed-in to post.

    AuthorSubject
      Page: 1 | 2
    LAL

    Avatar for LAL
    Subject: FAQ module is limited by characterQuote this post in your reply
    Atutor version: 2.0.2
    Having vetted the FAQ (A course tool in atutor) critically, I noticed answers provided for topics in the FAQ is limited by characters. Is there any way the limit for the characters can be appended?
    Posted: 2011-10-23 01:19:30
    greg

    Avatar for greg
    Subject: Re: FAQ module is limited by characterQuote this post in your reply
    The limit is 64000 characters in the database. The text fields in the form could be changed to textareas, if you wanted more increase the space in which to type.

    The templates are in:
    ATutor / themes / default / instructor /
    Posted: 2011-10-23 08:48:58
    LAL

    Avatar for LAL
    Subject: Re: FAQ module is limited by characterQuote this post in your reply
    I don't think that directory is correct. I can't find any /instructor in the /default folder. Thanks.
    Posted: 2011-10-23 15:13:32
    greg

    Avatar for greg
    Subject: Re: FAQ module is limited by characterQuote this post in your reply
    in 2.0.2 try

    mods/_standard/faq/index_instructor.php

    I was looking at the current code.
    Posted: 2011-10-23 16:48:15
    LAL

    Avatar for LAL
    Atutor_faq_error.docx

    Attachment: Atutor_faq_error.docx
    Subject: Re: FAQ module is limited by characterQuote this post in your reply
    I think it is in the /mods/_standard/faq/add_question.php and /mods/_standard/faq/edit_question.php files....under the //These will truncate the content of the length to 240 as defined in the db. I must really commend your effort...trying as much as possibe to impeccably provide answers for people whether good or prat questions.
    But one more thing as regards the faq module. If enabled as a course tool to be visible in the home of either an instructor or the student, it brings up an error which I strongly believe is a general problem. There is the main header for the faq module viz (Frequently Asked Questions (FAQ)), and there is also the sub entities for the questions under the main header. For example the directory is supposed to look look like this Atutor/mods/_standard/faq/index.php#(whatever number entity the question may be) instead of the erroneous Atutor/faq/index.php#(whatever number entity the question may be). Is there a way this can be rectified (how you can change directories)?
    I have dropped a snippet to elucidate better what I am trying to drive at
    Thanks
    Posted: 2011-10-24 08:46:36
    greg

    Avatar for greg
    Subject: Re: FAQ module is limited by characterQuote this post in your reply
    Thanks. I've reported the bug.

    atutor.ca/atutor/mantis/view.php?id=4903
    Posted: 2011-10-24 10:26:39
    ysbearing01
    Subject: spammerQuote this post in your reply
    ysbearing01@gmail.com
    Posted: 2011-12-05 02:19:27
    LAL

    Avatar for LAL
    Subject: Fixed BugQuote this post in your reply
    Atutor:2.0.2
    Now that the bug is fixed, how would it reflect on the current running version.
    Posted: 2011-12-05 13:01:00
    greg

    Avatar for greg
    Subject: Re: Fixed BugQuote this post in your reply
    In the following file

    mods/_standard/faq/module_news.php

    change
    /faq/index.php

    to

    mods/_standard/faq/index.php
    Posted: 2011-12-05 14:12:44
    LAL

    Avatar for LAL
    Subject: Re: Fixed BugQuote this post in your reply
    Atutor 2.0.2
    As a matter of fact, the [b[sub-link is still broken, I've vetted the file and there is nothing like /faq/index.php
    Thanks
    Posted: 2012-01-30 10:02:24
    LAL

    Avatar for LAL
    Subject: Re: Fixed BugQuote this post in your reply
    There is the 'parent link' which is:/mods/_standard/faq/index.php
    Then there are the sublinks (depending number of faq) which is:
    /faq/index.php#9

    The parent link is working as intended but it is the sub links that are somewhat broken. I hope I've made myself clear?
    Thanks again.
    Posted: 2012-01-30 10:11:34
    greg

    Avatar for greg
    Subject: Re: Fixed BugQuote this post in your reply
    replace the module_news.php file with the fixed version:

    https://github.com/atutor/ATutor/blob/master/mods/_standard/faq/module_news.php
    Posted: 2012-01-30 11:24:31
    LAL

    Avatar for LAL
    Subject: Re: Fixed BugQuote this post in your reply
    The bug seems to remain the same when in a detail view. So the only way one can go about it is to resort to toggling the FAQ to an iconic view or relocate to the main navigation. With that done, the broken link would be encapsulated.
    Thank you.
    Posted: 2012-02-02 06:47:37
    greg

    Avatar for greg
    Subject: Re: Fixed BugQuote this post in your reply
    Try replacing sublinks.php with this version:

    https://github.com/atutor/ATutor/blob/master/mods/_standard/faq/sublinks.php
    Posted: 2012-02-02 09:05:01
    LAL

    Avatar for LAL
    Subject: Finally FixedQuote this post in your reply
    That did not work as well. Anyway, I've decided accustoming myself with github and ultimately, I was able to rectify the broken link. You may consider critiquing this:



    https://github.com/MrLAL/ATutor/blob/master/mods/_standard/faq/sublinks.php
    Posted: 2012-02-06 09:44:22
     Page: 1 | 2

    You must be signed-in to post.