Hi,
I have a specific forum that will be for private support threads. I want to make the "private topic" checkbox for posts in that forum checked by default (then I'll hide it by css just to make sure no one changes it).
I'm considering doing this using php to replace:
<input id="wpf_t_private_63c757f83277e" name="thread[private]" type="checkbox" value="1">
with
<input id="wpf_t_private_63b74af86477e" checked name="thread[private]" type="checkbox" value="1">
Is the number following "wpf_t_private_" unique to each forum? If so, I can do a search for that and add the "checked".
If not, any other suggestions on how to best do this?
Thanks,
Chris
Wow, 460+ views so far and know one knows.... I guess I don't ask easy questions! 🤣
Apparently that id is not specific to a forum, I finally had some time to really test it and my idea did not work.
I'm still interested in trying to get this behavior though - have one particular forum that where all topics are 'private' between the user and admin/moderators.
Any suggestions on how to do that, paid or unpaid?
Thanks,
Chris
Sorry for the late reply, been down sick - Thank you!