Search Results for 'wordpress'
-
AuthorSearch Results
-
March 13, 2010 at 6:28 pm #68140
In reply to: Default Group
r-a-y
KeymasterDJPaul’s Welcome Pack plugin can do this:
March 13, 2010 at 6:23 pm #68137r-a-y
KeymasterIf you change your permalinks, old blog post activity items will not be updated to the new permalink structure
My suggestion would be to redirect these old blog post permalinks to their new ones using a WP plugin.
I’ve used this one in the past:
https://wordpress.org/extend/plugins/permalinks-migration-plugin-for-wordpress/
It’s a little old, but it worked for me.
March 13, 2010 at 6:02 pm #68133In reply to: People cant sign up for my site?
Andrea Rennick
ParticipantBut you can integrate BuddyPress into your exisiting theme.
https://codex.buddypress.org/how-to-guides/wordpress-to-buddypress-theme/
There really isn’t a comparable plugin out there.
March 13, 2010 at 5:29 pm #68126In reply to: Setting up BuddyPress as sub-section of larger site?
March 13, 2010 at 5:14 pm #68122In reply to: BP Album+ : my new plugin for pictures
francescolaffi
Participant@modemlooper that will brake all the overlay magic…in release 0.1.3 (later today) css should be right for all browsers, if not please open a thread in wordpress.org forum with tag bp-album ( https://wordpress.org/tags/bp-album?forum_id=10 )
@tosh my memory was wrong, I forgotten to put is_site_admin in some points, fixed in 0.1.3.
March 13, 2010 at 12:12 pm #68082In reply to: bp 1.2.2.1 new users unable to login
Paul Wong-Gibbs
KeymasterWordPress uses the standard PHP mail() function – http://php.net/mail
March 13, 2010 at 11:42 am #68080In reply to: Very Slow Server Response With BuddyPress
takuya
ParticipantIf running on VPS, you should at least need 512mb of RAM in order to run wordpress/buddypress smoothly. But that’s just from my experince running wpmu/buddypress on a VPS.
March 13, 2010 at 11:09 am #68079In 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/
-
AuthorSearch Results