How do I prevent the module from writing messages to the screen?

For example, when users do something on my Drupal site they periodically get a message showing that tells them something has been synced to SMF. I want to stop this for showing to normal users as it only serves to scare non-techies!

Thanks for any help!

Comments

vb’s picture

SMFforum settings
http://example.com/admin/settings/smfforum

SMF/Drupal settings
Display SMFforum module messages:
No
Yes

Dan DG’s picture

That looks like exactly what I'm trying to do, but for some reason this option is not available on my admin/settings/smfforum page.

Under SMF/Drupal settings, the options I have available are:
SMF qookie authentication test
-Not passed
-Passed
-Test
Select master registration system:
-Drupal master
-SMF master
Session length
Number of online forum users
Number of recent topics
Number of recent posts
Number of forum's top posters

Any suggestions?!

vb’s picture

I suppose, You are using not the last version.
Download the last dev version of the module from the drupal.org and smf_api_2 api for integration with SMF from http://vgb.org.ru/files/smf_api_2.zip
Or
Download all in one pack from support site http://vgb.org.ru/files/smfforum-5.x-1.0-dev.tar.gz
unpack and replace all files.

Dan DG’s picture

Status: Active » Closed (fixed)

Fantastic!

Thank you!

Perhaps naively, I'd not tried this as the module update status was not notifying me of a need to update.