Maxaud
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Image uploads broken after updatehmm, so re-uploading the images seems to work. Very odd.
Forum: Networking WordPress
In reply to: Image uploads broken after updateOne thing I’m noticing is that the broken image are going to Lenderama.com
(In FF and Chrome they show broken but in IE they forward to the Lenderama domain…)
where they were imported from a blog there.
Maybe they didn’t import correctly?Forum: Networking WordPress
In reply to: Image uploads broken after updateThanks Andrea,
Link to Network:
http://64.64.28.26/
(Note: not the same install as LocalCityBlogs.com like the website would suggest. Both are having the same issue though.)Link to working Image:
w/ rewrite: http://64.64.28.26/files/2010/08/thumbsvw.gif
w/o rewrite: http://64.64.28.26/wp-content/blogs.dir/1/files/2010/08/thumbsvw.gifLink to non working image:
w/ rewrite: http://64.64.28.26/files/2010/04/iStock_000003105604XSmall.jpg
w/o rewrite: http://64.64.28.26/wp-content/blogs.dir/1/files/2010/04/iStock_000003105604XSmall.jpg.htaccess:
[Large code excerpt removed by moderator. Per forum rules, please use the pastebin for all large code excerpts. It works better anyway.]
wp-config.php:
[Large code excerpt removed by moderator. Per forum rules, please use the pastebin for all large code excerpts. It works better anyway.]
Forum: Networking WordPress
In reply to: Image uploads broken after updateI found that “Safe Mode” was turned on for the IP address in question causing the upload errors.
I still have all the images in the backend broken since the upgrade to 3.0 though.
Forum: Fixing WordPress
In reply to: link_before / link_after not working in WP 2.9.2thanks mindshare.
the All In One SEO pack uses the same code as the Page Menu Editor so your jQuery was needed in my case (only slightly edited for my situation).
I needed to add different elements before and after the link text:
<script type="text/javascript"> jQuery(document).ready(function() { jQuery('div#nav ul li a').prepend('<span class="left"></span>'); jQuery('div#nav ul li a').append('<span class="right"></span>'); }); </script>I also made a post on the developers forum:
http://semperfiwebdesign.com/forum/all-in-one-seo-pack-troubleshooting/wp_list_pages-link_before-and-link_after-conflict-with-menu-label/#p1912Forum: Fixing WordPress
In reply to: PHP Function date() being manipulated by WP?It’s not suggested that you edit core code.
Your changes will be erased upon an upgrade.this line checks if date_default_timezone_set is already being used
if ( function_exists(‘date_default_timezone_set’) )You can simply re-define your timezone in your themes functions.php file and it should stop using the one in wp-settings.php
Thanks for letting us know.
Forum: Fixing WordPress
In reply to: Remove single post from querypretty useful code.
Forum: Fixing WordPress
In reply to: Category ID not being recognized in query_postsThank you for the suggestion but that doesn’t accomplish what I’m trying to do.
I’m defining a category to list recent posts at the end of a page from that defined category.
I need it to be defined by the use of a custom field from the write post page.
This way a new page template doesn’t have to be created for each category/tag. This also allows the users of the site to add more categories and list them easily.
Forum: Fixing WordPress
In reply to: Add picture in sidebar widget?Uplaod it in wordpress when you are writing a post or page and it will be in your media section.
Once you do that you can snag the url it uploaded to and enter it in the url spot you’re referring to.Forum: Fixing WordPress
In reply to: custom fields not being called in custom widgetIt works once I put
<?php global $post; ?>
within my loop before the custom field code.Forum: Fixing WordPress
In reply to: custom fields not being called in custom widgetAlso, when my sidebar looks like this:
<div id="sidebar"> <?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar('Homepage Sidebar') ) : else : ?> <h3 class="">Featured on:</h3> <?php include (TEMPLATEPATH."/slide.php"); ?> <?php endif; ?> </div>But when I simply have the widget output:
<?php include (TEMPLATEPATH."/slide.php"); ?>it still doesn’t work..
Forum: Fixing WordPress
In reply to: List a single post from each authorFound my own answer, thanks anyways guys/gals.
http://wordpress.org/support/topic/272527?replies=15Forum: Fixing WordPress
In reply to: list recent posts with unique authorsAnyone know?
The only reason I posted the links was because the previous guy posted an affiliate link to them.