christophg
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Lost passwordsAll great advice. Ill give it a go and let you know what i find out.
Thank you!
Forum: Plugins
In reply to: [WP Job Manager] Use wordpress user emails/profile urlThank you for your speedy response.
I’m sorry, not their actual (like gmail) email. In using a social network platform the user has their own onsite email or message address which is attached to their wordpress profile. If i could somehow make that one auto populate or at the very least make a link to their user profile show up it would go along way to making my site ready to go live.
Thanks again.
Forum: Plugins
In reply to: [WP Job Manager] Strange boxIt was a conflict with the plugin “CodeStyling Localization”.
Thank you for the speedy reply. Really great work on this plugin.Forum: Plugins
In reply to: [WP Job Manager] Change field titlesI used this solution,
2) Make an en_US or en_GB translation and translate the values. codestyling localisation is the plugin you’ll need for this.
and it worked like a charm.
The only problem is upon updating the plugin (I am assuming this is whne it happened) the translation disappears.
Is there a way to get around this?
Thank you in advance
Forum: Plugins
In reply to: [WP Job Manager] Change field titlesThank you very much for your speedy answer.
So I tried this but to no avail. I am a total noob at coding so forgive me if the mistake is stupidly simple.
function name_field( $title ) { $title .= "Contact Name"; return $title; } add_filter('job_title','name_field' );
What am I doing wrong?
Thanks again
Forum: Plugins
In reply to: [WP Job Manager] Job index emptyNever mind, I solved it.
It was a plugin conflict, stupid of me really.
Great plugin.
Thanks again!
Forum: Networking WordPress
In reply to: WP 3.0 Fatal error When config.php is edited for MultisiteEven stranger, I started a completely new wordpress installation on a new database and SAME PROBLEM!
Forum: Networking WordPress
In reply to: WP 3.0 Fatal error When config.php is edited for MultisiteI tried upgrading manually a few times now. Also tried removing all plugins and still have an error message whenever I change my config.php to allow the multisite. I am STUMPED!