Title: tipichris's Replies | WordPress.org

---

# tipichris

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar] Google calendar links too long when using JetPack sharing plugin](https://wordpress.org/support/topic/google-calendar-links-too-long-when-using-jetpack-sharing-plugin/)
 *  Thread Starter [tipichris](https://wordpress.org/support/users/tipichris/)
 * (@tipichris)
 * [12 years ago](https://wordpress.org/support/topic/google-calendar-links-too-long-when-using-jetpack-sharing-plugin/#post-4977699)
 * thanks Leah. It was meant as bug report rather than a plea for help so that’s
   fine.
 * For the benefit of anyone who comes across this thread I’ve worked around it 
   with this in my theme’s functions.php to just put a further info URL in the event
   description when adding to google calendar
 *     ```
       /** Use only the URL for more info for the description for gcal **/
       function foow_tribe_gcal_hack($params) {
         $params['details'] = urlencode('Details at ' . get_permalink());
         return $params;
       }
       add_filter('tribe_google_calendar_parameters', 'foow_tribe_gcal_hack');
       ```
   
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Links widget missing on child site on wp 3.6 multisite](https://wordpress.org/support/topic/links-widget-missing-on-child-site-on-wp-36-multisite/)
 *  [tipichris](https://wordpress.org/support/users/tipichris/)
 * (@tipichris)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/links-widget-missing-on-child-site-on-wp-36-multisite/#post-4108630)
 * Just [asked the same question](http://wordpress.org/support/topic/links-menu-missing-from-admin-panel-and-no-link-widget-in-child-site),
   then found the answer myself straight away. Install the Link Manager plugin, 
   as the [Link Manager](http://wordpress.org/plugins/link-manager/) is now disabled
   by default on new installations.
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Links menu missing from admin panel and no link widget in child site](https://wordpress.org/support/topic/links-menu-missing-from-admin-panel-and-no-link-widget-in-child-site/)
 *  Thread Starter [tipichris](https://wordpress.org/support/users/tipichris/)
 * (@tipichris)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/links-menu-missing-from-admin-panel-and-no-link-widget-in-child-site/#post-4328663)
 * An interesting exercise in keywords. Spent hours searching for this with ‘Links
   menu’ and ‘Links widget’. Then as soon as I’d posted thought to try ‘Link manager’
   and got straight there:
 * [http://wordpress.org/plugins/link-manager/](http://wordpress.org/plugins/link-manager/)
 * Link manager has been disable on new installs. Use the [Link Manager plugin](http://wordpress.org/plugins/link-manager/)
   to re-enable it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[OpenID] Keeps sending me back to login screen](https://wordpress.org/support/topic/keeps-sending-me-back-to-login-screen/)
 *  Thread Starter [tipichris](https://wordpress.org/support/users/tipichris/)
 * (@tipichris)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/keeps-sending-me-back-to-login-screen/#post-3530543)
 * A bit more info…
 * This is only a problem when accessing the login screen over SSL, which since 
   I had FORCE_SSL_LOGIN set true was always. Having disabled that I can now login
   in using OpenID using plain old http, but still not with https

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