| # |
Post Title |
Result Info |
Date |
User |
Forum |
|
Re: Behaviour of subscriptions selection
|
6 Relevance |
4 days ago |
wpForo Support |
General Discussions |
| |
@helge,
In wpForo, subscription behavior is managed primarily through the user's profile under the "My Profile > Subscriptions" page, where users can manage their subscriptions to topics and posts. This is the main built-in Subscription Manager tool that allows users to subscribe or unsubscribe from topics and posts individually.
There is no automatic or global subscription setting that forces all users to be subscribed to all topics or posts. Admins cannot automatically subscribe all users due to GDPR compliance and management limitations.
Regarding disabling subscriptions for specific posts if a user is subscribed at the profile level, subscriptions are topic/post-specific, so users can toggle their subscription status per topic or post. If a user has subscribed to a topic or post, they can unsubscribe from it individually.
Detailed documentation and discussions about subscription management and toggling subscriptions per topic or post can be found in the wpForo support forum under the "subscription" and "how-to and troubleshooting" sections. For example, see these resources:
Subscription – How-to and Troubleshooting
Having All Topics Subscribed for Forum Members
These explain that subscriptions must be managed by users themselves and that there is no admin override to force subscriptions globally. The subscription manager in user profiles is the recommended way to handle subscriptions. |
|
RE: WPF 2.4.13 code (pre) editor moves cursor to top of page after editting
|
3 Relevance |
5 days ago |
nando4 |
Bug Reports |
| |
Pls try to edit the <pre> block in my above post after which the cursor annoyingly jumps to the top of the post instead of under the <pre> block as my suggested modification achieves. |
|
WPF 1.7.4 -> 2.4.13 upgrade has signatures stripped br tags of making them appear only on a single line
|
3 Relevance |
6 days ago |
nando4 |
Bug Reports |
| |
Did some testing finding WPF 1.7.4 user signatures with br html tags that under WPF 1.7.4 make them appear on separate lines would appear on WPF 2.4.13 on a consecutive line, even though they appear correctly in the wpforo_profiles db table.
ie:
WPF 1.7.4 signature
line1
line2
line3
WPF 2.4.13 signature
line1 line2 line3
When you have 1000s of users, this change in appearance completely mucks up my forum post views. I wasn't able to locate the code responsible for this during a limited testing time window, so aborted the WPF 2.4.13 upgrade due to it being a deal-breaker.
May I please request some way of signatures maintaining br html tags so appear like they do in WPF 1.7.4 in the upcoming WPF 3 release?
Thank you |