Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 20,176 through 20,200 (of 22,649 total)
  • Author
    Search Results
  • #59688
    Paul Wong-Gibbs
    Keymaster

    From the recent SitePoint podcast.

    Andy Peatling said:

    The BuddyPress.org site is actually over a million users because it’s connected to the main WordPress database/user database. It’s obviously not one million active users, but there is a fair few thousand active users every week, multiple thousands of users every week.

    Some of the other standalone websites – testbp.org is actually over about 14,000 users now. TastyKitchen, which is which is another site using BuddyPress for recipes used in cooking, they’re around 20,000, I think.

    Check the full podcast on http://www.sitepoint.com/blogs/2009/12/21/podcast-41-buddypress-with-andy-peatling/

    #59680
    @mercime
    Participant

    You cannot use the admin panel of bbPress if you use the one/two click BuddyPress installation. If you want a bbPress admin panel and want to install bbPress plugins, you need to install bbPress externally, then use the WordPress integration plugin, then you go to BuddyPress Forum component and click on “I want to use exisiting bbPress forum”

    #59660

    In reply to: test 1.2

    vanicon
    Participant

    Very sorry for me, I waited too long for this moment and when I found out was very glad, really, I was not able to appreciate the beauty of it on a regular wordpress before the end of 2009. If I’m your first rabbit max@vanicon.ru subject to this address ready for any tests. Believe me it is very necessary.

    #59657
    gpo1
    Participant

    Well, most twitter users don’t have a good blogging platform ,so microblog and use a very good blog platform.

    So more choices for the site owner.. I don’t feel the need for FB user to use wordpress cos they have a many apps (crap) on facebook already than twitter !

    #59616
    danbpfr
    Participant

    Sorry for bumping this old post, but life is evoluting…

    Such a plugin exist now:

    https://wordpress.org/extend/plugins/buddypress-group-documents/

    writenowrong
    Member

    Speaking of your Achievements plugin, do you plan on offering an update that allows us to make new achievements without editing the source code?

    Feel free to email me back if it helps.

    #59611
    Bowe
    Participant

    There is also a solution for that.. It’s called Community blogs: https://wordpress.org/extend/plugins/bp-community-blogs/

    From the plugin description:

    By activating the Community Blogs plugin, Administrators can give immediate registered user status to any member of their BuddyPress enabled site on the blogs they choose. All the member has to do is visit the blog. The user is silently added as a registered user of that blog. Administrators can choose the role the new user has. Either Contributor or Author. Admins can give access to all users or users from specific BuddyPress groups.

    As soon as a (registered) users visit the Blog (in your case Community Voice page) it automatically gets added as an author and is allowed to post! Great huh? ;)

    #59597
    MrMaz
    Participant
    #59595
    Rian Rietveld
    Participant

    Hi,

    First of all: thanks for BuddyPress, great work :)

    I’m building a new template for my BuddyPress site, but for some reason Ican’t get the custom template pages working. I copied an existing archive.php file to links.php,

    put

    <?php

    /*

    Template Name: Links

    */

    ?>

    at the top of the code and put the file into the sn_parent directory.

    When I add a new page in admin, I’m not able to select the template of the new file. Is this different then WordPress? Or am I doing something wrong.

    #59590
    gpo1
    Participant

    I feel that maybe the life-stream should hacked or this FYI: https://wordpress.org/extend/plugins/complexlife

    because it a simple and powerful plugin,and different from the other feed aggregator…

    #59589
    Bowe
    Participant

    I think that would be a very good idea Andy.. It would mean a more centralized way to discuss plugins and with the latest plugin release Group Documents: https://wordpress.org/extend/plugins/buddypress-group-documents/ you can even offer the plugins for download. Looking forward to it!

    #59581

    In reply to: Help with Child Theme

    Hikari
    Member

    Hello guys.

    I’ve just started developing a child theme for a theme I’m almost finishing developing and I got frustrated with this same behavior.

    I will try to explain it better. As I’ve noted, WordPress doesn’t see the child theme as the actual theme, so bloginfo('template_directory') will return the parent theme.

    BUT, if you faced this situation you already know that the sole unique parent theme’s file that is not inherited by child themes is style.css, which is the only file a child theme is needed to have. If we want to use parent theme’s style.css we must import it using @import url(../parent-theme-folder/style.css);

    That’s why bloginfo('stylesheet_directory') returns the child theme path. As a record, template_url also refers to the parent theme.

    I’m not sure of that, but I believe we can nest themes on a list, having THEME-1 as the root, THEME-2 as its child implementing some new extra stuff and THEME-3 having THEME-2 as its parent and adding a few more features. That’s not as impossible to happen as some may thing, I’ve already seen a few Thematic’s child themes, and if you wanna use any of them and do a few changes to their CSS, having 2 nested child themes is really possible, if WordPress supports it of course.

    And with that we may end up with a now real problem: template_directory points to top parent theme, and stylesheet_directory points to the bottom child theme… Probably middle child themes will break when they try to access their files using stylesheet_directory and they are not found…

    WordPress really needs to solve this, they should implement something like templatedir('theme-name'), where we can access any theme we want, even classic and basic…

    For now what I’m gonna do is use PHP constants. My parent theme already has its:

    define('THEME_PREFIX_PATH',bloginfo('template_directory'));

    And for my child themes I’ll do the same using stylesheet_directory. Doing so, if someday WordPress gives a final solution for this mess, we’ll just have to use it on this constant and all our child themes will be fixed.

    It’s sad but seems to be the most maintainable solution I’ve found.

    #59574
    Xevo
    Participant

    @ pcwriter: Did you remove the kubrick theme from your theme folder (standard wordpress theme). I had the same problem a while back, solved it by placing the kubrick theme back in the themes folder.

    #59562
    Paul Wong-Gibbs
    Keymaster

    Replying to six month old threads that have been marked as ‘resolved’ (Green traffic light) will mean most people will skip the thread.

    But, https://wordpress.org/extend/plugins/custom-profile-filters-for-buddypress/

    #59561
    Andrea Rennick
    Participant

    Just a note to say that I tried looking at Atahualpa to modify it for use with Buddypress, and the code is an absolute nightmare to work with. And it’s a table-based layout.

    Yes, it has a lots of options. But if you want to mod it, ugh… There’s loads of other themes out there with options pages.

    edit: to answer your original question, in taking the navigation on the right, just move the code in the theme into a nav spot where you want in the header, and style it to go horizontally.

    It’s not really BP specific, or even MU-specific. It’s all a matter of styling.

    https://codex.wordpress.org/Creating_Horizontal_Menus

    #59548
    Andy Peatling
    Keymaster

    I’ve added the WP abstraction code that will allow BuddyPress to run on all WordPress versions to the trunk. This code will more than likely be needed even after the merge, so I want to get it in there and up and running for 1.2.

    I’ve had it going for a while locally, so it seems silly to sit on this until 1.3. After the merge I will tweak where needed, but I don’t anticipate much change since the multiblog features of 3.0 will simply be an on/off setting.

    #59541
    Paul Wong-Gibbs
    Keymaster

    @David – downloads plugin at https://wordpress.org/extend/plugins/buddypress-group-documents/. I haven’t tried it yet, but it looks good.

    #59533
    Mike Pratt
    Participant
    #59532
    gsmith6673
    Participant

    Suzanne, I have another WP blog and use: https://wordpress.org/extend/themes/atahualpa

    I’ve been over chatting on their forum and it looks like no one has formed a workable solution yet for a versatile design that effectively integrates BP.

    I’ll keep looking as I’m not a coder but think I represent a typical user that wants to incorporate a flexible format. The Atahualpa is a good example…very versatile.

    The BP plug-in has a lot of offer when thinking of the community theme.

    see me here as well: http://www.greenbuildinginspector.com

    gs

    #59531
    peterverkooijen
    Participant

    About how member/profile data is stored in the database, Andy Peatling wrote:

    I’ll be reworking the schema in 1.2, interested to hear your ideas.

    I sent you a lengthy mail through the system, again describing the problem as I see it, but probably not enough solutions. I came across this in another thread:

    I’m now using another 3rd party plugin for membership to the site (WP eMember). While it has its own table, it also creates a matching WP user for each of the members it creates.

    I haven’t tested the various commercial membership plugins yet (Memberwing, Wishlist, …), but they must all have their own solutions for the problem. I’m curious what their database tables look like…

    online
    Participant

    Thanks Jeff — good question!

    1. Which version of WPMU are you running?

    WordPress MU 2.8.6.

    2. Did you install WPMU as a directory or subdomain install?

    Directory

    3. If a directory install, is it in root or in a subdirectory?

    Subdirectory

    4. Did you upgraded from a previous version of WPMU? If so, from which version?

    Nope.

    5. Was WPMU functioning properly before installing/upgrading BuddyPress?

    Yea, mostly (except that I had to install plugin to dealt with “www” subdomain issue [see above / top] )

    6. Which version of BuddyPress (BP) are you running?

    Latest (1.1.3)

    7. Did you upgraded from a previous version of BP? If so, from which version?

    Nope.

    8. Do you have any plugins other than BuddyPress installed and activated?

    Yea, “GD Star-Rating” + “Visitor Maps and Who’s Online” (I guess I could do without this one if Buddypress would work ;) )

    9. Are you using the standard BuddyPress themes or customized themes?

    Standard

    10. Have you modified the core files in any way?

    Nope.

    11. Do you have any custom functions in bp-custom.php?

    Nada.

    12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in?

    I clicked to istall forums, but haven’t touched that since (absolute beginner with that)

    13. Please provide a list of any errors in your server’s log files.

    None (at least not that I can see)

    14. Which company provides your hosting?

    “Freenet.DE” (I think somehow affiliated with either GMX or Strato :/ )

    Bonus: trying to set it up here >> http://saarpfalz.org/x/

    #59496
    tobiaslohr
    Member

    hi,

    i have a similar problem. when i access the registration page at http://<somehostname>/register i get a HTTP 302 response code and a redirect to the start page.

    i’m usingthe following setup:

    – buddypress 1.1.2

    – wordpress mu 2.8.6

    i’m sure, that i followed the installation instructions correctly step by step. i double checked it. the only thing i changed is the theme. however, also with the default theme activated (which i haven’t touched) the issue remains.

    does anybody have an idea, why this is?

    #59485
    Simon Dabkowski
    Participant

    Hi Jean,

    h-mag.com was initially setup as a wordpress template. After setting up and installing BuddyPress, I imported each of the components one by one and began modifying the parent theme’s CSS and restructuring the HTML to match the functionality of the original wordpress theme. There are not shortcuts, just a lot of tedious work and trial and error.

    #59474
    5649078
    Inactive

    Please this is my first experience with WordPress and buddypress. I have installed wordpress Mu/buddypress successfully, I want to have a site where the main page will be used as an introduction to my social networking site, as well as the platform for login, and the second page to be the main social networking page… i have installed some customed made theme for the purpose of the Social.n/w.. but the whole thing is confusing me. PLEASE… i will be grateful if any one can give me step by step hint on how to go about this…….

    ….placing one theme as main page in subdomain and the other in main domain is…? Please Help…

    #59460
    Bowe
    Participant

    @ Mike:

    As an example, a place to tweet from my site won’t turn many on. Not because they aren’t on Twitter, but they don’t come to the site to do it, don’t usually want to tweet about what they are doing on the site and the added convenience of tweeting from within the site isn’t worth the real estate. Still – it’s a great idea for other sites.”

    This is exactly what makes these kind of decisions so hard to make for the development team. Basically there are so many different needs for different usergroups, that decisions about core functionality are always very hard to make. I apreciate the amount of interaction between us (end users) and the developers (core + plugin developer) on the forum and the trac, and I do think we’ll get there in the end. Since I am not a programmer I can’t say what is technically the best way to do something, but I do know a thing or two about social networking and online communities in general.

    The thing which makes BuddyPress really stand out is, is that it actually crosses a bridge between blogging/publishing of content and micro-blogging/meaningles social networking. There has always been a clash between those two types of users and some usersgroups are way more focused on quality (and somewhat lenghy!) content then others. Your example about real estates agents looking for totally different ways to interact then a typical social networks user is spot on. You do not need twitter integration on your site, and you do not want to have those functions overcomplicating your site. My users on the other hand are EXTREMELY mixed on so many levels. The only thing they have in common is the fact that they all have the same disease. This makes creating my network a really big challenge and it means that there are many factors I need to think about. Many of my users are used to blogging and discussions forums, and a younger generation is used to facebook and twitter. Currently the more traditional users have more then enough to do on my site with the amazing Blog + Group functionality. These components can be tweaked to my liking by WordPress (user blogs) and the Group API.

    Since the introduction of the Group API you have seen that there are plugins coming out which let us (the site owners) decide what we want to add to our social network. Plugin developers can easily hook into the Group API and add functionality to it, which might be specifically written for a specific usergroup. We’ve seen Groupblogs, External Blogs but also Twitter integration plugins, and it made the Group component by far the most powerful and promising BP component as of yet.

    The mock-up I’ve made is basically saying that this kind of functionality should also be extended to regular profiles, so we get much more flexibility to create the social network we see fit. This does not only mean adding new functions but also disabling unneeded ones.

    If the Friends functionality was extensible trough the Profile API it would mean that it could be customized into something that would fit different needs for different sites. Maybe some sites would like to allow individual users to add Twitter Widgets to their profile page, and allow groups of Friends to discuss on a seperate forum. I could imagine that a “family oriented” community could greatly benefit from such a feature, but your real estate community would not! With a Profile API it would mean that it could be added as a plugin on top of the basic friend functionality which everyone could use as a base to work from.

    So basically I’m saying that it might be smart to work on making all the components as flexible and easy to extend as the Groups component, then it won’t take long before before there are so many options available to do thing they way you want, we will all be happy! :) There are more and more people discovering BuddyPress as a “general” Social Network solution instead of a “social network for bloggers” and there are even a lot of users who want to get rid of the blogging functionality and make it a normal social network. If WPMU and WP merge there will be even more need for individual/profile related functionality and a good API is the first step to achieve this!

Viewing 25 results - 20,176 through 20,200 (of 22,649 total)
Skip to toolbar