Michael Beckwith on "[Plugin: BadgeOS LearnDash Add-on] How to Add a Trigger...
Hrm, This is one of the extensions I don't have a lot of familiarity with out of the box, but I imagine the code that executes the awarding is in the /inc/rules-engine.php file. I've been a part of...
View Articletakinglife2themax on "[Plugin: BadgeOS LearnDash Add-on] How to Add a Trigger...
Alright, I was successful in adding the Lesson Topic Action/Trigger. Testing went very smoothly. This is what I changed: badgeos-learndash.php Added Lesson Topic Trigger to Action Hooks On Line 85...
View ArticleMichael Beckwith on "[Plugin: BadgeOS LearnDash Add-on] How to Add a Trigger...
Are you a GitHub user at all? It may be worth trying a gist. I'm having trouble getting the zip to download at the moment. Or better yet, you could always fork and pull request if you are a GitHub...
View Articletakinglife2themax on "[Plugin: BadgeOS LearnDash Add-on] How to Add a Trigger...
I did setup a GitHub account, but I don't really have the time to find out how to use it just yet. lol Pastebin is back up now, so here are the files: badgeos-learndash.php http://pastebin.com/ryNQESWp...
View Article23kulpamens on "Different CSS for each view."
Hi I would like to have different style file for each view in Wordpress. I had found a partially solution here: http://wordpress.org/support/topic/changing-location-of-stylecss-with-filters?replies=8...
View ArticleRinat Khaziev on "[Plugin: Frontend Uploader] Missing data for $_POST in...
$_POST does not contain file information, $_FILES does I have never tested the plugin with more than one file field though.
View Articlefvilawp on "[Plugin: Frontend Uploader] Missing data for $_POST in...
Thanks for your answer Rinat, I'll check out the $_FILES variable as soon as I can get back to my project
View Articlejayhughes on "[Plugin: WP User Frontend] Changing "Add Post" Shortcode Text...
First of all, great plugin. My only question is if there is a filter/action where we can change the logged out text that shows when you visit the page for adding a post. Currently it says: This page is...
View ArticleFeralReason on "Add a Custom Mail Tag to Contact Form 7"
I have landing pages with links to a Contact Form 7 form page. When a user clicks the link, I capture the landing page URL and write it to a cookie called "landingPage" (using an on-click event). What...
View ArticleTakayuki Miyoshi on "Add a Custom Mail Tag to Contact Form 7"
The wpcf7_before_send_mail action hook isn't appropriate for that purpose. Use the wpcf7_special_mail_tags filter instead.
View ArticleFeralReason on "Add a Custom Mail Tag to Contact Form 7"
Takayuki -- Thanks so much for your quick response! I'll try it out tomorrow & post the results. Also -- thanks for your continuing work on this great plugin!
View ArticleFeralReason on "Add a Custom Mail Tag to Contact Form 7"
Takayuki, modeled this off of your 'wpcf7_special_mail_tag' function in mail.php, and added it to my site-specific plugin. Seems to work like a charm -- and provides me with a way to continue adding...
View Articlemsargenttrue on "[Plugin: Frontend Uploader] Missing data for $_POST in...
I’m trying to retrieve the filenames of the uploaded files from the $_FILES array but I’m struggling. print_r($_FILES); clearly works but when I try to loop through $_FILES I’m not getting anything....
View ArticleTakayuki Miyoshi on "Add a Custom Mail Tag to Contact Form 7"
That's very good. It would be better if you escaped the cookie value like return esc_html( $_COOKIE[$cookie_name] ).
View ArticleRinat Khaziev on "[Plugin: Frontend Uploader] Missing data for $_POST in...
Looks like you have a small typo in your code: You have: $_FILES['files'][$i]['name'] Should be $_FILES['files']['name'][$i]
View ArticleFeralReason on "Add a Custom Mail Tag to Contact Form 7"
Takayuki, You're right - I should always escape on output. Thx so much for your help!
View Articlemsargenttrue on "[Plugin: Frontend Uploader] Missing data for $_POST in...
Great! That fixed it.
View ArticleMick Levin on "[Plugin: Recent Posts Slider] Using 'wp_print_styles' makes it...
Hello, I am trying to implement custom styles via my theme, and I was wondering, why your style.css always loads *after* my theme's one, even when I changed the dependencies and priorities. Then I...
View Articlekreatia on "[Plugin: Easy FancyBox] open an iframe when I click on a input...
HI! I have a subscribe form in my site and I'd like to open a modal window with subscription page inside, when user clicks submit button. I'm going to try to explain myself (apologizes for my english)...
View Article