Title: Hendrikx's Replies | WordPress.org

---

# Hendrikx

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [http error when uploading media](https://wordpress.org/support/topic/http-error-when-uploading-media-8/)
 *  [Hendrikx](https://wordpress.org/support/users/cahe/)
 * (@cahe)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/http-error-when-uploading-media-8/#post-5581115)
 * [FcgidMaxRequestLen Issue?](http://stackoverflow.com/questions/17669712/php-upload-and-internal-server-error)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [My admins keep re-posting content — any technical way of catching reposts?](https://wordpress.org/support/topic/my-admins-keep-re-posting-content-any-technical-way-of-catching-reposts/)
 *  [Hendrikx](https://wordpress.org/support/users/cahe/)
 * (@cahe)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/my-admins-keep-re-posting-content-any-technical-way-of-catching-reposts/#post-5581114)
 * First make a search in your content. If no match, only then post the new content?
   Checking also for this kind of feature.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Theme Check] Use get_template_part() instead of include (INFO)](https://wordpress.org/support/topic/use-get_template_part-instead-of-include-info/)
 *  Thread Starter [Hendrikx](https://wordpress.org/support/users/cahe/)
 * (@cahe)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/use-get_template_part-instead-of-include-info/#post-5487723)
 * Solved again. I included the file in the same way but directly in functions.php
   instead of the optionpanel file. Thanks for reading again..
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[wp_head] Should i hook functions to wp_head or place them in header.php?](https://wordpress.org/support/topic/wp_head-should-i-hook-functions-to-wp_head-or-hardcode-it-in-headerphp/)
 *  Thread Starter [Hendrikx](https://wordpress.org/support/users/cahe/)
 * (@cahe)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/wp_head-should-i-hook-functions-to-wp_head-or-hardcode-it-in-headerphp/#post-5468582)
 * Dont blame my stupid questions. Got my awnser already. Thanks…..
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Disable Theme Activation if WP Version is lower than 3.5](https://wordpress.org/support/topic/disable-theme-activation-if-wp-version-is-lower-than-35/)
 *  Thread Starter [Hendrikx](https://wordpress.org/support/users/cahe/)
 * (@cahe)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/disable-theme-activation-if-wp-version-is-lower-than-35/#post-5450223)
 * Hmm its not a difficult question 😉
 * I solved it in the backend with:
 *     ```
       if ( $wp_version < $version_needed ) {
       // add_action(load_error_stuff)
       } else {
       // add_action(load_stuff)
       }
       ```
   
 * On the frontend with my compatibility_check function that loads an error_fronpage
   that shows messages of the errors when user can edit theme options.
 * For now solved but again: Is there a better way to do this?
 * I dont want that people break there database if its not compatible..
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Disable Theme Activation if WP Version is lower than 3.5](https://wordpress.org/support/topic/disable-theme-activation-if-wp-version-is-lower-than-35/)
 *  Thread Starter [Hendrikx](https://wordpress.org/support/users/cahe/)
 * (@cahe)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/disable-theme-activation-if-wp-version-is-lower-than-35/#post-5450124)
 * hmm. Cannot edit my last post?? Then i will dubble post 😛
 * Now im solving it with an error message in the backend and load another page 
   on the wp frontend, but hope that someone knows an awnser to previous question….
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [how to become an administrator and edit the site](https://wordpress.org/support/topic/how-to-become-an-administrator-and-edit-the-site/)
 *  [Hendrikx](https://wordpress.org/support/users/cahe/)
 * (@cahe)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/how-to-become-an-administrator-and-edit-the-site/#post-5450072)
 * Haha, I dont think there is an tut for that. Couse that would be using a security
   breach in the software thats running on a server or in wordpress in my opinion.
 * Also, dont give only one user admin access in a business. Alway’s more. So this
   cant be happening again.
 * When its an Windows computer without domain, you can use locksmith to reset a
   password of a Windows account, maybe she stored the login credentials in there?
   You can find it in MsDart. If there is a domain, ‘again’ ask the server admin
   for an account reset.
 * Succes!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [how to become an administrator and edit the site](https://wordpress.org/support/topic/how-to-become-an-administrator-and-edit-the-site/)
 *  [Hendrikx](https://wordpress.org/support/users/cahe/)
 * (@cahe)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/how-to-become-an-administrator-and-edit-the-site/#post-5450070)
 * Usualy when a user dont have access it has to be that way.
    I would say: contact
   the site admin or someone who has also access to create an ftp account for you.
 * By terminated, what do you mean exactly?
    I hope she’s fired and not dead? Is
   there a way to contact her?
 * When you have Database access maybe you can grand permissions via phpMyAdmin?
   
   Do you have that?
 * Otherwise i cant help you with this question.
 * Sorry.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [how to become an administrator and edit the site](https://wordpress.org/support/topic/how-to-become-an-administrator-and-edit-the-site/)
 *  [Hendrikx](https://wordpress.org/support/users/cahe/)
 * (@cahe)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/how-to-become-an-administrator-and-edit-the-site/#post-5450063)
 * Get ftp access and modify the files in /wp-content/themes/[current theme] is 
   a way to do that. WordPress Themes needs a style.css file in the theme root to
   work, so think thats the stylesheet youre looking for?
 * Succes!
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [SQL Connection is/was slow (suggestion for DB_HOST)](https://wordpress.org/support/topic/no-problem-but-suggestion-for-db_host/)
 *  Thread Starter [Hendrikx](https://wordpress.org/support/users/cahe/)
 * (@cahe)
 * [11 years, 12 months ago](https://wordpress.org/support/topic/no-problem-but-suggestion-for-db_host/#post-5199608)
 * Ok that make sense. Will keep using localhost when there is no speed difference.
   But in this situation I will use the IP of the SQL server.
 * Thanks for your comment.
    //Solved.

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