web00132
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to archive monthly or yearly custom post types?Ok cool, thanks for your reply. I’ll check it out asap.
Forum: Fixing WordPress
In reply to: How to archive monthly or yearly custom post types?I’m having the exact same problem, @fonglh – please say you did solve this? I’m not even getting the cpt home page, I get straight to the 404 page.
Forum: Fixing WordPress
In reply to: Custom post types and file upload taxonomiesAh, I had a look at the database and it fell into place:
wp_get_attachment_url(get_post_meta($post->ID,'pdfa',true))
Forum: Fixing WordPress
In reply to: Custom post types and file upload taxonomiesI’ve got the same question as @jfelton, this code doesn’t seem to generate anything:
$pdf = $custom["pdf_file"][0];
Forum: Plugins
In reply to: [Plugin: Simple Facebook Connect] not compatible w/ IE9Did you manage to fix this? I’ve got the same problem in IE9…
Forum: Plugins
In reply to: SFC Facebook Fan Box VanishedDid you manage to fix this? I’ve got the same problem in IE9…
Forum: Plugins
In reply to: [User Avatar] [Plugin: User Avatar] Uploaded avatar doesn't show upThanks for your reply! I can’t seem to work it out though, even if I create a folder called ‘avatar’ and change the constant WP_CONTENT_DIR. On the settings page, under ‘Media’, I still have my uploads folder set to “/var/www/data/sitename/docs” – could that affect your plugin somehow?
I’ve also tried putting “/var/www/data/sitename/docs” in WP_CONTENT_DIR (and keeping an eye on AVATARS_DIR so nothing should break).Forum: Plugins
In reply to: [User Avatar] [Plugin: User Avatar] Uploaded avatar doesn't show upHm, we’ve got our uploads in a special place (“/private/var/docs”) so i guess that’s where the problem lies.
Forum: Plugins
In reply to: [User Avatar] [Plugin: User Avatar] Uploaded avatar doesn't show upI’ve got the same problem, even after updating. My Gravatar image is showing even after uploading/cropping and I’m not getting any errors.
Hi kinghack!
I’ve got the exact same problem as you did! Where did you put that piece of code?
I tried to put it straight into the functions.php file but that made the whole site crash.
Thanks!Forum: Fixing WordPress
In reply to: Cannot add/insert image to custom post type.Yes, he finally fixed it! ??
Forum: Fixing WordPress
In reply to: Cannot add/insert image to custom post type.I have the exact same problem! Paperpariah: have you found a good solution?
Forum: Fixing WordPress
In reply to: displaying content of multiple paginated pagesHi! I need the exact same thing, did you solve it Shawn?
Forum: Fixing WordPress
In reply to: displaying content of multiple paginated pagesHi! I need the exact same thing, did you solve it Shawn?
Forum: Plugins
In reply to: [Plugin: Audio Player] Audio player and jQuery Overlay modal windowWell well, clumsy me. I had removed the header and footer include calls from the template page opened in the modal window. Don’t do that people!