Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'questions'

Viewing 25 results - 2,901 through 2,925 (of 2,974 total)
  • Author
    Search Results
  • #3675
    smueller
    Participant

    Hi all – My apologies as I know there are other threads that contain similar questions as this but I’m having trouble ‘translating’ them if you will as it would appear that English – for good reason – is certainly not the first language of the posters in the threads related to translation/localization so I was hoping that I could get a concise/clear answer if I created a separate thread.

    Specifically, all I want to do is the mass update the term ‘friend'(and variations thereof) throughout the entire install to ‘contact’. I’ve found the .po file and I’ve edited it directly, saved it with a corresponding .mo file using poedit, dropped it back into place all to no avail. Can someone provide a step by step on how to accomplish what would seem to be a simple/common need? Any guidance would be much appreciated.

    #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!!!

    #3630
    chadfrancis
    Member

    Hi all-

    I’ve tried to reserve this forum as an absolute last resort, but I’ve gone through the bbPress install from scratch 4 or 5 times now. I’ve been following Jimgroom’s instructions HERE as well as Trent’s sticky post HERE. This last time, I have FINALLY managed to get bbPress/WPMu basic integration to work (I had a lot of problems with cookies), so now I’m hesitant to wipe the slate clean again.

    The first time I went through all of this, I couldn’t get cookie integration to work, but it DID seem like bbPress was communicating with BuddyPress because when I disabled/reenabled discussions, the forum appeared on the bbPress side, but only about half the time did the posts I made appear on the BuddyPress side. And when I tried to make a new post/reply, I got the “There was an error making that post” message.

    Now I have cookie integration working, but I can’t get any kind of BuddyPress integration to work and I’ve checked, rechecked, redone, restarted more times than I could possibly document.

    I had a couple questions about the procedure though that might lead to what I’m doing wrong. First, Jimgroom says to delete your auth keys and let WP redo them, but he says you won’t get them all. Well I did get them all, and pasted them all into both wp-config.php and bb-config.php. However, the auth_salt and logged_in_salt keys were DIFFERENT than the ones I would get if I went into /wp-admin/options.php. Which are right?

    Also, Trent says in step 6 to go into the groups admin page. I assume he means the bbPress Forums admin page?

    Finally, I found the installation-readme.txt file in bp-forums, and it says to not check the cookie integration box at all when installing bbPress. It’s taken me long enough to get that to work in the first place. Could that be my problem? Any help would be greatly appreciated, and feel free to ask any other questions.

    -Chad

    PS- With my first post, let me also express my gratitude toward Andy and everyone else helping to develop BuddyPress. I seem to have entered the WP world at just the right time, and I’m very excited about all the possibilities. Thank you!

    #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.

    altaran
    Participant

    Hello,

    BP seems revolutionary, but I’m still trying to figure out what’s possible and what isn’t. I hope someone will be kind enough to answer the following:

    1. Can the profile pages be redesigned

    2. Can other plugins be added in the profile pages(such as a BumpIn chat box)

    3. Can users send private messages to each other

    Thanks for your guidance

    #3458
    Frumph
    Participant

    Looking for help with getting the bp_core_get_avatar when all I have is the $user_id

    bp_core_get_avatar($activity->user_id,1); doesn’t seem to do it for me.

    $activity->user_id = sql read from the wp_bp_activity_sitewide table

    Which should I use in the wp_bp_activity_sitewide, the date_cached or the date_recorded

    In the same database wp_bp_activity_sitewide, why is the content pre-compiled information, makes it *really* difficult to make a custom output when the fields do not have all the information because its already made into the content.

    adding ‘excerpt’, blog_id and post_id would give it more of an ability for people to customize.

    bug: when posting a comment on a blog as admin it stored the primary_link as just “#comment-2” instead of the full site URL then “#comment-2”

    #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

    #3303
    #3282
    danbpfr
    Participant

    After upgrading to wpmu 2.7 and bp 1.0b2, with bbpress 1.0.6 alpha, i can no more change group avatar.

    By cliking on “change avatar” i receive a 404 error.

    Also, i’m unable to post on forum. I changed nothing in respective config.php.

    I also observed that:

    In wpmu, global settings goes to /wp-admin/options-general.php, who shows a page with some options settings.

    bbpress admin, settings links to wp-admin by this url: /wp-admin/options.php

    here are all options settings, including several buddy_live_cache “serialized data” (disabled in an input box)

    Strange is, that the options.php link is only linked from bbpress settings and not in wpmu/buddy

    Is this something issued by WP or wpmu ?

    Where is the direct access to options.php ?

    #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

    #3269
    Vast HTML
    Participant

    I been rtying to get this to work on 1and1 hosting for a while now with bad results. I have posted a few times here but it seems people are either unable or unwilling to help at all. So my questions is for everyone and its what host do you use for your BP install? If you got everything working just fine let me know what host and if you found problems with a host please also let me know. Thanks

    #3235
    alan65
    Member

    Hi! I’ve been working with wordpress for sometime but as soon as i heard about buddy press i changed to wordpress MU and now i’m somehow stuck on the installation of buddy press because i have some questions.

    They said that buddypress couldn’t be installed in a subdomain. Is it true? will it work on a co.cc domain?

    Thanks for this awesome project, I’m serious, I am so AMAZED about it!

    Thanks!!

    #36724

    In reply to: Refresh/update widget

    Burt Adsit
    Participant

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

    #3205
    fishbowl81
    Participant

    Greetings fellow admins of social networks, and those starting up their own network.

    Currently I’m the webmaster of a very active social network for online gamers, and video game enthusiasts. We have been online for over 3 years, with over 12k registered memebers, gaining a new members every day. We have been using a very out of date social network platform which I prefer not to name at this time. We are transitioning over to Buddypress, and have had amazing feedback on the beta site we have been running for almost 3 months now.

    My questions, and thoughts lie not in the technical abilities of buddypress, as they have all met and exceeded my expectations, but in the user experience. As I have been active on this forum testing and answering questions when possible, I have a very solid understanding of the ways in which components interact, and what each part does. My concern lies in the user experience. What I think buddypress greatly lacks is instructional wording.

    What my concern is that buddypress lacks the ability for an administrator to integrate words of advice and help along the way for new members. We have had members publish very personal things to the wire posts, thinking that only they could see it, like a private message, and have quickly come to us to have us remove them. There is no place for me to correctly enter in some words of caution, about wire posts showing up on the homepage.

    There are many sections of buddypress, where just 1 or 2 lines of text would go along way to get members interacting and being social. For a new member, who is new to the whole idea of social networks, and has never friended someone before, it would be nice to explain to them the benifits to having friends, such as the ability to post on their wire.

    What I’m asking for is support to have more actions added, for example: wire_post_form_instructions, or even better would be a admin panel, where all of the sections could have text areas to enter descriptions and advice. Some social networks might want to use this to link to help pages, or how to videos, others may want to put in reminders of user agreements, and some may want to be just quick and simple, such as “any post here is public, to send a private message, use the message feature”.

    I know buddypress is still in the early stages and I’m really enjoying watching it grow an mature, but now is the time we need to make some decisions about what we want the user experience to be, and how we are going to lead our members to be the best members they can be.

    If anyone has some suggestions or thoughts about this, please reply to this post, as I think it is important that this issue doesn’t get overlooked as everyone starts to roll out social networks using buddypress.

    Thanks for you thoughts,

    Brad

Viewing 25 results - 2,901 through 2,925 (of 2,974 total)
Skip to toolbar