phobic
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form DB] Video URLsI had found a jQuery solution, was wondering if it was possible/better with a transform.
Thanks!
Forum: Fixing WordPress
In reply to: Post not in databasen/m, I’m an idiot (search criteria too specific).
Forum: Everything else WordPress
In reply to: Mod_rewrite or redirect?That looks like it will do the trick – many thanks jgs!
Forum: Everything else WordPress
In reply to: Mod_rewrite or redirect?thanks for the reply – I figured I could redirect, but I’m having trouble because those are dynamic URLs – there are many stories generated by a plugin. On a clean site I could probably figure this out with trial and error, but I’m having trouble coming up with a rewrite/redirect regex that plays nice with the existing wordpress permalink structure.
Hi Shauno, thanks for the response – I read this post:
So I understand it’s not a quick code tweak. I’m actually using the modified Public Uploader file from that thread by ‘simoneast’, and it gets me really close – it adds two fields to the uploader form and sends the information to the ‘description’ field split in two lines. Now I just need to send the information to the two custom fields I created using NGG Custom Fields.
My PHP is weak, but it looks like this line is what posts the information to the description field:
// Combine other fields into description $_POST['imagedescription'] = $_POST['uploader_name'] . "\r\n" . $_POST['uploader_email'] . ' [' . $_POST['receive_updates'] . ']';
I’m assuming I can just replace the field names with my custom field names? Can it be that simple?
Forum: Fixing WordPress
In reply to: WordPress, Google's jQuery and IE7Okay.. the problem wasn’t resolved – there was just another script that loaded before it that had the same problem..
It seems that IE7 isn’t even able to get past the first javascript call, which is the jQuery core. I have tried different versions, tried running locally, and using Google’s hosted copies, all produce the same outcome – perfectly rendered in every browser except IE7, which chokes on jQuery core – I even tried using the minified version and the uncompressed version.
Any help greatly appreciated!
Toby
Forum: Fixing WordPress
In reply to: WordPress, Google's jQuery and IE7k, I kinda figured that was the way to go.. thanks again!
Forum: Fixing WordPress
In reply to: WordPress, Google's jQuery and IE7Okay, jQuery now appears to load correctly, but I’m having problems with a number of other scripts because they use ‘$’ rather than ‘jQuery’ – I now recall this is one of the reasons I chose to manually enqueue jQuery.. is there a simple way to tell WordPress to acknowledge $ functions, or must I go through each script and switch them out?
Many thanks for the response!
Forum: Fixing WordPress
In reply to: WordPress, Google's jQuery and IE7I’ll give it a try, thanks – I kinda figured it did the same thing.. I’ll report back.
Forum: Fixing WordPress
In reply to: French front endUPDATE: I’ve altered ‘wp_config.php’ to set language to french, and installed the .mo and .po files from the french version of wordpress – but now the admin area is in french. Anyone know how to set it up so that only the front end is in french?
Thanks!
Forum: Themes and Templates
In reply to: Post format or custom categories?Update: I just discovered that the new version of TwentyTen included with 3.1 has some updated loops – my theme simply wasn’t utilizing the new features.
Forum: Themes and Templates
In reply to: Add theme template file on a Plesk wordpress installI’ve already installed a theme this way, but there doesn’t seem to be any way to add a single file – like a custom theme page. Must I really import the entire theme again? I’ve already made customizations inside WordPress’ theme editor..
Thanks for the reply..
Forum: Fixing WordPress
In reply to: 3 different post formats on a single pagehrm.. that would certainly be much cleaner than separate loops. many thanks t31os_, I’ll give this a try!
Forum: Fixing WordPress
In reply to: 3 different post formats on a single pagemany thanks for the response t31os_, the only problem is that the PHP code and CSS is completely different for each different section – some include the title, some don’t, some show images and custom fields, some don’t. I’m fairly certain I need to begin with three separate loops, though I might be wrong..
Forum: Fixing WordPress
In reply to: mixing posts and pagesThat works perfectly!
Many thanks esmi.