Japh
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Remove Required Email for UsersHi Mike,
You may be able to find a plugin that will already remove this field for you, or you could have one developed. I believe this would be the only way to turn off the field.
Another course of action would be to simply ignore the field. Leave it there, but just don’t use it for anything.
You’re welcome to contact me on Twitter or anything if you need further help ??
Cheers,
JaphForum: Fixing WordPress
In reply to: Warning: implode() [function.implode]:I believe the solution is to disable DB-Cache, make your changes, and then re-enable DB-Cache.
Having DB-Cache enabled seems to be what causes the problem. I’ve also noticed that having DB-Cache enabled prevents tags from saving to posts properly.
Forum: Plugins
In reply to: Help with adding ie6update (ie6 killer bar) to blogThis should help even more, I just made a WP plugin to do it for you! https://japh.com.au/plugins/wp-ie6update/
It will hopefully be in the WP extensions directory shortly too.
Forum: Plugins
In reply to: Help with adding ie6update (ie6 killer bar) to blogMost likely you will need to edit the header.php file of your theme, which would probably reside in the /wp-content/themes/your-theme-name-here/ folder.
That code snippet should be inserted somewhere between the <head></head> tags.
Hope that helps!
Forum: Fixing WordPress
In reply to: Change location of Media LibraryHi folks,
As this thread occurred approximately 6 months ago, likely you have all moved on or discovered solutions. However, in case you are still wondering how to do this, you were so close!
It seems to me that you were changing the path, but not actually creating the database entries for the images. WordPress creates an entry in the posts table for images uploaded through WordPress.
There is a plugin, however, that adds a “Add From Server” tab, so once you’ve changed your image upload directory from ‘wp-content/uploads’ to ‘images’, you can just add the images through this plugin.
The plugin can be found here: https://www.ads-software.com/extend/plugins/add-from-server/
Hope that helps either you guys, or the next person who comes along with the problem.
Cheers,
Japh