Search Results for 'wordpress'
-
AuthorSearch Results
-
August 5, 2011 at 9:10 am #117773
In reply to: Buddypress ,photos,videos,forums, and blogs.
@mercime
ParticipantDeactivate all plugins and change to WP default theme.
Follow steps https://codex.wordpress.org/Create_A_Network
If you hit any snag during your multisite setup, please find resolution at https://wordpress.org/support/forum/multisite before installing BuddyPress.August 5, 2011 at 7:55 am #117766In reply to: Which is the best social networking tool?
Micheal Kennedy
Participant@greenmeanie WordPress works with any theme if you use the Template Pack.
And Mingle is dreadfully incomparable to BP.
WP wins in almost every category: http://deviousmedia.com/infographics/devious_cms.png
August 5, 2011 at 4:53 am #117747In reply to: BP 1.0rc1 to bp1.0 network activate taking hours
nicholmikey
ParticipantWell I have spent many hours testing the move from 1.0rc1 to 1.2.9 with a smaller sample of user data and it worked out fine. Some hiccups here and there but I worked it all out. This is probably more common than you think, as I understand there was a popular WordPress MU + BuddyPress1.0rc1 package back in the day.
I spend months reworking the root theme from something compatible with 1.0rc1 to 1.2.9, and now 1.5 is announced!! I sure hope a theme that works with 1.2.9 moves easily into 1.5, I made no core changes and uses the appropriate hooks, so heres hoping.
August 5, 2011 at 3:12 am #117743In reply to: 1.5 beta2 – Activity and member pages redirecting
Ipstenu (Mika Epstein)
ParticipantYeah I figured it was a theme, so I spun up a whole new install at http://consensualreality.net/wordpress/ Activity works, member profiles works. Begin head hitting desk.
As for the bupkis thing.
When I make a new page named ‘news’ (which I had … 2 months ago, but deleted it) or even ‘whats-new’ on it’s own, the page works.
If I make that the Activity page, it redirects again.
August 5, 2011 at 12:46 am #117733enderandrew
MemberI’m not sure what plugin you used, or how it cost you $20.
The problem with code edits is that they’ll be overwritten when you update.
I use Theme My Login. It doesn’t cost a penny, and also makes your login/register pages look like your site instead of the generic WordPress login page. And you can control activation, etc.
There is also a premium plugin (you can sign-up for Buddydev.com for $30 and get access to lots of great Buddypress plugins and themes)
August 4, 2011 at 7:57 pm #117700Andrea Rennick
Participant” ( preferably not a plugin, Is there some code edits can achieve this)?”
It’s basically the same thing.
https://wordpress.org/extend/plugins/bp-disable-activation/And your emails not getting sent out in time is a server setting.
August 4, 2011 at 4:12 pm #117669In reply to: Which is the best social networking tool?
enderandrew
MemberDrupal does have comparable social networking tools and is worth considering. It is more of a “proper CMS”, but also considerably more difficult to configure properly.
I’d recommend against Joomla if for no other reason than they don’t have an upgrade path. They have fewer extensions available, and more of their extensions cost money. I also wasn’t a big fan of the social network tools available.
In the end, I went with WordPress because I love how easy it is to update, and how easy it us to update all my plugins. I looked at Mingle, WP-Symposium and Buddypress. Of the three, Buddypress had the most features and plugins, and seemed to have the most developer support.
I think it is the best tool out there for building a social network personally, but your mileage may vary.
August 4, 2011 at 12:01 pm #117643In reply to: Can’t get Buddypress to work!
4ella
ParticipantI have a similar problem , I can’t install the latest trunk , I have (with simple scripts) on my bluehost installed new fresh 3.2.1. wordpress installation , I downloaded latest BP 4921 trunk , unzipped , archived and succesfully installed and when I try to activate I get this:
Warning: require(/home2/………../public_html/………../wp-content/plugins/buddypress/bp-core/bp-core-wpabstraction.php) [function.require]: failed to open stream: No such file or directory in /home2/………./public_html/…………./wp-content/plugins/1.5-beta-1/bp-loader.php on line 68
What should be wrong ?August 3, 2011 at 9:58 pm #117603aces
Participant`
# BEGIN WordPressRewriteEngine On
RewriteBase /
RewriteRule ^index.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]# END WordPress
`
works for me with permalinks set as Day and name
Try resaving your permalinks?August 3, 2011 at 9:20 pm #117596In reply to: Can’t get Buddypress to work!
August 3, 2011 at 8:29 pm #117581In reply to: Can’t get Buddypress to work!
enderandrew
MemberThe file may not exist for you yet. You can set PHP options per folder with a php.ini file. If you put it in the root of your WordPress install, it will also change all the subfolders as well.
You can create a text file named php.ini and just put in it:
allow_call_time_pass_reference=true
And then upload that to the root of your WordPress install, and try install Buddypress again. Here is some documentation on php.ini files:
http://php.net/manual/en/configuration.file.php
If you want a template php.ini file with all the possible changes/settings you can make, you can find one here:
http://svn.php.net/viewvc/php/php-src/trunk/php.ini-production?view=co
August 3, 2011 at 7:57 pm #117569In reply to: How to use Group Extension API
4ella
Participant@wordpresshacker If you succeed and when you are done can you pls.publish here your working code- plugin? I would love to have those extra fields there too.
August 3, 2011 at 7:34 pm #117565In reply to: Can’t get Buddypress to work!
enderandrew
MemberYou can download trunk here:
August 3, 2011 at 7:08 pm #117559In reply to: How to use Group Extension API
modemlooper
ModeratorThere isa plugin BP group extras that ads more fields to groups set up
https://wordpress.org/extend/plugins/buddypress-groups-extras/
August 3, 2011 at 6:46 pm #117556d34thst4lker
Member# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]# END WordPress
August 3, 2011 at 6:30 pm #117546In reply to: Can’t get Buddypress to work!
abccreativity
MemberWordPress 3.2.1.
BuddyPress 1.2.9Theme is Headway 2.0.12
August 3, 2011 at 6:26 pm #117545In reply to: Can’t get Buddypress to work!
enderandrew
MemberWhat version of WordPress are you running, and which version of Buddypress are you uploading?
August 3, 2011 at 5:46 pm #117538In reply to: timthumb vulnerability and BuddyPress
Tammie Lister
ModeratorTimthumb would be theme side not plugin side. The fix is fairly easy to any theme that does have it however most won’t and use featured images / built in WordPress functions that do similar things.
August 3, 2011 at 4:22 pm #117534igeekout
MemberAlso, if anyone wants to to do some solid reading on custom post types:
August 3, 2011 at 2:41 pm #117524Andrea Rennick
Participant“i set the permalink to custom “/” “
You filled n the wrong values. Basically what you put there will never work. On any theme.
August 3, 2011 at 1:35 pm #117516jdpark7
MemberI have the same problem. as NrFive and Iwikia. I wonder if they solved the problem.
Thanks.
August 3, 2011 at 7:19 am #117477@mercime
Participant== i have the problem with the non-buddypress theme ==
If you want to use your WP theme with BP, you need to install the BP Template Pack plugin and go through the compatibility process.
https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/
https://codex.buddypress.org/theme-development/bp-template-pack-walkthrough-level-easy-2/August 2, 2011 at 8:41 pm #117436Tammie Lister
ModeratorIf you want it considered to be part of the BuddyPress core then filing an enhancement ticket is usually the best route.
https://buddypress.trac.wordpress.org/
If you have a patch for it smiley faces of happiness all around as that really rocks.
As a work around you probably want to look at some of the user limiting plugins / membership / privacy.
August 2, 2011 at 7:49 pm #117431In reply to: Buddypress Privacy
enderandrew
MemberThis entry in trac looks particularly relevant:
August 2, 2011 at 6:24 pm #117416In reply to: Need 1.5 component slug code example
Boone Gorges
KeymasterI’ll work on providing a document with best practices for creating them. See https://buddypress.trac.wordpress.org/ticket/3422 for further discussion of the page creation problem.
-
AuthorSearch Results