Search Results for 'buddypress'
-
AuthorSearch Results
-
June 7, 2010 at 4:09 am #80870
In reply to: Having lots of issues, willing to pay
techguy
Participant@r-a-y What does that actually do? I’ve been wanting to test it. Will it allow spaces and upper case letters?
June 7, 2010 at 2:05 am #80867In reply to: Get Each Blogs Description
r-a-y
Keymaster@parkstreet – I think you’re making this way too complicated!
The easiest way is to copy over the /blogs/blogs-loop.php to your child theme and use the template tag:
bp_blog_description()somewhere in the loop.There’s an action to hook into in the bp-default template, but the hook is after the last activity block, which is probably not where you want the blog description to show up.
June 7, 2010 at 1:49 am #80864In reply to: Having lots of issues, willing to pay
r-a-y
Keymaster@socialsnus – You fix the member profile problem by adding the following code snippet to wp-config.php:
define( 'BP_ENABLE_USERNAME_COMPATIBILITY_MODE', true );June 7, 2010 at 12:11 am #80862In reply to: New Buddypress Groups design.. Group Hierarchy
pcwriter
ParticipantCheck out this plugin. It already provides the capability of organizing by tags. Might help.
June 6, 2010 at 11:48 pm #80861Isara
MemberGotcha! thanks @mercime and @drifter0658 – it seems to be ok now. *fingers crossed*
Ok… well, it seems to have taken issue with the wiki plugin, which is now deleted from the directory. What I can’t figure out is why the response was delayed. The site was fine the evening I installed it, but then, while I was away (and no other users), it mysteriously started acting up.
June 6, 2010 at 11:38 pm #80859@mercime
Participant@isara what @drifter0658 said was to rename the wp-content plugins folder to something else.
Or, I remember bp-events plugin giving my test install a white screen a while back, so instead of renaming the whole plugins folder, you might want to try deleting the bp-events plugin folder first, refresh browser and try to log back in again. If that doesn’t work, rename plugins folder.June 6, 2010 at 11:34 pm #80858@mercime
Participant@ @syasar There is a Sitewide Activity Widget plugin good for BP 1.2+ by @sbrajesh
June 6, 2010 at 11:21 pm #80856Sinan Ya?ar
ParticipantWidgetized home-page is great but i am missing the main activity stream there

Is it possible to add activity stream as a widget? or is there a plugin for that? Thanks.
June 6, 2010 at 11:20 pm #80854In reply to: Kindly comment – ‘Discuss Buddy Buddypress theme”
shozen1
Participantzip file corrupt.
the new upload returns this error when opening the zip file:Archive: /home/shozen1/Downloads/discuss-buddy.zip
[/home/shozen1/Downloads/discuss-buddy.zip]
End-of-central-directory signature not found. Either this file is not
a zipfile, or it constitutes one disk of a multi-part archive. In the
latter case the central directory and zipfile comment will be found on
the last disk(s) of this archive.
zipinfo: cannot find zipfile directory in one of /home/shozen1/Downloads/discuss-buddy.zip or
/home/shozen1/Downloads/discuss-buddy.zip.zip, and cannot find /home/shozen1/Downloads/discuss-buddy.zip.ZIP, period.June 6, 2010 at 10:08 pm #80849In reply to: Public Welcomes
@mercime
Participant@DJPaul‘s plugin https://wordpress.org/extend/plugins/welcome-pack/ – working well in BP 1.2.4.1
There is the Members Widget which shows the “Newest” “Active” and “Popular” Members, then add a text widget on top of that to welcome members.
Plus you could always add this code in home page and style accordingly – http://wordpress.pastebin.com/Rvx4ZgWF – change title and avatar sizes to taste
June 6, 2010 at 9:38 pm #80848In reply to: Moderate Signup / Restrict Registration
zlamczyk
Participant@DJPaul Any way of modifying your Welcome Pack plugin to accomplish what I want? In addition to this BuddyPress post, I’ve created on here, too:
https://wordpress.org/support/topic/407338?replies=1June 6, 2010 at 9:36 pm #80847In reply to: Some questions about BLOG POSTS in BP. Help please
Asif Irtiza
Participant@mercime thanks for replying!
“how can multiple users write in that blog under their own names?”
That is exactly the information i needed. I set them as “contributor”. That means they will be able to write posts but i can approve them, right? but how can they enter the writing zone? i mean the admin panel where they can choose new posts to write? i dont see any links.
“how can the titles or summaries of those posts be shown in the homepage?”
Thanks. that’s solved too.“how can i create a button besides the ABOUT button to easily point out the blog?”
I will have to work on this one a little more i think.***NEW QUESTION***
but how can they enter the writing zone? i mean the admin panel where they can choose new posts to write?June 6, 2010 at 9:23 pm #80840In reply to: Get Each Blogs Description
Brandon Allen
Participant@parkstreet
In case you want to give it a try later, the reason the filter didn’t work is because of the fourth parameter in add_filter(‘bp_blog_description’, ‘get_users_blog_description’,10,2). The fourth parameter is for the number of accepted arguments. The number of accepted arguments is determined by the number of arguments passed by the corresponding apply_filters(). In the case of ‘bp_blog_description’, only one argument is passed, which is the blog description. However, you are telling the add_filter() function that apply_filters() is sending two arguments its way, which in turn causes it to fail when it only receives one. The fourth parameter defaults to one, which is what you want for your example, soadd_filter(‘bp_blog_description’, ‘get_users_blog_description’,10);
should do the trick.
June 6, 2010 at 9:08 pm #80845In reply to: Get Each Blogs Description
@mercime
Participant@parkstreet – will you be sharing this plugin
June 6, 2010 at 9:07 pm #80844In reply to: [Resolved] Make Group Forum the Group Home Page
@mercime
Participant@justbishop @finni3 – @r-a-y has the answers to both questions in other forum topic I found helpful
June 6, 2010 at 8:27 pm #80841In reply to: Moderate Signup / Restrict Registration
zlamczyk
Participant@crashutah Yes, Welcome Pack will work that way. The extra work for me to activate is, however, annoying as you presumed.
@vanmurray Manual Member Approve will also work. But I still have to manually send an e-mail back to the user containing their username and password. One more step that I’d like to avoid.
Temporarily, either of those solutions will work. However, I still think that simply sending the activation e-mail/url to the admin(s) would be the best solution for me.
I’ve got a very small extension to get this figured out how I would like. If I cannot get help, or figure it out on my own, then I’ll have to use of these two brute-force methods.
So, still looking for help on how to get the activation e-mails sent to the admin(s) instead of the corresponding user after registration. Thanks everyone.
June 6, 2010 at 8:23 pm #80839In reply to: Some questions about BLOG POSTS in BP. Help please
@mercime
Participant@jujunkie – hi there, you should be able to get free support from theme authors after purchasing that premium theme. I don’t know what files they have in there but here’s giving it a try:
“how can i create a button besides the ABOUT button to easily point out the blog?”
I assume that your theme has a home.php (most premium themes do), so follow #2 instruction here – http://www.nathanrice.net/blog/creating-a-blog-page-with-paging/ – take care to delete the space between less than sign and question mark in the posted codes“how can multiple users write in that blog under their own names?”
Do you mean you want to set up your installation as one site with many authors – you’re not giving them free blogs? Then you should at least make your users “Contributors” – where you have to approve each post before in order for the post to be published – or “Authors” whose can publish their posts without any moderation.“how can the titles or summaries of those posts be shown in the homepage?”
Looks like your home page is widgetized in the left column. Go to Appearance > Widgets and get the “Recent Posts” widget on left side and move to appropriate widget name.June 6, 2010 at 6:45 pm #80834In reply to: Import Export Buddypress User Data
@mercime
ParticipantPer roadmap, BP 1.4 will have the import/export of all user data – https://buddypress.org/about/roadmap/
June 6, 2010 at 6:07 pm #80833In reply to: Home page and Blog page
@mercime
Participant“I then changed my home page to it’s own page and specified another page for my blog.”
@hkcharlie What do you mean by you changed your home page to it’s own page? a) To a Page you created and set in Readings as static front page? b) Or created a home.php and now can’t find your main blog page?
For a) you might want to try @dwenaus solution.
For b) you might want to use Nathan Rice solution #2. Just make sure to delete the spacing between < ?php in the posted codeJune 6, 2010 at 6:05 pm #80832In reply to: Registration email, link to profile?
thekmen
ParticipantJune 6, 2010 at 6:00 pm #80830In reply to: Instant Messaging Feature
Anointed
Participant@gtn
If you are looking for a videochat app that will integrate perfectly with bp groups, then check out http://www.123flashchat.com/feature.html
While I do not currently use it with bp, I do have it 100% perfectly integrated with elgg groups. Frankly integrating it with elgg was 10x more difficult than it would be to integrate with bp. Basically all of the db parameters are wide open, so in theory you could connect their system to any user db.Word of warning though, I would not even both trying to integrate it with red-5, that’s a waste of time; You will need to purchase a real flash comm server package, wowza will work, in order to get reliable video chat working. Also keep in mind that video chat takes some serious bandwidth, and I mean serious.
I’ve pretty much tried all the pro chat scripts out there on the market, and I have to say that 123flashchat is hands down the most powerful and efficient system out there. I use the load balancing system and it works perfectly across my network of chat servers. Their tech support is fantastic, though they pretty much only speak Chinese.. yeah that makes for some interesting discussions with them.
June 6, 2010 at 5:42 pm #80829In reply to: Buddypress 1.1.2
@mercime
Participanthttps://trac.buddypress.org/browser/tags/1.1.2 download link near bottom of page
Having posted that, why not use BP 1.2.4.1? If you don’t mind my asking, what theme is that?June 6, 2010 at 4:44 pm #80826In reply to: Registration email, link to profile?
Paul Wong-Gibbs
Keymaster@thekmen
Yes, Welcome Pack works fine on 1.2.4.1. You really want me to release a whole new version which will force everyone to re-download it just because I’ve updated the version compatibility numbers in the readme.txt?
I’m not that bothered about the download counter
June 6, 2010 at 4:33 pm #80824In reply to: Wrong Avatar and Gravatar after BP update
MrD
ParticipantI have had the same problems and the proposed solutions here do not work for me either.
For now I have just used the older version of bp-core-avatars.php from https://trac.buddypress.org/browser/branches/1.2/bp-core/bp-core-avatars.php?rev=2876#L109 which has worked although there may be knock on affects from using the old file that I am unaware of.
There is also a thread here about it https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-to-show-avatars-uploaded-via-buddypress-in-wordpress-mu/
Paul.
June 6, 2010 at 3:58 pm #80821MrD
ParticipantThanks Kaberi,
You are doing a great job chasing this down. I will try using the older file although there must surely be some knock on affects that we are unaware of yet. Will try it now.
It is kind of mission critical because the whole blog thing is clearly not working from a user perspective.
Thanks again.
Paul.
PS The old version of bp-core-avatars.php seems to do the trick – thank you for that. Have not noticed any drawbacks yet but there must be some. Hopefully a fix for the new file will appear. In the meantime, thank you again.
-
AuthorSearch Results