Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 21,226 through 21,250 (of 22,692 total)
  • Author
    Search Results
  • Greg
    Participant

    At this point I am questioning everything. Following Burt’s updated integration instructions there is only one point where I have the slightest doubt. In the bbPress admin page for WP integration, it says the following about the SALTs:

    This must match the value of the WordPress setting named “auth_salt” in your WordPress site. Look for the option labeled “auth_salt” in this WordPress admin page.

    There are no SALT values in “/wp-admin/options.php”. So I put values like the following in wp-config.php:

    define(‘AUTH_SALT’, ‘XXX’);

    define(‘LOGGED_IN_SALT’, ‘XXX’);

    define(‘SECURE_AUTH_SALT’, ‘XXX’);

    …where the XXX values came from “https://api.wordpress.org/secret-key/1.1/”. I have corresponding “BB_” entries in “bb-config.php”.

    r-a-y
    Keymaster

    Need more info, Reboot Now.

    Can the user log into WordPress? But not into bbPress?

    Okay, here’s another check:

    Double-check that your uploaded bbPress files are actually the same as the files from the distribution package! This one killed me a couple of days ago.

    r-a-y
    Keymaster

    Have you used the bbPress Integration plugin?

    https://wordpress.org/extend/plugins/bbpress-integration/

    And copied the config lines verbatim?

    You probably have just double-checking!

    #49758
    Stupidism
    Participant

    I still don’t get why when I go to domain.tld/home the members link lights up (in the BuddyPress Home Theme). And how do I make the community WordPress Page appear instead of a page listing the folders inside the community folder (forums).

    #49746
    r-a-y
    Keymaster
    #49744

    As enthusiastic as you are about WordPress, most of us are about BuddyPress, so without speaking for anyone else, my opinion is biased towards using BuddyPress for every website. My moms knitting website will use BuddyPress. :D

    If you want users to be able to blog about their own stuff without moderation, then you want WordPressMU, because each user gets their own blog to talk about whatever they want; WHATEVER they want. That means even though your site is about fashion, that doesn’t stop them from talking about puppies.

    If you want these users to be able to interact with each other, and have personalities, then you want BuddyPress.BP will allow your users to talk to each other privately, form groups to talk about things with each other, and comment on each others profiles.

    The reasons NOT to use BuddyPress? At the moment there’s very little restrictive control over what people do. You can’t stop someone from putting profanity in their profile. You can’t block a user from messaging you or others. Also, the platform is still evolving as much as WordPress and bbPress are. That means that if you like to keep your website on the cutting edge, you’ll find it hard to install everything and leave it alone, as enhancements and improvements are coming through at least monthly, and so far upgrading isn’t a one click thing yet (almost though)

    Those is my opinionses… Not sure how helpful they is, but if you like WordPress, you will probably see the potential of BuddyPress for what you want your website to be.

    #49741

    I’ve used this website before as an example and I hope he doesn’t mind, but check out leadpress.com as an example.

    You’re not running BuddyPress in a sub directory, but actually just stopping it from taking over the root and /blog URLs, and instead using the normal WordPress way of assigning pages.

    Rename home.php to community.php.

    Use the Page Template method to name that page template “Community.”

    In the blog admin, Make a page for your home, a page for your blog, and a page for your community, all with similar slugs.

    The community page will use the “Community” page template.

    Goto your blog settings and assign the front page to be the page you made for home, and make the index/blog page the one you made for your blog.

    Then, you will want to install bbPress in a folder called “/community/forums/” and be sure to create a page with the slug “forums” as a sub page of “community”

    That should do it?

    #49740
    Paul Wong-Gibbs
    Keymaster

    Take a look at https://wordpress.org/showcase/ for examples of some of the best sites built on WordPress. WordPress itself is a stable and exciting for building sites and CMSs on, and the showcase which I’ve linked you to will let you browse the highlighted best.

    The ‘biggest’ BuddyPress installation – other than this site – that I am aware of, is GigaOM Pro.

    I’m not going to sell the idea of using BuddyPress to you :) but perhaps if you make a short list of the key features and ideas that are essential, and things you would like to have, we can all comment the feasibility.

    #49736
    r-a-y
    Keymaster

    Actually that CSS code should go in your bphome theme’s CSS file.

    Or whatever you are using for your WordPress home theme.

    Let’s say you’re using the “bphome” theme.

    The CSS snippet should go at the very end of:

    /wp-content/themes/bphome/style.css

    #49731
    Paul Wong-Gibbs
    Keymaster

    Well, if you’ve already read this https://codex.buddypress.org/how-to-guides/modifying-the-buddypress-admin-bar/ and maybe this https://buddypress.org/forums/topic.php?id=2283, and do not understand, unless you are prepared to further your understanding of PHP and WordPress’ API, you need to find a developer to write the code for you.

    #49727
    Paul Wong-Gibbs
    Keymaster

    I can see that you have cross-posted this over on the WPMU forums. You have a response from andrea_r, about an hour ago (as of time of posting), which you have replied to about 40 minutes ago.

    This is definitely a WPMU question as this doesn’t involve BuddyPress, so you were right posting it there, but there was no need to post it here.

    #49710

    In reply to: change default blog

    This is actually more tricky that it sounds, because BuddyPress by default stores most of its information in the blog ID = 1, and it will ignore most other constant settings. If you are installing BuddyPress for the first time, and change any of the BP_ROOT_BLOG or BLOGID_CURRENT_SITE or SITE_ID_CURRENT_SITE variables, BuddyPress still saves most of its information in blod ID = 1.

    https://trac.buddypress.org/ticket/823 references this issue, and I’ve included a patch for the instances where this occurs.

    lynnallan, I’m afraid there isn’t a core solution for what you want to do yet, but the patch in the trac ticket *should* better prepare BuddyPress for this type of installation.

    My only other suggestion, would be to think of it as WHERE the data is in the database doesn’t REALLY matter, unless you’re trying to split server load up across multiple database servers. That being said, you can install your corporate theme on your root blog, and then install the bphome theme on another blog, and then use the WordPress page template ability to recreate the look and feel of a BuddyPress on a blog other than the root. This is kind-of how http://leadpress.com/ has their site setup, if you need an example.

    #49693
    Jeff Sayre
    Participant

    White screen always means some error is occurring. Did you modify any WPMU or BP files? Have you created any custom files?

    If so, you could have a space before or after the opening PHP tags. Or, you might have left off something as simple as a semi-colon at the end of a particular line.

    There are many possibilities. If you have modified or created your own files recently, then that is where you should first look. If you have installed any new plugins or updated any older plugins (other than BP), then there could be some issue with them. Try disabling them (or moving them out of the way if necessary).

    Here’s more info: https://mu.wordpress.org/forums/topic/9045

    #49692

    In reply to: list custom members

    Jeff Sayre
    Participant

    There are many functions in bp-core.php and many template tags in bp-core-templatetags.php that will retrieve various user data. Take a look in those two files.

    You should not write any custom DB classes unless you are creating a custom plugin. Also, you should never modify core BP files.

    If you are simply looking to list certain members, you can try my Featured Members Widget available in the WordPress plugin repository. You may have issues if you are running WPMU 2.8.1 as I have not yet updated my widget to use the new WP Widget API.

    #49688
    David Lewis
    Participant

    Anahita looks really interesting but the fact that it runs on Joomla makes it a non-starter for me and my clients… no matter how perfect the code is. I’m a big a stickler for doing things the “right way”… I’m a perfectionist… but the bottom line will always be usability and in that arena… WordPress is way out ahead. So at the end of the day… I don’t care TOO much about the MVC issue.

    That said… I agree with your argument above. Doing things the “right way” doesn’t necessarily mean that something is more difficult, or costly, or what have you. I have a degree in architecture and one thing I always say is that when it comes to building… good design is more about thoughtfulness than budget. When designers blame the budget, client, or other constraints… it’s often a cop out.

    #49669
    Jeff Sayre
    Participant

    I’ve cobbled together my own one WP-install, multi-domain solution using the resources below as a starting point. But, this is only for single-version WP, not WPMU. It is also for development purposes only using vhosts on my local machine.

    Here are the articles to get you started:

    http://me.mywebsight.ws/2006/08/11/host-multiple-wp-sites-on-one-installation/

    http://www.ryanmcdonnell.com/multiple-blogs-one-wordpress-install-zero-code-changes/

    http://www.bos89.nl/how-to-multiple-blogs-one-wordpress-installation/

    #49665

    In reply to: BP and Joomla

    plrk
    Participant

    However, it shouldn’t be too hard to create a “special page” in buddypress/wordpress that outputs some data (XML, serialized PHP, or something) about the logged in users that can be fetched with some kind of Joomla extension at regular intervals.

    #49664

    In reply to: BP and Joomla

    plrk
    Participant

    BuddyPress is based on WordPress, which as you probably know can be used as a CMS too. Therefore, it is not likely that any effort is made in tying together Joomla and BuddyPress.

    #49659
    peerglobe
    Member

    Hi @andy

    you said

    Also – something to consider. If WordPress was completely object-oriented, fully MVC, and the most beautifully designed code imaginable – 90% of developers would not be able to understand it.

    would you please tell me when you say 90% of developers who exactly are you referring to ? because I know there are projects like Ruby on Rails that have had a good turned out between developers even though they implement lots of design patterns like MVC, Active Record and so on.

    Also this does not stop at only open source projects, iPhone development framework (cocoa) follows MVC ( and other design patterns) and now there are kids as young as 10 years old that are developing for this platform.

    Also I understand this debate is about MVC vs non-MVC design pattern but I would like to point out that a framework is not just MVC. It’s a collection of many design patterns as significant as MVC that helps the developers to build something in shorter amount of time.

    in Anahita, MVC constitutes the overall structure of the application, but in a closer look, we are using other design patterns that makes the code smaller and more flexible. Without them, I doubt having an MVC architecture would have made that much of a difference.

    Thank you,

    #49655
    dyasar
    Participant

    Yes I posted there too, I also posted on wp job forums. So let’s see what we will get. I think this is not only my problem. It is really strange that wordpress insists on having one domain per installation.

    Let me share that with you, because i’m not able to re-design our dev env.

    Here is what i want to have:

    We have wpmu-buddypress on x.com.

    Can you make the SAME website work on any subdomain of x.com? (*.x.com)

    – Install a WPMU+BP

    – make an x.com

    – make the same website visible on any sub-domain *.x.com

    – leave 2nd and further level sub-domains intact. (**.*.x.com)

    thanks..

    #49638

    There are plugins to allow easy user switching, and I think that would be your safest bet. This way they can just create users in the admin area with new email addresses, and switch to being that user without logging in or out.

    Because WordPress uses email addresses for verification and authentication purposes, it can’t really have the same email address multiple times safely.

    #49636

    In reply to: Forum Integration…

    José M. Villar
    Participant

    To begin with, I would start by following these tutorials:

    https://buddypress.org/forums/topic/bp-103-and-bbpress-which-version-plugins-cookies

    http://theeasybutton.com/blog/2009/07/17/integrating-buddypress-wordpress-mu-and-bbpress/

    BTW, regarding user mapping, the only setting I changed was WP Admin one, mapped to bbPress Key Master. The other four settings remain untouched.

    #49631
    thebloghouse
    Participant

    Just launched a new BuddyPress based site for a client who was running a normal WordPress based site before hand:

    http://sharemyplaylists.com/

    The site has been set up as a music community site for people who use the music service Spotify and want to do more than ‘just’ submitting their playlists.

    Lots of issues and things we have learnt about BuddyPress, WordPress MU etc during the delelopment and hopefully now the site is launched we might have more time to get involved answering questions on these forums rather than asking them ;)

    #49600
    Jeff Sayre
    Participant

    Read this (especially the section on %category%): https://codex.wordpress.org/Using_Permalinks#Using_only_.25postname.25

    #49599
    Jeff Sayre
    Participant

    Well, you could either delete them from BuddyPress core (not a good idea), or unregister them in your theme’s functions.php file.

    https://codex.wordpress.org/WordPress_Widgets_Api/unregister_sidebar_widget

Viewing 25 results - 21,226 through 21,250 (of 22,692 total)
Skip to toolbar