itaushanov
Forum Replies Created
-
Forum: Plugins
In reply to: [Download Monitor] Print crc-32/MD5/SHA-1 in custom templateWill try that, thanks.
The request at GitHub:
https://github.com/mikejolley/download-monitor/issues/104Forum: Plugins
In reply to: [Download Monitor] Print crc-32/MD5/SHA-1 in custom templateThat would be a great addition to the plugin itself. Thanks for your input.
Now I can only hope the author reads this and have the time and willingness to implement it.
Forum: Plugins
In reply to: [Download Monitor] Print crc-32/MD5/SHA-1 in custom templateShameless bump
Forum: Plugins
In reply to: [Download Monitor] Print crc-32/MD5/SHA-1 in custom template$filename = $dlm_download->get_file_version()->url; $filemd5 = md5_file($filename); echo $filemd5;
Hmm, this seems to work if “deny from all” is removed from .htaccess in dlm_uploads directory where the file is, which shouldn’t be done afaik.
What would be a proper way to do this task?
Forum: Plugins
In reply to: [Download Monitor] Hotlinking, SEO, sitemaps, descriptions and permalinksAfter a some more trial and error:
3)It seems pages like /downloads/download-info/my-file-zip/ are active only after installing the page addon AND having set a page with the [downloads] shortcode.
4) Ditto
5) It seems to be working for now and not causing other issues.Currently digging about 2) – how to add the downloads to the sitemap and get them indexed.
Is there anyone in the same boat as me?Forum: Plugins
In reply to: [WP Shortcodes Plugin — Shortcodes Ultimate] Hyperlinks to spoilers and tabsThat did it, thanks a lot.
Forum: Plugins
In reply to: [WP Shortcodes Plugin — Shortcodes Ultimate] Hyperlinks to spoilers and tabsThanks for the new update.
I am testing anchor functionality but can’t get them to work.
Have this:[tabs] [tab title="Linux" anchor="Linux"]this is Linux content[/tab] [tab title="Windows" anchor="Windows"]this is Windows content[/tab] [/tabs]
Opening
https://localhost/wordpress/test-page#windows
changes tohttps://localhost/wordpress/test-page/#windows
but the Linux tab is the one opened.
Am I missing something?P.S. Crossposting ??
Forum: Plugins
In reply to: [WP Shortcodes Plugin — Shortcodes Ultimate] Hyperlinks to spoilers and tabsThanks in advance, that would be really useful functionality.
Forum: Plugins
In reply to: [WP Shortcodes Plugin — Shortcodes Ultimate] Nested spoilersThat did it, thanks for the speedy answer and the really useful plugin.