shawfactor
Forum Replies Created
-
Forum: Plugins
In reply to: [LH Private BuddyPress] Subscribers can’t log into chatResolving this for good order, as I don’t believe the issue is with my plugin but I will monitor the thread and if appropriate reopen it
Forum: Plugins
In reply to: [LH Private BuddyPress] Subscribers can’t log into chatSubscribers are logged in right?
if so then there is no way the problem has anything to do with LH Private buddypress, as the plugin does absolutely nothing if the visitor is logged in.
the plugin also does not interfere with the registration. The only thing the plugin does is redirect non logged in visitors away from buddypress component pages
Have you tried deactivating all plugins or raising the issue with the chat plugin author (buddypress does not have a chat component although maybe you meant private messaging).
Forum: Plugins
In reply to: [LH Signup] Bug with get_sites and setting site_urlThankyou all good enhancements/fixes much appreciated. Just need to set up a sub folder test environment to implement and test
Forum: Plugins
In reply to: [LH Force Lowercase URLs] Plugin not workingCould be a few weeks until I’ve updated the plugin though
Forum: Plugins
In reply to: [LH Force Lowercase URLs] Plugin not workingYes it could, WordPress natively adds trailing slashes to permalinks, but guess you have a reason why your not doing that. I’ll add the logic you outlined that looks at final part of the url to determine if has a file extension
Btw WordPress does natively serve the robots.txt and can use other extensions with plugins.
I have reopened the issue
Forum: Plugins
In reply to: [LH Force Lowercase URLs] Plugin not workingNote I’ve resolved the post but will still monitor the thread and re open if appropriate
Forum: Plugins
In reply to: [LH Force Lowercase URLs] Plugin not workingThe plugin works, see example here:
http://princesparktouch.com/ABOUT/
redirects to
https://princesparktouch.com/about/
The reason for the logic is that filenames can exist with upper and lowercase, ie ABOUT.html can exist in the same directory as about.html
Forum: Plugins
In reply to: [LH Archived Post Status] Advanced Custom Fields Plugin Validation IgnoredResolving this for good order as I believe the problem lies elsewhere. I will however monitor the thread and re open if appropriate
Forum: Plugins
In reply to: [LH Archived Post Status] Advanced Custom Fields Plugin Validation IgnoredCan you clarify what you mean?
I ask as neither WordPress nor my plugin have a concept of post visibility. My plugin works with the existing WordPress concept of post status (publish, draft, private etc) abd adds a new status of archived. Post status may effect whether a post is visible to a user (but does not necessarily do do).
If ACF is adding a new visibility concept to WordPress you should raise the issue with them.
Forum: Reviews
In reply to: [LH Buddypress login on activation] WorksThankyou for your kind reviews
Forum: Plugins
In reply to: [LH Archived Post Status] Archive date and timeResolving for good order. Note I will still monitor the thread and re open if applicable
Forum: Plugins
In reply to: [LH Archived Post Status] Search enginesI depends on the which setting is specified in the reading settings
“Can Archived Posts be read publicly:”
“yes” means they can be indexed by search engines
“No” means they can’t (as they are not available to non logged in users)
Basically search engines can see anything a non logged in visitor can. What they put in their index is up to them though and depends on a range of factors
Forum: Plugins
In reply to: [LH Archived Post Status] Archive date and timeIt already has the ability to set the archive date, although it is rounded to the day so not time per se.
Forum: Reviews
In reply to: [LH Page Links To] Exelent!!!Thankyou for the kind review, re target=“_blank” I’m torn I know many want it and need it BUT adding that functionality is actually complex at an architectural level and I like to create simple plugins without the complexity that can create bugs
Forum: Plugins
In reply to: [LH Sortable Tables] PHP version needed?Okay I’ll resolve for good order but will still monitor the thread and reopen in necessary