Customizing SMF > Modifications and Packages
Anonymous Board Mod
h4ni:
work fine
thank you
dknife:
Just an addon to this. I found that this mod was fairly useless if people had signatures, since it would post those as well. So if you install the SignatureSettings mod, then change the following in Display.php, it removes the signatures when posting in any anonymous boards:
--- Code: --- // Are we showing signatures?
if ($context['anonymousBoard'])
$context['signature_enabled'] = FALSE;
else
$context['signature_enabled'] = substr($modSettings['signature_settings'], 0, 1) == 1;
--- End code ---
Kindred:
hmmm... nope.
It must have been an interaction between the mods that required this for you in the first place.
I have a signature on my forum... I posted anonymously, and no signature was recorded.
dknife:
Yeah was thinking about this last night and realized it was impossible for that to happen from your mod. Found it was a change I had made caused it. Works flawlessly, great mod and thankyou.
Adi.:
Thank you very much for this mods.
I created a board for counseling about bad habit and this mod really helps our users to be open because their user ids is hidden. ;)
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version