Search Results for 'buddypress'
-
AuthorSearch Results
-
February 4, 2010 at 8:36 pm #62408
In reply to: BuddyPress Classifieds Component 1-beta released !
grosbouff
ParticipantFebruary 4, 2010 at 8:28 pm #62407In reply to: email notification – changing the "from" setting
catinw12
Participantokay, well that was 2 hours not well spent.
reinstalled the plugin recommended on the wpmu forum, namely collin mcdonald’s WP-Mail-SMTP Plug-in
it doesn’t work, no matter what variation I tried.
I cannot believe that with all the 1,000’s of buddypress users on here that I am the only one with issues about making sure our members get their messages and that they don’t go to spam.
a default server email address like the one I mention here is sure to go to spam in many email programs. …
the relentless search continues
February 4, 2010 at 8:24 pm #62406In reply to: Convert a WordPress Theme to a BuddyPress Theme
@mercime
Participant@ScotM – Although converting a WordPress theme to a BuddyPress child theme is a bit more challenging than converting an HTML template to a WordPress theme is, the basic concepts are the same – knowing at the very least, HTML and CSS plus basic PHP and JS, and adapting it to the required environment.
The level of difficulty and required skills for conversion of a WordPress theme to a BuddyPress theme depends on what aspects of that WordPress theme you want incorporated into your BuddyPress theme.
– If it’s the styling or layout, then level of difficulty and required skills = Medium.
– If it’s incorporating/combining functionality and design of a WordPress theme framework like what @designodyssey and @Windhamdavid are discussing above, then level of difficulty and required skills = High.
– If it’s incorporating/combining functionality of truly advanced layout designs and functions like what you would see in say, Headway theme or ithemes’ Builder Theme, then the level of difficulty and required skills = Superduper.
So to better address your question, my question is what WordPress theme were you thinking of porting over as a BuddyPress child theme?
February 4, 2010 at 8:03 pm #62405In reply to: FAQ: How To, Code Snippets and Solutions
Nick Watson
ParticipantThe member directory alphabetizes by the ”Name” field, which is a mandatory profile field defaulted by buddypress. So the only place that the username is really displayed and used is in the url.
February 4, 2010 at 7:16 pm #62401In reply to: How do I edit the BuddyPress Menu
Peter Anselmo
ParticipantHi Zastrow,
As far as I know there’s not an explicit way to edit the links from the admin site.
Just to be clear, if you don’t use Forums and Groups, disabling them BuddyPress ‘components setup’ page will automatically remove them from the user menus.
I’m not sure how comfortable you are with theme modification, but for more fine-tuning (including adding pages), you can create a simple child theme and in the functions.php file create actions to modify the menus. You action might look like this:
function mytheme_add_top_pages() {
wp_list_pages( 'title_li=&depth=1');
}
add_action('bp_adminbar_menus','mytheme_add_top_pages');Please, note, I have not tested the above function!
February 4, 2010 at 7:07 pm #62400In reply to: BuddyPress Classifieds Component 1-beta released !
@mercime
ParticipantHi Grosbouff, thank you for all the update. As nexia mentioned above, the classifieds theme folder, css folder and js folder are not in the buddypress-classifieds 1.002 download. So does this mean we use the classifieds theme, css and js from buddypress-classifieds 1.0 beta download?
Those are tags you have to create in your data-blog and then put their “ids” in (eg:7,4)
My bad, read too fast and missed the last phrase
Thank you.The roles are retrieven from your blog. I don’t understand your question very well but you should find the usual wordpress roules there
Thank you. Strange thing really, when I checked the roles for classified ads in my test install this morning – there was no Keymaster role, and I could have sworn it was there in the classified roles list last night

Looking at the Roles & Capabilities panel of Classifieds (cool tool), almost all capabilities are self-explanatory except that I am not familiar with “Republish my Classifieds” – what does this mean and how can this be done? I haven’t explored the plugin that thoroughly yet so may be missing something.
Kudos Grosbouff for getting this plugin up and running with the bp 1.2 default theme.
Thanks again.
February 4, 2010 at 6:23 pm #62397Mark
Participant@1stAngel; Groupblogs is not presently compatible with wpmu 2.9.1.1 (for many). At the very least you’ll need to add the code mentioned in the middle of the linked topic below. That may, or may not help as results seem to vary. For me (with bp1.1.3) new group members are not automatically becoming blog members unless I promote them to Mods or Admins. Hopefully once bp 1.2 is stable the plugin can be updated to work well with 1.2 and wpmu 2.9.1.+:
https://buddypress.org/forums/topic/bp-groupblog-error-call-to-undefined-function
February 4, 2010 at 6:18 pm #62396Xevo
ParticipantI believe they just use a seperate bbpress install here.
February 4, 2010 at 6:06 pm #62395In reply to: BuddyPress Classifieds Component 1-beta released !
Jean-Pierre Michaud
Participanti just downloaded this… and i see:
Move the directory buddypress-classifieds/theme/classifieds to wp-content/themes/your_current_theme.
…. problem is that we do not have that directory in the release…
February 4, 2010 at 5:39 pm #62394In reply to: Embed images on Buddypress Forums?
Paul Wong-Gibbs
KeymasterI haven’t seen any plugins do this
February 4, 2010 at 5:36 pm #62392In reply to: Component Setup button missing
Paul Wong-Gibbs
KeymasterUm. We’ve seen lots of issues on the forum here about corrupt installs via simplescripts or other weird options. I’d suggest you install WordPress and BuddyPress manually.
February 4, 2010 at 5:02 pm #62389In reply to: BuddyPress Classifieds Component 1-beta released !
grosbouff
Participant++added a Classifieds Tag Cloud widget
++added a Classifieds widget (not ajaxed yet)
February 4, 2010 at 4:55 pm #62388In reply to: BuddyPress Classifieds Component 1-beta released !
grosbouff
Participant1. Classified Ad Entries do not appear in Activity Streams of Member nor Home Page
->Yes I have to fix this
2. Site Admin should delete Hello World first post in new private blog set up for classifieds – if not configured to delete before
->Added to installation intructions
3. Created Blog for Classifieds plugin Settings > Privacy was set to Block Google but allow online visitors – but the special blog is showing up in Blogs Directory even when Site Admin is logged out.
->BuddyPress bug ?
4A. Single page for a Classified Ad Entry – does not have navigation back to list of classifieds
->Neither Single page for Groups have; I try to keep things like core components
4B. or have a “Reply” field box for possible interested clients.
->I’m waiting that BP reintroduce the wire function
5. Categories chosen and Tags added during set up of Classified Ad Entry, are not showing up anywhere in Classified Directory Page or single page of the Classified Entry.
-> not ? Please upgrade to last version and don’t forget to update the theme directory
6. Feature Request: ability to upload even a small single 150×150 image to go along with the classified ad entry.
-> I’m waiting that BP handles pictures (galleries?) better
@Michael Berra :
Great thing – Grosbouff!

Thanks for your great job so far! I am really looking forward to it, et je te dire: merci beaucoup!!!
Merci

1. I couldn’t post a classified from the frontend – gave me a 400 error (could be, that it’s just me?!)
Did you move the theme folder ? (please upgrade to last version before)
3. “All classifieds” in the directory says (0) – but there is one! All the other “tags” I created say (1) although I only posted it in one of them (“sachen”).
Yes, classifieds counts are not OK yet
4. The advanced search doesn’t really work correctly: When I try to filter, it just ignores my setting.
Does firebug tells something ?
5. When I click on a category-link underneath a classified – it jumps to the filtering, but shows nothing (although there for sure is one classified with that categorie
Still have that bug ? Working here
7. The classified-activity doesn’t show up in the activity-stream. Not even, when I set the blog visible for everybody (also google)
Yes I have to fix this
8.The menu in the single-classified-view is underneath the text. Is that on purpose? The “Start” is empty… (should there be something)
Yes,
Waht do you mean by The “Start” ?
3. In my opinion it would be crucial that classified activity shows up in the activity-stream (in BP1.2 that is THE central point!)
4. The classifieds should have the possibility to react. I would recommend the same functions as any activity-item (comments, favorite) –>maybe that’s hard, because those are actually blogposts?
5. Pictures are very important (as mercime said). It is important to have the possibility to add pictures!
Yes I would like to add this too. When i’ll get time…
6. It should be translatable – but maybe that’s already in there, for your language is french
. I would need german…But it is
February 4, 2010 at 4:42 pm #62386In reply to: Convert a WordPress Theme to a BuddyPress Theme
Windhamdavid
Participant@odyssey ~ thanks for the nice writeup – one other step that I’ve found helpful in a merge is to call a custom – bp-header.php in the bp dependent files to reduce a bit of weight on the non bp pages, reduce any instances of javascript conflicts, increase the design and flexibility of the BuddyPress pages, and use bp specific functions(<?php bp_page_title() ?> in the alternate header.php ~ so I swapped out the get_header’s, sidebar’s, footers on the default theme with these ~<?php locate_template( array( ‘bp-header.php’ ), true ) ?> or <?php include (TEMPLATEPATH . ‘/bp_header.php’); ?>
February 4, 2010 at 4:27 pm #62385In reply to: widget HTML errors
danbpfr
Participanthatiro, this post is one year old… i don’t remember the solution, probably it was to update….
Post above begins with … buddypress trunk 658 and wpmu 2.6.5…
today we have:
buddypress trunk 2580 and wpmu 2.9.1.1
Open a new post if you need help
February 4, 2010 at 4:26 pm #62384In reply to: Component Setup button missing
gerfr
MemberA tech at BlueHost says that Simplescripts doesn’t download MU with Buddypress and that it needs to be installed separately. But at the bottom of the page on my dashboard it says: Thank You for Creating with WordPress MU. So I’m stymied. I know nothing about coding. I used Simplescrips because BlueHost originally said it’s all-inclusive.
February 4, 2010 at 4:25 pm #62383In reply to: Multiblogs using one buddypress database?
Windhamdavid
Participant@jimi ~ http://svn.automattic.com/wordpress/trunk/
you won’t have multiple/duplicate userdata in the db, buddypress will plugin just fine and you’ll be able to enable it on a per site basis for multi-site.
February 4, 2010 at 3:46 pm #62378In reply to: Embed images on Buddypress Forums?
symm2112
ParticipantThat’s not really a buddypress question, more of a bbpress question. If you’re using the one click install group forums, you wouldn’t be able to use any plugins anyway. The only way to use a plugin for this would be to use the external bbpress integration.
February 4, 2010 at 3:44 pm #62377In reply to: Embed images on Buddypress Forums?
josephtravers
ParticipantHas there been a plug-in developed to allow for this? Especially one that will work with 1.2?
February 4, 2010 at 2:34 pm #62374In reply to: Multiblogs using one buddypress database?
Jimi Wikman
ParticipantXevo I would like to know how you have that setup if you don’t mind?
Andrea_r I did not know that, got a link to that trunk?
February 4, 2010 at 1:43 pm #62370In reply to: BuddyPress Classifieds Component 1-beta released !
Michael Berra
ParticipantGreat thing – Grosbouff!

I tried it in my testinstall and the following experiences I made:
1. I couldn’t post a classified from the frontend – gave me a 400 error (could be, that it’s just me?!)
2. Posted from backend (created a post in the blog)
3. “All classifieds” in the directory says (0) – but there is one! All the other “tags” I created say (1) although I only posted it in one of them (“sachen”).
4. The advanced search doesn’t really work correctly: When I try to filter, it just ignores my setting.
5. When I click on a category-link underneath a classified – it jumps to the filtering, but shows nothing (although there for sure is one classified with that categorie
6. The design in the advanced search seems a little messed up in FIrefox 3.6 (the gray menu stops in the middle of the page)
7. The classified-activity doesn’t show up in the activity-stream. Not even, when I set the blog visible for everybody (also google)
8.The menu in the single-classified-view is underneath the text. Is that on purpose? The “Start” is empty… (should there be something)
So far my experienced “bugs” (if they are any…)
Further comments:
1. I like it very much!!!

2. Great idea with the ability to make tags dynamically showing up as tabs!
3. In my opinion it would be crucial that classified activity shows up in the activity-stream (in BP1.2 that is THE central point!)
4. The classifieds should have the possibility to react. I would recommend the same functions as any activity-item (comments, favorite) –>maybe that’s hard, because those are actually blogposts?
5. Pictures are very important (as mercime said). It is important to have the possibility to add pictures!
6. It should be translatable – but maybe that’s already in there, for your language is french
. I would need german…Thanks for your great job so far! I am really looking forward to it, et je te dire: merci beaucoup!!!
Greez from Switzerland (la Suisse)
February 4, 2010 at 12:49 pm #62368In reply to: Blog limit
Bowe
ParticipantFebruary 4, 2010 at 12:26 pm #62367Paul Wong-Gibbs
KeymasterThis is not a BuddyPress question. This was introduced in a recent version of WPMU. I am closing this thread; if you need further information, please visit the WMPU forums.
February 4, 2010 at 10:55 am #62363In reply to: forums : Fatal error: Cannot redeclare checked()
cargo
MemberSame trouble when i want to create a topic: “Fatal error: Cannot redeclare checked() in /home/vhosts/siteurl/wp-admin/includes/template.php on line 380”
WordPress-MU 2.9.1.1 + BuddyPress 1.1.3 (new installation)
Install WP/MU as a directory.
Directory install, is it in root.
BuddyPress install come with a copy of bbPress built-in
Active plugins: “rus-to-lat”
Using the standard BuddyPress theme.
I didn’t modify the core files.
February 4, 2010 at 10:53 am #62362In reply to: Embed images on Buddypress Forums?
Paul Wong-Gibbs
KeymasterYou can’t out of the box
-
AuthorSearch Results