5.0.3
Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Marc Invision Community Team February 26Feb 26 So you have post before register switched on in System>Settings>Posting & Editor?
teraßyte Clients February 26Feb 26 (edited) You probably have the Post Before Registering setting enabled. It allows guests to reply, but they have to register/validate an account before the comment appears:Allowed where Members group can postGuests will see the ability to submit content and then will immediately be prompted to register an account before the content is actually submitted and viewable. This is useful for encouraging guests to register.Guest users will have up to one week to complete their registration before their content will be permanently removed. If the guest user does not complete their registration immediately, they will be sent a reminder email shortly after making the post. Edited February 26Feb 26 by teraßyte typo
Philip_B Clients February 26Feb 26 thanks both, i switched that off previously when was investigating:
Marc Invision Community Team February 26Feb 26 Thats is probably what was causing it in that case. Im assuming you can no longer post as guest now?
Philip_B Clients February 26Feb 26 Thats is probably what was causing it in that case. Im assuming you can no longer post as guest now?sorry, I mean I switched this off before while investigating the issue.Guests can still post
Marc Invision Community Team February 26Feb 26 We would need to look further into this for you, however the access details on file appear to be incorrect or missing. Could you please update these details by visiting your client area, selecting the relevant purchase, then clicking "Review/Update Access Information" under the "Stored Access Information" section. We look forward to further assisting you.
Stefan Johansson_72643 Clients March 6Mar 6 Hi there, I also realized I have the same issue, that Guests can comment on Blog posts despite that "post before register" is switched off. Would be great to have this fixed (spam risk!)
Philip_B Clients March 10Mar 10 not sure how these are triaged. Ive had to update the code so no longer present on my site. I was having 100+ comments a day.\applications\blog\sources\entry\entry.php | 813 else if(!$member->member_id) { return FALSE; }
Marc Invision Community Team March 11Mar 11 Thank you for bringing this issue to our attention! I can confirm this should be further reviewed and I have logged an internal bug report for our development team to investigate and address as necessary, in a future maintenance release.
bosss Clients March 11Mar 11 This has already been fixed for 5.0.4.Can not see 5.0.4 on my client area?
Marc Invision Community Team March 11Mar 11 Can not see 5.0.4 on my client area?You wont be able to. Its not out quite yet :)
Odd Office Clients Wednesday at 06:22 AM4 days This has already been fixed for 5.0.4.This bug still exists for me. Version 5.0.6.
Marc Invision Community Team Wednesday at 07:23 AM4 days Could you please check to ensure you dont have anything like post before register switched on?
Odd Office Clients Wednesday at 02:06 PM4 days Hi Marc! Post before registering is disabled. I should mention that this is a self-hosted installation.
Marc Invision Community Team Wednesday at 03:08 PM4 days We would need to look further into this for you, however the access details on file appear to be incorrect or missing. Could you please update these details by visiting your client area, selecting the relevant purchase, then clicking "Review/Update Access Information" under the "Stored Access Information" section. We look forward to further assisting you.
Odd Office Clients Thursday at 08:53 AM3 days Thanks Marc!I think the problem in my case is that the system returns TRUE for Group::load( Settings::i()->member_group )->g_blog_allowcomment despite the check box for Can comment on blog entries? under the blog area in settings for Members->Guests is disabled. Therefore line 811 in entry.php return (bool) Group::load( Settings::i()->member_group )->g_blog_allowcomment; returns TRUE where it should return FALSE.
Marc Invision Community Team Thursday at 09:41 AM3 days Have you tested this on the latest beta at all? I know there have been permission issues resolved on the latest upcoming release
Odd Office Clients Friday at 07:25 AM2 days Thanks Marc for the suggestion!The bug still exists for me on the latest beta. I have tried switching languages and themes as well with no success. Previously I was on another host and under another domain name and I have manually moved the installation so it might be a problem limited to my installation. If no one else is experiencing issues I'm starting to believe that that is the case and I am happy with commenting out line 811 in entry.php and manually returning FALSE instead.
Marc Invision Community Team Friday at 08:05 AM2 days Doesnt appear this is just you, and have reopened the bug report
Odd Office Clients Friday at 08:26 AM2 days Ok I have updated the information under the Review/Update Access Information. Do you want me to restore Entry.php to its original state for now?
Marc Invision Community Team Friday at 10:11 AM2 days Not needed. A bug report has been added, so it will just be updated in a future release
Recommended Comments