Search Results for 'buddypress'
-
AuthorSearch Results
-
April 26, 2010 at 10:16 pm #75354
In reply to: Official Setup of BuddyPress.org
guigoz
MemberOups.. Thanks !
April 26, 2010 at 9:57 pm #75351Paul Wong-Gibbs
KeymasterI plan to do much the same as @jeffsayre is; that is, using the groups here for support and announcements.
April 26, 2010 at 9:51 pm #75349modemlooper
ModeratorI’ve already looked it over. What my statement above is saying is that BuddiPhone is not a “mobile” theme for for a Buddypress network in the general sense. It’s more like an application. You’ll understand more when I get a preview up.
April 26, 2010 at 9:41 pm #75348r-a-y
KeymasterWPTouch is a plugin, but it includes mobile themes, @modemlooper.
I just tried adding some of the BP templates like /activity/ etc. in the WP Touch theme, and it works.
Obviously, it needs some cleaning up to make it look pretty on mobiles! But try it yourself.April 26, 2010 at 9:34 pm #75346modemlooper
ModeratorWPTouch is for a blog / comment system only. It is not a mobile theme for a social network or a forum. BuddiPhone is not really a mobile version of a site per se but a theme that mimics a native iPhone application. Think Facebook iPhone app compared to the actual Facebook website. It doesn’t include everything, it includes what you need in a streamlined way to get the important content.
I’ve had to start from scratch a few times and rethink the navigation because the current Buddypress workflow doesn’t work on a mobile at all. It’s just too complex for a small screen. So I’ve had to break it apart and write “screens” that give you an easy to read and navigable system.
April 26, 2010 at 9:10 pm #753443sixty
ParticipantI noticed “add friend” was replaced by “follow.”
Andy Peatling addressed this somewhere on testbp.org. The upshot is that “follow” is an additional module, not a replacement for “friend” (though you are right, on this site, friending is now disabled in favor of following, which I like a lot).April 26, 2010 at 9:09 pm #753433sixty
Participant“Post something to xxx”
This actually should be described more clearly. It is ambiguous whether you are posting something to them privately or publicly (until you try it out).April 26, 2010 at 8:59 pm #75340In reply to: buddypress.org: Location in the profiles
José M. Villar
Participant+1
April 26, 2010 at 8:58 pm #753393sixty
Participant“Can some elightened soul explain to us simple mortals how can we achieve sitewide search …”
+5… it is awesome!April 26, 2010 at 8:51 pm #75338nightlygigs
Member@r-a-y: You rock! Thanks for the help…
April 26, 2010 at 8:44 pm #753373sixty
Participantwoop! updates:
1. I changed the milestone for your bug report to 1.2.3 and added a link back to this thread so the rationale can be seen
2. JJJ has patched the ‘promiscuous’ bug already!!!! I have not had a free moment to test yet: https://trac.buddypress.org/attachment/ticket/2343/forum_id_check.patchApril 26, 2010 at 8:36 pm #75336In reply to: buddypress.org: Location in the profiles
Bunni Vaughan Healy
ParticipantI would like that too. It seems to me I read the description in a plugin but I’ve looked at so many I can’t remember which one.
April 26, 2010 at 8:23 pm #75334In reply to: Analytics kills Dashboard with Blank page
April 26, 2010 at 8:13 pm #75332r-a-y
Keymaster@nightlygigs – I’m probably not going to be working on this right away. I’d check out @modemlooper ‘s BuddiPhone theme – which is close to production status.
Check out the following group dedicated to iPhone BP themes:
https://buddypress.org/community/groups/iphone-ipad-themes/April 26, 2010 at 8:11 pm #75331thekmen
ParticipantLinks in emails when someone replys on the activity stream aren’t working, just redirect to the activity stream.
April 26, 2010 at 8:07 pm #75329nightlygigs
Member@r-a-y: It’d be way cooler if ya did, man…
April 26, 2010 at 8:01 pm #753283sixty
ParticipantPlease, please re-enable Forum Index.
I used to be able to check in many times per day and automatically figure out what discussions were new/updated. Now the site seems very balkanized and hard to follow.
The amount of traffic on buddypress.org/forums (now /community) is still low enough that a “snapshot” view of forum topics makes sense.
Case in point: it took me 2 days to find this thread, whereas on the old site, I would have seen the new thread pop up right away at the top of the forum index page.
April 26, 2010 at 7:55 pm #75327In reply to: crop avatar bug?
lorenzo
Memberok, it took me a few hours to figure this out! then i upgraded to wp 3.0 beta 1 in case this was solved, but the exact same behaviour occurr. with the help of another thread and some research, the solution seem to be working now. you guys maintaining the buddypress site can verify if it works for you as well.
there are two problems here:
– the htaccess file need to be changed for wp 3.0 (and i guess it was the same for wp2.9.2)
– the settings of the main blog must also be modified.this is what is in my htaccess for wp 3.0
RewriteEngine On
RewriteBase /# uploaded files
RewriteRule ^(.*/)?files/$ index.php [L]
RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*
RewriteRule ^(.*/)?files/(.*) wp-includes/ms-files.php?file=$2 [L]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ – [L]
RewriteRule . index.php [L]# add a trailing slash to /wp-admin
RewriteCond %{REQUEST_URI} ^.*/wp-admin$
RewriteRule ^(.+)$ $1/ [R=301,L]RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule . – [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-.*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*.php)$ $2 [L]
RewriteRule . index.php [L]SecFilterEngine Off
SecFilterScanPOST Offthe settings of the main blog can be accessed via the ‘sites’ under superadmin and then ‘edit’, all the site options are under there (as i didn’t use the WPMU before i struggled to find the options for a while!)
here there are 3 different entries for upload (don’t ask me why)
1- upload path: i set this to wp-content/blogs.dir/1/files
2- upload url path: i left this blank as after a few experiment doesn’t seem to do anything
3- file upload url: also left blank as it seems to duplicate the base url
i’m guessing this might be a bug, but for now it does solve the problem!maybe this will save people some time…
April 26, 2010 at 7:52 pm #75326José M. Villar
ParticipantCan some elightened soul explain to us simple mortals how can we achieve sitewide search and group meta ? In plain english would be even better…
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 7:40 pm #75321In reply to: Official Setup of BuddyPress.org
r-a-y
KeymasterApril 26, 2010 at 7:28 pm #75320r-a-y
KeymasterForum topics get bumped up in the sitewide activity stream after editing the forum topic.
This doesn’t happen on testbp.org.
April 26, 2010 at 7:24 pm #75319In reply to: buddpress installation problems
anthony
ParticipantDo I have to change my current theme in order to have the buddypress plugin on my site site. Can the buddypress theme not work with my theme
April 26, 2010 at 7:23 pm #75318In reply to: Admin Blog + Custom Homepage [SOLVED]
r-a-y
KeymasterNo problem, @agrundner!
-
AuthorSearch Results