Michael Gilkes

Home \

Forum Replies Created

Viewing 15 posts - 676 through 690 (of 865 total)
  • Author
    Posts
  • in reply to: Sort by click #1434
    Michael Gilkes
    Keymaster

    @PepSV. Thanks for your question. Currently, real-time sorting is not a feature in the current version of the plugin. I will certainly consider it for a future version.

    in reply to: remove filetext #1431
    Michael Gilkes
    Keymaster

    @vaineh. What do you mean by “remove the filetext all together”? Are you talking about not listing the file names at all. If that is what you want, I don’t know how you can do that, since that is the primary function of the plugin. It lists the files located in a folder.

    If I am misunderstanding you, please explain further.

    in reply to: Email Notification #1428
    Michael Gilkes
    Keymaster

    @ heinzzer. You can turn off the email notification in the Plugins Manager, actually. You will see it as “Send an Email Notification?”. Just set it to “No”. Or, in the article, you can specify:

    in reply to: Multi Folder PDF Listing #1422
    Michael Gilkes
    Keymaster

    @megat. Thanks for posting. I don’t quite understand what your problem is. Could you please elaborate? Please explain what you have done, including what settings you set in the Module Manager. If you do, I will be better able to advise you.

    Your issue could be a number of things, including permissions, positions, and other settings.

    in reply to: Email Notification #1426
    Michael Gilkes
    Keymaster

    @heinzzer. thanks for posting. You make some valid points here. But, I would like to discuss this with you.

    First of all, this type of feature (queueing the notification) would be better served with a component than a plugin. And even then, I am not sure it there is a way to set it up like a cron job. It would probably be better set as a threshold email summary.

    Second, everyone who is not logged in to the site is a guest. So, it really isn’t wise to let guests upload files to your site. So, once you let guests upload files, you are going to have numerous email notifications. You should only make the article that hosts the uploader be available to registered users, as a point of practice.

    Thirdly, in terms of being blacklisted, you would normally be blacklisted if your email address is triggered as a spam address. This would mean that your address is constantly sending email to many other email addresses. However, if you are getting emails from one particular email address, your Joomla admin address, it doesn’t mean that you will get blacklisted. There are other factors that make you blacklisted.

    Hope this helps. Let me know what you think.

    in reply to: Posting Code listings #1014
    Michael Gilkes
    Keymaster

    Hi Everyone,
    Just a little update on on code listings. I found that Source Code Highlighter for bbPress wasn’t doing a good job. I have to try and sort it out. However until then, you can place your code inside of a pre and code tags. Do the following to post your code:

    <pre><code>/* Place your code here! */ </code></pre>

    • This reply was modified 7 years, 5 months ago by Michael Gilkes.
    • This reply was modified 7 years, 5 months ago by Michael Gilkes. Reason: Post is no longer relevant
    • This reply was modified 7 years, 5 months ago by Michael Gilkes.
    in reply to: sort numbers stored as text. #1408
    Michael Gilkes
    Keymaster

    @rgfuller. Thanks for your question. It is a good one. I haven’t tested this, but please try it and let me know. All you have to do is to change the contents of the compareName function in easyfolderlistingpro.php.

    You should find this:

    Change it to:

    Let me know if it works.

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

    @tchoidesign. Ok, I am on the forum late tonight. I haven’t tested this code, but it should work. You will be editing code in the helper.php file.

    STEP 1: Go to around line 67, and you will see:

    Change it to:

    STEP 2: Go to line 220, and you should see:

    Change it to:

    STEP 3: Go to line 268, and you should see:

    Change it to:

    That’s it!

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

    @toomanylogins. You can find Easy Folder Listing Pro at Valor Apps. However, what version and edition do you currently have?

    Currently, I am working on version 2 of Easy Folder Listing Pro. I hope to have it ready by next week. If you are willing to wait for it, it will have some new features and performance improvements.

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

    @tchoidesign. Thanks for your post. That’s interesting. Looking at it now, I realize that the reason it does this is because I format the date before I sort it. To fix it, I will have to sort it first, and then format the date. I will set this as a priority for the next release, which should be in a couple of weeks.

    If you want to fix it now, and you understand the basics of PHP, then I can tell you what to do to fix it. Let me know.

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

    @toomanylogins. Thanks for your inquiry. However, each version is separate from previous versions. Purchasing an earlier version does not automatically entitle anyone to download a new version for free.

    I typically will give a new version to existing customers who have purchased the prior version to the one being released. This is typically done on a promotional basis.

    I have recently launched my new digital store site to handle purchases securely: Valor Apps. I hope to release new versions of my existing software within a month’s time. Once they are released, I will provide coupons for existing customers to get discounts ranging from 40% to 60% off.

    Hope this helps to clarify the issue. All the best!

    Michael

    Michael Gilkes
    Keymaster

    @ponydad. Thanks for posting your question. Ok, to answer your question of multiple listings on the same or multiple pages, all you need is to create as many new instances of the module as you need. Each instance will have their own settings, but most importantly, each instance must be given a different fictitious module position.

    So, if you have 3 instances of the Easy Folder Listing module in your module manager. You can assign them 3 fake positions (that is, a position that doesn’t really exist in the template), such as: list_pos_1, list_pos_2, and list_pos_3. Then, in the article(s), you show each of them as follows:

    {loadposition list_pos_1}

    {loadposition list_pos_2}

    {loadposition list_pos_3}

    Hope this helps.

    in reply to: blank screen #1376
    Michael Gilkes
    Keymaster

    @mblanke. Thanks for posting. I would love to help you, but you have to give me more info. Maybe you can post a link to the page that has the listing. Also, the Easy Folder Listing module doesn’t show folders. It only shows files.

    In general though, a page going all blank in joomla usually means some sort of PHP error. Without a web page to examine there is really no way that I can help you. As of the latest release (version 1.1), there aren’t any known syntax errors.

    Let me know if you are willing to provide any more info so that you can be helped.

    Michael Gilkes
    Keymaster

    @kokkel. Thanks for posting your situation. Before I go into any detail, what version of Easy Folder Listing Pro are you using? And also, this is on Windows, right?

    in reply to: Multiple Downloads #1349
    Michael Gilkes
    Keymaster

    @Mark. Thanks for your comments, and your interest in this feature. Actually, this is entirely possible, and it is something that I may consider for future versions.

Viewing 15 posts - 676 through 690 (of 865 total)