oooorgle
Forum Replies Created
-
Forum: Plugins
In reply to: [Quotes llama] Clicking Activate Crashed My SiteI’d prefer to keep the troubleshooting within this support thread so others can benefit from it as well. Could you list what plugins you are using? I am betting there is some conflict with another plugin that I am not aware of yet. Thanks.
Forum: Plugins
In reply to: [Quotes llama] Rotation feature for the widget desiredVersion 0.2 uploaded. If you would, let me if this is what you were looking for and how you like it. Feel free to offer suggestions.
Forum: Plugins
In reply to: [Quotes llama] Clicking Activate Crashed My SiteVery sorry to hear that it caused you problems. This is the first notice I have received of it causing this type of problem. Have you updated to the most recent version? Would you might be able to provide some more detail to help me troubleshoot like plugins you use and version information. Did it give a specific error or how exactly did it “crash your site”?
Forum: Plugins
In reply to: [Quotes llama] Rotation feature for the widget desiredHi wolfleader, I will work that into the next release. Had that on my mind already so perhaps in the next week or so when I can make time to work on it. Thanks for the suggestion!
Forum: Plugins
In reply to: [RSS llama] Triggered mod-security issue, had to deleteVersion 0.6 is now available which includes the filename fix.
Forum: Plugins
In reply to: [RSS llama] Triggered mod-security issue, had to deleteI am completely new to ModSecurity and OWASP. I do wonder, are you using CPanel to manage your hosting? I am and I don’t see anything having to do with ModSecurity. I assume my host doesn’t have it installed.
I wanted to share what I found that makes the most sense. Some talk of editing the ModSecurity on the host, or having the host do it. One of them talks about if there is a call to a file that has the word ‘cookie’ in it then it triggers. Both my plugin and the other you mention have the same jquery.cookie.js filename included. I am going to change this in the next update to not have cookie in the file name but not sure how to test it yet..
http://wordpress.org/support/topic/plugin-triggers-mod_security-xss-rule
If you wanted to offer a begger a hand it would be two file edits to test if this is in fact the case. my problem, being the begger, is that I don’t have access to ModSecurity to tell us yay or nay. But, you do have access to my plugin files on your server I assume?
In the main plugin file called rss-llama.php, the following code:
wp_enqueue_script( "rss_llama_cookie", $this->rss_llama_url . "js/jquery.cookie.js", array("jquery"), "1.4.1", false );would need to change to this: basically just the filename.
wp_enqueue_script( "rss_llama_cookie", $this->rss_llama_url . "js/rss-llama-wafer.js", array("jquery"), "1.4.1", false );and then the file named jquery.cookie.js located in the /js folder would need to be renamed to rss-llama-wafer.js, so it matches the file call. Then, a deactive/reactive the plugin to see. that would be amazing if that is all it was.
But then, it also sounds like it is something that the WordPress and ModSecurity developters still need to work out with their error definitions, but would be nice to find out exactly what it is that triggers mine if not others. I hate to think I am doing something wrong here.
http://wordpress.org/support/topic/mod_security-for-wordpress
http://stackoverflow.com/questions/21483100/mod-security2-rules-for-wordpressForum: Plugins
In reply to: [RSS llama] Triggered mod-security issue, had to deleteDid they happen to provide any further information that you could share? This is the first time I have heard of this. Mod-Security looks to be firewall software.
rss llama uses WordPress’s Fetchfeed function to grab rss data from other sites. http://codex.wordpress.org/Function_Reference/fetch_feed
It also uses mail() to send emails for the submit link, if enabled. http://php.net/manual/en/function.mail.php
It doesn’t do anything else outside of the domain beyond those two functions. I don’t have a setup for testing on Multi-site but, if it does have a problem on multi it would be a first too. The code is there for anyone to look at if they think something malicious is inside.
I am at a loss on what to suggest or do right now if they flag it yet provide no information of what it thinks is wrong, or perhaps they need to update their software to not have false triggers, idk.
Thank you very much for letting me know this is happening! I will try to get with them and update when I learn more.
Forum: Fixing WordPress
In reply to: WP_List_Table Search Pagination WorkaroundOk, after trying what someone suggested over at stack-exchange: http://wordpress.stackexchange.com/questions/60347/searching-users-with-wp-list-table-plug-in/213281#213281 I was able to get it working like it should be without my workaround above.
Basically you want to set your forms for=”get”. Most examples out there use post. then your $_POST or $_REQUEST check will see it.
Forum: Plugins
In reply to: [RSS llama] Is this all links without other choices?0.5 – dynamic header buttons for categories. You should disable/re-enable once you upgrade to update the option changes.
I hope this is what you were looking for. Cheers!
Forum: Plugins
In reply to: Settings API Tabs overriding each other and not savingNot quite the solution I’d hoped for but separating the options based on tabs was how I got mine working. Then by having different forms load depending on which tab is selected. http://wordpress.org/support/topic/saving-plugin-options-on-tabbed-settings-screen
Another note: when I try to use array_merge to combine the options arrays for the rest of the plugin to use, I get “The plugin generated 180 characters of unexpected output during activation.” upon activation. Other than the warning it doesn’t seem to cause a problem but… I went ahead and skipped the merge and updated all my option calls to pull from the appropriate array that it is in and that warning went away. Hope this helps you, if you still are working on it. Cheers!
Forum: Plugins
In reply to: Settings API Tabs overriding each other and not savingHaving the same problem..
Forum: Plugins
In reply to: [RSS llama] Is this all links without other choices?Ok, 0.4 just uploaded. You can now use [rss-llama cat=’category name’] to limit to just a single category. In another update I want to make it so it will dynamically build a button list of categories to choose from. Sort of how I am going with my site atm. It is a great solution to having 100s of links. Cheers!
Forum: Plugins
In reply to: [RSS llama] Is this all links without other choices?If you’ve found that it actually does work for what you have in mind that is awesome. Your suggestion of incorporating categories is not just a good idea, but a great one! So it will be. Please feel free to share any other ideas too… and thanks.
Forum: Plugins
In reply to: [RSS llama] Is this all links without other choices?Toni, you ask “Can the RSS feeds be displayed without the regular bookmark links?” I am unsure of what you mean exactly… do you mean the link within the feed itself or the sidebar link? Perhaps an auto load of the category with no sidebar at all? idk.
Forum: Plugins
In reply to: [RSS llama] Is this all links without other choices?Check the link above again. I have a basic example in place that links to a few examples of just single categories.
I can either make an update at this point or, if this isn’t what you needed… thought?