Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'questions'

Viewing 25 results - 2,576 through 2,600 (of 2,990 total)
  • Author
    Search Results
  • #54910
    madyogi
    Participant

    Thanks so much for the reply, travel-junkie! Very helpful. One question, though:

    You said:

    The best way to start with a theme for BP is to start off with the bp-default theme. Then copy files across from the bp-sn-parent theme if you need to modify a file. If not, then you can leave that file in bp-sn-parent, cause WP will get that automatically for you.

    From what I’ve read about parent/child relationships, the only files that are functional in child themes are style.css and functions.php. Has this changed in 2.8? Am I able to override parent template files by placing a revised template file in my child theme’s directory?

    #54909
    Anonymous User 96400
    Inactive

    The best way to start with a theme for BP is to start off with the bp-default theme. Then copy files across from the bp-sn-parent theme if you need to modify a file. If not, then you can leave that file in bp-sn-parent, cause WP will get that automatically for you.

    Of course, you can add all the functions later. The codex here is a great starting point on what functions are available to you. You can also go through the bp-sn-parent theme and have a look what’s in there and move it across, if you don’t want to use a parent/child theme structure.

    You can place div#search-login-bar anywhere you like.

    do_action functions cannot be reversed. They happen at exactly that spot in the template files. There’s so many, though, that you won’t have a problem finding one that suits your needs. Basically, you can write some custom functionality and add that to a certain hook by calling the add_action function. Here’s an example.

    Somewhere in a template you might have this:

    do_action( 'your_action_name' );

    Then in your theme’s functions.php file you could put the following:

    function your_function_name()
    {
    //some stuff happens here
    }
    add_action( 'your_action_name', 'your_function_name' );

    That’s basically it. Sometimes the action passes along a variable with which you can then work.

    Hope this helps you along a bit. The codex at wordpress.org is pretty extensive as well and you’ll find loads of stuff on actions.

    #7199
    madyogi
    Participant

    I am in the process of designing a custom theme for a website running on WPMU 2.8.4 with an install of BuddyPress 1.1.1. I don’t have much need for the multi-user aspect of WPMU, but went with this as my “CMS” because of the social networking components BuddyPress can bring to the table. At least in the near term I will only be using one blog with a pretty extensive home-page involving some content managed through WordPress and some pages that are essentially independent.

    So I have built a theme for the main WordPress blog completely from scratch. Now I’m scratching my head as to how I’m going to integrate the BuddyPress features I need into the areas of the theme where I need them. My strategy so far has been to take all the files in the BuddyPress parent theme that weren’t present in my custom theme, move them into my custom theme folder, then dissect the core template files from the BuddyPress parent theme (header.php, home.php, etc.), extracting the BuddyPress elements, and placing them into my template files where necessary.

    Here is the current result – http://boxmediasolutions.com/wpmuTest/

    It seems to be going along okay at the moment, but I’m thinking there has to be a better way to go about this, so I have a couple of questions for the community if anyone cares to offer advice.

    1) Is there an easier way to do this kind of thing that already has good documentation that I’m just overlooking?

    2) Can I move the div#search-login-bar out of the header, placing it essentially atop the content div in only a few specific pages (ie – the ones that involve connecting with the community)?

    3) Is there documentation somewhere explaining the template hierarchy of WPMU and BuddyPress, how they interact, and what is exactly being called for by commands like do_action( ‘bp_before_search_login_bar’ ), do_action( ‘bp_after_search_login_bar’ ), do_action( ‘bp_before_header’ ), etc?

    4) Can commands like the ones mentioned in question 3 be reversed, like calling for the before/after search login bar after the before/after header actions?

    I am quite comfortable editing/developing WP themes and template files, though I am completely new to BuddyPress and WPMU, and I am not really well versed in PHP coding, just to give you a bit of background.

    Thanks a ton in advance for any advice!

    #54822
    Jeff Sayre
    Participant

    @madyogi

    Your questions are really better asked in a new thread, not in this thread.

    To help you get started, have a look here:

    BuddyPress Codex

    You may have issues accessing that link at this time. It is a known issue that is being investigated. But, once it’s accessible, you will find many resources there to help you get started.

    #54774
    Jeff Sayre
    Participant

    Well, I appreciate the sentiment but I do not consider myself the most important. That is why I’m sleeping now. ;)

    To reconfirm what both Paul and John said above, Andy is the only official core BP developer. There are no other official core developers at this time. The rest of us play our various roles, trying to pitch in where we think we’ll have some positive impact.

    From those who file bug tickets and offer patches, to those who create new plugins and themes, and to those who answer questions in the forums and IRC, it is truly the contributions of the overall community that make and will continue to make BuddyPress a strong product.

    #54748

    In reply to: Forums not working

    Paul Wong-Gibbs
    Keymaster

    I don’t have answers for all your questions, but you can’t access bb-admin for “the built-in forums by buddypress.”

    #54736
    djsteve
    Participant

    Thanks for the extra education Jeff! I had no idea akismet would bozo – I’ll need to check my buddypress and bbpress sites for that to see if anyone has been perhaps – I had no idea.

    Please note that I was not singling anyone out, I was just frustrated by some short answers on posts that I was looking for the same answer as some other noob.

    I have been scouring the forums trying to figure everything mu related out for years, since pre-version1.3 – and still get confused. I also think that technically any BP question is an MU question since you need the MU to run BP – LOL

    Thanks for listening, and perhaps with so much crossover between the two, a little sidebar search that shows MU forums posts when we search the BP forums would enlighten some of us as to answers found elsewhere.

    I am anxious to see if the new bp 1.1.1 has features built in to adapt the signup email that is sent to new users, and redirects them to a more social page rather then the WP dashboard, or maybe that is still an MU setting and I need to fiddle over on that side of this. I wonder if the redirect stuff that was written here a while back is no longer needed to get that function. I am afraid to upgrade my BP site, as I can’t find instructions for moving the origial BP that was setup in “mu-plugins”.

    I totally understand the mod thing, I mod a couple other sites myself, and I try to answer questions I find in WP and MU forums if I know the answer, and post details as much as possible. Thanks for your help, and everyone else that contributes to this project! I couldn’t do 1% of what everyone it doing here!

    #54675
    Jeff Sayre
    Participant

    As far as being “bozoed” by someone, that someone would be the Akismet algorithm. No person does the bozoing. I have been bozoed twice myself on these forums in the past by Akismet.

    If you think you may have been bozoed, just send a friendly message to a moderator. They will look into it.

    “that’s a wpmu question” – are not very helpful either. In the times it takes to write some crap like that, you could post a link to the wpmu thread about the issue.

    I sometimes do just that. But, there are exceptions.

    If it is a question that has been asked too many times here and a little searching would show that to be the case, I will kindly remind them to search first and then I redirect them to the proper place. If it is a question that will require more time to do the research for them than it does to write the response, I will also kindly redirect them to the proper place.

    And you are correct. None of the moderators get paid. We all volunteer our time and independently decide how best to serve the overall community. Part of the duties of all moderators is to educate new users on how best to get results and on proper forum procedure and etiquette. Pointing people to the proper place to ask questions falls under education.

    #54654

    In reply to: Facebook Connect

    Mythailife
    Participant

    I get the same message. I have created the API Key and Secret key but still not working properly. I get the same page not found error. I don’t think this is working properly for 1.1. But with that said it is working on the BP demo…

    With regards to the API, have you seen the API setup page? Holy crap, it’s got all kinds of questions for the API and I don’t have a clue what what 90% of them are.

    #54651
    designodyssey
    Participant

    Everybody is busy trying to live life and make a living. The folks at VOCE that made Tastykitchen indicated they would provide more information to the community.

    Nick Gernert on July 31st, 2009 at 6:13 am

    We’ll be doing some follow-up posts here with more details around how we’re accomplishing some of these things on this and other sites, so stay tuned.

    Nothing yet that I could find, but hey business first.

    What most sites could use is a “librarian.” Someone to take the common questions, forum posts and turn them into a functionality knowledge-base. I don’t expect that here soon, so my forum-searching skills will have to suffice.

    I’m hardheaded and trial and error is how I learned everything so far anyway. What I am looking for is some road markers, not detailed directions. Once I get started, I’ll post what I’m planning and let the community shoot holes in it so I can learn. Heck, I’ve gotta get WPMU running on my home box first.

    Justin Tadlock of Theme Hybrid fame did say that Tastykitchen could be accomplished using Hybrid as the WP-part of the parent theme. My plan is to do that and add the appropriate templates from the BP parent. I’ll build the child from there modifying the CSS and functions.php provided by BP and Hybrid. That ought to create a functioning site. Then I can work on the plugins needed for my project. Since I’m doing a single-blog, directory-structure install of WPMU, I’m hoping to get over that hurdle quickly. Hopefully, before I launch, the merge of WPMU and WP.org will be complete and I can complete that “upgrade” and test it before going live.

    #54606
    Mythailife
    Participant

    socialpreneur – This is a forum for asking questions related to Buddypress and this is related to Buddypress. If you don’t know the answer can you please not respond with those types of responses. A bunch of us are all new to this and not sure and it’s a bit frustrating when someone like you post replies like that. Buddypress and MU work hand in hand and therefore people need to know and that is why they are here. We are asking questions because other people are using Buddypress and they might have the answer or a fix for what we are asking. So, that is why it is the right place to ask the question.

    DJPaul, thank you for posting the link to the post on the “BuddyPress” site.

    #54581

    In reply to: Vista problems

    Jeff Sayre
    Participant

    What happens in FireFox?

    If it is the same behavior, then please answer these questions to allow us to help you better.

    #7112
    wordpressfan
    Participant

    I’m preparing soon to dive head-first into the process of shoehorning BuddyPress internal pages inside the design of a WordPress theme. The primary questions are: what code is required to activate BuddyPress functions within a WordPress theme and how do I call BuddyPress functions within a WordPress theme?

    #54426
    Tore
    Participant

    I was also “banned”/ got a closed account some time ago. I was new. I created a new account and then kept asking questions that were relevant to me. They’re doing a very good job at the moment even if there are times we’re I’d like more answers/help. It’s for free…

    #54410
    mfgmk
    Participant

    Lisa – I’m going to upgrade my AvenueK9 theme to be compatible with BP 1.1.1 … it works fine right now, but there are a few style issues I’m going to iron out. The documentation is also a bit scanty, so I’ll be more descriptive in the next release to address some of the common questions I’ve been getting for this =)

    #54406
    takuya
    Participant

    But this is not the right place to ask wpmu questions.

    #7060
    fubp
    Participant

    http://buddypress.org/forums/topic/want-to-hire-someone-to-integrate-buddypress-with-site

    After that some moderator felt it was necessary to put me on silent ignore. Granted I made a mistake of possibly posting it in the wrong section. A little notice or even a PM would have helped. Contrary to popular belief, not all buddy press forum users are here to annoy the moderators. With no way of knowing that I actually was on a silent ignore, I kept on answering posts and posting questions like an idiot. Do you consider that decent?

    Andy rants about communicating ad helping out in the forums as that would make buddypress a better software and that is somewhat difficult when you run into some egoistic moderator that would put you on some silent ban.

    Honestly not really sure if it was that message or something else I may have done. Would love to actually know for a fact what reason it may have been for someone to do that?

    Thank you and thanks or allowing a Feedback forum in which we can express our thoughts.

    #54374

    In reply to: blog page show summery

    takuya
    Participant

    1. You should not post wpmu questions to a forum dedicated to buddypress.

    2. You should read wordpress documents, as this is a very basic question.

    3. Google it.

    #7044
    abcaa6
    Participant

    Sorry to keep posting silly questions, but can you please tell me how to change the Site Title in BuddyPress?

    By default, if a visitor visits my BuddyPress Theme enabled site, what they see on their browser is like – “yoursite.com – Home”, but I want to change it something more creative.

    I have found the header file and <title> tag. It is scripted that title shows up like “sitename – pagename”.

    <title><?php bp_page_title() ?></title>

    This is what is already scripted, but I want to code the new Title tag ONLY for my HOMEPAGE. Let other pages have their page names as titles, but how do I change title only for my homepage?

    Thanks a LOT for all your help. :)

    #54275
    abcaa6
    Participant

    Thanks Tore. You really helped.

    Just like you, I searched all over the BP Forum for my questions but found no answer for all of them.

    Thanks for your advice though.. :)

    BTW, Do you run a WPMU+BP site? If yes, can you provide the link to your site so that I can check it out as an example?

    #54268
    Tore
    Participant

    Hi again!

    Read this:

    “I’ve used a WordPress theme for my blog with the default BuddyPress member theme”

    Over at:

    https://codex.buddypress.org/how-to-guides/upgrading-a-buddypress-1-0-theme-for-buddypress-1-1/

    You’ll have to edit things and if you’re not comfortable with that you’ll probably need more help than you can get here. :/

    I don’t know your level of knowledge. Search around the forums and read up on the topics you need. I haven’t had answers to all my questions here in the BP-forums. You’ll have to search for some of them on your own.

    #54167
    Mike
    Participant

    hey, sorry guys – i’ve been swamped with my wedding and other personal stuff, so big apologies to these unanswered questions and a big ‘thank you’ to DJPaul who stepped in.

    so for all of you who want to have the organized, aligned, 3-column homepage a la BP 1.0 style, all you have to do is delete the “layout” folder from the AvenueK9 theme folder (it’s located in avenuek9 >> _inc >> css). it’ll take care of all the widget and alignment issues that have been mentioned here and elsewhere.

    also, the slim container issue can be fixed real easily by adding this line “padding: 20px;” to your #container. it’ll be flush with the nav bar and the footer.

    if any of you want to have an image logo rather than the h1 text, go ahead and change “display: block;” to “display: none;” in the “#header h1#logo a” element. then, drop in your image tag and play around with “padding-top:” values for “#header”

    i’m still running BP 1.0 on my http://members.avenuek9.com, since i haven’t had any time for the upgrade yet, but once life settles down a bit, you can be sure to hear about further improvements to this theme!

    also, i’m much faster at responding to messages, so if it’s urgent, you can try that instead.

    #54051
    wordpressfan
    Participant

    In the same vein, it might be a good idea to create a theme designers forum, if for no reason other than to hold all of the theme-related questions. Putting more emphasis on buddypress theme development might also spur release of new 1.1 designs.

    #54010
    Jeff Sayre
    Participant

    No, it is not redundant? It is just an unrelated site. It is Nicola’s personal site. The content is different. You are free to sign up at bp-dev.org if you need to ask support questions about any of the plugins hosted there.

Viewing 25 results - 2,576 through 2,600 (of 2,990 total)
Skip to toolbar