RC Lations
Forum Replies Created
-
Forum: Requests and Feedback
In reply to: Broken Link on ww.wp.xz.cn HomepageSweet, thanks guys!
Forum: Plugins
In reply to: [Login for Google Apps] Adding Google login button to a custom login formHey Dan,
The login_form filter is actually only used for the stock wp-login.php file; if you want to include the filter on forms generated by the wp_login_form function, you’d need to use one of the filter hooks defined in that function here – https://core.trac.ww.wp.xz.cn/browser/tags/4.2.2/src/wp-includes/general-template.php#L387
I’m not quire sure what you mean my custom login form isn’t following the standard or is wrong, it’s just
<?php echo wp_login_form(); ?>in the template where I want it.Forum: Plugins
In reply to: [Login for Google Apps] Adding Google login button to a custom login formWould you guys consider adding
add_action('login_form_top', array($this, 'ga_login_form'));
on line 1148 of core_google_apps_login.php just below
add_action('login_form', array($this, 'ga_login_form'));
so it will apply to custom login forms automatically also?Forum: Plugins
In reply to: [Redirection] Group functionality removed?Hey fltxprt, try going to Groups then click “view redirects” on your new group. If you add a redirect from here, does it populate in your new group?
I’m not seeing a way to move items between groups, but at least this allows you to populate a group with your redirects.
Forum: Plugins
In reply to: [Lightbox Plus Colorbox] Use plugins_ur() instead of WP_PLUGIN_URL (for SSL)Actually, that code generated the following issue for me:
[18-Dec-2012 21:07:27 UTC] PHP Warning: Cannot modify header information – headers already sent by (output started at http://www.mywebsite.com/web/content/wp-content/plugins/lightbox-plus/lightboxplus.php:2) in http://www.mywebsite.com/web/content/wp-includes/pluggable.php on line 876
Forum: Plugins
In reply to: [Lightbox Plus Colorbox] SSL website is not loading in Lightbox PlusActually, that code generated the following issue for me:
[18-Dec-2012 21:07:27 UTC] PHP Warning: Cannot modify header information – headers already sent by (output started at http://www.mywebsite.com/web/content/wp-content/plugins/lightbox-plus/lightboxplus.php:2) in http://www.mywebsite.com/web/content/wp-includes/pluggable.php on line 876
Is there a specific reason that pageviews were chosen for the graph display instead of site visitors? It seems this would be misleading for users who are used to Google Analytics, which defaults to site visitors in the standard reporting overview graph.