SilverKenn
Forum Replies Created
-
Forum: Plugins
In reply to: [Gravity Forms + Custom Post Types] It doesn't support non public post type?Thanks for the update though I end-up creating custom functionality and hooking it directly on
gform_after_submission.This might come handy in the future when I encounter similar project.
Have a great day
Forum: Plugins
In reply to: [WP LinkedIn] How to display Company UpdatesHi There,
I’m having issues showing company updates,
When I used
[li_updates]I got 403 Forbidden error, The error says “Access to network denied”When I used
[li_profile]showcode, it works fine,Also in your comment, you mentioned about the shortcode
[li_company_updates id=”page_id”]
, but it won’t work on mine, it just display the shortcode like its not even an active shortcode,
Would appreciate any help,
Thanks
Forum: Plugins
In reply to: [Magic Fields 2 Toolkit] Error on activateI got it working now, didn’t notice my PHP is still on Version 5.2
Thanks
Forum: Plugins
In reply to: [Magic Fields 2 Toolkit] Error on activateI also got Error upon activation..
it says
Plugin could not be activated because it triggered a fatal error.
Parse error: syntax error, unexpected T_FUNCTION in /home/../../../wp-content/plugins/magic-fields-2-toolkit/magic-fields-2-toolkit.php on line 41
Forum: Reviews
In reply to: [Contact Form 7] Best and Simpliest to used wordpress PluginTry to check this.
Forum: Plugins
In reply to: [Contact Form 7] Contact Form 7 if on the Specific Page.. Do something.Thanks for you response.
I really appreciate it.
However, I am really new in PHP and that’s what I am trying to achieve but no success, I’ve been digging on cf7 plugin files, but really confuse how [_post_id] works.
i see this line
if ( ! isset( $_POST['_wpcf7_unit_tag'] ) || empty( $_POST['_wpcf7_unit_tag'] ) ) return $output; if ( ! preg_match( '/^wpcf7-f(\d+)-p(\d+)-o(\d+)$/', $_POST['_wpcf7_unit_tag'], $matches ) ) return $output; $post_id = (int) $matches[2]; if ( ! $post = get_post( $post_id ) ) return $output;on special-mail-tags.php but having a hard time implementing it on my current code.
I would be very thankful if you could help me though.
Kenn