Title: CK Hicks's Replies | WordPress.org

---

# CK Hicks

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gravity Forms + Custom Post Types] Debug ERROR message](https://wordpress.org/support/topic/debug-error-message/)
 *  [CK Hicks](https://wordpress.org/support/users/ckhicks/)
 * (@ckhicks)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/debug-error-message/#post-4342152)
 * The get_base_path() function needs to be run statically with newer versions of
   PHP – edit line 123 of gfcptaddon.php as follows:
 * `protected static function get_base_path(){`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Favorite Posts] cannot edit plugin php file](https://wordpress.org/support/topic/cannot-edit-plugin-php-file/)
 *  [CK Hicks](https://wordpress.org/support/users/ckhicks/)
 * (@ckhicks)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/cannot-edit-plugin-php-file/#post-3284136)
 * Sounds like you edited something unnecessarily – why not use the admin panel?(
   Settings > Favorite Posts)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Favorite Posts] [Plugin: WP Favorite Posts] Favorite list on profile page](https://wordpress.org/support/topic/plugin-wp-favorite-posts-favorite-list-on-profile-page/)
 *  [CK Hicks](https://wordpress.org/support/users/ckhicks/)
 * (@ckhicks)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-wp-favorite-posts-favorite-list-on-profile-page/#post-3070513)
 * You’ll need to pull entries based on the user id – I’m working on a solution 
   for this right now on a client site and will post back when I get it working.
   I’m planning to pass the user id through `wpfp_get_users_favorites` and go from
   there.
 * Don’t add that to user-edit.php though, you need to make an [author page template](http://codex.wordpress.org/Author_Templates)
   and add it there for people to see on the front-end.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Home page setting](https://wordpress.org/support/topic/home-page-setting-2/)
 *  [CK Hicks](https://wordpress.org/support/users/ckhicks/)
 * (@ckhicks)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/home-page-setting-2/#post-3022998)
 * Take a look at this article on changing your home/site URL via functions.php:
 * [http://codex.wordpress.org/Changing_The_Site_URL#Edit_functions.php](http://codex.wordpress.org/Changing_The_Site_URL#Edit_functions.php)
 * That will allow you to log back in and correct the edit you made. Otherwise, 
   you’d have to make that edit in the database directly (via phpMyAdmin, etc).
 * Hope it helps!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Front-end Editor] [Plugin: Front-end Editor] Only Tabs Showing on Front-End](https://wordpress.org/support/topic/plugin-front-end-editor-only-tabs-showing-on-front-end/)
 *  Thread Starter [CK Hicks](https://wordpress.org/support/users/ckhicks/)
 * (@ckhicks)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-front-end-editor-only-tabs-showing-on-front-end/#post-2802876)
 * Hmm, somehow this slipped under the radar – my apologies! I was able to get this
   working with a bit of tweaking. Keep up the great work.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BackWPup – WordPress Backup & Restore Plugin] [Plugin: BackWPup] Thank you](https://wordpress.org/support/topic/plugin-backwpup-thank-you/)
 *  [CK Hicks](https://wordpress.org/support/users/ckhicks/)
 * (@ckhicks)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-backwpup-thank-you/#post-2653275)
 * Same here! Amazingly well put together – donating now. Keep up the great work.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Markdown on Save Improved] [Plugin: Markdown on Save Improved] Allow WYSIWYG Editor (Auto Conversion?)](https://wordpress.org/support/topic/plugin-markdown-on-save-improved-allow-wysiwyg-editor-auto-conversion/)
 *  Thread Starter [CK Hicks](https://wordpress.org/support/users/ckhicks/)
 * (@ckhicks)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-markdown-on-save-improved-allow-wysiwyg-editor-auto-conversion/#post-2557688)
 * Fantastic, thanks much!
 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [Loading Mobile/Desktop Headers Dynamically](https://wordpress.org/support/topic/loading-mobiledesktop-headers-dynamically/)
 *  Thread Starter [CK Hicks](https://wordpress.org/support/users/ckhicks/)
 * (@ckhicks)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/loading-mobiledesktop-headers-dynamically/#post-2027915)
 * Quick note: The idea here is to bypass the need for specific hacks and styles
   on mobile vs. desktop environments, because the header will only have the necessary
   scripts for each platform. (I’m using both the mobile/desktop version of HTML5
   Boilerplate for testing purposes.) The main idea is only showin the users what
   they NEED to see, so we can keep it clean and speedy.

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