mdmower
Forum Replies Created
-
Forum: Plugins
In reply to: [Download Monitor] HttpOnly cookieClosing this comment thread. Instead, track pull request 206 to see whether this is implemented or not.
Forum: Plugins
In reply to: [Download Monitor] HttpOnly cookieErr, that was a little misleading, you don’t actually “set” HttpOnly to false, but rather omitting the last boolean defaults it to false. So basically, it would be great if you could tack on another argument to setcookie for the set_httponly field:
setcookie( 'wp_dlm_downloading', $download->id, time()+60, COOKIEPATH, COOKIE_DOMAIN, false, true );Forum: Plugins
In reply to: [Download Monitor] Changing Download Button CSSIf your theme supports custom css inserts, you can adjust the button with CSS like the following:
.download-button {
background-image: none !important;
background-color: lightgray;
box-shadow: 0 0 0 !important;
border: 1px solid slategray;
}.download-button:hover {
background-image: none !important;
background-color: lightblue;
color: black;
text-decoration: none;
}Forum: Plugins
In reply to: [Download Monitor] Is there a file size limitThe file size limit you’re seeing is likely the memory limit set in PHP (by your web hosting provider). For large files, e.g. more than 10-20MB, try checking the box “Redirect to file”. This will bypass PHP and send users directly to the file.
Forum: Plugins
In reply to: [Download Monitor] Print crc-32/MD5/SHA-1 in custom templateThis isn’t the answer you want to hear, but I do not suggest including this information in the template. The problem is these hashes will be calculated every time a user loads the page. If you have some large-ish files, this is very cpu intensive for a simple web page. The better option would be for the developer to include an option to calculate the file hashes when they’re added to Download Monitor and incorporate a code like $dlm_download->get_the_md5_hash().
It works. I’ve marked this plugin version as “It Works” with WP 3.4.1
thickchick (and others), you don’t need to leave the wordpress.org domain to find old versions of plugins or themes. Click the Developers tab on a plugin/theme page to see old versions. In this plugin’s case:
http://wordpress.org/extend/plugins/wordpress-https/developers/Ok, so according to this, DateTimeZone isn’t supported until PHP 5.2. Too bad my host is so reluctant to upgrade (university).
Forum: Plugins
In reply to: [List Yo' Files Pro] Will the plugin work with 3.1?Will this upgrade you’re working on have the ability to list files recursively (i.e. files in subfolders)?
Forum: Fixing WordPress
In reply to: wp-admin/js/tags/archive Full of html advertisement filesAs much as I didn’t want to believe you, it appears so. Some thorough clearing of errant and modified files throughout the server and I think things are back in order. Lots of passwords to change though.
Prompt attention indeed. The developer has just implemented collapsible formatting settings for individual events.
I have posted other requests to the plugin’s official forum.
Forum: Themes and Templates
In reply to: Having problems with site in IE!!Not to mention you’re still using version 1.9 of the jQ theme, when version 2.4 was available at the time of your writing.
… by the way, all caps titles brings you instant discredit.