Just found out it´s possible to edit others post?
Have not seen that before
I mean, I can edit others members post for example on this forum.. 🤔
Fixed now I see, do we need an update on our side as well. or was it just this forum?
This is local configuration issue. You should not have such problem on your forum. Please check it and make sure.
In case you want to say thank you !)
We'd really appreciate and be thankful if you leave a good review on plugin page. This is the best way to say thank you to this project and support team.
I dont suppose you mind helping me getting them to look as they do on this site, rather than like they are now? (See attachment)
Please remove the CSS code I mentioned above and change it to this, don't forget do Ctrl+F5 on forum front:
widget-wrap .wpforo-widget-content .wpforo-list-item-left img{ width: 3vw; height: 3vw; max-width: 100% !important; }
In case you want to say thank you !)
We'd really appreciate and be thankful if you leave a good review on plugin page. This is the best way to say thank you to this project and support team.
I just got an update with lower version number via wordpress, is that ok?
found out it was an update..sorry, it was security fix?
I don't see the recent posts menu item showing in my forum menu.
I've tried searching for a recent post page in the forum menu editor but nothing found.
Is the recent posts page created automatically or does it have to be created?
I do have a CDN which I have purged but no joy.
Ok done that, purged ALL caches too and it now looks like the attached:
Ok, I have no clue what's wrong with your website and how the theme conflicts with wpForo. Please leave direct URL to allow us debug it.
In case you want to say thank you !)
We'd really appreciate and be thankful if you leave a good review on plugin page. This is the best way to say thank you to this project and support team.
I just got an update with lower version number via wordpress, is that ok?
found out it was an update..sorry, it was security fix?
We're preparing 1.4.5 as a stable version with a few changes in design and in recent post page.
In case you want to say thank you !)
We'd really appreciate and be thankful if you leave a good review on plugin page. This is the best way to say thank you to this project and support team.
I don't see the recent posts menu item showing in my forum menu.
I've tried searching for a recent post page in the forum menu editor but nothing found.
Is the recent posts page created automatically or does it have to be created?
I do have a CDN which I have purged but no joy.
This page is created automatically if you do a new install. If you update it you should add this menu in Dashboard > Appearance > Menus > wpForo Navigation Menu. More info:
https://wpforo.com/docs/root/getting-started/forum-menu/
Recent Posts Menu Shortcode: /%wpforo-recent%/
In case you want to say thank you !)
We'd really appreciate and be thankful if you leave a good review on plugin page. This is the best way to say thank you to this project and support team.
If I use /?wpforo=signup instead of /forum/?wpforo=signup i can bypass recaptcha. 🤨 🤨
If I use /?wpforo=signup instead of /forum/?wpforo=signup i can bypass recaptcha. 🤨 🤨
Try to login. Also make sure the WordPress Login is also enabled in Forums > Tools > reCAPTCHA settings page. You should not be able to login even if reCAPTCHA is not displayed.
In case you want to say thank you !)
We'd really appreciate and be thankful if you leave a good review on plugin page. This is the best way to say thank you to this project and support team.
I meant signup...
I meant signup...
No different. just make sure the WordPress Registration is on in reCAPTCHA settings
In case you want to say thank you !)
We'd really appreciate and be thankful if you leave a good review on plugin page. This is the best way to say thank you to this project and support team.
Also, does this release address the issues experienced by iPhone users?
I'm sorry but not yet, probable in next version. This is a small issue but takes days to debug the problem.
No problem, I totally understand. You have a lot going on and you are doing a great job! 🙂
Did this update change the way html image urls are parsed?
We used to be able to post an image link this <img src="http://www.example.com/images/2017/12/30/imagename.jpg" alt="imagename.jpg" border="0"> and it would embed the image just fine but after the update those type of links have reverted text.
Did this update change the way html image urls are parsed?
We used to be able to post an image link this <img src="http://www.example.com/images/2017/12/30/imagename.jpg" alt="imagename.jpg" border="0"> and it would embed the image just fine but after the update those type of links have reverted text.
You should put this code in Text (source button) editor not in reach editor. The 1.4.3 had bug, it was decoding HTML tags inserted in rich editor, now this bug is fixed and all <img> tags which have been inserted in rich editor are not converted to HTML. If you want to put in editor some image you should insert Image URL in Rich editor or <img src="... HTML in Text editor ( click on source button {;} )
In case you want to say thank you !)
We'd really appreciate and be thankful if you leave a good review on plugin page. This is the best way to say thank you to this project and support team.
Trouble is 99.99% of those image links were edited in via the source button but for some reason all reverted to text after this update.