spiney
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: is this regex correct? help with redirectionuseful when you had article with same title but different dates
Forum: Plugins
In reply to: [Redirection] WordPress 3.8 does not need a plugin for Permalink changesnope not true. When I click from google it still did not redirect old post to new post
Forum: Plugins
In reply to: [MimeTypes Link Icons] winrar not supported?hi, sent you details 3 hours ago but didn’t received any feedback from you. pls do inform me when you’re done?
Forum: Plugins
In reply to: [MimeTypes Link Icons] winrar not supported?mail sent
Forum: Plugins
In reply to: [MimeTypes Link Icons] winrar not supported?Hi, is it
jrf [@] adviesenzo? or info [@] adviesenzo?
Forum: Plugins
In reply to: [MimeTypes Link Icons] winrar not supported?the_content Priority: 1 bf_detect_custom_shortcodes Priority: 7 bf_run_shortcodes Priority: 8 (object) WP_Embed -> run_shortcode (object) WP_Embed -> autoembed Priority: 10 wptexturize convert_smilies convert_chars wpautop shortcode_unautop featureimage_for_feeds Priority: 11 capital_P_dangit do_shortcode Priority: 15 (object) Mime_Types_Link_Icons -> mimetype_to_icon
I disabled all the other plugin and left just debug plugins and mlti.
Forum: Plugins
In reply to: [MimeTypes Link Icons] winrar not supported?how do I check that?
Forum: Plugins
In reply to: [MimeTypes Link Icons] winrar not supported?yes it does calls the_content()
<?php get_header(); ?> <?php the_post() ?> <div class="attachment"> <?php the_attachment_link($post->post_ID, true) ?> <?php the_content(); ?> </div> <?php comments_template(); ?> <?php get_footer() ?>
we do have
attachment.php
single.php
index.phpI have also tried disabling all other plugins and leaving only MLTI, still not showing.
Forum: Plugins
In reply to: [MimeTypes Link Icons] winrar not supported?here you go
array(96) { ["internal_domains"]=> array(2) { [0]=> string(7) "www.min" [1]=> string(3) "min" } ["image_size"]=> string(2) "24" ["image_type"]=> string(3) "png" ["leftorright"]=> string(4) "left" ["show_file_size"]=> bool(false) ["precision"]=> int(2) ["use_cache"]=> bool(true) ["cache_time"]=> int(604800) ["enable_async"]=> bool(false) ["enable_async_debug"]=> bool(false) ["enable_hidden_class"]=> bool(false) ["hidden_classname"]=> array(1) { [0]=> string(10) "wp-caption" } ["version"]=> string(3) "3.2" ["enable_3g2"]=> bool(false) ["enable_3gp"]=> bool(false) ["enable_ai"]=> bool(false) ["enable_air"]=> bool(false) ["enable_asf"]=> bool(false) ["enable_avi"]=> bool(false) ["enable_bib"]=> bool(false) ["enable_cls"]=> bool(false) ["enable_csv"]=> bool(false) ["enable_deb"]=> bool(false) ["enable_djvu"]=> bool(false) ["enable_dmg"]=> bool(false) ["enable_doc"]=> bool(false) ["enable_docx"]=> bool(false) ["enable_dwf"]=> bool(false) ["enable_dwg"]=> bool(false) ["enable_eps"]=> bool(false) ["enable_epub"]=> bool(false) ["enable_exe"]=> bool(false) ["enable_f"]=> bool(false) ["enable_f77"]=> bool(false) ["enable_f90"]=> bool(false) ["enable_flac"]=> bool(false) ["enable_flv"]=> bool(false) ["enable_gif"]=> bool(false) ["enable_gz"]=> bool(false) ["enable_ico"]=> bool(false) ["enable_indd"]=> bool(false) ["enable_iso"]=> bool(false) ["enable_jpg"]=> bool(false) ["enable_jpeg"]=> bool(false) ["enable_log"]=> bool(false) ["enable_m4a"]=> bool(false) ["enable_m4v"]=> bool(false) ["enable_midi"]=> bool(false) ["enable_mkv"]=> bool(false) ["enable_mov"]=> bool(false) ["enable_mp3"]=> bool(false) ["enable_mp4"]=> bool(false) ["enable_mpeg"]=> bool(false) ["enable_mpg"]=> bool(false) ["enable_msi"]=> bool(false) ["enable_odp"]=> bool(false) ["enable_ods"]=> bool(false) ["enable_odt"]=> bool(false) ["enable_oga"]=> bool(false) ["enable_ogg"]=> bool(false) ["enable_ogv"]=> bool(false) ["enable_pdf"]=> bool(true) ["enable_png"]=> bool(false) ["enable_pps"]=> bool(false) ["enable_ppsx"]=> bool(false) ["enable_ppt"]=> bool(false) ["enable_pptx"]=> bool(false) ["enable_psd"]=> bool(false) ["enable_pub"]=> bool(false) ["enable_py"]=> bool(false) ["enable_qt"]=> bool(false) ["enable_ra"]=> bool(false) ["enable_ram"]=> bool(false) ["enable_rar"]=> bool(true) ["enable_rm"]=> bool(false) ["enable_rpm"]=> bool(false) ["enable_rtf"]=> bool(false) ["enable_rv"]=> bool(false) ["enable_skp"]=> bool(false) ["enable_spx"]=> bool(false) ["enable_sql"]=> bool(false) ["enable_sty"]=> bool(false) ["enable_tar"]=> bool(false) ["enable_tex"]=> bool(false) ["enable_tgz"]=> bool(false) ["enable_tiff"]=> bool(false) ["enable_ttf"]=> bool(false) ["enable_txt"]=> bool(false) ["enable_vob"]=> bool(false) ["enable_wav"]=> bool(false) ["enable_wmv"]=> bool(false) ["enable_xls"]=> bool(false) ["enable_xlsx"]=> bool(false) ["enable_xml"]=> bool(false) ["enable_xpi"]=> bool(false) ["enable_zip"]=> bool(true) }
Thank you for creating with WordPress.
Get Version 3.8
code wasn’t made by me. My theme designer created that : vfxdude.com
Forum: Plugins
In reply to: [MimeTypes Link Icons] winrar not supported?I haven’t but it work on other direct link files so if I commented out it should work but that beats the purpose of my site >_<
the latest version. I havent install your plugin till you guys update it with winrar. no other plugins on attachment page
Forum: Plugins
In reply to: [MimeTypes Link Icons] winrar not supported?nope. still nothing..
Guess the code I’m using is no good with mime pluginForum: Plugins
In reply to: [MimeTypes Link Icons] winrar not supported?I enable both just now enable async and enable debug
still not showing.It however work with direct link to files like in this post
minedl.com/minecraft-the-lost-potato-secret-chambers-map/3537/
Forum: Plugins
In reply to: [MimeTypes Link Icons] winrar not supported?yes I already tick zip n rar in settings..
Forum: Plugins
In reply to: [MimeTypes Link Icons] winrar not supported?add_action('wp_footer', 'hide_attachment_links'); function hide_attachment_links () { if (is_attachment()) { ?> <script>jQuery(function($){ $('a[href*="/uploads/"][href$=".zip"],a[href*="/uploads/"][href$=".rar"]').each( function() { $(this).data('href', $(this).attr('href')); $(this).attr('href','#attachment'); }); $('a[href="#attachment"]').click( function(e) { e.preventDefault(); location.href = $(this).data('href'); }); });</script> <?php } }
i’m using this .. so it won’t work with this intact?
Forum: Plugins
In reply to: [MimeTypes Link Icons] winrar not supported?here. yes I did set it up in admin area.
minedl.com/minecraft-speak-and-spell-1-7-2-map/3431/minecraft-speak-and-spell-by-rsmalec/