Search Results for 'wordpress'
-
AuthorSearch Results
-
October 15, 2009 at 7:30 pm #54595
Jeff Sayre
ParticipantI assume you mean the plugin Group Forum Subscripton for BuddyPress found here:
https://wordpress.org/extend/plugins/group-forum-subscription-for-buddypress/
You need to contact the plugin developer and provide them with the details about your issue.
I’m moving this thread to the proper forum, “Third Party Components & Plugins”.
October 15, 2009 at 6:45 pm #54589In reply to: BP showcase – Lead us to water
Jeff Sayre
ParticipantMost of the sites that you mention required many weeks to months of hard design and custom coding work. You need the proper design, CSS, and PHP skills to tackle this on your own. Or, you need to hire out an expert WordPress/BuddyPress developer like GigaOM Pro did–or even a team of developers.
October 15, 2009 at 6:43 pm #54588In reply to: Welcome plugin bug @djpaul
copgarden
ParticipantYep, I go to the main blog via Users menu (not site admin>users) and input the username and email address, select skip confirmation email, send. I get all of the notifications welcome pack sends out EXCEPT the email with username & randomly generated password that should replace that activation email shown above. (I’m thinking this is a wordpress email? Not sure.)
The weird thing is when I do the same process from a sub-blog everything behaves the same except I DO get the email with the username & randomly generated password in addition.
In case it helps here’s what happens over 3 tests from each main & sub blog dashboards:
MAIN BLOG DASHBOARD:
1. Broken activation email – came first all 3 times
2. Then these 3 come, random order each time:
Welcome pack welcome email
Welcome pack friend invite email notification
Welcome pack group invite email notification
SUB BLOG NEW USER:
1. Broken activation email
2. Then these 4 come, random order each time:
Account is setup email with username and randomly generated password
Welcome pack welcome email
Welcome pack friend invite email notification
Welcome pack group invite email notification
October 15, 2009 at 6:33 pm #54586In reply to: FAQ For Integrating BP With WP Theme?
Jeff Sayre
ParticipantHave you seen this Codex article?
https://codex.buddypress.org/how-to-guides/upgrading-a-buddypress-1-0-theme-for-buddypress-1-1/
October 15, 2009 at 6:29 pm #54585In reply to: BP showcase – Lead us to water
designodyssey
ParticipantUsing google, beginning to answer my own question.
http://vocecommunications.com/blog/2009/07/expanding-wordpress-with-buddypress-the-tasty-kitchen/
Now I’m wondering if I’m biting off more than I can chew. Anyone else taking on something this aggressive?
October 15, 2009 at 6:04 pm #54582In reply to: feedwordpress and php warning
Jeff Sayre
ParticipantWhat happens when you disable FeedWordPress?
If the errors go away, then there is an incompatibility issue with that plugin and the current version of BP and/or version 2.8.4 of WPMU. Contact the plugin developer, provide them with the details about your issue, and ask when the plugin will support BP 1.1.1 and WPMU 2.8.4.
Looking at the listing for FeedWordPress ( https://wordpress.org/extend/plugins/feedwordpress/ ), it does not mention that it is even compatible at all with BP. It also indicates that it is only compatible up to version 2.8.1 of WP.
October 15, 2009 at 4:34 pm #54576In reply to: creating a new child theme : help
grosbouff
ParticipantWell, I agree with WordPressfan…
But i’m still stuck
October 15, 2009 at 4:33 pm #54575In reply to: BuddyPress Multilingual
jozik
ParticipantHello to all,
we released new version of Buddypress Multilingual.
It works out of the box with Buddypress themes (tested with BuddyPress Default Home Theme 1.0.3).
Next week we are going to see if migration to Buddypress 1.1 will require any adjustments and test it more on guest blogs.
@Erich73: we added switching on the fly. Thanks for suggestion.
October 15, 2009 at 4:02 pm #54574In reply to: weird blog activity on 1.1.1
Mark
ParticipantI believe our issues are different but both may be directly related to conflicts between buddypress and feedwordpress. Buddypress is a sitewide plugin and the buddypress bar loads for every blog page – so every blog error could potentially be related to buddypress. I don’t have my problem when buddypress in deactivated. So my issue (and yours) with feedwordpress may be a buddypress issue rather than a wpmu issue.
Given your pm reply, I assume you’re not experiencing the same error as I. I have not seen the issue you reported either.
https://buddypress.org/forums/topic/feedwordpress-and-php-warning
October 15, 2009 at 3:08 pm #54570In reply to: Best way to let users upload images?
Oliver @ WebMatros.com
ParticipantThanks! Shockingly confusing to find BuddyPress plugins… It dawns on me that WordPress.org is the place to look, and not here:
https://buddypress.org/extend/plugins/
That should be cleared up somehow. Personally I wish BuddyPress plugins would only be posted here on BuddyPress.org, so there is one centrl place to look.
Anyway, muchos gracias David;-)
October 15, 2009 at 1:22 pm #54565In reply to: creating a new child theme : help
wordpressfan
ParticipantThe problem with using the default child theme as a base for a new theme is that it is much more work. Rather than fit the thousands of WordPress themes into the default child theme, it seems easier to fit the needed BuddyPress features into the style of the many, many WordPress themes being produced for free or commercially.
October 15, 2009 at 1:06 pm #54563David Lewis
ParticipantWell… this doesn’t help… but really… as far as popular CMS tools go… the WordPress backend is about as easy and intuitive as it gets. I find most clients take to it pretty quickly and easily and end up loving it and using it a lot. Compare that to Joomla sites I’ve worked on where the clients end up abandoning the site because it take a computer science degree to wrap your head around it’s confusing interface and concepts. Again… I know that doesn’t really help you.
Have you looked at limiting user roles and screen options to streamline the WP backend? I always set clients up with something less than full admin privileges and turn off a bunch of screen options they won’t need or understand.
October 15, 2009 at 12:30 pm #54561In reply to: problem displaying single item
Kapil
ParticipantMy bp component working fine in 1.0.2 but giving me warning in 1.1.1
I replaced
bp_core_add_nav_item(
__( ‘Example’, ‘example ),
$bp->example->slug
);
by
$args = array(
‘name’ => __( ‘Example’, ‘example’ ),
‘slug’ => $bp->example->slug,
‘item_css_id’ => false,
‘show_for_displayed_user’ => true,
‘site_admin_only’ => false,
‘position’ => 99,
‘screen_function’ => false,
‘default_subnav_slug’ => false
);
bp_core_new_nav_item($args);
but giving me warning
call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, ” was given in /opt/lampp/htdocs/wordpress-mu4/wp-includes/plugin.php on line 414
Thanks in advance
October 15, 2009 at 11:07 am #54558zageek
ParticipantSame here I have been looking at doing a rewrite of the dashboard side for users, because not everyone is a seasoned wordpress user.
October 15, 2009 at 9:38 am #54554In reply to: Vivanista – Living Well. Doing Good.
designodyssey
ParticipantVery nice work. It’s the use of buddypress as a CMS that I’m interested in and this is a good example. Patiently waiting for your learnings, expecially integrating as a CMS with other aspects of WordPress. http://www.tastykitchen.com is my model, but I have no idea how to accomplish that.
October 14, 2009 at 11:13 pm #54544abcde666
Participantthis is what I am looking for, absolutely need somethin like this.
The WP-Dashboard is just too complicated for my users.
Please let me know about the outcome……
October 14, 2009 at 9:30 pm #54542In reply to: WordPress Theme with BP 1.1
Gianfranco
ParticipantYou’re welcome porceon.
Let me know how it goes, and don’t heistate to post your experiencies here.
As I told you I didn’t get to finish integrating, and I’ve to put in on hold, while I am working on someting else. So your experiments with this way of integration may turn helpful.
Cheers.
October 14, 2009 at 7:59 pm #54539stripedsquirrel
ParticipantHow about at least adding the admin bar dropdowns in the buddybar? It would be great to have some options, to simply check what would be included.
For example with the current buddybar it is such a pain just to edit a post I am watching (myblogs -> correct blog -> wp-admin, wait to load, then click edit posts, find correct posts, then edit, while in the regular admin bar it is just ‘edit this’

Of course, it could work the other way around: add BP dropdowns in the regular admin bar would work as well.
October 14, 2009 at 7:37 pm #54535In reply to: wordpress mu installation with buddypress
Paul Wong-Gibbs
KeymasterObviously there are a few big issues with your install causing all of these problems.
8. Do you have any plugins other than BuddyPress installed and activated?
Yes several of them.Deactivate all plugins other than BuddyPress. Use the default theme that comes with BuddyPress 1.1.1. Do you still get these white screen problems?
Do you get anything in your webserver error log? A white screen error can be caused by lots of things. Finally, which company provides your hosting?
October 14, 2009 at 7:09 pm #54530In reply to: Extending WordPress Themes – Post Experiences
Tore
ParticipantI did it with P2 and an Artisteer-theme. It’s pretty much finished.
Just integrated as per codex instructions (copied all the folders and some files from BP-theme).
1. I called for another CSS in the header instead of in the actuall css file. Had problems with the latter.
2. Didn’t register userbar/optionsbar. Integrated them into navbar or individual pages (all user settings was placed on “profile”). This wasn’t intended at first but was a great way of handling the horizontal space problem. P2 and my theme are intended for a width of about 900px. Without the vertical userbar/optionsbar you can make it fit into that small space.
3. I made all the content fit by handling the CSS item “content” with a good width and overflow.
4. This however made me have problems with the sidebar widgets that are hardcoded (please make them into widgets instead). I had to rip them out because they disturbed the layout.
5. Had to do some additional skinning and handle a fixed amount of categories for the forums.
I just love how components.css did a lot of the work. Thanks a lot Andy!
October 14, 2009 at 6:33 pm #54524In reply to: WordPress Theme with BP 1.1
proceon
Participantgian-ava –
Thanks for the help. Never thought about doing the calls in a reverse manner. I will give it a whirl and see how it goes.
Thanks
October 14, 2009 at 2:48 pm #54517In reply to: User blogs in v1.1 have no theme
Kevin Pine
ParticipantThanks – We actually had other issues due to the fact we are using IIS7 on windows server 2008. This article has info: https://mu.wordpress.org/forums/topic/12659
October 14, 2009 at 1:36 pm #54513In reply to: wordpress mu installation with buddypress
wolfapache9516
ParticipantWhen I activate buddypress default theme it gives me blank page when clicked on create new blog but on wordpress default theme it does not show blank page.
October 14, 2009 at 1:26 pm #54512sdrib
ParticipantYes i figured. I don’t mind lots of work though.
I have decided to merge all BP-admin options into the users into their wp-admin.
All Hooks and menus are set.
Now adding new pages and making new bp-functions.
October 14, 2009 at 3:55 am #54503In reply to: Extending WordPress Themes – Post Experiences
designodyssey
ParticipantThis is awesome. Of course, I’m not a coder and don’t understand it yet, but it’s a beginning. I will try the same thing with Hybrid theme next month. Not sure about using the custom function, but if it’s easier and more flexibile, I guess I’ll learn.
Thanks for sharing this. I’m sure MANY are thinking about how to do this
-
AuthorSearch Results