Title: kahlan's Replies | WordPress.org

---

# kahlan

  [  ](https://wordpress.org/support/users/trailness/)

 *   [Profile](https://wordpress.org/support/users/trailness/)
 *   [Topics Started](https://wordpress.org/support/users/trailness/topics/)
 *   [Replies Created](https://wordpress.org/support/users/trailness/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/trailness/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/trailness/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/trailness/engagements/)
 *   [Favorites](https://wordpress.org/support/users/trailness/favorites/)

 Search replies:

## Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Authorizer] CAS authentication gives user error](https://wordpress.org/support/topic/cas-authentication-gives-user-error/)
 *  Thread Starter [kahlan](https://wordpress.org/support/users/trailness/)
 * (@trailness)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/cas-authentication-gives-user-error/#post-8449483)
 * Paul – thank you for all your help. I updated line 685 and it solved the problem
   for me. Glad to hear it will be in the next official release. 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Page Links To] How to tell what I'm using this for](https://wordpress.org/support/topic/how-to-tell-what-im-using-this-for/)
 *  [kahlan](https://wordpress.org/support/users/trailness/)
 * (@trailness)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/how-to-tell-what-im-using-this-for/#post-6022910)
 * I know you asked this awhile back, but to help other Googlers:
 * SELECT * FROM wp_postmeta WHERE meta_key = “_links_to”
 * (If you’re not using the default wp prefix, just change wp_postmeta to yourprefix_postmeta).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cimy User Extra Fields] [Plugin: Cimy User Extra Fields] Login/Registration LOGO still "linked" to WordPress.org &](https://wordpress.org/support/topic/plugin-cimy-user-extra-fields-loginregistration-logo-still-linked-to-wordpressorg-hover/)
 *  [kahlan](https://wordpress.org/support/users/trailness/)
 * (@trailness)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/plugin-cimy-user-extra-fields-loginregistration-logo-still-linked-to-wordpressorg-hover/#post-2723728)
 * To change the link you can place this code inside your theme’s functions.php 
   file:
 *     ```
       add_filter('login_headerurl', 'wpc_url_login');
       function wpc_url_login() {
       	return home_url();
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Pie Register – User Registration, Profiles & Content Restriction] [Plugin: Pie Register] Unable to select required fields](https://wordpress.org/support/topic/plugin-pie-register-unable-to-select-required-fields/)
 *  [kahlan](https://wordpress.org/support/users/trailness/)
 * (@trailness)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/plugin-pie-register-unable-to-select-required-fields/#post-2514195)
 * Bless you, n0x. I had the same problem and your solution worked perfectly.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [[WordPress HTTPS (SSL)] [Plugin: WordPress HTTPS] Theme causing HTTPS partially secure](https://wordpress.org/support/topic/plugin-wordpress-https-theme-causing-https-partially-secure/)
 *  Thread Starter [kahlan](https://wordpress.org/support/users/trailness/)
 * (@trailness)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/plugin-wordpress-https-theme-causing-https-partially-secure/#post-1881357)
 * I just switched to the twentyten theme for a minute, and it resolved the error.
   So it’s definitely a problem with my “garland-revisited” theme ([http://wordpress.org/extend/themes/garland-revisited](http://wordpress.org/extend/themes/garland-revisited)).
 * Running WP 3.0.4 with WordPress HTTPS 1.8.5
 * Internal HTTPS elements, Disable Automatic HTTPS, and Force SSL Exclusively are
   on. The other WordPress HTTPS settings are unchecked.

Viewing 5 replies - 1 through 5 (of 5 total)