Matti Eronen
Forum Replies Created
-
Forum: Plugins
In reply to: [Media Library Folders] Multisite main site folders do not syncThis was fixed by removing Yearmonth-folder and added 0 to option “Uploads Use Yearmonth Folders”
To wishlist:
Ability to enable automated daily scan for upload-folders (Membersites creates new folders with new users, so it will be hard to find, what is the new users folder name between hundreds of folders)br,
-matti
Hi,
Please keep this as an option to choose. In case there is subsites what like to keep privacy.
Best practice would be like site-admin could manage users or sites, what have access to own site.br,
-matti
Hi,
To my UM-wishlist also. 🙂Forum: Plugins
In reply to: [User Access Manager] Medias lockedHi,
This is all ready in issues:
https://github.com/GM-Alex/user-access-manager/issues/103br,
-matti
Hi,
You can customize all you want by overriding UM-styles in theme custom css settings.
First you have to find the correct class from plugins/ultimate-member/assets/css
With this case, you can replace the font color with adding this to theme custom css:
.um-meta-text {
margin: 6px 0 0 0;
color: #d2416c;
line-height: 1.4em;
font-size: 13px;
}You need only that line, what you are changing in common. To be sure, add !important to the end:
color: #d2416c !important;br,
-matti
Hi,
If you do not need the sidebar with with conflicting plugins, you can change the password-page to “No Sidebar Content Centered”-template. Changing password is commonly not so often used page. Same goes for profile pages if needed.br,
-matti
Sorry but i do not have yet English version, until everything works perfectly. May be soon i can spread it wider area of language.
There is some little things of missing points with translation. For example date-pickers are only for english. As it is not included to language-files, this needs dedicated site for all languages, due the js-script for en only, if you want that all are translated.Hi,
teamsin.net and offersin.net
These sites are protected for members data, so there is not so much visibility to public.UM has been the best member-site plugin so far, due the functionality quality.
It doesn’t have all functions what i needed, so i have covered rest with other plugins.
There has not been much conflicts with other plugins. That why i can recommend this.br,
-matti
Hi,
For the future, please be in front with updates, instead of putting some functionalities to backend.
For the reference, Frontier Post have all needed functionalities, and member controls for handling posts from front, but it would be awesome, if we got this to UM-core also.
I would be pay for that 😉br,
-matti
Forum: Plugins
In reply to: [File Away] Great file plugin, but one thing neededOh yes, it’s working now as wanted!
clever invention use that visible syntax in line!Forum: Plugins
In reply to: [File Away] Great file plugin, but one thing neededWow thanks,
I test this later on.have a nice weekend,
-matti
Forum: Plugins
In reply to: [File Away] Great file plugin, but one thing neededOk, the rest of rows are hidden.
Yes, i ment that with bulk delete you have to click rows so many times that you have to delete.
Yep. May be this is not suitable for security cams sending hundreds of images with windy day.Forum: Plugins
In reply to: [File Away] Great file plugin, but one thing neededYes, but if there is like 250 removable.
I’m using this for security cam, and it uploads those empty images quite a lot 😀
Common view is great, but removing is hard job.
Isn’t common “select all” work like so, that when you have query result, it selects only those items, what are queried?
This plugin selects all in folder?Forum: Plugins
In reply to: [File Away] Flightbox not showing up with ChromeHi,
In my site, flightbox is working with my current laptop. But not with cell phone chrome.
I assume this is device problem. Needs testing with other devices what have different combination of platform versions?br,
-matti
Forum: Plugins
In reply to: [File Away] PHP 7 incompatibilityInteresting. I have also PHP 7 activated, but there is no warnings and everything is working fine. May be i do not have detailed logging on, so i could read these errors.
I have overrided FW css in theme custom css for similar visibility as my theme. If that is correcting something.