• Resolved cmurockstar

    (@cmurockstar)


    So this looks to be a nice update, picking up where File Icons left off. However there seem to be some strange limitations to the plugin I was hoping you could clarify/resolve:

    1) Why must links only go on files/links that have been uploaded using the media uploader? Why not all links?

    2) Why do links need to use this synax [attachment link= title=” /]? Would it not be more beneficial to work on ALL links?

    https://www.ads-software.com/extend/plugins/attachment-file-icons/

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Praveen Rajan

    (@praveen-rajan)

    First of all let me thank you for showing interest in this plugin. You really have a good set of points here. Being my first plugin there was some limitations from my side as you can see.

    This plugin parses links that are added through media uploader, which is in the format containing HTML ‘a’ tag (example: ‘Title‘). The plugin parses the page/post content for the format [attachment link=<link> title=” /] and replaces it with necessary file icon.

    Thanks for the tip. Will introduce the same. Keep your tips coming. ??

    Plugin Author Praveen Rajan

    (@praveen-rajan)

    The limitations mentioned are fixed in the new release. Let me know your comments on this(if any). Enjoy ??

    Thread Starter cmurockstar

    (@cmurockstar)

    Hi Praveen,

    Very nice! If i can make one more request – can you extend where you are looking for file types to things in the sidebar in addition to the body of the page? I have widgets that list links to files too.

    Plugin Author Praveen Rajan

    (@praveen-rajan)

    Please find the update you requested for from the plugin download page.

    If you find this plugin useful please rate it.

    Thanks in advance. ??

    Thread Starter cmurockstar

    (@cmurockstar)

    Just Rated- thank you

    Check out this sandbox i am playing in:
    https://hailpern.net/wordpressTest/page-number-2/page-2-a/
    The link to “My Resume” in the sidebar widget, which is a pdf, does’t get an icon, but the identical link in the body does.

    Plugin Author Praveen Rajan

    (@praveen-rajan)

    Hi,

    Is the ‘Links & Download’ section a widget of WordPress similar to ‘Search’ widget or is it added manually from the backend. If it is a widget it should work fine. Try adding a ‘Text’ widget with a link to a file in the sidebar. You will get the expected result. Hope it solves your issue.

    Thanks.

    Thread Starter cmurockstar

    (@cmurockstar)

    So the Downloads widget I “made” though it is really just a holder for the Post Links plugin’s post_links(); function.

    But here is my code. Please let me know if you can help b/c this is where I need your icons to show up.

    [Moderator note: snipped code block, please use the pastebin as per the Forum Guidelines]

    Plugin Author Praveen Rajan

    (@praveen-rajan)

    Hi,

    I regret for delay in reply.

    Please add the below code before you ‘echo $content’ in your widget.

    $output = apply_filters(‘widget_text’, $content);

    That should solve your issue i guess.

    Thanks.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘[Plugin: Attachment File Icons (AF Icons)] Limitations Question’ is closed to new replies.