shawfactor
Forum Replies Created
-
Forum: Plugins
In reply to: [LH Page Links To] feeding content from ACF field into pluginThis is not a feature of the plugin (nor would it make sense to add it as a feature) but It should be easy enough to write a migration script to import the data
contact me via my website if you would like me to do this work (we are not allowed to discuss paid work on this forum)
Forum: Plugins
In reply to: [LH Archived Post Status] Automatic archivingthere are two possible issues I can think og
- The corn job has been deleted
- your cron schedule is is not working, your health check should show if this is the case
the first can be fixed by deactivating and ractivating the plugin
the second is probably can be caused by other plugins. Just deactivate them until cron scheduling works again.
Forum: Plugins
In reply to: [BP Attachments] Other members context is for the media compenent blankIt might be beneficial to show a members media to a super admin though as
- The community media may not be very filterabls
- how would you view members private media easily?
Forum: Plugins
In reply to: [BP Attachments] Cant link directly to public folder for memberOkay my misunderstanding and I want to reiterate my thanks for the work the whole contributor group does. The new functionality is great (although it could be even better)
I’m self taught so I’ve yet to master the contribution process, but I will.
although I figure if I can get my startup to the next stage thst will be far bigger for buddypress than any code I can write.Forum: Plugins
In reply to: [BP Attachments] bp_attachments_get_src usues wrong functionThankyou
Forum: Plugins
In reply to: [BP Attachments] Cant link directly to public folder for memberI think you are being sarcastic, please don’t I am trying to help improve things
When you say WordPress already does things this way, you are partially correct but the pattern is very rare and mainly Gutenberg. But Gutenberg tries to update the url on get requests so that key functionality is addressable. So I’m not saying don’t use react, just use it in a way compatible with how the web and users expect things to work
For example from a users point of view the current approach means that the back button does not work as a user would expect. Eg if I click on the public folder, I would normally expect to be able to use the back button to return to home but instead I leave the whole component.
- This reply was modified 3 years, 3 months ago by shawfactor.
I’ve a dev so writing css to fix this is not an issue, I raise it as it is a serious bug.
Anyway can you please follow through and try to prioritise this fix? I ask as no good theme should be overriding key html behaviour like this (and all the core themes should be examples of good themes)
Forum: Plugins
In reply to: [BP Attachments] Cant link directly to public folder for memberYou are misunderstanding me
Firstly when I say Ajax I mean as a description of a general pattern wherebye functionality is done without a full page refresh
As a general rule good practice is that when this pattern is used that you can access this functionality through a url (addressability is one of the strengths of the web).
Specifically in this case I’d like to link directly to the the public folder of the user from a menu (this will make discovery of the functionslity much easier).
I can link to the general functionality eg
/members/me/attachments/
but I can’t link to specific folders e.g.
/members/me/attachments/public/
I do realise is not the only example of this in buddypress but it is a new one.
Forum: Plugins
In reply to: [BP Attachments] Should default to list viewYes BUT in the absence of a localstorage value it defaults to grid view. (Tested by opening the page in an incognito window )
I mention this as the interface in grid view is very unfriendly on a mobile (I’m using an iPhone) you can’t even determine the names of the folders.
Forum: Plugins
In reply to: [LH Archived Post Status] Archive Link Doesn’t WorkThis will be fixed on the next version
Forum: Plugins
In reply to: [LH Login Logger] Plugin not working at allThankyou, I’m going to shut the plugin as I no longer use it myself and I have a better replacement I’ll add to the repository that logs much more.
Forum: Plugins
In reply to: [LH Archived Post Status] Save draft disappearsare you talking about the message:
Next status will be “Publicly published” once the scheduled date will be reached.
?
That appears when a future date is used and removes the post status dropdown
Forum: Plugins
In reply to: [LH Archived Post Status] Draft option not working properlyThis is part of the underlying library, I will raise it with the dev of that library. You cna work around it by settinmg the post date back to a part date before setting the publish date in the future when you want to schedule it. But for now you will have to live with the minor annoyance
Forum: Plugins
In reply to: [The Events Calendar] fix for ical.phpTh is is still not fixed, your developers are sloppy
By making $event_cats an array the !is_wp_error( $event_cats ) check no longer works, you needs to convert to array after checking whether an error was returned
Forum: Plugins
In reply to: [LH Archived Post Status] Where is the Documentation?I am resolving this for good order. I will of course, monitor the thread and reopen if appropriate