2010-12-06 08:17:10
forum doesnt show
Hi,
Though I have ceated a course forum it is not shown in the instructor or student course page. One can not post because there's no posting link or anything like this. Any idea?
Thanks.
2010-12-06 08:17:10
Hi,
Though I have ceated a course forum it is not shown in the instructor or student course page. One can not post because there's no posting link or anything like this. Any idea?
Thanks.
2010-12-06 13:52:51
This is perhaps due to a corrupted file. Either replace the file with a copy from the source code repository,
http://svn.atutor.ca/repos/atutor/tags/atutor_2_0_1/mods/_standard/forums/
... or reinstall ATutor. Be sure to see the FAQs regarding blank pages and error messages.
http://atutor.ca/atutor/docs/faq.php#2
2010-12-06 20:48:21
Tried a new mod install but nothing works. The created forum is on list but doesn't show any feature in My Course page. No Post, Reply or other links.
2010-12-06 20:53:05
Have you tried
Instructor-> Manage -> Course Tools -> check the forums
2010-12-06 20:57:05
Forum is already checked as Main Navigation. When I click this link in the Main Navigation nothing happens.
2010-12-06 21:12:43
Attached is a screenshot of how I accessed to forum post. Assuming you have already created a forum through:
Instructor -> Managed -> Forums -> Create Forums
2010-12-06 21:41:02
There's nothing like 1 and 2 on my page. No trace of a forum, no nothing. Only the Side Menu and the upper Navigation Menu. This is all.
2010-12-06 22:37:15
Can you describe the system ATutor is running on (see below). And, have you tried a fresh download of ATutor and reinstalling the whole thing?
Things to describe:
Operating system ATutor is installed on -
ATutor version -
Patch #s applied -
ATutor theme name -
PHP version -
MySQL version -
Webserver & version -
Copies of error messages -
Changes to default settings -
Web browser being used -
...and anything else relevant -
2010-12-06 23:23:09
Things to describe:
Operating system ATutor is installed on - Linux
ATutor version - Last (downloaded 3 days ago)
Patch #s applied - No patch
ATutor theme name - Default
PHP version - 5.2.14
MySQL version - 5.0.91 - community
Webserver & version - Apache 2.2.17
Copies of error messages - No error message
Changes to default settings - No changes
Web browser being used - Firefox 3.6.10
...and anything else relevant -
[reply][b]In reply to:[/b]
Can you describe the system ATutor is running on (see below). And, have you tried a fresh download of ATutor and reinstalling the whole thing?
Things to describe:
Operating system ATutor is in...
[op]forums/view.php?fid=7&pid=21356&page=1#21373[/op][/reply]
2010-12-07 00:27:51
I didn't try a fresh install.
[reply][b]In reply to:[/b]
Things to describe:
Operating system ATutor is installed on - Linux
ATutor version - Last (downloaded 3 days ago)
Patch #s applied - No patch
ATutor theme name - Default
PHP version - ...
[op]forums/view.php?fid=7&pid=21356&page=1#21374[/op][/reply]
2010-12-07 14:24:11
Let us know what happens after a fresh install, and be sure to read the FAQ I pointed you to above.
2010-12-08 07:13:19
There's no more need of fresh install. The problem has been fixed. It was because the mode_rewrite or friendly url. I have disabled these settings and now everything's OK.
One more question still: how can I improve the numbers of characters visible in the course description?
Thanks.
[reply][b]In reply to:[/b]
Let us know what happens after a fresh install, and be sure to read the FAQ I pointed you to above.
[op]forums/view.php?fid=7&pid=21356&page=1#21381[/op][/reply]
2010-12-08 18:45:14
Good catch. The forum link problem with mod_rewrite is a bug. You can still use Pretty URL.
As for course description, that's a theme controlled feature that can be editoed in a the default theme's user/browse.tmpl.php file.
look for
[php]
<?php if ($row['description']): ?>
[/php]
and modify the number of characters defined (currently 150)