Hendrikx
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: http error when uploading mediaFirst make a search in your content. If no match, only then post the new content? Checking also for this kind of feature.
Forum: Plugins
In reply to: [Theme Check] Use get_template_part() instead of include (INFO)Solved again. I included the file in the same way but directly in functions.php instead of the optionpanel file. Thanks for reading again..
Dont blame my stupid questions. Got my awnser already. Thanks…..
Forum: Themes and Templates
In reply to: Disable Theme Activation if WP Version is lower than 3.5Hmm 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
In reply to: Disable Theme Activation if WP Version is lower than 3.5hmm. 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
In reply to: how to become an administrator and edit the siteHaha, 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
In reply to: how to become an administrator and edit the siteUsualy 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
In reply to: how to become an administrator and edit the siteGet 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
In reply to: SQL Connection is/was slow (suggestion for DB_HOST)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.