Erle
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Download Monitor] Custom login messageOk thanks! Just in case someone else needs to learn what I just learned.
Download a language editor like POEDIT.
Load the .pot file from the plugin’s languages directory.
Create a translation file (.po) for the appropriate language.
Create a translation for the appropriate source. In my case I added onto the __Click here__ to go to login page. <new text here>
Save.
Create a compiled file (.mo) for the appropriate language.
** I stuck with a simple approach and used English US (en-US). **
Copy the new files (.po and .mo) to the languages directory
Set the appropriate file permissions, ownership and group.Thanks @mra13. That worked perfectly!
Forum: Plugins
In reply to: [Simple Download Monitor] Custom login messageThe message is as follows:
You need to be logged in to download this file. Click here to go to login page.“Click here” is a link that takes me to the website log in page.
If it helps the URL is <my website>/?smd_process_download=1&download_id=1624
I’m not sure if the id of 1624 is specific to my site or not.
I did find some files in the languages directory that have the wording as above. I tried modifying the simple-download-monitor.pot file but that didn’t change the wording.
Hope that helps.
Forum: Plugins
In reply to: [Membership 2] Protected content page contentHi Bojan,
Yes, that fixed it. Thanks so much for your help.Erle
Forum: Plugins
In reply to: [Membership 2] Protected content page contentHi Bojan,
Here is a link to one of my test sites that will redirect you to the protected content page.
https://vercop.ddns.net/?s=safeCustom CSS is a great idea! Let me know how to hide those shortcodes.
Thanks,
Erle
Forum: Plugins
In reply to: [Membership 2] Restrict searchingHi again Bojan,
The upgrade message came back and I have upgraded successfully and added the URL restriction as discussed above and it works great! Sorry for the confusion on the version. I forgot about the upgrade message until I saw your screenshot.I do have a new question though. I’ll start a new thread and mark this one resolved.
Thanks for your help and patience.
Erle
Forum: Plugins
In reply to: [Membership 2] Restrict searchingHi Bojan,
I haven’t seen the upgrade message for quite some time now. I keep hitting remind me later. Is there a way to bring it back or just wait a few days? Hope it didn’t timeout.
Thanks for your help and best of the season to you and yours!
Erle
Forum: Plugins
In reply to: [Membership 2] Restrict searchingHello,
The plugin does not show that it needs updating. Nonetheless, I deactivated, deleted and re-installed the plugin but it looks exactly the same and I did not loose any settings even though I deleted the plugin after deactivating. I assume the deletion of the plugin did not remove the tables from the database.I did look at the upgrade path for an existing installation but from what I gather I would require MPMU DEV Dashboard which is not free. I created and support this website as a volunteer for a volunteer organization and therefore there is no budget for premium additions.
I think I’ve found a way to create my own simple plugin that will do what I need. At least my initial tests seem ok so far.
Is the feature I am trying to accomplish with Membership 2 not available in the free version?
Erle
Forum: Plugins
In reply to: [Membership 2] Restrict searchingHello,
Here is the plugin page:
https://gyazo.com/f66764aaa1e42b17b4518fd7f50a1c3eHere is the Membership dashboard:
https://gyazo.com/aa28b4f6618fa92f2378b0d4999bed90Here is the Access Levels:
https://gyazo.com/f5941153b193476e8f394c890f8e11cbLet me know if there are other pages you’d like to see.
Erle
Forum: Plugins
In reply to: [Membership 2] Restrict searchingHello,
I added ?s= and &s= (on separate lines) under a URL Group called “Disable search” but it still allows searching. I have the Stranger Setting set to Visitors and URL Groups is added to Visitors negative rules with “Disable search” selected. I’ve tried with Strip query strings from URL set to Yes and No with the same results.I don’t see Protection Rules -> URL restrictions. Is this type of exclusion not supported in the free version?
Erle
Forum: Plugins
In reply to: [All-In-One Security (AIOS) – Security and Firewall] DB Backup not reliableThanks @wpsolutions. Your example makes a lot of sense and explains why my backup times seem erratic.
This is not exactly how I want it to function but I am marking this as resolved as the plugin functions as designed.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Volunteer shift scheduleAre you aware of a plugin that may allow this?
Perhaps one that comes close that can be modified?Thanks in advance.
I changed the Default single event format to use #_24HSTARTTIME and #_24HENDTIME and now get 01:00 – 01:00 for the times. I tried changing Event tooltips format to be #_24HSTARTTIME and got 01:00. I viewed the source code and found the times were the same (01:00 – 01:00). Going back and editing the event revealed that somewhere along the troubleshooting road I changed the start time to 01:00…. Arrgh!
Thanks for your help on this – sorry that my thoroughness was lacking.
This is a new site so WordPress 4.0
Events Manager 5.5.3.1
WP FullCalendar 0.8.4Thanks Angelo,
That addresses the time formatting – works great!
However this did not address issue #1 and most of #31. Calendar view – An event that spans midnight (say 19:00 through 01:00) shows the event end time as opposed to an event that does not go past midnight (say 10:00 through 14:00) will show the event start time.
3. Event detail Date/Time – An event that spans midnight (say 19:00 through 01:00) will show time as only the event end time of 01:00 as opposed to an event that does not go past midnight (say 10:00 through 14:00) shows time as 10:00 – 14:00.
Changing the time formatting did not address these items. Events that span midnight are displaying differently than events that do not.
I did a quick search on setting Excel to UTF-8. Check this article: http://stackoverflow.com/questions/6002256/is-it-possible-to-force-excel-recognize-utf-8-csv-files-automatically
The solution was to set the file orgin to “65001 : Unicode (UTF-8)” during the import process.
I’ve also seen this happen if the delimiter is not set properly during the import process. So if the values are comma delimited be sure to choose comma delimited when importing.
Hope that helps.