Our problems are so serious that the best way to talk about them is lightheartedly.

Wordpress Plugins

Compatibility

Installation

  1. Backup data first
  2. Deactivate and delete old install of KQF files (ie. "kqf" directory).
  3. Unzip and upload the "kqf" directory into the plugins directory, keeping the directory structure intact.
  4. Make sure correct permissions are applied (files=0644, directories=0711).
  5. Activate the plugin.
  6. You can:
    • Manage > KQF > Subscriptions: to add new feed subscriptions.
    • Manage > KQF > Options > Import from OPML subscription file, then navigate to KQF folder and try the OPML (XML) samples found there.
  7. Read the rest of readme.txt.

Search for related posts.

If you have a query about something, it's best to bring it up in the WP forums. There should be people there who are able to help you. Otherwise...

Read the included readme.txt, then make sure you follow the directions! 99% of the time you will find that when you follow the instructions and consult the FAQ section in readme.txt, things actually end up working.

This software is provided 'as-is', without any express or implied warranty. In no event will the author be held liable for any damages arising from the use of this software.

You are free to use this software, but don't expect timely updates, bug fixes or free tech support.

Share this article (What's this?)
del.icio.us:Wordpress Plugins digg:Wordpress Plugins spurl:Wordpress Plugins wists:Wordpress Plugins simpy:Wordpress Plugins newsvine:Wordpress Plugins blinklist:Wordpress Plugins furl:Wordpress Plugins reddit:Wordpress Plugins blogmarks:Wordpress Plugins Y!:Wordpress Plugins smarking:Wordpress Plugins magnolia:Wordpress Plugins segnalo:Wordpress Plugins

214 Responses to Wordpress Plugins

  1. Just curious, I haven’t done any php AJAX yet. But I need a plugin that will just allow you to block any piece of php+HTML and ajaxify it. Maybe specifying a refresh interval. It seems like you could easily derive this from your AJAX based KQF. Sound at all interesting? let me know. Thanks!

    [pane=kqf]

  2. Hmmm…”block any piece of php+HTML” and ajaxify…to do what? Maybe if you can elaborate a little.

    [pane=kqf]

  3. By ajaxify, I mean cause just the enclosed block to be updated without entire page postbacks on certain specified intervals.

    [pane=kqf]

  4. I understand the ajaxify part, but maybe you could tell me what it is exactly you want the plugin to do.

    [pane=kqf]

  5. Well, in my limited experience, I can think of two ways to do what I’m talking about, iframes and DOM manipulation. But I guess i figured you already had that piece solved and implemented in KQF. It says it’s an AJAX powered plugin you can use to add feeds to a page/post. I assumed that meant it periodically polled the feed and if there were updates refreshed the block in an AJAX fashion without requiring a page postback. I may well have misunderstood that point.

    What I’m envisoning is just the ability to block some code, just PHP that generates HTML from data in the database, and cause it to update periodically without page postback.

    [pane=kqf]

  6. Matt,

    Implement a timer on KQF to poll the feeds once every now and then? That should be no problem if that’s what you mean. I could add a user definable timer option for each feed.

    Or do you mean you would like for KQF to have the ability to load static data from the database instead of a feed and display that instead?

    The first option I have not thought about, but it sounds like a good idea and the second option I have been meaning to add, when I am able.

    From your initial query, I thought you proposed a new plugin altogether.

    [pane=kqf]

  7. OK, I have now actually tried out KQF. I have a better understanding of the problem you were solving. You essentially wanted asynchronous content loads from feeds.

    So, yes, I am proposing both of what you mentioned:
    1. Allow a KQF to be refreshed on a certain interval. Ideally you don’t revert to a “Loading…” message, you just re-poll the feed and update the content once you have it.
    2. Allow a KQF to contain php and/or HTML to pull its content from the database. You called it static data, but I would consider it dynamic content, just from the db not from a feed.

    For instance I have an iTunes plugin on my homepage. In the sidebar I just have to call . That then has the php code to go to the database find out what the last track was played and generates the HTML. I guess the way it could work is I could set up a KQF that just called and set it to refresh every 3 minutes. Then, in the sidebar I would just reference my KQF.

    I don’t think you would need to make it an all new plugin. But, if you think about it, it is a logical layer of abstraction. To be able to do AJAX refreshes for blocks of content. It doesn’t matter if the content is dynamic because it’s php going to a db or a feed.

    To me it’s a new plugin that essentially replaces the current one because you are refactoring the functionality to be more universally applicable. The KAB, Khanh’s AJAX Block.

    [pane=kqf]

  8. that’s “…in the sidebar I just have to call php get_wp_itunes(1); ….”

    [pane=kqf]

  9. Matt,

    I had the impression you were requesting a whole new plugin, but I’m glad that is not the case.

    As for the 2 requests you made, it shouldn’t be too hard to implement when I get the chance. I have added them to my to do list. At any rate, your requests generally fit into my plans for the direction I want take with this plugin, so that makes things a little easier.

    The new name is the problem. I don’t want to change the name too many times, since it has already had a name change already. KQF started as a simple dashboard plugin (KQD). But I guess a name change is necessary to reflect the plugin’s purpose.

    I haven’t thought of a new name for it as yet, but I will keep your suggestion in mind.

    Hmmm…K9 has a certain ring to it, because we all know K9s like to fetch. ;)

    [pane=kqf]

  10. I can’t get it to work with WP 2.04 -any advice?

    [pane=kca]

  11. What browser are you using? Browser version? What shows up? Does it show plugin is activated? More info needed.

    It works fine on my local install of WP 2.04. For starters make sure you read the included readme.txt and follow the directions.

    Throw me a little more than what you have told me and I might be able to help.

    [pane=kca]

  12. Hi John,

    I’ve got your plugin installed and all seems to be working fine.. except I’ve surely got a user issue that I just can’t figure out… even reading the readme.txt..

    I’m trying to display a feed on this page:
    http://www.recipechicks.com/smoothies

    However, it seems to be stuck “Loading…”
    … the feed shows up fine in the dashboard… any idea what I’m doing wrong and how to fix it?

    The actual feed link is:
    http://smoothies.recipechicks.com/feed

    [pane=kqf]

  13. Judi,

    Your situation probably has to do with the template. Templates need to have “wp_footer();” somewhere in the footer. Look at the default template (footer.php file) to see where.

    This tag is Wordpress’ way of telling plugins, “I am in the footer section now”. That’s the cue for plugins that use this hook to do their stuff.

    Try that and see if it works.

    [pane=kqf]

  14. hi khan~

    I cant work KCA
    browser IE6 , WP2.0.4

    Description : test
    Content:
    Head:
    //

    Eval: is_single() && get_current_theme() == ‘default’
    Needle:
    Level: ‘’
    ACTIVE: V
    Reference: ed_toolbar
    Location: afterbegin
    foot:

    nothing happens….
    can u help me?

    [pane=kca]

  15. http://i19.photobucket.com/albums/b190/kakingho/blog.png

    khanh…
    u can try to see my pic

    [pane=kca]

  16. What is the URL of the page it is supposed to work on? I need to have a look at the target page first.

    [pane=kca]

  17. http://kahot.net/wordpress

    you can login my website for several days

    *** edited ***

    I cant find that kca can run.
    Would u test on it?
    thx

    [pane=kca]

  18. Ok, I will test it for you, but I’m off to do some rock climbing now. Maybe later tonight I can have a look at it.

    [pane=kca]

  19. Btw, I’ve edited your account info out, but in future it’s probably best if you didn’t post it publicly like that, even if it is for testing. Just use the contact form to send me anything that is considered private data. Now I’m off! ;)

    [pane=kca]

  20. ok ~~ thx
    remember to test my wordpress~!! ^^

    [pane=kca]

  21. kaho,

    Looking at what you have in KCA, “Reference” needs to be a valid element ID on the page you want to include that test . I assume you just want to insert a test button somewhere on your test page.

    I have edited the two KCA examples. Go and have a look at how each one works. The first example shows how to just add content to the page, while the 2nd example shows how to insert content in relation to another element on the page.

    When using the “Eval” field, make sure it is valid PHP.

    [pane=kca]

  22. sorry~ = =||
    i cant find the button.
    i want to know what “single” page is.

    can i use KCA add content to other page
    for example, on edit.php

    [pane=kca]

  23. Go here to see 2 “test” buttons. To find out more about conditional tags, read this. Yes, you can use KCA on any page, depending on what you put in the “Eval” field. Leave it blank for KCA to apply to every page.

    [pane=kca]

  24. Hey there, cool plugin! I was just looking for a way to provide feed customization for the dashboard within the admin. KQF does the trick!

    One small thing I noticed is that “Howdy, USer Name. [Sign Out, My Account]” that usually appears at the top right of the admin pages is now missing from the default dashboard page. It IS on dashboard > KQF (the KQF configuration screen), but not on the dashboard itself.

    [pane=kqf]

  25. Ah yes. I see what you mean. Will post an update soon.

    [pane=kqf]

  26. I’m having problems getting the RSS feeds to display.

    Originally my templates were the cause and I added all the nescessary wp_head() and wp_footer() tags to the page. I even perverted kqf.php to echo some verbage as each step of the plugin took place.

    You can view the page here:
    cfv88.com/cloud/

    You can see the buffer text all over the page as your plugins hooks trigger.

    Don’t know what to try next, everything works on my dashboard, just not in the actual site.

    [pane=kqf]

  27. I’m about to release an update to the plugin shortly. Try the update when it comes out. There have been a few changes to the underlying code, so hopefully that will fix your problem.

    [pane=kqf]

  28. I have the same problem as Judi.
    The feeds don’t show in my posts, but they work fine on the dashboard. And is it possible to add the description of the feeds?

    [pane=kqf]

  29. Try the new version of KQF. It might solve your problems.

    [pane=kqf]

  30. Nice update. I couldn’t figure out how to reorder my feeds, but I suddenly found the nice AJAX click and drag. That is a sexy feature. Very nice update. Thanks!

    [pane=kqf]

  31. Yes, I thought you might like that. :)

    [pane=kqf]

  32. Hi there,

    Could you include the download URL please ? I’d love to try this :)

    [pane=kfc]

  33. Where can i find the pluggin module for

    1. Share this article (What’s this?)
    2. Leave a comment

    like in http://ink.bur.st/wordpress-plugins#kca

    Thanx in advance.

    [pane=kca]

  34. 1. Notable plugin by Cal Evans
    2. Highly personalised/customised comment form (was Kubrick theme)

    If you are talking about the resizable textarea, it is a script I have written called “tar” (TextArea Resizer). I will release the latest version soon.

    [pane=kca]

  35. In it’s current form, this plugin is not fit to be released into the wild. One day I might release it. Don’t hold your breathe.

    [pane=kfc]

  36. thanx. you are prompt to reply.

    [pane=kca]

  37. don’t worry. I know how to customize it for my own blog. ;-)

    [pane=kca]

  38. I love the plugin, but have a weird error — it works when you go to http://carolinasportsnet.com/site/ but not with the www, http://www.carolinasportsnet.com/site .

    Another example: http://talkingapes.com , http://www.talkingapes.com .

    any idea why? Thanks, great work BTW!

    [pane=kqf]

  39. Made me scratch my head for a bit. The error relates to cross domain security. It seems that even if the domain is the same, but for the fact of the ‘www’ prefix, the browser considers this a different domain. To cut a long story short - it’s fixed and I’ve uploaded the 1.7.2 update.

    [pane=kqf]

  40. Dear Khanh, now I have WP 2.04. Thanks for the wonderful plugin! Anyway, nice work ;)

    [pane=kca]

  41. Hi, I tried this and I am new to blogging and I am trying to learn to build my site and I ran into this error. Any help would be appreciated.

    I did read instructions but got this error right off the bat.

    404 Not Found

    Not Found
    The requested URL /wordpress/wp-content/plugins/kca/addons/default.ini was not found on this server.

    Apache/1.3.31 Server at www.jaymcgillicuddy.com Port 80

    My permissions seem to be ok, but looks like I’m missing something.
    Thanks Jay

  42. I just upgraded to 1.7.2–thanks fr the fix regarding the logout link on the dashboard!

    Unfortunately, I haven’t managed to get the new version working–I can’t see any feeds on the Dashboard. Everything else seems to be working fine.

    I deactivated the plugin and deleted my old KQF files. I uploaded the new files, set the permissions and re-activated the plugin. I noticed that the feed that I had setup in the old version was displayed on the upgraded KQF page–did something from my last install not get properly deleted?

    Any ideas as to why the upgrade didn’t succeed? (My money is on it being something obvious that I just haven’t seen yet! :)

    [pane=kqf]

  43. Good to hear something works! ;) I haven’t updated the FAQs yet, but essentially you will have to update each template. The template format has changed, so look at the readme.txt file for reference.

    An easier way of doing it is to delete all the records, then enter them again one by one. This way all the new records will start out with the new default templates. Saves you from manually editing each template.

    [pane=kqf]

  44. Could you give a sample that would work on any page and one that works on a specific page? None of the samples I find work, silly things like eval, needle, and reference may mean something to you, but us newer users need some kind of working reference to work from. ID’s especially need clarification as to div,ul,etc or any id=”" tag?

    I tried the eg. samples in the readme file, and it doesnt work either, maybe just a bad assumption that it would lead to a working button.

    [pane=kca]

  45. Import this snippet into KCA. It’s a simple example that will add a clock to the admin panel.

    [pane=kca]

  46. Khanh,

    Very very cool plugin! I love how professionally you did this. Most plugin authors have no clue how to support the things they create. This was a breeze to set up and I have done a video review here.

    Can’t wait to see what else you do. I will recommend your stuff highly!

    Jack Humphrey

    [pane=kqf]

  47. Khanh,

    I have the same problem as some others also mentioned. The feed shows up fine in the dashboard, but shows as “Loading…” in the blog sidebar. Any more ideas how to fix it?

    [pane=kqf]

  48. Khanh,

    Any chance an upgrade might include the ability to also show the excerpt with the feed title link on posted feeds?

    Also, how about caching the feed behind the scenes so the loading doesn’t take as long on page loads for visitors for some feeds?

    I did a page with the Google blog and other feeds related to search engines (like Matt Cutts, etc.) and I know the feeds are good, but they don’t load all the time when hitting the page.

    Not sure how regular feed readers get the info back so fast, but this app gets some feeds with no problem and others take awhile or don’t load at all.

    Thanks for supporting a free plugin like you do!

    [pane=kqf]

  49. Trevor,

    I’ve had a look at the HTML in the page and I noticed that there are a few superfluous chunks of CSS in the head section (Eg. contact form CSS doesn’t need to appear on a page that doesn’t have a contact form). While this doesn’t affect KQF, the plugin that adds that code could be the culprit.

    Maybe another plugin is interfering with KQF’s ability to add the necessary Javascript to the page. Try switching some of the other plugins off.

    KQF runs fine on a fresh install, so I don’t see why it shouldn’t work for you.

    [pane=kqf]

  50. Jack,

    Have a look at the templating system in KQF. The templates let you control what data to include, as well as the look of the feed display.

    KQF also uses MagpieRSS that comes with Wordpress. It has built-in caching. The only time KQF does not cache is when you specifically tell it not to. Eg. when you set a poll time for the feeds. When a poll time is set, KQF will wait the time specified, then retrieve data from the feed source, bypassing the local cache (thereby refreshing the cache as well).

    [pane=kqf]

  51. Great plugin! Thanks. When using it, however, I would really like to be able to control the number of post links it imports from each source. For example, in some cases I want to show 10, in others only 5.

    I can’t see a way to do that, but if it was possible for the next version it would make a great plugin even more functional.

    Thanks.

    [pane=kqf]

  52. Apologies, I was asleep at the switch. I found the ‘count’ in the template.

    Thanks again for a great plugin.

    [pane=kqf]

  53. Hi there, I am attempting to use your plugin here. It sounds awesome and I think it is exactly what I have in mind. Unfortunately I am running into some problems on the options page. I don’t know how to describe it so I will just post a screenshot for you to view. I’m not really sure what’s going on, but any help you can provide is very much appreciated.

    [pane=kqf]

  54. It seems the plugin CSS (and maybe the JS as well) is not being loaded. Make sure you uploaded everything in the ZIP package in their respective directories, with the correct persmissions set, ie. dir = 0711, files = 0644.

    [pane=kqf]

  55. I have successfully added your plugin to my site www.OptionPundit.net/stay-tuned, however, I have noticed that I can a max of 6 feeds only? is that true? can I add more?

    Cheers,
    OptionPundit

    [pane=kqf]

  56. There is no limit on the number of feeds you can have…as I think you have already found out, because I counted seven feeds on your site. ;)

    [pane=kqf]

  57. Are you planning to get KIN working correctly in WP 2.1 at all? Seems such a shame not to….

    [pane=kin]

  58. Yeah, the update has been ready for a while now. I had to update the documentation though. A job I don’t relish.

    Well, to cut a long story short, the latest version is out!

    [pane=kin]

  59. Great stuff. I used to use CJD notepad (which had problems) but that falls over in 2.1 and so went looking for an alternative and just loved the look and fee of KIN. Thanks - downloading it now…

    [pane=kin]

  60. Doesn’t work in my blog.

    In Manage -> KCA I got only a perpetual Loading… message and I’m unable to link on elements in the bar (with ff and IE). I’ve even tried to force ChMOD to 777 for any file and folder, but doesn’t work the same: what’s wrong?

    [pane=kca]

  61. What error message(s) do you get in FF? I doubt it has anything to do with CHMOD, because I notice KCA does add the supporting JS scripts to your pages, so it is working. Make sure your template is calling the footer hook, otherwise plugins using this hook will fail.

    [pane=kca]

  62. hello,

    just wanted to let you know there are some issues with creating categories in wp 2.1 in connection with your plugin: http://wordpress.org/support/topic/105065?replies=11

    [pane=kin]

  63. just read your post, two above saying the latest version is out… still same problems it seems and btw. I have been using vers. 1.0.0

    [pane=kin]

  64. Thanks for the heads up. The problem is fixed. The update is now available for download.

    Make sure you download KCA and KQF as well, if you use them. All my plugins use some core code, which is what I have modified in the latest update.

    [pane=kin]

  65. thx for the fix, it works now, but you forgot to change the version string in the update, it still reads 1.0.0

    [pane=kin]

  66. what I used to do was open a notepad, save on my desktop and hope I dont lose it. Thanks for the plugin!

    [pane=kin]

  67. It’s a great plugin. I’ve tried it my localhost, and it runs smoothly. However, after I tried to install it in my server, I’ve found some problem. I want to edit the template for each feed.

    When I edit the template (after window popup) in my localhost, it runs smoothly. However, when I tested it on my server, after the window popup, there’s nothing there to be modified. Just blank. Can you tell me what went wrong? Thx.

    [pane=kqf]

  68. Make sure the feed URL is entered correctly. If you use Firefox, check to see if you get any error messages. It could be something to do with the server you are on - maybe it’s set up differently. It’s very hard to tell what the problem is with the limited information you have given me.

    [pane=kqf]

  69. Hi, I’ve just reupload & reinstall the plugin on my blog. You can check my blog (on the bottom right of the page). Why do the feeds appear on my Wordpress Dashboard, but doesn’t appear on my blog page? Is it something to do with my server?
    Note: The feeds are taken from my blogspot blogs.

    [pane=kqf]

  70. Make sure wp_head() appears somewhere in the header.php file of your theme. The feeds are retrieved using the same method as in the Dashboard, so it shouldn’t be a server issue. The difference is the hook I mentioned. Either that, or another plugin is interfering somehow.

    [pane=kqf]

  71. can’t get it to work, just shows the title of the plugin, the rest is a blank page under the dashboard + dashboard -> kqf. Any clues? everything’s been chmod’d and activated like the readme says. Running wp 2.1.2

    [pane=kqf]

  72. It works fine on my local install of WP 2.1.2. It could be clashing with another plugin. If you use Firefox, try to find out what the error message is, otherwise I can’t help you.

    [pane=kqf]

  73. Hi Khanh,

    KQF is a brilliant piece of work - congratulations.
    I have been experimenting with its use with Yahoo Pipes, and it has (mostly) been successful. However, some of my pipes have lots of ‘code’ in them, and presumably this causes some them to take a little bit longer to render than say your average garden variety rss or atom feed.
    As a result, the display in KQF has been variable, with the “Loading” message persisting forever on any given page load for some feeds.
    So, I’m wondering if there is any tweak, or hack, that I could apply to change the timeout for fetching a feed?
    For now my use of KQF is not presented to casual visitors at my web site. Here is the page where I am using it: http://www.themineshaftgap.com/blog/?page_id=394.

    Any thoughts?
    Thanks,
    Paul M.

    [pane=kqf]

  74. I’ve thought about feed timeouts, but just haven’t got around to implementing it yet. You could try hacking feed.js. It would be similar to how the “Abort” link works - except with a timer attached. If you are keen, give it a try, otherwise wait till I add it myself - when I get the chance.

    [pane=kqf]

  75. Hi Khanh..

    i install your plugin but i think there is sth wrong..here is my admin panels screenshot..

    is this about the theme i use or what? i cant add anything yet..thanks

    [pane=kqf]

  76. It looks as if the stylesheet is not being loaded. Make sure you maintain the directory structure and apply the correct permissions when uploading the plugin files.

    [pane=kqf]

  77. Hi There

    I just wanted to let you know that I have tried accessing the KQF plugin but I keep getting an error.

    I am not sure if there is something wrong with this page or if I am just getting an error with my browser.

    Are there any display problems?

    Cheers
    Justin

    [pane=kqf]

  78. What browser are you using? Do you have Javascript turned on?

    [pane=kqf]

  79. I have activated this KQF v1.7 in my wordpress 2.0.5.
    I’ve followed and applied the correct permission with your readme.txt.
    However, I could only reach the dashboard. While I click plugin, write, manage, etc., I’ve got blank page only.

    Please advise me how to deactivate it, since I can’t do anything with my blog now. I’m so worried, please help though this is a program that I am looking for.

    [pane=kqf]

  80. Any progress on KFC?

    I notice the last comment is from a few months ago. I would really like to use this plugin on my site.

    [pane=kfc]

  81. Try installing the latest update and see if that works. If not, it could be something to do with your server and how output buffering is handled. If you can not deactivate the plugin, you can just delete the KQF directory to deactivate it.

    [pane=kqf]

  82. KFC is dormant and not available for download at the moment.

    [pane=kfc]

  83. Just downloaded the new version 1.0.2, and it is not working with my version of WP (2.1.3).

    When activated, it activates successfully. When you click on “notepad” on the navigational bar, it redirects to the Wordpress Admin Options page. Also, if you hold down shift+click on notepad link, it opens up a new window and it does NOT redirect, but it actually goes to the ntoepad tab, but theres no content in it. Something is seriously wrong with this program, and this is the third time (third version) not to work.

    I have read the FAQ and read me. I must the the 1% that didn’t work.

    Thanks in advanced,
    Drew

    [pane=kin]

  84. It has been tested on WP 2.1.3. It works as advertised.

    Remember KIN pops up a notepad window. Popup blockers may interfere with it’s operation. Other than that, it could be another plugin interfering with it.

    [pane=kin]

  85. Mike commented:

    can’t get it to work, just shows the title of the plugin, the rest is a blank page under the dashboard + dashboard -> kqf. Any clues? everything’s been chmod’d and activated like the readme says. Running wp 2.1.2

    I am having the exact same problem. Checked file permissions etc as in readme. You can access, activate it, edit etc but when you go to the dashboad admin, it is missing. There is one rss link on the page and it is: http://ink.bur.st/wordpress-plugins/#kqf
    It has a red and black rss icon that flips colors when you hover over it. Other than that and the wordpress logo the page is blank.

    Hope this helps. I would love to be able to use the plugin.

    I am using 2.1

    Thanks in advance,

    Craig

    [pane=kqf]

  86. You need to supply a URL for the RSS feed. Try the example in readme.txt and see if that works.

    [pane=kqf]

  87. That is the problem, there is no way I can add a url for the rss feed. Please see the screen shots:

    [edited]

    Thanks for the help.

    [pane=kqf]

  88. Email me the source of the second page. That looks like Firefox you are using. Do you get any Javascript errors?

    [pane=kqf]

  89. I’m having the same problem as Salvatore.
    The script seems to insert itself as expected into the page, but I can’t add any script sets ..
    In fact I can’t change anything kca related in the admin panel.

    Firebug displays an error message:

    > khanh is not defined
    in edit.php in line 46

    Can you please have a look at this?
    thnx and cheers
    Tom

    [pane=kca]

  90. Sure, I can have a look at it. The only problem is I don’t have the same setup as you.

    KCA works no problems on WP 1.2 -> WP 2.1.3, so your situation is rare. My guess is another plugin is clashing with KCA.

    Try deactivating all other plugins and see of KCA works. Then reactivating the plugins one by one until you know which one causes the clash (if at all).

    Get back to me on the results.

    [pane=kca]

  91. I’ve got the same ‘perpetual loading’ problem.
    No.1 in the FAQ is:

    Q: I only see the “Loading…”
    A: Make sure Javascript is turned on.

    which is great, except how do I turn Javascript on? As far as I knew it was never turned off…

    IE6 displays an error message:
    Line: 22
    Char: 14
    Error: Invalid Character
    Code: 0
    URL: …/wp-admin/edit.php?page=kca.php

    [pane=kca]

  92. Ok, here’s the lowdown…

    It is too hard to know what is wrong with a particular setup by guess work alone. It is making my head hurt. Really.

    So, from now on if a particular plugin of mine does not work for you, use the contact form to email me:

    - details of the problem (eg. KCA fails to load)
    - system you are using (eg. Windows XP)
    - browser you are using (eg. Firefox 2.0.0.3)
    - access details (ie. just setup a temporary user & pwd with sufficient priviledges - you can delete the account later)

    I will look at the problem when I can.

    [pane=kca]

  93. Do you have an addon for the text in your header there? that is so cool

    [pane=kca]

  94. It’s not for release at the moment.

    [pane=kca]

  95. Hi,

    Am really looking forward to using the plugin and have just one small query about the instructions which is possibly a very simple question. in your instructions you suggest:

    3. Make sure correct permissions are applied (files=0644, directories=0711).

    Is that to the KQF plugin directory and is it an either/or setting? I know how to change the permissions to folders or files using my FTP manager but I am not sure what to give the correct permissions and whether I am to set it to 0644 or 0711 because I only seem to have one option.

    Any advice would be appreciated.

    Thanks

    [pane=kqf]

  96. The directories should be set to 0711 and the files should be set to 0644.

    [pane=kqf]

  97. Hi !
    When KFC will be released ? I think i will create my own fortune wordpress plugin.

    Regards;

    [pane=kfc]

  98. Hello again,

    Sorry for such a late update. It ended up being another plugin. Never nailed it down, only because I actually just did alot of maintenance on my site and redesign, so no telling what plugin it was as I got rid of a little of this and a little of that.

    One thing though. I have a feature request, unless it is already a feature (if it is, then I don’t know how to do it). Being able to have a note, just like usual, but when you are done putting your notes together, be able to convert it to a post and it will remove the note from the database and start a new post with it.

    Just a thought.

    –Drew

    [pane=kin]

  99. Hi

    I have installed QKF, changed the permissions etc, but it won’t show anything. I have the same problem as in posts 059 and 061, KQF option is in the Dashboard menu, but it shows nothing, apart from the red-black feed to this site. I have no way to add the URL of the feed so right now I cannot do much with this plugin, and I’d like to!

    I run WP 2.1.3, i.e. the latest version that can be downloaded.

    Please help me get this plugin going.

    Sincerely, Dusko

    [pane=kqf]

  100. KQF works correctly with the latest WP 2.1.3. If you are having problems, it’s because of incorrect server settings.

    KQF needs to access certain global variables. If it doesn’t find these variables (such as $user_level), you will end up with a blank page. This is because you will be deined access to that page due to insufficient priviledges.

    Talk to your admin about applying the correct settings for your server.

    [pane=kqf]

  101. Hi

    Many thanks for such a speedy reply. Indeed, $user_level is not setup in any way in the code as it is now. I shall certainly ask my host about the solution you proposed, but in the meantime, could I manually set up the default values of $user_level and/or any other variable that is not initiated in KQF!?

    [pane=kqf]

  102. Hi

    I have asked my host about global variables in PHP and this is what they told me:

    to make a variable global you need to put:
    global $user_level

    Would that solve the problem? If it would, which variables should be declared as global?

    Sorry to press you upon this so much, I’d just like to get this plugin working.

    [pane=kqf]

  103. Indeed, that statement is on line 608 in kqf.php, but as I said earlier, due to how your server is set up, $user_level is undefined as a global variable.

    If you want to test whether this is the case or not, just comment out line 609 ie. put “//” at the start of that line, without the quotes.

    What you will find is the page will show, but another part of the script will fail, due to the earlier problem arising again.

    There is nothing wrong with the plugin code. Get the server set up correctly and the plugin should work.

    [pane=kqf]

  104. OK, how do I get to set up the server correctly? What should be in the code and where?

    [pane=kqf]

  105. You will have to consult your web server admin, or if you are the server admin, you will have to Google it. Good luck!

    [pane=kqf]

  106. I have tried your plugin on my primary site and it works! Yes, there is nothing wrong with your plugin per se and now I see that it won’t work only on sites which are on shared hosting in an Apache environment. Have you had any other case like this and what was the cure?

    Is it possible to remedy this by changing parameters in php.ini? My host promised me access to it if I thought it could have helped me.

    If it is not possible to run this plugin on a shared hosting, please just say so, so that I can stop chasing this.

    [pane=kqf]

  107. I am looking into it. It may not be a server issue after all, but rather a roles/capabilities issue. Stay tuned.

    [pane=kqf]

  108. A big thanks for all the help and the support! Thumbs up
    Dimis

    [pane=kqf]

  109. The roles/capabilities issue has been fixed. This should solve the blank KQF option page problem.

    The new KQF release should be out shortly.

    [pane=kqf]

  110. Do you have an addon for me? Please post the link. See you. Peter

    [pane=kca]

  111. Addons can be any DHTML & Javascript you want to add to enhance your page. You can find DHTML & Javascripts at: http://www.dynamicdrive.com/.

    [pane=kca]

  112. Hi

    When will the new version of KQF be available?

    [pane=kqf]

  113. KQF 1.7.5 was released a few days ago. Download from the link above.

    [pane=kqf]

  114. Oh, silly me!

    Gonna go download it right now.

    Thanks!

    [pane=kqf]

  115. This is a nice little plugin. I don’t use it very often, but when I do, it’s nice for jotting ideas down.

    However, I have had to deactivate it under wp2.2 as it breaks the widgets page.

    [pane=kin]

  116. I’ve tested it in WP 2.2 and there doesn’t seem to be a problem with the widgets page. Can you be more specific as to what is broken and how?

    [pane=kin]

  117. Hello again,

    Now I have a new problem that happened out of the blue. I never changed anything but now my navbar links and the actual notepad just isn’t working properly.

    First off, I have read the FAQ.

    Secondly, when loading the Notepad, under Messages, it just says “Loading…” and stays like this. All the “Ajaxified” stuff, is not working. Does this in IE and Firefox. I am only running one instance of KIN.

    I have deactivated all Plugins and only had KIN activated. This is the same for WP 2.1.3 and WP 2.2.

    Any help would be appreciated. Thanks.

    [pane=kin]

  118. Alright, I’ve done a true test.

    I made a new directory on my host that is in a subfolder of a subfolder (pretty much a test area of my host so that I can test things before I push them live).

    I created a new database, downloaded WP 2.2 from wordpress.org and installed the latest version of KIN and installed Wordpress from scratch with the default install and activated KIN.

    KIN is not working correctly. So on a fresh install of everything in a totally different location it still breaks via what I stated above (almost like no AJAX / Javascript type stuff is working.

    Hope you can resolve this sometime soon.

    [pane=kin]

  119. I have sent you login credentials to verify this.

    Thanks.

    [pane=kin]

  120. Ok, after a bit of head scratching, I traced the problem to the fact that __FILE__ and $_SERVER[’SCRIPT_FILENAME’] reported different values - in your case.

    __FILE__ reported an extra directory level, while $_SERVER[’SCRIPT_FILENAME’] negated this. And since my core function did some funky RegExps to obtain an URL from an absolute path, this tripped it up.

    To cut a long story short, I got rid of the offending function and used another less robust, but more reliable method.

    In other words, it’s fixed.

    [pane=kin]

  121. Hi there,

    Great, great plugin.

    Just a quick note, I notice that the plugin appears to blow apart the dashboard page with a lot of white space in WP2.2. Is that a glitch or is it susposed to remove WP news boxes?

    Many thanks
    Karl

    [pane=kqf]

  122. The dashboard will be empty until you add your own feeds. WP news boxes are feeds from here:

    - http://wordpress.org/development/feed/
    - http://planet.wordpress.org/feed/

    You can then style the boxes as you please. To get the default WP style, just use the same IDs as the original WP news boxes. All the information and examples can be found in the readme.txt.

    [pane=kqf]

  123. Ah, thanks very much for the head’s up :)

    Karl

    [pane=kqf]

  124. Hi

    Great plugin (found through Jack Humphrey) and all is working fine except for the “updated” field to the right of the links. It keeps stating the following next to each link, eg:

    Top 5 Herbs to Container Garden 37 years, 5 months ago
    Edible Container Gardening 37 years, 5 months ago

    Can’t get it to change.

    Any help would be extremely appreciated!

    Many thanks

    [pane=kqf]

  125. That just states the time since the item was published. At the moment this is calculated by subtracting the local time (your time) from the time the item was published on the server.

    A problem arises when the server where the feed comes from is in an earlier timezone than you. That’s when you will get weird times.

    I will eventually fix this issue, but for now, just go into the template for that feed and delete:

    <cite style="float:right"><small>[freshness] ago</small></cite>

    …from the “Item Content” field.

    [pane=kqf]

  126. Hi Khanh

    Thanks very much for your reply.

    I have removed that string of code from the kqf.php file but it didn’t work. It is still showing as “37 years, 5 months ago”

    Reason I did that was I couldn’t find the feed templates you refer to. Where are these please? I have read about the Templates in the readme file, just can’t find them!

    Many thanks once again, appreciate your help!

    [pane=kqf]

  127. Hi again

    Please ignore my last comment - I’ve worked out how to access the templates! All working fine with the updated field now blank.

    Look forward to this being resolved sometime in future. Thanks again!

    Cheers

    [pane=kqf]

  128. Khan,

    I am having the same problem as comment 53 with the layout of the administration panel. I have uploaded the plugin using the same directory structure and made sure all my permissions are correctly set. Anything else???

    I am at a loss and your plugin is exactly what I am looking for. Hope you have another answer or reason for the incorrect layout.

    Thanks,
    Dan

    [pane=kqf]

  129. Thank you Khanh for the wonderful plugin! nice work

    [pane=kca]

  130. I’ve sent you an updated version of the plugin. Give it a try.

    [pane=kqf]

  131. Hi Kahn,

    Below is what i need,

    ” We’ve had issues posting HTML into wordpress. Wordpress wants to format the html after we post an article. Even if we only use the “Code” tab, the wordpress system will try to format what was pasted in. Here are some examples of the formatting:
    formats out javascript tags
    adds after each carriage return
    changes — to –

    Please look into creating a plugin that will bypass *all* the formatting when we post an article through the Code tab.”

    We are using wordpress-mu(1.2.1)
    Please suggest if this plugin will into this environment. If you suggest some other plugin that meets this, please do inform…

    I need it very urgently..

    Thanks,
    Naveen

    [pane=kca]

  132. Looks like the issue resolved itself. Everything looks great, thanks for the excellent plugin. :)

    [pane=kca]

  133. Hi Khanh,

    First of all, I am really stoked to get this plugin working, because I know it is going to rock when it does.

    Buut, it seems there is a file missing which causes the dashboard formating to go wonky. I viewed source and found this file was not in the zip file:

    kqf.css&type=css” type=”text/css” rel=”stylesheet” />

    Can you throw me this file when you get a chance?

    [pane=kqf]

  134. okay, i found a copy of the file on another site, but it still doesn’t work :(
    any advice?

    [pane=kqf]

  135. Don’t worry, it’s just a redundant reference to an old stylsheet that I forgot about. It should not affect how the dashboard looks at all.

    I’ve emailed you a version of kqf that does not have this reference. Check your email.

    [pane=kqf]

  136. hello! i want to thank you for your useful work. i love your plugin!

    [pane=kca]

  137. Hi Khanh,

    KQF sounds like just what I’ve been looking for to do without the rss2blog… thanks.
    Would your plugin work with the Semiologic Pro theme/CMS?

    BTW, is there a way I could wrap outgoing links from the feeds with a “nofollow” to avoid bleeding the PR?

    [pane=kqf]

  138. It should work for all themes. I do not think search engines index links spat out by KQF, because the plugin uses Javascript/AJAX. So, whether to add “nofollow” to outgoing links or not, really doesn’t matter. The search engines simply just don’t see them. Nothing to follow. That’s not to say you can’t add the “nofollow”. Just edit the feed template to format the feed output. It’s all in the readme.txt.

    [pane=kqf]

  139. Thanks for your fast reply, Khanh.

    if SE don’t see them - do you mean only links or all content from feeds?

    i want the content in page or post, so as to add automated content… for SEO reasons. what’s the reason you’ve coded it so it’s not seen by SE?

    [pane=kqf]

  140. Most search engines do not process Javascript generated content. KQF uses AJAX to fetch and output the feeds. SE do not index AJAXified (all) content very well, if at all. Google Reader & GMail use this technology.

    I didn’t design the plugin so as not to be seen by SEs. I designed it to take advantage of AJAX for a better user experience. Unfortunately, AJAX and SE don’t mix.

    C’est la vie..

    [pane=kqf]

  141. hello,

    your plugin breaks this plugin: http://urbangiraffe.com/plugins/advanced-permalinks/ and it seems you are usign excessive js in the header. can you give it a test and see if you can adapt your plugin or maybe it isn’t even at fault.

    [pane=kin]

  142. Advanced Permalinks does not work on my WP install.

    What do you mean by excessive JS? What is the correct amount in your opinion?

    I can adapt my plugin to do anything you want. My fees are quite reasonable.

    [pane=kin]

  143. :-) don’t get me wrong - I am grateful for a great plugin, I jsut wanted to draw your attention to a possible improvement, thats all.

    Here is what I got from the other plugins author:

    this plugin is behaving badly and inserting javascript into pages it
    shouldn’t do, which in turn is conflicting with some other plugins
    (Advanced Permalinks and any other plugin that reports errors in
    Firebug). ….. It might also be worth
    suggesting to the author to restrict the javascript files to the
    plugin’s page only.

    I was just trying to draw your attention to this. I already have a workaround: I deactivate your plugin, so the other plugin works, configure that one, then reactivate your plugin again, and all is well.

    Please, do nto be offended, maybe I did not express myself very clearly. If you want you can jsut delete my 2 comments here, but I’d be very thankful if you looked into this issue.

    regards
    Ovidiu

    [pane=kin]

  144. I’m not sure what the author meant by “this plugin is behaving badly and inserting javascript into pages it shouldn’t do”.

    KIN inserts JS into every admin page, because it is needed on every page. The JS is minimal. The JS only takes care of the button to open the notepad. The rest of the JS is for the notepad, which is in a child window, completely separate from the opener window.

    I have just done a local install of the latest release of WP 2.2.3, with only Advanced Permalinks activated. The permalink option page does not work. The JS error I see in Firebug comes from the file: /wp-admin/options-permalink.php. I can’t test KIN with it if Advanced Permalinks already causes errors out of the box with the latest version of WP.

    From reading the latest comments on the author’s site, it seems he has a few JS issues. On the other hand KIN has been stable for quite sometime now.

    Thanks for clearing things up. Your comments earlier were a little brief, thus my curt reply.

    [pane=kin]

  145. thx for your understanding, I apologize for not expressing myself more adequate. It is because I am not a native speaker, no offense and rudeness intended.

    thx for looking into this

    [pane=kin]

  146. Hi there, when I write something into the notepad and save, it just returns all fields with “n/a”. What have I done wrong? I’ve set the kin folder/files with the 0711/0644 permissions.
    Also, nowhere I can delete the notes.
    Thanks for any feedback… pls.

    [pane=kin]

  147. Only the user who created the note can access it, unless you are admin. Admin can access all notes. If you are admin and still can not access the note, then maybe KIN is not the right plugin for your WP setup.

    [pane=kin]

  148. Hi Khanh,

    I’m the author of Advanced Permalinks. First my apologies for sending trouble your way, that wasn’t intended. Ovidiu reported some JS problems that no one else was experiencing and after tracking it down I determined that the JS libraries in your plugin (specifically prototype) were clashing with the libraries in mine (jQuery). As the problem wasn’t caused by me, and not having much time, I suggested to Ovidiu to disable your plugin and maybe get in touch with you. At that point I didn’t know what your plugin did (hence the behaving badly comment). I certainly didn’t want to indirectly point the finger.

    Having now looked at your plugin I’m not sure how to resolve the clash, other than temporarily disabling it. The WordPress team have stated that they are moving WordPress towards using jQuery, so at some point there could be similar clashes. If there was any way of not loading prototype on every page that would be ideal, or maybe using the wp_enqueue_script function.

    I hope that’s cleared things up a bit! Again, sorry for the bother.

    John

    [pane=kin]

  149. Had a read at the jQuery site. I’m glad to know that it isn’t my code that is to blame. Let’s get that straight.

    You are right, there is a clash between jQuery and Prototype. The clash stems from the $-funtion. There is a simple remedy for this mentioned on the jQuery site.

    If you make the changes suggested by the jQuery team, your plugin should happily co-exist with other JS code that use Prototype.

    I noticed that the WP developers have included Prototype along with jQuery in WP 2.2.3. I hope the find a good library and stick with it!

    I will change over to jQuery when Prototype is no longer included with WP.

    [pane=kin]

  150. Can I alter the title displayed on the dashboard to something more descriptive such as add a feed instead of kqf? I will of course not touch the link in the footer. Can you tell me what lines to edit to change this?

    -Matt

    [pane=kqf]

  151. Thank’s You for information

    [pane=kca]

  152. I can’t get this plug in to work on my blog at all. I get loading and that never changes. I have tried to get this thing to work to no avail.

    if there is any help you could give me it would be great. i’m sure its a quick fix and i am just not seeing it.

    Thanks

    [pane=kca]

  153. Martino, Manele & David: My pleasure!

    Travis: I noticed when I navigated to your site, there were PHP and Javascript errors. Make sure you have resolved these errors in your admin section, otherwise other Javascript code will halt. KCA relies on Javascript to perform most of it’s functions. I am guessing KCA is not working due to errors from other plugins.

    [pane=kca]

  154. Thanks..
    […] Açıklamalı 232 Wordpress eklentisi (Agu. 15, 2007 !!) (Wordpress plugin list),[…]

    [pane=kin]

  155. Hello Khanh,
    Excellent work. It is so handy. I just installed it and works great. Still I think there are a couple of bugs.
    1. When I activate it, it reloads the page. So I would have to be careful so I do not oose data of my page. Maybe a conflict with the advanced-admin-menus that I use.
    2. My timezone is +3 hours of GMT. The notepad cannot see this, although my wordpress settings are correct.
    If you find a solution please let me know.
    PS: I have wordpress 2.3 installed

    [pane=kin]

  156. A very impressive plugin! I especially like the integration of AJAX. So far, it’s the only RSS plugin that I’ve found with AJAX. (If anyone knows of other RSS plugins with AJAX, I’d love to know!)

    I do have a couple of questions though. The plugin appears to mostly function under Wordpress 2.3, but there is at least one place on the dashboard where a non-existent categories table gets queried. Do you plan to release a new version for WP 2.3?

    The other issue has to do with XML namespaces in the RSS feed. I see that the plugin parses the feed to generate a unique set of kqf property tags for each feed template. It works brilliantly until I try to use it with a tag that has an XML namespace. E.g., the RSS tag “dc:date” shows up as a kqf template property of “[dc.date]”, but if I try to use it, nothing shows up.

    Also, I’d like to use kqf with del.icio.us to display links to the tags associated with a bookmark. del.icio.us RSS feeds encode this in hierarchical structures that yield a number of kqf template properties such as [taxo.topics_bag] and [topics_bag] but they don’t seem to do anything.

    Probably, this is beyond the scope of what kqf was designed to do (and that’s fine), but I’d really like to use kqf because of AJAX. So, I’m wondering if there’s a way for me to specify my own XSLT stylesheet for the feed and have kqf use it. Or maybe there’s some other way that I haven’t thought of…

    Thanks in advance for your help!

    [pane=kqf]

  157. I found out about the database query error last night, so it has been fixed. As for the hierarchical structures, that was what kqf was originally designed to handle. Somewhere along the line, a bug was introduced, that disabled this feature. To cut a long story short, it’s been fixed. I will release the latest version soon. I was going to release kqf after a major interface overhaul, but that can wait till next time. I’m too busy at the moment.

    [pane=kqf]

  158. Hi Khan,

    I’ve tested KQF on one of my sites using the semiologic Pro CMS and an additional couple of plugins like wp-shoppingcart and popupgallery. I couldn’t get these and another plugin to function until I sadly had to disable your plugin.

    Any idea how I can fix this issue?

    I use a reseller hosting account from hostgator and have not yet upgraded to WP 2.3.

    Thank you!

    [pane=kqf]

  159. I’ve uploaded the directory, gave premissions, activated, and all I’m getting is a “loading…” and a page the missing some deatails. I’ve been trying all day to make it work but nothing. I’m using WP 2.2.2 and very new to it.

    Thanks

    [pane=kqf]

  160. Good job for your plugin.
    I have some problem : Template is blank but my RSS URL is ok and some web site are loading… and not loading… and loading… Why ? I don’t have this problem with RSS URL feedburner but with RSS URL like http://mywebsite.com/rss/backend.php.

    Have a idea ?

    [pane=kqf]

  161. A new version will be out soon, that may solve your problems.

    [pane=kqf]

  162. Really ! Great !

    Will Solve the accent problem too ?

    When the new version will be out ? two days, two weeks, two months ?…

    Thanks

    [pane=kqf]

  163. It will be ready when it’s ready.

    [pane=kqf]

  164. thank you for your plugin! i was searching a lot for this solution and hopefuly a found it!

    [pane=kqf]

  165. Looking forward to seeing a WordPress 2.3 compatible version!

    [pane=kqf]

  166. Hello,
    Thank a lot for your update. I have got try this new version but i found that it’s incompatible with the podpress plugin. Have you got a idea to use your great plugin and podpress plugin ?
    Thank

    [pane=kqf]

  167. Accent don’t work in Title rss, is normal ? When i put the title with accent, all of table in dashboard are empty…
    Thanks

    [pane=kqf]

  168. Not sure how to make it work with podpress plugin, because I don’t use that plugin.

    Accents do save, but there is something wrong with encoding at the moment. If anyone knows how to fix this, contact me..

    However, if the dashboard is empty, check the template and make sure the id=”" is set properly.

    [pane=kqf]

  169. i confirm, your great plugin don’t work with podpress, snif snif
    to bad, beacause your plugin is wonderfull.

    i think the cause is typically rss flux.
    to bad.
    can you think made something for this ?

    [pane=kqf]

  170. thanks for this great and very easy to use plugin!!

    [pane=kqf]

  171. how to limit number of feeds. atm they are posting a lot more than required in the posts. i have gone through the docs but am dumb to get the solution.

    [pane=kqf]

  172. In templates, under “Total items to show”.

    [pane=kqf]

  173. If your having plugin issues, you can also use SimplePie instead. SimplePie also does the same thing as KQF, just without a nice drop in style WP plugin way, but is compatible with wordpress.

    The only thing I don’t like about KQF, is the Dashboard. I wish the author would include an option to disable the feed display in the wp-admin dashboard. I don’t like my dashboard modified, never have, especially if you have multiple feeds, that screen really gets messed up.

    [pane=kqf]

  174. Great plugin man.. keep up the good work!!! ;)

    [pane=kca]

  175. Look at the js file and visit their home page for coding details.

    [pane=kca]

  176. Khanh,

    I have a couple of suggestions/questions, but first, hat tip on this script, it’s fantastic.

    a. for your next update, any chance you would split the script allowing the rss feed w/o the intrusiuon to the dashboard? I realize your origional need for the script, but it is intrusive as I actually like my list of comments the way they were.

    b. is there any way to automate the use of the themes CSS as the default?

    c. I’m feeding mashed feeds through yahoo pipes and regardless of how I set the polling, I’m an hour behind.

    Thanks again for a great script.

    [pane=kqf]

  177. this plugin is very good…..great job…thx a lot

    [pane=kca]

  178. Great Plugin Man…THX!!! Manele Noi

    [pane=kca]

  179. Thank you Khanh for the wonderful plugin!!!

    [pane=kca]

  180. Hi Khanh,

    I just installed the Kqf plugin on my wordpress blog, after the installation my write post page comes blank I cant see the anything on this page but when i deactivated the plugin it came back.
    Also the KQF screen does not give me all the options it does not show the placement, poll and location columns.

    Can you please tell me what is the problem and how I can fix it.

    [pane=kqf]

  181. I’m not sure what the problem is with the disappearing write post page. Could be a conflict between plugins.

    As for the other matter, you will find any missing options in the template page now.

    [pane=kqf]

  182. Hi Khanh:

    Which template page you are referring to, also I have deactivated all other plugins and it still hides the write post page.But when I deactivate KQF it shows back maybe I have to re install it all over again.
    Can you guide me with a safe way of removing it.

    [pane=kqf]

  183. Hi Khanh,

    I am using wordpress 2.3.1 and have finally been able to load the feeds in my dash board, and can see my write post page but it is not giving me the code to embed in the post or page, what can I do to see that code. Also when the plugin is activated I cant see the comments page it completely blank.

    Am i using a higher version of WP, also I have podpress installed I have deactivated it should i remove it all together.

    [pane=kqf]

  184. KQF has been tested to WP 2.3.2. Sometimes problems could arise due to the theme you are using. To know more about how to display feeds in posts etc, read the supplied readme.txt.

    If you find there are plugin clashes, it is up to you to decide which ones to (de)activate.

    You might find the solution in readme.txt.

    [pane=kqf]

  185. Great plug-in! Thank you!

    Sad so many people are asking so much for a free plug-in, with few people making donations. Expecting the author to do so much for nothing.

    Again, thank you, I appreciate the work!

    [pane=kca]

  186. hanx. you are prompt to reply.

    [pane=kca]

  187. Hi, The KFQ plugin is really useful, so thanks for your work. I wanted to use it such that it only gives me the first 5 posts of a feed instead of what seems to be everything (up to 2 days ago).

    The readme.txt says that I put some information in to the feeds form. Where is this feeds form located?

    Thanks!

    [pane=kqf]

  188. thank you.. nice post and always don’t forget to update new information

    good post :-)

    [pane=kca]

  189. Thanks for the plugin!

    [pane=kca]

  190. Wired problem!
    for some reason when I add the 16 feed (on the KFQ 1.7.8 window)
    all the feed in the list disappear/ deleted
    I”ve tried adding it all again but it keeps resting every time I add the 16 feed.
    any Idea how to solve this issue?

    I really love this plug in, but it seems I”ve reached some limit?!?

    Thanks

    [pane=kqf]

  191. There is no limit to the number of feeds you can add.

    [pane=kqf]

  192. Hi John

    I know you probably don’t like this question but it will make the plug-in perfect for me.

    1. Is the any way I can disable the rss feeds on the control panel?
    I only use it for rss feeds in my posts, while the control panel is taking ages to load because I have lots of feeds configured.

    2. When I add a feed channel to the side bar
    its moving all the other sidebar add-ons to the middle of the page?

    3. I have the WP-dTree plug-in installed which is stops working when I view a page with kqf feeds. do you about this problem?

    BTW: do you have some embed code I can put in my site, so I can help promote your plug in?

    Thanks
    Harel

    [pane=kqf]

  193. 1. Deactivate any feeds you do not wish to see on the Dashboard. You can still use the feeds in your posts. I will add an option to choose default or custom Dashboard eventually.
    2. No idea.
    3. Sounds like Javascript library clash.

    As for the embedded code, the plugin automatically adds a link at the bottom of the page. However, you are welcome to plug it any which way you want!

    Finally, if you have exported any feeds from an earlier version of KQF, you might find it will not import into this version properly. That’s because the XML file might contain invalid XML characters. My bad.

    To fix this, either you can:
    1. add each feed again manually, or
    2. edit the XML file and escape all invalid characters you find.

    The 2 attributes that might contain invalid characters are xmlUrl & htmlUrl. The characters you are looking for will be:
    - “<” becomes “<”
    - “&” becomes “&”
    - ‘”‘ becomes ‘"’ (if you are using quote(”) to delimit the attribute value)
    - “‘” becomes “'” (if you are using apostrophe(’) to delimit the attribute value)

    Import and export should work as advertised in the latest version.

    [pane=kqf]

  194. Thanks, I understand it better now.

    Keep on the great work

    Harel

    [pane=kqf]

  195. hi there plugin but :

    Does anybody know if tis script is compatible with Wordpress 2.5?

    Thanks in advance for any help on this!

    [pane=kin]

  196. Yes, it is. ;)

    [pane=kin]

  197. Thanks for the plugin!

    [pane=kca]

  198. nice plugin !

    [pane=kca]

  199. Hi,

    Your plugin sounds like exactly what I’m looking for! I’ve installed it, but am unable to add any feeds because the “Go” button simply doesn’t work for me on my Mac in either Firefox (3.0) or Safari (3.0). I can press the button all I like and the form simply doesn’t submit. Have you heard of anything like this, or have you got any idea how I can get the form to submit?

    Thanks,
    David

    [pane=kqf]

  200. Hiya,

    Hope you can help me, I have installed KQF on 2 sites one is working and the other is not. on the first one. http://www.want-to-know-more.com/latest-news/ im testing it out but wanted to change the count so that only 5 feeds per section. I’ve gone through all the pages and made amendments in the code which only seemed to break it so back to square 1. could you point me in the right direction for that?

    and for No.2 www.moneyhealthhappinesswealth.com/blog I have installed it but the page only shows loading and it has an error on it. I tried upgrading the wordpress from 2.5.1 to 2.7.1 but I dont think it was 100% successful.
    I would really appreciate your help on this.

    Thank you

    Elle

    [pane=kqf]

  201. Hi,

    Great plugin except for 2 minor inconveniences:

    1) It seems to fail the xhtml validator (http://validator.w3.org).

    It seems to generate about 11 errors.

    Have I done something wrong? If not, is there any chance of the code being “tidied up”.

    I tried fixing it myself, but I didn’t get far before stuffing the whole plugin (and re-installed the original).

    2) The popup (mouseover) feed preview is dark Blue text on a lighter blue background (ie difficult to read when the blog background color is white).

    I managed to fix it within the dtt.css, and modified the colors there (black text on a white background)… but since upgrading to WP 2.6, the colors have gone back to their original blue-on-blue… and I cannot change them to the more readable colors I had before.

    Could I suggest a color section to the settings screen (so that anyone can change the popup feed “preview” colours.

    Anyway, thanks for the great plugin. By looking at the code, it looks like a complex plugin… I would really struggle to code something like this.

    [pane=kqf]

  202. Thanks for the kudos.

    1) Could you send me a copy of the errors you speak of via the contact form?
    2) dtt is actually a separate JavaScript tooltip application, so I did not have plans to include any configuration options for it in kqf itself. But, I might consider providing an option to edit dtt.css. In the mean time, I suggest you have a look at #dtt in dtt.css again. I can not replicate what you mentioned on my local install of WP 2.6. It works fine for me.

    [pane=kqf]

  203. Having problem of “Loading…” forever.

    I read previous posts about same problem but
    cannot figure out how to fix it.

    Please help!

    Thank you.

    Michel

    [pane=kqf]

  204. Hello, I just learned of your plugin and downloaded to read the readme.txt file, but I did not find any reference to my question.

    I have a desire to display feeds directly in my index.php template file, but the feeds I would like to display also include images. Does your plugin allow for retrieving and displaying images from feeds as well?

    [pane=kqf]

  205. The plug in is great!
    But it would be great with a filter…

    Example:
    My content is about Poland.
    An RSS feed is global about foreign news.
    Is would be nice if this plugin would only publish content with the keywords i would enter.

    [pane=kca]

  206. wow - this tool looks awesome

    im gonna put it on all my blogs

    thanks heaps

    Dave

    [pane=kca]

  207. After installing KQF per the read me file.

    When placing the feed ID in my page I am getting 404 errors saying content isn’t found, yet there is a link to the feed showing up on the page I placed the code.

    Also, I have looked all over my WP install for the files folder and the directories folder to change the permissions called for in the read me text file but I can’t locate them anywhere.

    Do I need to create these folders in order for this to function properly. If I do need to create these folders where in the directory structure should i place them?

    Thanks

    [pane=kqf]

  208. Welcome

    [pane=kqf]

  209. Great job - this seems like precisely what I need on my site. HOWEVER, I cant get it working because when using the simple in-page prompt of

    [title]

    • Loading...
    , all that ever appears on the page is

    [title]

    • Loading...
    even though I have loaded the URL RSS feeds into the KQF dashboard?

    Using WP v.2.8.3 and KQF v.1.8.0. Im probably being a complete dumbass, but any help would be very much appreciated.

    JL

    [pane=kqf]

  210. Found this after some thorough searching. First, I tried FeedWordpress plugin. Didn’t seem to work. I hope this one will work this time.

    [pane=kqf]

  211. I see that this plugin is old. I wonder if it still works in the newest wordpress environment. Besides, I can see that a lot of users are having problems in its implementation. I would want to use this plugin because it is novel and really cool if implemented properly. I hope the bugs have been ironed out.

    Just a question to all who have used it. Does it cause any reduction in google ranking due to content duplication?

    [pane=kqf]

  212. Hi, I installed the plugin on a wordpress 2.8.2 blog. This cool plugin still works nicely! With a little tweaking, it displayed not only the title but also the description or summary which by default is only shown as tooltip.

    [pane=kqf]

  213. Awsome, its beyond awsome !

    Thank you

    [pane=kqf]

  214. yeah right a filter option would be nice

    [pane=kca]

Leave a Comment

Name (required)

E-mail (required - will not be published)

Website URI

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>

Subscribe to receive notifications of replies [Comment Subscriptions]