Search Results for 'wordpress'
-
AuthorSearch Results
-
March 12, 2010 at 6:10 pm #67996
In reply to: Conflict with wp-o-matic
r-a-y
KeymasterTry using FeedWordpress; it’s a more, robust solution than WP-O-Matic.
March 12, 2010 at 4:42 pm #67978In reply to: Select languages
abcde666
Participantjozik has made some great job, wondering is this could be used in BP-Core yet ?
check this:
https://wordpress.org/extend/plugins/buddypress-multilingual/
Please let me know if this works fine with latest BP 1.2.2
March 12, 2010 at 4:27 pm #67974In reply to: Can't upload image to change the group avatar
Diesel Laws
ParticipantI must be going nuts because I have full admin rights but don’t have Miscellaneous on WordPress MU 2.9 – anyone know what’s going on?
March 12, 2010 at 4:03 pm #67970In reply to: 404 on every link
Anonymous User 5863514
InactiveHi Again,
Thanks for the reply, I think it might be me being a bit dull.
Here’s what I have done so far.
I have created a .htaccess file with the information above and I have put it into my wordpress directory, in this case it’s /community, but it is still not working.
Have I missed something?
March 12, 2010 at 3:37 pm #67965In reply to: BuddyPress Pages Not Viewing
tamilhood
MemberYes, I got my pages to show up now by moving:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
To the top of my htaccess file. I just got a problem when I try to log in with facebook connect. It redirects every page to my home page.
March 12, 2010 at 3:05 pm #67960In reply to: New WP-BP Install, /Forums Refuses To Work
sms1962
ParticipantIMHO WPMU, BuddyPress and bbPress works well if:
– You set a wildcard domain (in my test site subdirectory based instalation doesn’t work)
– BbPress table is in the same database as BuddyPress, WPMU and i. ..
– BbPress has the same prefix as WPMU. For example, if you use a standard prefix to the WordPress table (for example wp_) then for bbPress give wp_bb_
March 12, 2010 at 2:25 pm #67950In reply to: Invite Friends From Profile
Giovanni Caputo
Participanti will fix my plugin from 1 april 2010. i will make it usable on worpdpress mu + buddypress, wordpress + bp and wordpress…
Sorry
March 12, 2010 at 12:42 pm #67938In reply to: 404 on every link
gadgetguruil
Membertnx to my host he found that i i didnt have .htaccess file
and you need to add wp rewrite IfModule . htaccess file
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
enjoy
March 12, 2010 at 10:59 am #67932In reply to: 404 on every link
gadgetguruil
Membersame here http://www.pressit.co.il/
i have tested buddypress on a new wordpress 2.9.1 and 2.9.2 installations
i have nice Permalink and no plugin installed at all accept buddypress
i use the new BuddyPress Default theme 1.2.1 by BuddyPress.org
my host told me that i have
PHP version 4.3 or greater.
MySQL 4.1 or greater.
The mod_rewrite Apache module enabled.
btw
if i use activity stream to be the home page it works but if i dont i cant get to it
plz help
March 12, 2010 at 10:16 am #67929In reply to: Internet Explorer 6.0 and friend requests
bobin1983
ParticipantI’d recommend installing this plugin!
https://wordpress.org/extend/plugins/internet-explorer-6-upgrade/
March 12, 2010 at 9:11 am #67922wordpressthemes
Memberthank you.
March 12, 2010 at 8:24 am #67919Xevo
ParticipantWpmu has user blogs, wp single does not.
March 12, 2010 at 6:54 am #67913gogo6969
MemberI have the same problem…
March 12, 2010 at 3:35 am #67901In reply to: Help migrating my site to a new server
Psyber
ParticipantI have was able to export and import my WordPress content into WordPress, getting all of my users, their info, and buddypress x-profile fields is where I am getting hung up. I keep gettin the #1062 – Duplicate entry ‘1’ for key 1 error message.
March 11, 2010 at 10:56 pm #67869In reply to: Buddypress version of wordpress 'mystique' theme?
Andrea Rennick
ParticipantSend me a PM, I’ve been working on this by making a BP child theme for Mystique. I’ve done the hard parts (adding stuff to nav bar) but was just going thru the HTML parts (the grunt work).
We can merge the work.
March 11, 2010 at 9:35 pm #67844In reply to: Select languages
danbpfr
Participantfor wp and wpmu, because your site is one of both. BP is only a plugin collection, NDD !
tu lis le french ? il existe ce tuto
March 11, 2010 at 9:35 pm #67843In reply to: Threaded Comments / Avatars
r-a-y
Keymaster“Settings > Discussion” is only applicable to WordPress blog comments.
BP doesn’t offer threaded comments in the forum.
It could be done via a plugin.
Not sure about the cropping avatar issue.
March 11, 2010 at 9:33 pm #67841Paul Wong-Gibbs
KeymasterI disagree. Yes plugin authors SHOULD do that, but WordPress plugins should be able to declare a parent plugin that must be active. That way, when BuddyPress is deactivated, my Welcome Pack plugin is deactivated automatically. It also protects against plugin authors who do not know how to do this properly; either through lack of PHP experience or ignorance. There’s a whole range of WordPress plugins out there, and some are really well written, and some are really poorly written.
March 11, 2010 at 9:30 pm #67840Andy Peatling
KeymasterIt’s not up to WordPress to deal with this, it’s up to plugin developers to write their plugins so they don’t die if BuddyPress is not present. I’ve put the code all over the codex for this:
https://codex.buddypress.org/how-to-guides/checking-buddypress-is-active/
March 11, 2010 at 9:10 pm #67837In reply to: get rid of create a group button
rich! @ etiviti
Participantdid you use this plugin?
https://wordpress.org/extend/plugins/buddypress-restrict-group-creation/
if so and that caused an error – can you drop me a message with what happened so I can fix it? thanks!
March 11, 2010 at 9:06 pm #67836In reply to: internal server error after activating bp
Anonymous User 1502623
InactiveEdit: Just got this reply from my hosting.
Hello,
I could see the following error from the site error logs
[Thu Mar 11 20:19:50 2010] [error] [client 77.86.107.59] mod_rewrite: maximum number of internal redirects reached. Assuming configuration error. Use ‘RewriteOptions MaxRedirects’ to increase the limit if necessary., referrer: http://www.audioscribbler.co.uk/
Please check your redirect rules set in .htaccess file.
—
This is probably completely wrong, but I’m using this for .htaccess and the file is in cgi-bin
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
RewriteOptions MaxRedirects=200
# END WordPress
Can anyone shed any light about whether I’m heading in the right direction or am I completely barking up the wrong tree?
March 11, 2010 at 7:45 pm #67825In reply to: Buddypress version of wordpress 'mystique' theme?
airmarshall
MemberI’ve spent the last couple of hours using the compatibilty pack to get everything lined up – by matching the HTML layout.
It was quick and dirty but now it all fits fine and my sidebar is present (although I’d like to remove it from the buddypress specific pages). To be honest I was surprised I got this far!
Problems:
1. How to get the Nav buttons on the bar? or somthing like. Personally I’d like a ‘Socialise’ Button with Mystique drops downs for the buddypress components I use.
2. Forums don’t work. If I load up the default theme they work (although I can’t create a topic) but through Mystique I just get a black white page.
Any thoughts? If I send you my email address any chance I can have a look/ at what you’ve done?
March 11, 2010 at 7:23 pm #67820Paul Wong-Gibbs
KeymasterPlugin dependancies is a WordPress-level issue, and well-written BuddyPress plugins can silently quit if they find BuddyPress is available.
March 11, 2010 at 5:28 pm #67802In reply to: Buddypress version of wordpress 'mystique' theme?
Andrea Rennick
ParticipantNope, I’ve got it down pat right now. I was working on it again just the other night, as I’ve had to go back & redo all the ones I took screenshots of.
My only dilemma right now is whether to release it as a child theme (of the original WP theme) or a forked theme. Hrm.
March 11, 2010 at 5:23 pm #67800Dfa327
ParticipantHi,
This was an issue with looking for spam and deleted fields in the db. They were not there in wordpress install so I removed this contraint. I just checked in version 1.1.8 to fix this.
Thanks,
Dave
-
AuthorSearch Results