Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 29,501 through 29,525 (of 68,918 total)
  • Author
    Search Results
  • #136980

    In reply to: comments page refresh

    Paul Wong-Gibbs
    Keymaster

    BuddyPress is and always will be free.

    #136979

    In reply to: Blank Buddypress pages

    Paul Wong-Gibbs
    Keymaster

    Paste just some of the fatal errors? Probably just repetition. Or share them onto a site such as pastebin.com

    #136978
    Paul Wong-Gibbs
    Keymaster

    Wasn’t aware of any slow loads, but I’ll ping Automattic and ask them to check. Thanks.

    #136975

    In reply to: Blank Buddypress pages

    Host Magi
    Participant

    Ok, scratch that, it wont let me paste the log because its too long. What do I do??

    #136974

    In reply to: Blank Buddypress pages

    Host Magi
    Participant

    After som further digging, I did find an error file with alot of php fatal areas. The problem is I have NO clue how to interpret what I see. So I am pasting it all here. Hopefully you can figure it out & tell me how to fix it

    #136973

    In reply to: comments page refresh

    raminjan
    Participant

    no that was not what I meant to do but what I wanted to know is why is this refreshing thing is happening but also don’t worry about that and thank yo for your reply one other question I have is that one are you the author of buddypress and if so I was just wondering to know if all of this plugins are free for users to use?

    Kerry
    Member

    Ok thanks. Well if you happen to find one that would be awesome. Or perhaps having the buddypress devs add it in a future release.

    Thanks!

    Paul Wong-Gibbs
    Keymaster

    Not aware of any plugins or code samples around to do this. You’ll probably need to find a developer to figure it out for you.

    Hugo Ashmore
    Participant

    You reply suggest you haven’t read through the guides I mentioned above?! If not please do so as they have been written to help users.

    You have to match those files to your themes primary html markup as that is where things differ, your theme will have certain major layout elements e.g id=”container” the BP files must match to your themes markup, generally you would use index.php or page.php as your themes example to follow

    The list of themes already put through the process by mercim are listed here:
    https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/

    ElbowRobo
    Participant

    I am competent in reading code, but I don’t know what needs to be changed.
    The plugin to do this says I need to edit header-buddypress, sidebar-buddypress and footer-buddypress so what exactly do I need to do to these files?

    Hugo Ashmore
    Participant

    @elbowrobo What help do you want from the community? When you say you are at a complete loss what is the issue you are having, it would help to know what you have tried and what the issues are that you have hit.

    The template pack is only meant as a helping hand, starting point – it does require that you do some manual file editing of a basic nature and for that you do need rudimentary HTML skills and ability to understand how read code and copy paste it around. Without those skills you might struggle and perhaps need to be getting a developer to help you or choosing a theme that has already been template packed.

    Have you actually followed the guides written by mercime in the BP Codex? these are extremely helpful walkthrough guides to working through the steps involved including the manual step 3; or look at the general list of themes that mercime has added and maybe choose one of those instead?

    #136944
    newpress
    Participant

    Creat a new page. Name it whatever and publish. Go to buddypress ->pages and select just created page as search’s functioning page. But I am not sure search require a seperate page. Remember to subset the page to an already published page as a sub page

    #136941
    newpress
    Participant

    I am just nobody here. But this is how I did it.

    Before installing buddypress i created a page named “group forums” and when installing buddypress forums, assigned it as its sole page. Later seperately installed bbpress. No harm at all

    #136937
    Roger Coathup
    Participant

    Doug — the notification will be because I explicitly @mention ‘d you in the reply.

    Yes, the behaviour of these forums is not a good advert for BuddyPress — although some of that is down to the coding of this site, rather than a BuddyPress specific problem.

    Recently, a plugin version of bbPress was released, which significantly improved support for forums on a BuddyPress based site. That gives proper notifications, and the sort of features you’d expect from regular forums. Unfortunately, the alternative ‘group based forums’ as used on this site, really don’t deliver a good experience.

    #136936

    In reply to: comments page refresh

    Paul Wong-Gibbs
    Keymaster

    If you want to customise the twentyten theme, you are best to post on the WordPress.org forums for support. This forum is for BuddyPress-specific questions.

    #136935

    In reply to: Blank Buddypress pages

    Paul Wong-Gibbs
    Keymaster

    If you have a totally white page, it’s a PHP fatal error. These are logged to the php/apache log files. Unless you’ve missed them, I have no idea why they might not be appearing.

    #136934
    douglerner
    Member

    Roger, thanks.

    By the by, I did get an email notification telling me of your reply, which is why I am back.

    But I find these forums horrendously slow, and also hard to navigate. Plus it keeps on thinking I’m logged out when I’m not. Is that all buddypress’s problem, or a bbpress issue?

    Thanks,

    doug

    #136932
    Roger Coathup
    Participant

    @douglerner

    There are some off the shelf plugins for import from CSV file, but I’ve heard varying reports on whether they work successfully.

    In the cases were we’ve needed it, we built our own custom routines to bulk import users from CSV file into BuddyPress. It could certainly be done for your data set.

    re: your ps. No, there’s no way of receiving notifications. The ‘support forums’ would be far more useful if they were built on traditional forum software.

    #136930
    Henry
    Member

    @modemlooper could you give an example of one that will work with 1.6?

    #136929

    In reply to: Blank Buddypress pages

    Host Magi
    Participant

    I have access to the php error log. & no, there are NO errors listed in it.

    Roger Coathup
    Participant

    Actions are a standard part of WordPress programming – if you check the WordPress.org documentation, or any good book on advanced WordPress PHP development, you should be able to find good guidance.

    Ikenna
    Participant

    @karmatosed. I saw your work at WPMUDEV; I mean how you helped a guy to resolve his buddypress sidebar issue. I was following the tutor but at a point I got hooked up. I thought of joining WPMUDEV immediately and ask you this question, but then again, I am not well equipped financially at the moment. Please if you help me solve this issue out, I will not forget about it so easily. Thanks. Now this is what I have done. FIrstly I added this code in my childtheme functions.php file.

    register_sidebars( 1,
    array(
    'id' => 'leftsidebar',
    'name' => 'Christlike-sidebar',
    'before_widget' => '<div id="%1$s">',
    'after_widget' => '</div>',
    'before_title' => '<h3 class="widgettitle">',
    'after_title' => '</h3>'
    )
    );

    Then I saved it and refreshed my browser in my widgets administration panel. Guess what the sidebar did appear. So I added some widgets into it and saved it. Then I created a new sidebar with a notepad in my child theme and named it Christlike-sidebar.php. Then I added this code into it.

    <div id="leftsidebar">
    </div>

    I learnt from numerous tutorials I read online that you have to add a code to your index.php file to enable the sidebar to appear in my site. I obeyed promptly and added this code:

    immediately below

    I saved everything and refreshed my browser. Damn… nothing appeared. I have read and read and read, searched out for how to do this on Google, Bing, and Yahoo but all my efforts have yielded nothing. Please help me out.

    Again, if there is any developer that knows how best I can achieve this, please help me out. Thanks alot to you all.

    Gabriel.

    #136919
    jmsweden
    Member

    Hey guys

    I have read your thread and I had almost same problem just few minutes ago and that is how i found this forum.

    1. Registration problem
    My problem was that my friends were able to register on the website, they got the invite and confirmation emails but when they then clicked on the registration link the got ERROR. I solved it by going to BuddyPress (in the dashbord to the left under General Settings) – Page. There you can see REGISTRATION two options Register and Activate. Make sure the dropdown next to Register says REGISTER and the dropdown next to ACTIVATE says ACTIVATE (Do not mix it with the Activity Streams below otherwise it wont work)

    When changed the dropdown to ACTIVATE it worked and my friends are able to register themselves now. I hope it solved few of your problems.

    2. Sending invite and confirmation emails to your invited friends
    Make sure you install the plug in INVITE-ANYONE under Plugins. Because that plug in together with the registration form works together for sending emails and completing the registration.

    Hope this helps and solves your problems as this is an amazing platform.

    Best
    Jasmine

    #136916
    Ikenna
    Participant

    @pcwriter Please, can you help me outline how you added your own sidebar. I will love it when you reply. I have been suffering over this issue for a long time now. Thanks buddy

    Ikenna
    Participant

    Hello fishfinder. Your tutor about this is the best I have seen so far. I have spent countless hours searching on Google, bing, and Yahoo about this. Your tutor indeed is clear but my problem is that I am using the latest version of buddypress, so I am not able to see the locate template stuffs in my single.php file. Please I really do need your help here. If someone else here have found a solution, please help me by droping the link and your help will be well appreciated. Thanks.

Viewing 25 results - 29,501 through 29,525 (of 68,918 total)
Skip to toolbar