Search Results for 'wordpress'
-
AuthorSearch Results
-
March 13, 2010 at 11:09 am #68079
In reply to: bp 1.2.2.1 new users unable to login
rsutaria
MemberHow is the sending of email configured? I don’t recall configuring any SMTP server during my installation to let wordpress or buddypress know which accounts to send emails from?
I was using BP 1.2.1 for the past few weeks- so am confused how this new feature works?
I saw a reply elsewhere which said the admin can activate users even if they have not clicked on the activation link in their email. But I did not see any “activate” user option in the admin console.
Any help is appreciated.
March 13, 2010 at 3:18 am #68063In reply to: Can't go into wp-admin
miguelaqp
MemberIt took me 5 days, but finally found the answer, on wordpress.org forums. I share it with you. Since BuddyPress is a Plugin, and it causes the bad function of my blog, I just went to my site by FTP, and rename the BuddyPress plugin file by something like oldplugin. And that was all. I could then enter to my site. Now I will try to install again this plugin which suppose to be so easy that even my mom should install it.
March 12, 2010 at 10:45 pm #68045In reply to: Very Slow Server Response With BuddyPress
Paul Wong-Gibbs
KeymasterYeah, that article will help — I love eAccelerator. I also recommend you install this WordPress plugin: https://wordpress.org/extend/plugins/w3-total-cache/ (read the settings but you at least want “Database Caching” enabled.
March 12, 2010 at 10:29 pm #68043In reply to: 404 on every link
Jeff Sayre
Participant@oneill1234-
You have a subdirectory install of WordPress. So, the RewriteBase directive in the .htaccess file needs to point to that directory. Change this:
RewriteBase /to this:
RewriteBase /communityMarch 12, 2010 at 8:41 pm #68030In reply to: BuddyPress Restrict Group Creation
chembro303
MemberWordPress single install 2.9. whatever and buddypress 1.2.2.1
I installed this plugin then deactivated buddypress – the plan was to do it just for a sec and then re-activate. But now my whole site is broken and wp-admin kicks this error:
Fatal error: Call to undefined function is_site_admin() in … /wp-content/plugins/buddypress-restrict-group-creation/bp-restrict-group-creation.php on line 286
Please update your plugin so that if it is active and buddypress isn’t, it doesn’t torch the site.
Thanks.
March 12, 2010 at 8:10 pm #68025In reply to: Email notification not working
ruthlessbookie
Memberalthough I’m still unable to solve the core issue of the problem, I discovered a plugin that solved the problem:
March 12, 2010 at 8:01 pm #68023sacstephen
ParticipantI have permalinks set to custom structure with a value of “/%category%/%postname%/”
my .htaccess file on the root directory reads as follows:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
March 12, 2010 at 7:22 pm #68016In reply to: 404 on every link
Anonymous User 5863514
InactiveHi,
I have added the:
# 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 the main site .htaccess but it is still not working.
Any other ideas?
March 12, 2010 at 6:10 pm #67996In 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.
-
AuthorSearch Results