Top

nborders on "Image upload issue"

June 30, 2010 by · Leave a Comment 

OK, I need to start over. I believe I have done everything above and with so much info, I fear I’m missing something. So let me give you what I have.

I’m running on a LAMP environment with the latest version of 3.0

I have set up the network (multi-site) and I have set up a second-level domain using these instructions successful. (http://www.interconnectit.com/840/wordpress-3-0-multisite-with-multiple-domains-setup/)

I’m currently working with a new site off of the base installation. The site_ID is “3“.

I have created a directory wp-content/blogs.dir

Upload path is wp-content/blogs.dir/3/files

File upload URL is http://www2.mysite.com/files

Here is my .htaccess file content

RewriteRule ^index\.php$ - [L]
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]

# uploaded files
RewriteRule ^(.*/)?files/$ index.php [L]
RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*
RewriteRule ^(.*/)?files/(.*) wp-includes/ms-files.php?file=$2 [L]

RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ - [L]
RewriteRule . index.php [L]

I have uploaded a logo image, and this URL does not work:
http://www2.mysite.com/files/2010/06/logo-402w.jpg

However, this one does:
http://www2.mysite.com/wp-content/blogs.dir/3/files/2010/06/logo-402w.jpg

HELP! :)

~n

Share

lindsayanng on "Really weird.. anchor links show finger but aren’t linking!"

June 30, 2010 by · Leave a Comment 

So i did some testing.. removing the style sheet COMPLETELY does not help. There is something really strange happening with wordpress or browsers where it does not like any heading tags as links!! They are all <h3> tags which SHOULD have the anchor link inside of them and it should work.. but once i remove the <h3> tag, all of the links works.

What gives???

Share

glamhaus on "last.fm post weekly chart based on rss stats"

June 30, 2010 by · Leave a Comment 

I have been on the hunt for a plug-in which is similar to this: http://joelaz.com/post/23488847/last-fm-tumblr-weekly-top-artists but for wordpress. I would like to have an automatic weekly post with the top artists for that week, ideally with links/pictures to the last.fm profile page for that artist. I have found lots of different wordpress/last.fm plugins but all seem to have this in the sidebar and not a static week of post. Does anyone know of any plugin which does this already? If not, I think this would be an amazing plug-in and I would be interested in helping anyone develop this!

This was also mentioned in this post: http://wordpress.org/support/topic/218282?replies=2 but the lifestream solution doesn’t seem to work for this use and the other plug-ins are static.

Any help of advice is appreciated! Thanks!
http://www.skiddysmith.com

Share

dibeach on "Have WP website, want seamless blog"

June 30, 2010 by · Leave a Comment 

Wow! Ok. Think that is all a bit beyond me. Thanks for stopping me in my tracks and wasting my time!!

Share

djjuvan on "[Plugin: WordPress.com Popular Posts] Could you Add a Shortcode?"

June 30, 2010 by · Leave a Comment 

What about thumbnail for popular posts? I’m searching any way to get thumbnail next to popular posts in widget :\

Share

Next Page »

Bottom