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
Comment #1
vb commentedSMFforum settings
http://example.com/admin/settings/smfforum
SMF/Drupal settings
Display SMFforum module messages:
No
Yes
Comment #2
Dan DG commentedThat 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?!
Comment #3
vb commentedI 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.
Comment #4
Dan DG commentedFantastic!
Thank you!
Perhaps naively, I'd not tried this as the module update status was not notifying me of a need to update.