Hi there.

This is a great module. Congratulations!

I'm researching thoroughly by a module able to improve the display of comments on a website. This is what best met my needs.

But I have a problem: In this site, the comments are opened to unauthenticated users. After to install this module, the existing comments are only displayed to authenticated users.

I already tried some configurations, and the comments are allowed for unauthenticated users, but they does not work with the Advanced Forum module enabled.

Note: I also tried changing the settings as indicated in the README file, but there is no option of the configuration in the path "?q=admin/content/node-type/forum" (even replacing node-type for the name of my content type).

There is a way around this?

Any help will be appreciated.

Thank you.

Comments

Michelle’s picture

Status: Active » Postponed (maintainer needs more info)

AF doesn't have any access control in it. Are you sure that you aren't mixing it up with Forum Access?

astutonet’s picture

Status: Active » Postponed (maintainer needs more info)

@Michelle, tks for your reply.

I do not have the Forum Access module installed on this site. My only interest is in improving the functionality and display of comments.

Any idea?

Michelle’s picture

Status: Postponed (maintainer needs more info) » Active

No, sorry, I can't think of any reason why turning on AF would cause users to lose access to comments. Maybe troky knows something...

Michelle

astutonet’s picture

Status: Postponed (maintainer needs more info) » Active

I uninstalled and installed again the AF module, partially solving the issue. Now the comments are displayed, but the system was slow and I'm getting the following error messages on the configuration page of the AF module:

  • Notice: Trying to get property of non-object in advanced_forum_settings_page() (line 145 of C:\wamp\www\my-site\sites\all\modules\advanced_forum\includes\settings.inc).
  • Notice: Undefined index: widget in advanced_forum_settings_page() (line 148 of C:\wamp\www\my-site\sites\all\modules\advanced_forum\includes\settings.inc).
  • Notice: Undefined index: widget in advanced_forum_settings_page() (line 148 of C:\wamp\www\my-site\sites\all\modules\advanced_forum\includes\settings.inc).
  • Notice: Undefined index: widget in advanced_forum_settings_page() (line 148 of C:\wamp\www\my-site\sites\all\modules\advanced_forum\includes\settings.inc).
  • Notice: Undefined index: widget in advanced_forum_settings_page() (line 148 of C:\wamp\www\my-site\sites\all\modules\advanced_forum\includes\settings.inc).
  • Notice: Undefined index: widget in advanced_forum_settings_page() (line 148 of C:\wamp\www\my-site\sites\all\modules\advanced_forum\includes\settings.inc).
  • Notice: Undefined index: widget in advanced_forum_settings_page() (line 148 of C:\wamp\www\my-site\sites\all\modules\advanced_forum\includes\settings.inc).

In advanced_forum\includes\settings, line 145, we have:
$field_info = field_info_instances('taxonomy_term', $forum_vocabulary->machine_name);

In line 148, we have:
if ($field['widget']['type'] == 'image_image') {

Any ideas about this errors?

Tks

troky’s picture

Status: Active » Postponed (maintainer needs more info)

It looks like you have corrupted installation. Try to reinstall core forum and AF and report back.

astutonet’s picture

Status: Postponed (maintainer needs more info) » Closed (works as designed)

I believe that my database was corrupted.

As the site is a mirror of a production site, I replaced the database and I did the installation again.

Everything ok now.

Tks.