Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 21,726 through 21,750 (of 22,658 total)
  • Author
    Search Results
  • #44889
    peterverkooijen
    Participant

    I\’d like to know as well. Especially that \”Dear User\” annoys the hell out of me. \”User\” sounds like \”drug user\” or \”abuser\” or \”you\’re not a friend, you\’re just a user!\”.

    The email is sent out after the new member has already given his name. There should be a way to just include the full name or first name in the welcome email. It\’s standard practice.

    BTW, Socialpreneur, do you mean this thread? It’s not very helpful.

    Paul Wong-Gibbs
    Keymaster

    > Also when I go to add a widget to a sidebar when that widget is already used by another sidebar, WordPress does not give you the option to add it again. How do you include the widget on two sidebars at the same time.

    You’d have to create a duplicate the widget, and depending on how it is written and what it does, it may or may not require further modification.

    Paul Wong-Gibbs
    Keymaster

    Lo.

    > Why is it when I add a page to my WordPress site, it doesn’t show up in my BuddyPress navigation?

    Because that’s just the way the default home theme is written. The items listed on that menu aren’t ‘Pages’ in the WordPress sense, anyway, so it makes little sense for the default, out-the-box BuddyPress theme to do that.

    The bit of code you’d need to change (or to add in your custom/duplicate theme) is in header.php. Where you see:

    <ul id="nav">

    Add this underneath:

    <?php wp_list_pages('title_li=<h2>Pages</h2>' ); ?>

    Documentation for that function is at https://codex.wordpress.org/wp_list_pages

    #44865

    Remember also, that the navigation in header.php has NOTHING to do with WordPress pages. They are hard coded to the BuddyPress predetermined hi-jacked URLs.

    #44857

    Like Andy said, the “Home” theme is really intended only for the “Home Blog” or the main blog that your website is responsible for. It’s intent is similar to a “portal” page for those of you familiar with phpNuke, vBulletin, etc…

    Think of wordpress.com…

    There’s a page there that shows all sorts of SITE WIDE content. Then you can drill down into users blogs, and see their specific blogs and themes. Exact same idea with the home theme.

    Using the Home theme as a user blog will result in errors, because the “Members” and “Groups” and “Blogs” links don\’t exist under sub domains/directories.

    For a “seamless” type of interaction, you will want to make a duplicate of your “Home” theme, call it “User”, edit the style.css to give it a new name, delete home.php, and edit the header.php file to use$bp->root_domain in place of get_option('home')

    This is what I did for http://delsolownersclub.com. You’ll notice that the user blogs look just like the home blog.

    #44854

    In reply to: Members Directory

    This makes sense, because like you said above, the Member Themes aren’t real WordPress themes; BuddyPress just muscles itself in and takes over the place. And as long as the member theme functions.php registers a sidebar with the same name, WP doesn’t know the difference and loads it up.

    It’s posts like this, Burt, that lead me to believe that there’s a whole lot of progress that will be made in modifying the Member Theme area.

    Good post, A+ for the day. :D

    Jeff Sayre
    Participant

    Since this is a BuddyPress forum, I’ll assume you’re talking about the Buddypress widget “Recent Blog Posts” and not the WordPress widget “Recent Posts”

    You need to look in bp-blogs-widgets.php for the code. But, do not change the code within that file. It is a core BuddyPress file and any changes you make will be lost the next time you upgrade. Instead, make a copy of that file and create your own custom widget.

    #44846
    Jeff Sayre
    Participant

    Derosion-

    Although the WordPress widget API clearly advises developers not to use the widget functions starting with wp_, there is an issue with localization of Widgets in BuddyPress if the register_sidebar_widget() is used.

    If you’re not planning on distributing your custom components or widgets, then you can code them with the register_sidebar_widget() function call instead of wp_register_sidebar_widget(). However, if you plan to make your custom component or widget available to the community, you should use wp_register_sidebar_widget() at this time.

    See Changeset 1244 for more information.

    Jeff Sayre
    Participant

    Mariahneu-

    First of all, we need some additional information:

    1. Which version of WordPress Mu are you running?
    2. From where (provide link) did you download WPMU?
    3. Which version of BuddyPress are you running?
    4. Did you open any of the BuddyPress files?
    5. Did you alter any of the BuddyPress files?

    #44843
    Jeff Sayre
    Participant

    After disabling bphome and just running on the classic wordpress theme whenever I visit any of the pages that involve BP scripts I get the error.

    A classic WordPress theme will not work with BuddyPress. There is BP-specific code within BP themes and BP theme folders. The question is, what happens when you use the standard BP themes that come with BuddyPress?

    Also, after switching to the standard BP themes, and if you’re still having issues, then you should set PHP to run on version 5 instead of 4 and see what happens.

    #44838
    Will White
    Participant

    I’ve redownloaded everything back to the original server, and even made sure to upload (specifically) the bp-themes folder from here. After disabling bphome and just running on the classic wordpress theme whenever I visit any of the pages that involve BP scripts I get the error.

    You do not have any BuddyPress themes installed.

    Please move “/wp-content/plugins/buddypress/bp-themes/” to “/wp-content/bp-themes/” and refresh this page. You can download more themes here.

    The files are in the right place and when I go to BuddyPress settings as a site administrator both the bpmember and skeleton member themes are available. I’ve tried the click it method I’ve seen in other posts but its not working. Do you have another tactic at fixing that situation? I think that is whats causing the majority of these 404’s.

    #44816
    David Lewis
    Participant

    Could you just add <?php wp_list_pages(); ?> to the header.php file?

    https://codex.wordpress.org/wp_list_pages

    #44809
    Jeff Sayre
    Participant

    Okay, I’ve reread this thread for the second time. You state that:

    The problem must be with the data; since a fresh install works perfectly and after the data gets imported, I get the nasty 404 bug.

    Andy’s answer is:

    This is normal with WPMU, you are not going to be able to transfer over blog tables as there are all sorts of URL settings in the DB.

    I have a few questions based on this interchange:

    1. Which version of MySQL are you (is your host) running?
    2. Have you tried repairing the DB tables before reimport?
    3. Are you moving your data between different domains?

    Since WPMU 2.7.1 + BuddyPress 1.0 + standard themes work fine with a new, empty MySQL DB, the issue is, as you state, with the data. Either you have data corruption, indices that need reindexing, or hardcoded links within the tables that are causing the 404s.

    If the domain mapping is not identical to the hardcoded links in your WPMU tables, you will have issues.

    So, here’s what I’d suggest:

    1. Backup your data again
    2. Then, repair/reindex
    3. Then, if your domain mapping is not identical, follow these instructions keeping in mind that these articles are for WP and not WPMU. You’ll have to adjust accordingly:

    #44808
    rrijke
    Participant

    Ilya,

    I’m working on a project where i must integrate WPMU, buddypress and bbpress all together.

    http://terafriu.com/forum/ is the forum page. I have modified the kakumei theme that came with bbpress. Changing the header and footer will go a long way. But it ultimatly depends on what you are trying to acheive. For the time being you’ll either have to create/modify your own.

    Keep in mind that Buddypress is a fairly new application and we should be gratefull to get such an application for free! When the important stuff like bug fixes etc are resolved we will see tons of themes, just like WordPress.

    #44757

    Kitwit, I think you’re a little confused… It’s working exactly like it should.

    The directory pages are the pages that show the A-Z options on the top. The profiles are just profiles. They reside in members/username, but viewing a profile isn’t the same as viewing a directory of many users.

    When you turn on Extended Profiles, it will totally ignore any of the admin area WordPress profile fields, and wait for you to create your own profile groups and fields. Extended Profile information can then be edited through BuddyPress on the front end of your profile area, exactly like you can do here.

    When you turn off Extended Profiles, BuddyPress will fall back on the WordPressMU user information found in the admin area (if you have the BuddyPress setting turned on for it to do so.)

    #44720
    David Lewis
    Participant

    Yes… I’ve posted this elsewhere (so please excuse me if I sound like a broken record) but it would be great if groups could share different kinds of content… photos (coming this fall?) videos, files and wiki’s (aka group-editable page/post).

    Maybe once we are able to share blog posts in groups (as Andy mentions above)… wiki functionality could be wedged into groups simply by installing WordPress Wiki. Create a blog post, make it wiki-enabled and then share it with the group? Just a thought. Not sure if that would work or not.

    Jeff Sayre
    Participant

    Ilya-

    I understand! :)

    It is actually an issue with the way WordPress, or more precisely, Automattic has created the registration script. The script allows for spaces but then it can cause login problems.

    Unfortunately, that issue needs to be addressed at a different level than BuddyPress. Since all of the moderators donate our time on these boards (i.e. we do not work for Automattic), we have no control over this issue.

    As I said, I had the exact same issue and the only solution I had was to create a new username.

    #44707
    enlightenmental1
    Participant

    I would consider using AWPCP “another wordpress classifieds plugin”

    google it, it could easily be used for your purpose

    and It works well on wpmu with buddypress

    #44704

    In reply to: Page not found

    Jeff Sayre
    Participant

    Kunal17-

    I am running BuddyPress 1.0, WP 2.7.

    Are you running WP 2.7, as in single-user WordPress?

    If so, that is your issue. BuddyPress only runs on WPMU (multi-user version). Also, you need to be running WPMU 2.7.1 and not 2.7.

    ilya-skorik
    Participant

    Sorry, Socialpreneur, but I CAN\’T do this =) It is my blot.

    It is any children\\\’s bug, I was registered on this site. But registration has thrown out me on a wordpress site. Whether it is necessary to post it in bugtrack?

    takuya
    Participant

    I thought wordpress doesn’t allow spaces in user IDs…

    Well, we can’t see your profile, but you can… at least you can use it. :)

    #44694
    Jeff Sayre
    Participant

    Ilya-

    If you are asking about bbPress themes in general, then Google and you’ll see that there are a number of themes available for bbPress.

    If you’re asking about specially customized BuddyPress-friendly bbPress themes, then the answer is as jjj points out above. With v1.0 of BuddyPress just released, theme designers are more than likely working hard at creating new, custom themes.

    Once bbPress is publicly released in a stable version, I would imagine that some theme designers will create BuddyPress-friendly bbPress themes as well.

    Remember, these are open source projects. The vast majority of the human resources poured into the community are done so for free. WordPress, BuddyPress, and bbPress all come with themes by default. It is up to the community to take those basic themes and create more flexible, powerful designs.

    #44680

    In reply to: BP in Education…

    wickedbob
    Participant

    I’m currently contemplating moving a network of educators to the BP framework as we currently use WordPress.

    My only problem is that BP is fairly limited at the moment in terms of sharing.

    We need groups to have file sharing capabilities as well as blog post updates appearing within them – two things which it currently doesn’t do.

    Ideally these would run out of the box.

    But it looks like I might have to magically pull some time out of my hat and start coding some plugins – not my ideal.

    Another alternative we looked at was Elgg… it has the feature set we require but I find it really clunky to use, navigate and customize. I much prefer the ‘design’ of BP and WordPress.

    #44628
    Jeff Sayre
    Participant

    Okay, since we’ve had a few people make this mistake I need to ask this just in case. Everyone in this thread who is having 404 issues is running BuddyPress with WPMU and not the single-user version of WordPress, correct?

    This means downloading WordPress from here: https://mu.wordpress.org/download/

    Specifically @Sgoetz-

    Running WPMU, ran automatic upgrade to 2.7.1 prior to installing BP

    Were you running WPMu 2.7.1-beta1 before upgrading?

    If so, you cannot upgrade from beta1 to public 2.7.1 using the automatic upgrade feature. This is because the upgrade script “sees” WPMU 2.7.1 = WPMU 2.7.1, meaning it does not upgrade you from beta1 since it thinks you are already running 2.7.1.

    So, you must manually upgrade WPMU following these instructions: https://codex.wordpress.org/Upgrading_WPMU

    #44615
    Jeff Sayre
    Participant

    Bdegier-

    As JFcarter suggests, you should make a backup of your database before beginning this process. Your BuddyPress data should be in the same DB as your WPMU data. You also may have some image files in other locations, so back those up as well. Finally, be carful of what you delete in wp-content. If you have any customized themes, or 3rd-party plugins, you will want to make sure you have a backup just in case.

    Now, upgrading WPMU: Unless this issue has been recently fixed, you cannot use the auto update feature to upgrade WPMU 2.7.1-beta1 to the public release version of WPMU 2.7.1. This is because the upgrade script “sees” WPMU 2.7.1 = WPMU 2.7.1, meaning it does not upgrade you from beta1 since it thinks you are already running 2.7.1.

    So, you need to do the old manual upgrade of WPMU following these procedures.

    Upgrading BuddyPress: follow these instructions.

Viewing 25 results - 21,726 through 21,750 (of 22,658 total)
Skip to toolbar