BuddyPress is for creating your own social network. Are you sure that's what you meant? In any case, if you're going to start looking into BuddyPress, things...
67
John Asbacher
flickryvr
Mar 8, 2010 11:42 am
I am doing this out of curiosity, so maybe I shouldn't be getting into this at all! I am running a very simple wp 3.0 alpha on localhost / XAMPP local server...
68
Miriam Schwab
illuminea
Mar 9, 2010 3:23 pm
Hi John, I haven't tried to WP 3.0 yet, but it could be related to the multi-user aspect. From what I understand, WPMU demands more than just your usual server...
69
Mohammad Jangda
mohammad.jangda
Mar 10, 2010 3:18 am
With the latest nightly, you should be able to run multi-site on localhost, though it has to be in a subdirectory, i.e. http://localhost/wordpress/ (or ...
70
Charlie Kalech
ckalech
Apr 2, 2010 10:09 am
The Best WordPress Plugins Available Today http://www.elance.com/p/blog/2010/03/the_best_wordpress_plugins_available_today.html Charlie Kalech Director, J-Town...
71
Bima Arafah
bima0987
Apr 2, 2010 11:02 am
Bulletproof Email Marketing: Overview, Tips and Tools - me @instantshift<http://twitter.com/instantshift>- http://bit.ly/cIoBXF ...
72
percepticon
Apr 16, 2010 4:19 pm
Hi all, I'm new to the list and new to WP dev in general, but have quite a bit of experience in web development. I've developed my first theme with help from...
73
Bima Arafah
bima0987
Apr 16, 2010 4:26 pm
@instantshift via http://bit.ly/aFyg8G this one is comprehensive post about featured content in web design - overview, purpose, consideration, examples,...
74
Mike Schinkel
mikeschinkel
Apr 16, 2010 7:28 pm
Hi Percy, ... Use bloginfo('stylesheet_directory39;) or get_bloginfo('stylesheet_directory39;), i.e.: <img src="<?php bloginfo('stylesheet_directory39;);...
75
Rizqi Nurwijayadi
espiator
Apr 17, 2010 1:24 am
... That should be enough for hardcoded parts in theme, You can use shortcode if you need more flexibility in article post. add_shortcode('home39;,...
76
[p e r c e p t i c o n]
percepticon
Apr 17, 2010 6:26 pm
Thanks Much! ... -- . : . [ p e r c e p t i c o n ] . _ _ _ _ _ _ _ _ _ _ . [Non-text portions of this message have been removed]...
77
kantoi09
Apr 28, 2010 2:15 am
I had someone redesign some things on my site and he used the plugin Featured post YAFFP on the homepage. But for some reason the featured post on the homepage...
78
Bima Arafah
bima0987
Apr 28, 2010 2:37 am
hmm if you want to try with another plugin and more guide when using featured content on your site, you can read my previously post on InstantShift.com -...
79
kasandra antoine
kantoi09
Apr 28, 2010 3:07 am
well this what the designer used i am afraid to change the plugin and mess up the flow of things so i am not sure what to do ... [Non-text portions of this...
80
Gidon
gidathome
Apr 28, 2010 10:08 am
Hi, On this page that I created about 7 months ago, http://root-source.com/contact-us/ I used the simple [contact-form] WP "field". Yesterday I tried to do the...
81
Miriam Schwab
illuminea
Apr 29, 2010 8:11 am
Hi Gidon, Your root-source site is running on WordPress.com which allows users to enter that shortcode and have a contact form appear. That functionality is ...
82
Miriam Schwab
illuminea
Apr 29, 2010 8:46 am
The featured post is very long. Is there supposed to be more text under the photo gallery? Miriam ... Miriam Schwab, Friendly CEO illuminea marketing & media |...
83
kasandra antoine
kantoi09
Apr 29, 2010 9:15 am
i got it fixed already thanks ... [Non-text portions of this message have been removed]...
84
Gidon
gidathome
Apr 29, 2010 11:12 am
thanks Miriam! Great answer:-) Thanks and God Bless, Gidon Ariel http://www.facebook.com/gidonariel http://www.linkedin.com/pub/dir/gidon/ariel Co-Founder, The...
85
John Asbacher
flickryvr
May 5, 2010 12:25 am
Is there an automatic way for wordpress or a plugin to delete an original image in a post/gallery after it's been parsed into the different sized images? I...
86
Bima Arafah
bima0987
May 5, 2010 12:32 am
hmm i have one post, *good for wordpress and e-commerce*. This is really nice that have provided almost each and everything regarding eCommerce website....
87
Mike Schinkel
mikeschinkel
May 5, 2010 2:40 am
... Yeah, it should be relatively easy to do what you ask for. What I'd suggest is replacing the uploaded file with the largest remaining sized image so...
88
Miriam Schwab
illuminea
May 5, 2010 6:42 am
Hi all, Just wanted to tell you that the latest WordCast Conversations episode is up. It's all about WordPress 3.0, and the panel is Jeff from WP Tavern, Brad ...
89
Miriam Schwab
illuminea
May 5, 2010 8:00 pm
I don't know if this would help, but what about the client uploading the images to someplace online, like flickr or Imageshack, and then embedding the image in...
90
naomielbinger
May 6, 2010 12:07 pm
Hi all, I just joined this group and it looks very helpful. I have a question that's been bothering me for a while. Whenever I want to upload an image to a...
91
Miriam Schwab
illuminea
May 6, 2010 2:14 pm
Hi Naomi, Nice to see you here! It has to do with file permissions. Your hosting provider may not allow you to change those permissions, or you can but you...
92
Jon Morrissey
yanklett
May 11, 2010 3:27 pm
Hi Everybody, New to the list and relatively new to WP and php. I'm creating a custom WP theme in Dreamweaver where everything has been done using css, so the...
93
[p e r c e p t i c o n]
percepticon
May 11, 2010 8:03 pm
Hello Experts, I have a question related to strategy.. i've created a theme that uses home.php as a welcome page, but i have also created the index.php page to...
94
[p e r c e p t i c o n]
percepticon
May 11, 2010 8:06 pm
Hello all, i have to implement an image file upload application and galley presentation of those uploaded files...what is the best solution? any plugins best...
95
Miriam Schwab
illuminea
May 12, 2010 4:02 am
Hi Percy, Here's a really simple and lazy way to do this: make your welcome page the index.php file, and on all other pages of the site, don't link back to...