Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 30,976 through 31,000 (of 32,678 total)
  • Author
    Search Results
  • #48447
    Jeff Sayre
    Participant

    I was wondering if you were using single-user WordPress.

    I’m assuming that was just the regular wordpress install and not wordpress MU. Could that be the issue I’m having? If so, what do I do to rectify it?

    BuddyPress currently works only with WordPress Mu. How do you rectify it? You install WPMU. Here are some more details on how to do that.

    Once WPMU is proeprly installed and working, you install BuddyPress.

    #48442
    yairnazz
    Participant

    I dont mean the buddypress members theme in general i mean specifically the page where the profile is held for the user (not profile/index.php)

    ex. http://cravedgames.com/wordpressmu/wordpress-mu/members/admin/activity

    #48441

    In reply to: WordPress Mu newlines

    takuya
    Participant

    And what did people on wpmu forum say about this?

    #48436
    insprev13
    Participant

    Hi Jeff,

    I did a wordpress install (version 2.8) from inside the bluehost control panel. I’m assuming that was just the regular wordpress install and not wordpress MU. Could that be the issue I’m having? If so, what do I do to rectify it?

    Thanks so much

    #5658
    yairnazz
    Participant

    Hello, i was looking through the files and i searched online but i cant figure out how to edit the profile page design of users

    ex. http://cravedgames.com/wordpressmu/wordpress-mu/members/admin/activity

    What files should i edit to change the profile design? Thank you in advance.

    Burt Adsit
    Participant

    BuddyPress Contents is a content aggregation and organization tool for BuddyPress. It implements Tags and hierarchical Categories for any type of content. Member, Group and Blog tags and categories are implemented first.

    Description

    Content Types

    The three content types that bpc currently recognizes are Members, Groups and Blogs. Any type of content can be integrated into bpc however. bpc implements a content neutral ‘Item’ type that represents the various types of content within the tags and categories.

    Tags and Categories

    bpc tags and categories are based on the WordPress custom taxonomy system. The taxonomy system has been modified to support any content type and arbitrary tag and category target URLs.

    The Site Admin manages the available categories for Members, Groups and Blogs. Individual users can then select where they fit within the category tree. Mulitple categories can be selected and the user can elect to remove themselves or add themselves to the available categories.

    Tags are the free form ‘folksonomy’ discovery method for users. Individual users can create arbitrary tags that describe themselves. They can also tag themselves with existing tags to attach themselves to a particular group. The Site Admin can manage the tags that appear on their site. Deleting or modifing the tag name as they deem appropriate.

    Groups and Blogs have the same tagging nd category capabilities as Members. The group or blog admin can create tags and select categories for their group or blog.

    Member Tags and Categories

    Each BuddyPress user can create profile tags that represent their interests. Visit My Account > Contents > Profile > Tags to create your tags. Enter a comma separated list of tags.

    Select the categories that you’d like to be represented in by visiting My Account > Contents > Profile > Categories

    Widgets for Member tags and categories are available.

    Group Tags and Categories

    Each BP Group can create individual tags to allow easier discovery. Any Group admin or moderator can create group tags and categories by going to the group home page Groups > My Group > Contents > Tags and Contents > Categories

    Blog Tags and Categories

    Each blog in a wpmu installation can be tagged through the blog creator’s Blogs > My Blogs > Contents area.

    Choose Contents > Select a Blog and then create tags and categories for your blog through Contents > Tags and Contents > Categories

    Download: http://wordpress.org/extend/plugins/bpcontents/

    #5653
    westpointer
    Participant

    Greetings! First, this isn’t a BuddyPress question so much as a WordPress mu question. But, I know we have a lot of mu experts here! I have a plugin that inserts code into the_content. I’m using explode('</p>', $content) in WordPress to break up the_content in paragraph blocks. That’s great in WP because before inserting the post into the database, WP replaces the newlines with paragraph tags.

    However, WP mu doesn’t do that. The post table still has the newlines instead of the html paragraph tags. What can I use in my explode statement instead of the closing paragraph tag?

    Thanks!

    #5652
    3359619
    Inactive

    I am currently using the WordPress 2.7.1, BPpress 1.0.2, and BBpress 1.0-rc-3.

    I am looking for a signature plugin that will work in the buddypress wires and BP group forums and will also work in the WordPress blogs.

    Many people that use forums today are still using a signature that automatically embeds in the bottom of all their posts. The user sets up the signature on these forums in their forum profile. I am looking for a plugin that will work with buddypress, that will allow WP, BB or BP users the capability of setting up a signature that will be automatically posted in the bottom of each of their posts/forum posts.

    A typically signature might look like in closing: ‘Thanks so much, Gen.Superman’ and then many of these forum users like to add a banner image below their name in the signature. These typical banner images might by the default banner size of 468×60. Now, I have BP-DEV’s TinyMCE installed and it is works perfectly in buddypress, so hopefully it will allow embedded images.

    Can someone please inform me if there is a signature plugin for buddypress, that will allow users to post their signature at the end of each of their posts automatically in the group forums or wires or comments or even wp blogs? I need a signature plugin that will work with all.

    Thanks for any suggestions or help. It is always appreciated.

    Gen.Superman

    -Banner image suppose to go here-

    #48424
    Andy Peatling
    Keymaster

    I’m almost positive this is a bug in FF3.5 and it’s understanding of shorthad “font” declarations.

    This is fixed in the latest default themes in 1.0.2.

    This is what you need to do:

    Find the “html {” declaration in the CSS files, and look for the “font:” part. Delete it and replace it with this:

    font-size: 11px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, Verdana, Arial, sans-serif;

    Then find the “body {” declaration, and replace the “font” part with:

    font-size: 12px;

    Do the same in both your WordPress and BuddyPress theme.

    #48420
    r-a-y
    Keymaster

    Or you could use a widget plugin like Widget Logic to control where and when a widget should show up in your sidebar.

    #48419

    In reply to: File upload to groups

    chouxpastry2002
    Participant

    Me too looking for same plugin if that would be available it would be great because of this facility i have turned to elgg from buddy press.

    But i want to use buddypress from bottom of my heart as die hard fan of wordpress.

    Please guys do something about it.

    Sam.

    #48414
    Windhamdavid
    Participant

    if you just want to hide the widget from non logged in users, just wrap a div around it in home.php. Register the widget area in functions.php in your template …you might want to start here. – https://codex.wordpress.org/WordPress_Widgets_Api

    #48399
    r-a-y
    Keymaster

    Best way to do this would be to integrate the P2 theme into your user blogs.

    Ahh yes! Totally forgot about the P2 theme, John!

    https://wordpress.org/extend/themes/p2

    I forget if P2 puts a character limit on post entries like Twitter.

    —

    Also I did some digging just now and the WPMU plugin that John and I are talking about is the “Menus” plugin by dsader:

    http://wpmudev.org/project/Menus

    #5645
    yairnazz
    Participant

    Hello, on my sample website..

    http://cravedgames.com/wordpressmu/wordpress-mu/

    a few things seam to be going wrong with internet explorer (the worst browser ever)

    for example:

    – The user Bar is expanding in height

    – The background image is repeating instead of doing to repeat-x only

    Can someone please see why this might be happening, Thank you in advance

    #48392
    r-a-y
    Keymaster

    This is a WPMU issue and not a BuddyPress-related one.

    There are some great WPMU plugins by dsader that limit the WordPress backend:

    http://wpmudev.org/user/56/

    I suggest checking those out.

    —

    [EDIT]

    Just read over your post again and you say you want to eliminate the entire backend? Off the top of my head, I don’t know if that’s possible.

    I don’t think anyone has attempted this in BuddyPress yet, but I could be wrong.

    #48391
    Jeff Sayre
    Participant

    Since you are talking specifically about altering how WPMU deals with blogs, I’d suggest posting this question on the WPMU forums so that their gurus can answer. Whereas you might receive an answer on the BuddyPress forums, the WPMU forums is the more appropriate place for such questions.

    I advise that you first do a through search of the Mu forums before posting.

    https://mu.wordpress.org/forums/

    #5641
    yairnazz
    Participant

    Do you know a way in witch i can limit what a person may do on the blog they have created and remove the back end of the website (the wordpress design with all the features they can use in their new blog). I want to make it so people can create a blog, and as admin can create posts only, These posts will be made in a form that takes the design of the wordpress theme and include Catagory, Name, Description, and Custom Fields. Thank you in advance!!!

    #48384
    3349590
    Inactive

    Ok, I tried installing and reinstalling and I can’t get or find anywhere: Site Admin > Options > Allow new registrations

    Any other ideas?

    This is a brand new install not adding to an existing wordpress account.

    #48382
    3346600
    Inactive

    I suppose an “internal blog” for buddypress plugin

    similar to wire, with simple post and comment

    and not a “redirect” on complete wordpress blog

    is right?

    #48370
    r-a-y
    Keymaster

    @el_terko:

    Sorry for not being clear!

    What I mean by “deep integration” is calling WordPress into bbPress. You can do this by doing what Necati above you said. Then you can just follow the steps I have listed above.

    @Necati:

    Thanks for posting that for everyone! My instructions weren’t the clearest!

    —

    [EDIT]

    I decided to post the full code again for clarity’s sake.

    On line 2 in bb-config.php (located in your bbPress forum install), add this:

    require_once($_SERVER['DOCUMENT_ROOT'].'/wp-blog-header.php');

    Now, add this to your bbPress theme’s functions.php (if you do not have a functions.php file in your bbPress theme folder, create one!)

    function recreate_bb_admin_bar() {
    echo '<div id="wp-admin-bar">';
    bp_adminbar_logo();
    echo '<ul class="main-nav">';
    bp_adminbar_login_menu();
    bp_adminbar_account_menu();
    bp_adminbar_blogs_menu();
    bp_adminbar_notifications_menu();
    bp_adminbar_authors_menu();
    bp_adminbar_random_menu();
    echo '</ul></div>';
    }
    add_action('bb_foot', 'recreate_bb_admin_bar');
    add_action('bb_admin_footer', 'recreate_bb_admin_bar');
    add_action( 'bb_head', 'bp_core_admin_bar_css', 1 );
    add_action( 'bb_admin_head', 'bp_core_admin_bar_css', 1 );

    I also made one last change to the function because it wasn’t XHTML validating before! See if you can spot the change ;)

    peterverkooijen
    Participant

    I need to write a plugin or modify registration to generate the username from the fullname.

    I use the email-login plugin, so I’d like to remove the username from the registration form.

    The fullname field would require a real full name, so more than one part, first and last name – including middle names and whatever, the code would assume the first part is the first name.

    Then there would have to be a function to make everything lowercase and remove spaces and put that into the username field – with all the regular checks and error messages.

    The blog address would take that same username, based on the full name, as default option.

    Would this be possible? How much of this is already in WordPress or Buddypress? Are there plugins that do parts of this? Is anyone working on something similar? Where should I start?

    I’m not really a coder. I understand I’ll need to learn from scratch or hire someone. Just trying to get a better picture of where to start, what’s already there, etc.

    I had started a similar thread here, but it went off the rails a bit. This thread is an attempt to refocus the question.

    #48338

    I’ve had no issues with the current trunk version of bbPress. bbPress has been so furiously updated the past few days/weeks, it’s hard to use a RC version because Sam updates the trunk minutes/hours after releasing it once someone finds a bug. Also with WordPress 2.8+ happening, and with cookies changing each time something new comes, bbPress integration has been a constant challenge for not just users, but developers also. :)

    Things should start slowing down soon, but man is all this activity exciting! :D

    #48337

    Fact is, that BuddyPress can still only build off of the weaknesses of WordPress itself. What you’re trying to do can really only be worked around with smoke and mirrors, because WordPress itself doesn’t really care what your real name is; the fields exist simply to add depth to a username.

    Short of developing your own MU/BP plugin to shift the emphasis, you’re out of luck. Usernames are 100% necessary, because it’s how you login and out of the site, along with your password. Usernames cannot include characters other than alpha-numeric, so you can’t use an email address either. This means they MUST create a username. You could make a plugin or modify your registration to force the creation of a username based on two fields (first name + last name) but that means you’ll need to tell the user what your website made their login name to be, instead of letting them make their own.

    There really are only a hand-full of sites that don’t use some kind of username as a login, and in my opinion it makes more sense because not everyone uses the same email address for life, and what happens if I registered with my work email address and get laid off, and I need to login but forgot my password? Now my new password goes to an email address I have no access to. In this case, username makes the most sense, and is almost fail safe unless you’re REALLY having a bad day and forgot your username too.

    What about people like me, that like to use their middle names? I get no respect I tell ya! :D

    #48335

    Seems really odd that your WPMU + BuddyPress installation somehow takes up over 30MB of memory.

    You could try upping the available memory to say, 40MB or so, and see if that helps? Do a search here (or Google) for php.ini and hopefully that should help you on your way. There are a few things you can put there to help increase the available memory for your hosting package.

    Basically you just make a file called php.ini and put it either in your WordPress root directory, or your wp-admin directory. I’m not sure it really makes a big difference, but I suppose it also depends where the errors are coming from mostly too.

    #5625
    insprev13
    Participant

    Hi,

    I get the error below when trying to activate buddypress:

    Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 7680 bytes) in /home2/themakin/public_html/becomeyou/wp-content/plugins/buddypress/bp-blogs.php on line 600

    I have a blog hosted on bluehost.com. I recently created the blog so it is the most recent version of wordpress. I installed buddypress from within the admin panel and then when trying to activate, it gave me the error above (in fact, this is the second time, I tried and it gave me the same error before with a different line# – I think it was 102 before).

    Any ideas on what I can do?

    Thanks,

    Todd

Viewing 25 results - 30,976 through 31,000 (of 32,678 total)
Skip to toolbar