Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'questions'

Viewing 25 results - 2,176 through 2,200 (of 2,230 total)
  • Author
    Search Results
  • #40390

    In reply to: Javascript Conflicts

    Paul Wong-Gibbs
    Keymaster

    This is a problem with a plugin so support questions should go to wherever you got that from. In general though, there are functions such as is_home is_single etc. If you only want the gallery JS on your homepage, you’ll need to use is_home as a check wherever the plugin includes its JS.

    #39897
    Jan M.
    Participant

    There’s a small function floating around in the forum that should help you:

    function oci_login_redirect($redirect_to, $set_for, $user){
    $redirect_to = bp_core_get_userurl($user->id);
    return $redirect_to;
    }
    add_filter('login_redirect', 'oci_login_redirect', 10, 3);

    Just put that in your mu-plugins/bp-custom.php.

    Credits goes to burtadsit.

    #39894

    I just solved problem number 1 this week (by calling bluehost- they fixed it for me over the phone in under 10 minutes), but am still having your same problem number two!

    Any help??

    #39591
    Rich Spott
    Participant

    Well…I hate to ask such seemingly infantile questions, but…

    I have had wp-recaptcha working fine on the buddypress registration page on http://sportsblognet.com/sbn-start.php (WPMU 2.7/BP RC-1)

    now to the questions…

    Did you apply for a wp-recaptcha Key?

    Did you adjust the settings to work on the registration form? (check two boxes in the settings)

    Did you place wp-recaptcha in mu-plugins?

    I have had no problems and it worked “out-of-the-box” no core files needed to be edited.

    I’m assuming you did all of these things, but the hacking of bp-core-signup.php was not necessary for me, so I had to confirm.

    #39507
    Matt Kern
    Participant

    Alright, got xmlrpc all worked out. I was make an assumtion in Trents directions that was not correct. I found this doc and it answered a few questions I had.

    https://trac.buddypress.org/browser/trunk/bp-forums/installation-readme.txt (btw – this link should be made much clearer in the BP install docs. Maybe make is a sidebar nav link)

    Still trying to integrate cookies. Anyone got any words of wisdom on that one?

    #39460

    I would recommend installing WPMU in the root directory, and modifying home.php in your buddypress-home theme to best match your existing site while still incorporating most of the typical, familiar BuddyPress links.

    To answer your questions, WPMU gets installed in the root directory, and BuddyPress is installed in the wp-content/mu-plugins/ directory. (Check codex.buddypress.org for install help.)

    The BuddyPress homepage is the home.php file I mentioned above. The files in your root directory are just functionary place holders to help tell WPMU/BuddyPress what content to get from the database and then to tell them which theme files to display that data with.

    #39070

    In reply to: Plugin Error

    jodyw1
    Participant

    You have no idea how deep the groove in my forehead is from the number of times I’ve slapped it h gone “d’oh!”

    I haven’t coded in 20 years. I’m amazed at the work Andy and Co did getting this thing to work. Tracking all of the function calls, figuring out what talks to what, etc has been very enlightening. I still haven’t figured it all out yet, so I’m sure there are more questions coming.

    And I’m sure that groove in my forehead will deepen.

    #38689

    In reply to: Can’t upload avatar

    alan65
    Member

    Thanks for your reply, i got a couple questions about it:

    What’s the “gd image library”? how do i link it “into php 5.x”?

    I’m not completely sure about apache creation rights but i think i have them; please, tell me how to find out…

    I’ve set the permitions 775, and the problem persists.

    Thanks! i hope you answer my questions…

    BTW: I’m still in Beta 2. Will RC 1 solve the problem? Was the member theme modified in this new version?

    Thanks!!!

    #38516
    tekanji
    Member

    No problem; I should have been more clear with my question anyway. I don’t have all that much experience with open source, but I can certainly understand being defensive about software that you’re very involved in.

    For the record, this is the first time I’ve actually participated in development forums for any software I’ve developed for. Most of the time I just lurk and hope my questions get asked by someone else. It speaks very highly of BP that installing it spurred me to actually make an account here and start posting questions and whatnot.

    #38505
    Burt Adsit
    Participant

    You are asking in a support forum why design decisions were made and why, considering the evolutionary nature of software, bp ended up as it did. As an end user of bp I have absolutely no idea how to answer either of those questions.

    The real answer is that things don’t have to be like they are if you don’t want them to be. Come up with an enhancement and share it with us. That’s the beauty of open source under a GPL license.

    Code is Freedom.

    #38429
    Burt Adsit
    Participant

    Content discovery is a filtering mechanism that narrows down the view for the user to what they want to see. Content should have top level organization of what?

    Content types:

    Website/Blog url

    Blog post

    Forum topic

    Image

    Wire post

    Anything with an url

    User interface to content. Sorting and filtering:

    By date: most recent, date range, ascending, descending

    By tag(s): and/or/not

    By content author

    By user who created the tag

    By type: blog post, site url, forum topic …

    Content display options:

    List

    Grid

    Titles only

    Title and excerpt

    When the user browses the content should they be able to add/remove tags for each item? Like bbpress? Only group staff can maintain tags?

    Questions, questions.

    #37994
    MartinNr5
    Participant

    I’m seeing quite a few questions about this popping up lately. I’m no fan of an abundance of stickies but perhaps this one deserves a spot in the limelight?

    Or should we trey and start some sort of FAQ thread (and, in the process, figure out a way to stop it from becoming completely unwieldy)?

    #37842

    In reply to: Moving Buddypress

    Ekine
    Participant

    The questions still remains unanswered. Do we have to manually edit files when moving wordpress mu & buddypress to a different domain?

    #37765

    In reply to: Some coding questions.

    Andy Peatling
    Keymaster

    sitewide activity table is just cache of all the activity for every user. It would crash your server if it wasn’t a cache. Every user has a table where their activity is not cached, you’d be better off using that.

    I’m not sure exactly where you are trying to use the $activity object? The activity tables have to be generic, so that they can be used for anything, adding specific fields wouldn’t work. You need to check out the format_activity function in each component, that is where you would want to replace the output with the excerpt.

    Your best bet is to download the skeleton component, as that explains how things work:

    https://codex.buddypress.org/developer-docs/creating-a-custom-buddypress-component/

    #37764
    altaran
    Participant

    Thanks!

    #37760
    belogical
    Participant

    Try the demo of the latest development build. http://testbp.org/

    #37756
    westpointer
    Participant

    1. Yes

    2. Yes (at least I think so. I’m not familiar with Bumpin)

    3. Yes

    Check out http://greathistory.com for an example of a modified site.

    #37601

    That’s the response I anticipated getting, but it doesn’t answer the questions.

    Unless I’m missing something, and I definitely could be, doing that alone makes the default theme set and still allows for editing of widgets. I would like a pre-made widgetized blog setup so that my users can’t/won’t have to do it themselves.

    life2000
    Participant

    Of all the solutions, Burt’s plugin seems to work best, and of course if we can redirect the login page to whatever page we want to, it would be even better.

    However, the only problem I have encountered with Burt’s plugin is that after I upload it, I can not access the dashboard as the administrator either! To get in the admin area, I have to remove the plugin again. Perhaps, there is a shortcut of something to avoid this.

    Sorry Burt. The questions don’t seem to end. But I guess that’s how human beings have continued to evolve, eh?

    Thank you :)

    Vida

    #37475
    MartinNr5
    Participant

    I don’t know why you’re not allowed to post an URL – it works fine for me. :/

    And I’m all out of ideas, sorry. Hopefully someone else can help you with the more technical questions you have.

    life2000
    Participant

    Hi DJPaul:

    So, I created the little plugin and placed it in wp-content/mu-plugin folder.

    I then went back to the “welcome” box to make the changes to the outgoing text. No changes were made. Sorry for being slow here. But these are the questions I have right now!

    1) I have no idea what to do with this step you mentioned above:

    “Sorry, forgot to add. Use these tokens in your update_welcome_user_email function to tell WordPress where to insert the relevant values: USERNAME PASSWORD LOGINLINK SITE_NAME”

    2) After I create the file and place it in the Mu plugin, where should I go to customize my final message going to the user.

    I really appreciate the help.

    Thanks so much;

    Vida

    #37008
    Trent Adams
    Participant

    @cikguazleen this is a problem with earlier versions of php 4. Can you get your host to get you on php 5?

    Here is an explanation about error.

    Another possible explanation

    Trent

    #36724

    In reply to: Refresh/update widget

    Burt Adsit
    Participant

    You should try the widget’s author for questions like this.

    #36664

    In reply to: Problems with umlauts

    fishbowl81
    Participant

    Can you confirm that they are making it back to the bbpress tables correctly? IE if you open the post in bbpress, are they already corrupt?

    Or is it only when they get displayed back to Buddypress?

    Also if you make a post in bbpress, does it show up in buddypress correctly or is it corrupt there also?

    Answering these questions may help to narrow down the bug, or may prove to be a wide spread issue.

    Sorry I couldn’t give you a solution, but first we must understand the problem at hand.

    Brad

    #36090
    Burt Adsit
    Participant

    Good questions all. You may be the first to answer them. :)

    Post a trac ticket for the mod notification not turning off issue. It’ll just get lost and not fixed otherwise.

Viewing 25 results - 2,176 through 2,200 (of 2,230 total)
Skip to toolbar