Search Results for 'wordpress'
-
AuthorSearch Results
-
April 27, 2010 at 11:52 am #75452
In reply to: Fatal error when installing
Paul Wong-Gibbs
KeymasterWas your WordPress fully working before installing BuddyPress? e.g. posting a new blog post, adding a commenting, etc?
April 27, 2010 at 11:04 am #75444In reply to: crop avatar bug?
lorenzo
Memberhave you got firebug? the way i had to try to solve the issue was painful, making one change at a time, but if you inspect the area around where the alt text is appearing you can see the paths where stuff is referring to.
for you i’m pretty sure that it is just a matter to change the path to the correct location. i.e. with MU is wp-content/blogs.dir/1/files, for the standalone it should be under miscellaneous settings and i had the full path to the upload folder (people normally keep it outside the WP installation) and the full url is blank for me.
i had to change the htaccess file because the rewrite gave me issues with the slash ‘/’. if i had it at the start it would duplicate it (i.e. mysite.com//wp-content/blogs.dir/1/files) and if i left it out it would modify the path completely (i.e mysite.com/blogs.dir/1/files). it seems that the upload worked in the second instance, but then the reference to the files is not displaying, whilst the first is breaking the upload as well.
hope this helps you, there is another thread discussing similar issues (https://buddypress.org/community/groups/miscellaneous/forum/topic/buddypress-and-wordpress-30/#post-48806)April 27, 2010 at 9:59 am #75438thelandman
Participant@gian-ava, if you’re on a cheap shared-host then there’s a possibility that could slow your website down, a lot. With a sudden rise in users and activity on a shared-host your site is bound to take a lot of strain, because of the limited resources that is dedicated to your site from your hosting company.
There is always a possibility of your site being hacked. I’m not too sure how likely this is otherwise it would be a widespread issue across buddypress.org.
For the unusual characters, I would set the encoding of your WordPress to Unicode(UTF8),
1. Make sure you are logged in as admin
2. In the admin dashboard, go to Settings > Reading
3. In the text box next to “Encoding for pages and feeds” insert “UTF-8” without the exclamation marks.April 27, 2010 at 9:20 am #75432In reply to: Search Activity
MJ Banco
ParticipantHi, I’m new here. Any updates on this? How do I put this on the default template? I’ve tried using the codes above on the index but it won’t show up. Thanks
I’m running WordPress 2.9.2 and BuddyPress 1.2.2.1 by the way.
April 27, 2010 at 5:46 am #75418In reply to: BP Album+ || New Features Requests and Discussion
foxly
ParticipantBasically, use version 0.1.7 from the WordPress plugin repo. It works properly, is reasonably reliable, and it will update properly at the next release.
Do not use the 0.1.8 beta, because it doesn’t use the new file storage scheme and we’re not writing an updater for 0.1.8 because you’re not supposed to be using it on an actual site.
We should have another official release out in a week or two that adds everything you see in the 0.1.8 beta and a much more.
Thanks!
^F^
April 27, 2010 at 4:02 am #75407In reply to: WPMU + BP + Robots.txt + ???
r-a-y
KeymasterWP does generate a virtual robots.txt file, but I’m not sure if you can count BP in the mix as I’m not quite sure if BP does anything to it.
Try using this plugin to manage WP’s virtual robots.txt:
https://wordpress.org/extend/plugins/pc-robotstxt/April 26, 2010 at 7:49 pm #75324In reply to: Require new groups to be approved?
@mercime
ParticipantHi ipstenu, I have used https://wordpress.org/extend/plugins/buddypress-restrict-group-creation/ in an install with community similar to what you posted above with success
April 26, 2010 at 7:44 pm #75322In reply to: buddpress installation problems
r-a-y
Keymaster@novicer – Try using the BP Template Pack plugin with your WP theme:
https://wordpress.org/extend/plugins/bp-template-pack/April 26, 2010 at 6:20 pm #75305In reply to: Admin Blog + Custom Homepage [SOLVED]
agrundner
MemberThanks for your feedback @mercime. I checked the default’s theme header, lines 73-77, and it points to “Blogs” not “Blog” singular. Clicking on the Blogs menu link shows me the blogs in the network — not the latest posts.
I’m open to doing it the way buddypress.org does, but I can’t seem to get both /blog (“latest posts” page) and a custom homepage to work hand-in-hand. I have a feeling it’s something simple I don’t have configured properly. When I previously installed wpmu with sub-directories I was getting the following URL http://example.com/blog/2010/04/26/hello-world/ … going to /blog would redirect to the site’s front page.
Disclaimer: I’m new to wpmu and buddypress, though I do have experience with single wordpress installs.
April 26, 2010 at 4:14 pm #75273In reply to: how to – inbox and stats widgets?
armandmorin
ParticipantI would like to know this one too.
If you search wordpress plugins you can find the inbox stats.
https://wordpress.org/extend/plugins/inbox-widget/What I’m looking for is the “stats” plugin or modification I can use like the one on this site too.
April 26, 2010 at 3:30 pm #75266In reply to: BuddyPress and WordPress 3.0
Chad Holden
ParticipantI’ve tried the installation a few times on WAMP, MAMP and multiple installations on the same server … It should be important to note that THIS site bp.org has the same avatar uploading issues with this new template/release.
This is my htaccess file, which makes the avatar cropper work, but I still get the upload error after :
RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ – [L]# uploaded files
RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L]RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ – [L]
RewriteRule . index.php [L]
# BEGIN WordPressRewriteEngine On
RewriteBase /
RewriteRule ^index.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]# END WordPress
April 26, 2010 at 3:03 pm #75262In reply to: DB migration
Paul Wong-Gibbs
KeymasterWordPress loads the database from the setting in your Wp-config.php file. Once your new server or db is setup, just import a copy of your current db into it and update that config file.
April 26, 2010 at 1:33 pm #75254In reply to: Hosting requirements for Buddypress
Ipstenu (Mika Epstein)
ParticipantIn part that depends on how big a BP install you’re going to have. I would read this: http://wpmu.org/dedicated-or-shared-hosting-for-wordpress-mu/
Basically you’d look at it the same way you’d look at a WPMU site. How much traffic, how many users, how many groups and forums etc etc.
April 26, 2010 at 12:52 pm #75248In reply to: Is there a way to make BP a members only site?
scoophk
MemberI just used: registered users only 2
https://wordpress.org/extend/plugins/registered-users-only-2/Worked perfectly on activation.
Then went into my login.php and added the client’s logo to the login page – as Register plus didn’t seem to want to upload the logo for me.April 26, 2010 at 12:40 pm #75244Brajesh Singh
Participant@hnla VHOST is not required for wordpress but is required for wordpress mu/multisite in case you want them to function as subdomain.domain.
@bstats
You should do two things and the problem should be solved.
1. Check Mod_rewrite is enabled or not(as @travel-junkie has pointed). If you are on wamp 2.0, you can left click on the wamp icon(in the quick taskbar, the half cirecle icon)->Slect Apache(from the menu)->Apache Modules->rewrite_module(If it is not having a tick, click over that). Refresh the wordpress page and check is it working or not.
2.Once mod rewrite is checked you can try enabling/disabling permalink and resave it and Most probably it is going to work.April 26, 2010 at 10:35 am #75232Anonymous User 96400
InactiveNo, it’s not WordPress. Personally I use Xampp, so I’m not familiar with Wamp. Somewhere in your Wamp files there will be a file called http.conf. That’s the apache configuration file. There you can control what modules are being loaded by your test server. Look for that file, open it and then look for this line
`#LoadModule rewrite_module modules/mod_rewrite.so`
and remove the #
Then restart Apache.
Sorry about the php.ini reference in the post before. Mixed that up…
April 26, 2010 at 3:21 am #75222In reply to: BuddyPress and WordPress 3.0
Phlux0r
ParticipantIn that case I’d suggest creating an installation with the same versions used originally on another server or local dev environment and seeing if that makes a difference, if it’s a server config issue maybe or some other mis-configuration somewhere.
April 26, 2010 at 2:00 am #75217Steve Tomich
ParticipantI am sorry but I don’t fully understand what you suggested. Do you mean wp-config.php ? I have a feeling it is not buddypress. I just installed another theme and the links don’t work on any themes.
Also I re-installed wordpress and left the Permalink Settings as default and the links to themes work just fine as soon as I change the permalink to do “Day and name” or any other option the links in themes don’t work. This is my main problem I think getting buddypress working with my theme.Should I change something in the wamp server?
April 26, 2010 at 1:43 am #75212In reply to: Update BP from “.com/beta/” to just “.com/”
Tmort
Participant@stwc problem is, I’m using wordpress in a different folder than the root of the domain. So my WP files live in domain.com/wordpress/ and my “wordpress blog” is at domain.com.
I was told by sever people, including r-a-y that I need to change the “buddypress default domain” or something of that nature. I was told to put this code in my functions.php file, but it doesn’t work. Any suggestions?
// Getting rid of the subfolder in URLs/permalinks
function my_bp_override_core_domain() {
$domain = get_bloginfo(‘url’);
return $domain;
}
add_filter(‘bp_core_get_root_domain’,’my_bp_override_core_domain’);April 26, 2010 at 1:21 am #75210In reply to: BuddyPress and WordPress 3.0
Ipstenu (Mika Epstein)
ParticipantYeah, but poor @Chad Holden isn’t so lucky
April 26, 2010 at 1:12 am #75209Steve Tomich
Participantstwc,
Thank you for the reply but its a no go. When I click on any links at all my browser goes to the link directory that doesn’t exist I think. Also I am using WordPress not MU. What am I doing wrong?
April 26, 2010 at 12:10 am #75200In reply to: BuddyPress and WordPress 3.0
April 25, 2010 at 9:48 pm #75188In reply to: [New Plugin] CubePoints Buddypress Integration!
Tosh
ParticipantIt’s something I can look into. Not sure how off hand. I do have CubePoints working with Simple:Press Forum though. But it’s a direct edit of a file.
April 25, 2010 at 8:43 pm #75183In reply to: Buddypress version of wordpress 'mystique' theme?
thekmen
Participantmore or less, you can test it out over on:
http://mystique.bp-theme-converts.comI’ll zip it up if you want tomorrow.
April 25, 2010 at 8:08 pm #75180In reply to: Buddypress version of wordpress 'mystique' theme?
Kevin Ryman
ParticipantHas anyone made this BuddyPress-compatible yet?

-
AuthorSearch Results