Michael Gilkes

Home \

Forum Replies Created

Viewing 15 posts - 661 through 675 (of 865 total)
  • Author
    Posts
  • in reply to: Make easy folder listing pro a jomsocial plugin? #1450
    Michael Gilkes
    Keymaster

    @Jasonrhl. Thanks for your question. I actually have never used Jomsocial. So, I will have to try it out and see what it is and how it works. If a Jomsocial group works the same way as setting the permission access to an article, then yes, but I really don’t know. So, I will have to get back to you on that.

    in reply to: Auto Closing Folders #1444
    Michael Gilkes
    Keymaster

    @dudemire. Wow! I am shocked, but I have a theory. I opened your site in several browsers: Safari, Firefox and Opera (so far). Interestingly, in Opera I see the same thing happening in this version as in the previous version. I see it start to expand the subfolder then it immediately collapses. My theory is that there is some javascript on our page that is hijacking the click events on table rows (tr elements) and causing them to be fired twice! It doesn’t matter whether my code is using jQuery or Mootools, it is still javascript.

    Whatever is causing the problem could either be loaded by another plugin, a module, a component , or even some javascript from your template. It is definitely not something in my plugin’s code. The javascript code in 2.0 was completely refactored in Mootools. Also, base on the fact that the click events on the “Collapse All/Expand All” are not hijacked, I can only infer that it is click events made on a tr element that are hijacked. Also, the filter works perfectly.

    Let me know if my explanation helps you in pinpointing the cause.

    in reply to: Auto Closing Folders #1441
    Michael Gilkes
    Keymaster

    @dudemire. Version 2.0 is released! Send me an email with the order number for your previous version and I will give you instructions on getting the new version for FREE.

    @everyone. If you purchased an earlier version of the plugin prior to January 1, 2012. You are eligible for a 60% discount coupon. Email me at support[at]valorapps[dot]com to get it.

    in reply to: 403 Error Clicking on Hyperlink #1449
    Michael Gilkes
    Keymaster

    @bdenford. Thanks for posting. from what I understand from 403 errors they have to do with file permissions where the user is not permitted to access the file. See here: http://en.wikipedia.org/wiki/HTTP_403

    So, yo may need to recheck your file permissions.

    Michael Gilkes
    Keymaster

    @mblanke. Thanks for sending me the link via email. However, the listing showed perfectly. It did not go blank even once. I inspected all of the sub-folders, and everything worked as expected. Could you please explain what you notice on your end?

    Also, what browser are you using? Do you notice the same thing on multiple browsers?

    Michael Gilkes
    Keymaster

    @mblanke. Thanks for posting. Could you let me know what errors you may be getting in your php error logs? I don’t know what may cause that, but I have listing hundreds of files with it already.

    Once you can find out what the error logs say, I can advise you as to what is going on and how to fix it.

    Michael Gilkes
    Keymaster

    @williamsjohn. Thanks for posting. I tried out your like and I was able to upload an mp3 file. Here’s my screenshot: http://imageshack.us/photo/my-images/577/mp3success00.png/

    If you are getting a particular error, you can make a screenshot and post the link here. That way, I can see the problem, and advise you better.

    The mime type that was detected for the mp3 that I uploaded is “audio/mpeg”, as you can see from my screenshot.

    in reply to: 404 error #1406
    Michael Gilkes
    Keymaster

    @JugglingReferee. Ok. I figured that that type of message had nothing to do with my module, or any module, really. As for the SEO, just make sure you set the htaccess file first before you turn it on. That’s very important.

    All the best.

    in reply to: 404 error #1404
    Michael Gilkes
    Keymaster

    @JugglingReferee. Thanks for posting your situation. I don’t quite understand what you are referring to. What do you mean by “a page with the Upload module available”? Is there a web address link that I can visit to see what you are referring to. In addition, what extension are you talking about?

    Hope to get a clarification from you.

    in reply to: Auto Closing Folders #1439
    Michael Gilkes
    Keymaster

    @dudemire. Sounds good. If you are willing to let me access the site, send the login info to support[at]valorapps[dot]com.

    To be honest, I am on the verge of releasing version 2.0 of the plugin. It should be released by Monday. I removed jQuery entirely from it, and the new version is using Mootools. It should solve your problem. If you are willing to wait over the weekend, you will get a free copy.

    For existing users my upgrade policy can be found at the Valor Apps website.

    in reply to: Download Pro for joomal 1.7 #1385
    Michael Gilkes
    Keymaster

    @toomanylogins. Thanks for your question and interest, Paul. I am in the process of debugging version two of Easy Folder Listing Pro. I should be done with the debugging and will be releasing it early next week (or maybe even today… but I hate to rush things).

    Here are most of the new changes/features:

    • Revamped Javascript. Now using Mootools instead of jQuery
    • New options for handling utf-8 characters
    • Table now acts like a folder tree with fully collapsable nested subfolders, just like the unordered list
    • Optimized code structure to run more efficiently
    • Included Language files to handle multi-languages
    • Optimized backslash handling for Windows installations
    • Single installation for ALL supported Joomla versions
    • Improve Date sorting
    • Sort Filenames by Natural Order
    • Media files are now kept in media folder instead of plugins folder
    • Improved download script
    • Cursor changes when hover over subfolder
    • Changed Color picker to MooRainbow
    • Added file preview in Modal pop-up using Google Docs Viewer

    I doubt any of these features will change between now and the release date.

    in reply to: Trying to sort my list by date #1402
    Michael Gilkes
    Keymaster

    @tchoidesign. i must apologize for the syntax errors in the code in the above post. I corrected them. Please try again. I just tested it. It works now.

    in reply to: Auto Closing Folders #1437
    Michael Gilkes
    Keymaster

    @dudemire. I did a little Javascript debugging on your web page using Firebug (in Firefox). It seems as though jQuery is running the code twice on the page. So, that means that the click event is added twice to the elements, which makes it call toggle twice when you click once.

    I am not 100% sure what is causing this to load twice. I would like you to try a couple things though.

    1. Something on your page loads jquery 1.6.4 from google api. If you could disable that temporarily, to see if that fixes it, that would be great.

    2. If that doesn’t work, go into the PLugins Manager for the plugin and set the plugin to not load jQuery, and also to not use noConflict.

    If neither of those two things work, would it be possible for me to get a temporary admin login to the Joomla backend? Is the site live?

    Basically, from what I can tell, you have (at least) two versions of jQuery being loaded (1.6.1 and 1.6.4). I don’t know if this is causing the problem. It really shouldn’t be , but it could be the case.

    in reply to: Auto Closing Folders #1435
    Michael Gilkes
    Keymaster

    @dudemire. Thanks for posting. I checked out the link. That is really weird. It is definitely a conflict issue with jQuery. It seems like it is performing a “wink” (basically toggling twice in sequence) instead of toggling once when clicked.

    Have you tried changing some of the jQuery options in the plugin?

    The first thing I would like you to try is to change the transition from toggle to fadeToggle. let me know what happens.

    in reply to: remove filetext #1433
    Michael Gilkes
    Keymaster

    @vaineh. That is a very interesting setup that you want to do. Currently, the plugin won’t be able to do that. However, I will consider this as a feature request for my upcoming Joomla component.

    However, as you know, you are free to edit the plugin to suit your needs. It would be great for you to accomplish that.

Viewing 15 posts - 661 through 675 (of 865 total)