AI Search
Classic Search
Notifications
Clear all
Search result for: Low-cost therapies https://simplemedrx.top
Hi @sofy
That respond does not make sense. Why would I pay to get his BUG fixed?
As I said before "Why dont they put the HTTPS: ... they do it for all other links in the notfication email."
They are the ones that do generate "automatically" the email body. They are able to do it right there.
This is something that would benefit everybody.
Please escalade that bug to higher level.
Dear @lelaurier.
Please find the answer from the developers team below:
This is expected behavior and it’s OK.
When a URL starts with //domain.com/file, it’s a protocol-relative URL. The browser (or email client) automatically applies the correct protocol (http or https) based on the website or email context.
Because of this, it’s not necessary to explicitly add http:// or https://. The link will still work correctly and the file will be downloaded as expected when clicked.
Hi Sofy,
I am not using wpForo Advanced Attachments add-on.
All URL links in the email do work fine. Only the URL of the file "Ordre-du-jour-du-27-janvier.docx" does not work.
The hyperlink is :
//lelaurier.net/wp-content/uploads/wpforo/default_attachments/1769516327-Ordre-du-jour-du-27-janvier.docx (see image - Outlook security message)
instead of :
https://lelaurier.net/wp-content/uploads/wpforo/default_attachments/1769516327-Ordre-du-jour-du-27-janvier.docx
My General settings are OK :
Adresse web de WordPress and Adresse web du site are both set to
Thanks in advance. Louis
< span style="color: #666;"> Attachment : Post-Screenshot.jpg
< span style="color: #666;"> Attachment : Outlook-secutity-message.jpg
< span style="color: #666;"> Attachment : Email-Screenshot.jpg
Hi,
When the notificaton email is sent, I do include the [post_body]. If there is an attached file, it does show in the email as a link to the file.
In the email, the URL is missing the “https:”
Example : //lelaurier.net/xyz instead of
How can I fix that ?
Hi @dmlphotography,
Please follow this support topic:
The forum keeps resolving to non HTTPS pages despite the htaccess file and the website all being in SSL / HTTPS - why is the forum behaving that way ?!
Any help would be apprciated
@coachdavidlee2,
1. You please make sure your website URLs have https:// protocol in Dashboard > Settings > General admin page.
2. Then go to Dashboard > Forums > Settings > General tab and click [Update Options] button to reset wpForo Base URL.
3. Then go to Dashboard > Forums > Dashboard admin page and click on the [Delete All Caches] button.
My site has an SSL so it is secure (https) but when I install WPForo it only uses the http for Custom Authorization URLs and Members URL structure. How do I get it to use the https?
After installing SSL certificate and the transition of the website imazda.ru https is gone all the topics in the forum and all messages respectively. At the moment, the forum on the website as follows:
Help to correct the problem.
Hi @kressie,
This is in our to-do list, but we have a lot to do and I'm afraid this cannot be added within next 1-2 months. I'm sorry but this feature has a very low priority.
Hi,
Please check out this documentation:
Additionally, check out this support topic the same question is discussed there:
Can we automatically subscribe people to forum activity summaries? I know we can subscribe people to their own posts by default, but the issue is we expect a very low activity board, and because it's a private board, people won't check it on a regular basis. I would like to be able to notify users periodically if there are new posts they haven't seen - otherwise they will forget to check and miss advertised opportunities. Not spammy instant notifications, just a weekly summary.
Please read my answer here:
Can we turn off member profiles? Or minimise their contents? Private messages would be useful and I can see there is an add-on for it, but I don't like the fact the profile page is full of the user's stats. We want a very subtle and private board, all these stats are unnecessary and even show information we don't want to have shared about people (for example it shows how many blog posts my account has, which is nothing to do with the forum anyway). I don't just mean the navigation item, I know it can be removed from the menu, but you can still click onto a profile through a post and see all this stuff.
Use the permissions shown on the screenshot bellow. This method can be used to hide members for certain usergroups. In that example you can hide members for Guest Usergroup.
Also, you can hide all members of certain usergroup for all users, and remove from the members page using the "Display on Members List" option in edit Usergroup screen.
And the last way, is just removing the Members Menu from the forum menu. Forum menu is a simple WordPress menu. Here is the doc:
I know I can amend items on the menu, but how can I change the alignment so the items are aligned to the right? Also, why does the menu disappear when you visit a user profile?
Please provide the URL where we can see the issue.
In the member profile settings I can change the default profile cover image, why is there no option to change the default avatar?
You can choose one of WordPress avatars for users in the Dashboard > Settings > Discussions admin page.
When you turn off topic statistics and overview, it leaves too much white space between the title and the first post.
If you provide us the URL we'll provide the CSS solution for you,
Is it possible to configure separate SMTP information from the rest of WordPress? Our forum emails are being handled by the same email handler that does our marketing contact form and we need separation for the email address and mailbox from name, otherwise it will cause confusion. The email settings "From name" and "From email address" are not currently being respected.
wpForo emails is based on WordPress email sending functions, so you just need to install and configure WP Mail SMTP for your WordPress website.
@lelaurier
I’ve discussed this question with our developers. Please find the team’s response below:
When the email is being sent, the email body is generated automatically. At this stage, there should be a hook available that can be used to add the protocol to the URLs.
In this case, we suggest contacting the PRO support team and asking them to review the issue and add the necessary customization via a hook.
Hi @sofy
You said "The link will still work correctly and the file will be downloaded as expected when clicked."
This is not true. It might do it on the website itself but not in email client. It does show errors in Outlook 365 ( see two attached images) and on my iPhone it just do nothing. All my users reported the same.
Why dont they put the HTTPS: ... they do it for all other links in the notfication email.
Could there be a workaround snippet that I could apply.
< span style="color: #666;"> Attachment : Outlook1.jpg
< span style="color: #666;"> Attachment : Outlook2.jpg
Of course, while I was posting it offered me the "avatar by URL" tag, so I dug and found
Adding this to Dashboard > Forums > Settings > Styles > Custom CSS Code solved this by hiding the option from view for users. Thanks!
.wpf-field-wrap > ul > li:nth-child(2) { display: none !important;}