Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'questions'

Viewing 25 results - 2,876 through 2,900 (of 2,990 total)
  • Author
    Search Results
  • #42726
    jfcarter
    Participant

    Thank you so much, Jeff!

    For the login redirect, I tried to create the plugin as per Burt’s instructions in that thread, but couldn’t get it to work. Not sure why, but I’ll look at it again.

    I’ll look into the rebranding of WPMU.

    Good advice on the questions. I sometimes treat WPMU, BP and bbpress as if they are all the same, which they aren’t.

    Much obliged. :)

    #42722
    Jeff Sayre
    Participant

    In wp-login.php, I have found the following line of code (around line 470) ….

    I want to redirect the user to their profile page, so I changed it to …

    I would highly recommend that you stay away from hacking core WPMU files. You’ll have to make the changes all over again the next time you update WPMU.

    This is the way you should do it: https://buddypress.org/forums/topic.php?id=1095

    How can I change the wp-login page to include my site\’s logo instead of the WordPress logo? Is this possible?

    http://premium.wpmudev.org/project/rebranding-wordpress-mu

    By the way, you may receive faster responses in the future if you ask WPMU questions on the WPMU forums and ask BuddyPress-specific questions on this forum.

    #4401
    #4397
    2465854
    Inactive

    Is it possible to add a feature into BP where users can upload their own videos and display them on their profile? It is necessary for the site I am creating. Also, is avatar uploading and storing on our server possible, and not the gravatar.com method as showcased on this site. Thanks!

    #42675

    In reply to: Avatar Upload

    vito687
    Participant

    Okay thanks jeff for the help, let me try to answer your questions as precisely as you have laid them out.

    first off, I have pre-existing avatars in my blogs.dir, these avatars load fine, the thumbnails and everything else is there. Ive tried just using an empty blogs.dir and it still didnt work. I hit “change avatar” upload and get that error message.

    My permissions for the entire blogs.dir are set to 777 so I think that would clear up any permission issues.

    Im trying to use various formats for testing so far a png that was 800k and a jpg about the same, I have my limit set to 2500k

    I have read lance’s post but unfortunately none of the methods helped.

    I am using a customized theme, when I upgraded to the BP trunk as per andys instructions I copied only the functions and header files over for both my home and members theme. Everything is working properly. The BP_core and all plugin files were placed in the plugins/buddypress directory and are functioning fine.

    as far as version of PHP, do you mean myadmin client or actual code, which is whatever its written in to begin with, Ive done minimal php editing besides a custom loop on the home page, mainly CSS edits.

    I did not check and see if there where no files in the blogs.dir because there are files presently there, I will try again with an empy blogs.dir folder

    Is there anything in the DB that controlls where the upload script tries to send the file to? because I went from a local setup to a server set up, maybe the upload button is still using the local domain?

    I really need to get this working, any help is truly appreciated

    #42674

    In reply to: Avatar Upload

    Jeff Sayre
    Participant

    Vito687-

    I can not change or create avatars

    I assume you mean that you cannot create avatars at all. If that is the case, then you cannot even get the chance to change your avatar. Is this correct?

    The error you mentioned in your OP is found in only two places in BP:

    • bp_core_avatar.php –> in the function bp_core_avatar_admin
    • bp_xprofile_signup.php –> in the function xprofile_validate_signup_fields

    So, either you do not have sufficient permissions in the folder where the avatar is first uploaded, or you’re uploading an avatar that is too big. I will guess that it is the first problem based on the error message.

    But, let’s be thorough.

    You mentioned that you’re running a very recent BP trunk version and WPMU 2.7.1_beta from branch. We’ll assume that everything is correct with your upgrade and that you’ve also read the thread Lance mentioned and tried any applicable suggestions.

    Here, then, are some additional or follow-up questions:

    1. What is the size of the avatar you’re trying to upload?
    2. What is the avatar’s format?
    3. Are you using the standard buddypress-member theme or a customized theme?
    4. What version of GD is installed?
    5. What version of PHP are you using?
    6. Have you checked all the folders in blog.dir and made sure that there are indeed no files?
    7. Have you checked the permissions of each of the subfolders in blog.dir?

    #4391
    2452550
    Inactive

    Hi I would first like to say this is some slick software. Enjoyed trying to get what I want but running out of ideas. First off I am using darkpress theme. It took me a long time to figure out how to get the users blog to appear like the rest and I ended up coping the darkpress theme into the default to get it done. The member page was fine but their blog still appeared as the wordpress theme.

    Now I would love to remove the wp backend menus for the members. To do this I need a couple of thing. I need to make their member and blog page come with a standard set of widgets. That way they don’t need to add or remove. I know seems kinda boring but that is how I want it. So I need to figure out how to make the page same for all new members and remove the backend menus for wp.

    Thanks for all the help. I am sure I will have more questions later but this will be a great start.

    #42476

    In reply to: Add fields to wp_users

    peterverkooijen
    Participant

    Thanks Jeff. Those function reference pages look very useful. I’ll dive back into PHP hell next Saturday…

    I’ve been struggling with this crap, including html/css, javascript, etc., since about 2002. I usually want what I think are basic requirements, like in this case a pretty straightforward members table. So far I’ve had most luck stitching together simpler PHP scripts that I could sort of follow.

    The more mature packages, like WordPress, are great for teens/tweens that want to add widgets and play around with templates, but they drop the ball on some basic grown-up business requirements and are much harder to customize unless you\’re a hardcore programmer.

    I can’t afford to spend the time to become a programmer. I’d hire a 3rd party developer if I could get a clearer picture of what I need and what’s possible in WP. I did do Google searches and have posted lots of related questions on the WP and WPMU forums.

    BTW, an intern from NYU Polytechnic was supposed to work on my project. He was a real PHP programmer, but had never heard of WordPress and seemed to know even less than I did.

    #42474

    In reply to: Add fields to wp_users

    Jeff Sayre
    Participant

    Peter-

    I realize that you are not getting the answers you desire. You must have a sufficient understanding of and comfort level with PHP before you can delve too deeply into hacking your own solutions or coding your own theme templates. Otherwise, you need to use the stock WPMU and BuddyPress install and then customize with any plugins and 3rd-party themes that may be useful.

    Since we do not have any idea of your particular coding skills, we are trying to point you in the right direction. Please realize that beyond a certain point, we cannot help you write your own custom code.

    We all started at the beginning when it came to coding and then had another learning curve when it came to understanding the inner workings of WordPress and BuddyPress. It can be frustrating along the way but it is indeed possible to accomplish!

    Here are a few more tips:

    1. Since you do seem to be wanting to group all user data within stock WP tables, you should search the WP and WPMU forums and ask your questions there
    2. Visit these WP Codex pages to help shed more light:
    3. Google for tips on learning data-driven PHP coding
    4. Hire a 3rd-party developer who can do the work: hacking files directly or create a plugin that will accomplish what you’re after

    Please hang in there and don’t give up hope.

    #42331

    I would say it would be in your best interests to get used to how the new versions of wpmu and buddypress work together, if what you want is to stay on top of the most recent bug fixes, etc…

    Upgrading from RC1 is going to open a whole new set of questions though, as it’s not a super easy thing to do.

    #42300
    BuddySwe
    Participant

    Some questions….

    1) Remove all your bp widgets. (Done that)

    2) Open translation.po

    (Where is that file located?)

    3) Find bp-core/bp-core-widgets.php (it is mentioned many times and write down the line numbers)

    (Didn’t find it….) ??

    4) Open mu-plugins/bp-core/bp-core-widgets.php

    5) Translate manually the lines where the translation file was supposed to do it.

    (Can anyone tell me the line numbers?)

    6) re-upload mu-plugins/bp-core/bp-core-widgets.php

    7) activate widgets that now will be named on your translation language e.g. “welcome” will be “Bienvenido”

    8) send me a beer!

    (Ill send you 20 beers if you help me) =)

    Thanks yall!!

    #42296

    In reply to: Recentally Active

    Jeff Sayre
    Participant

    Okay, a couple of questions:

    1. Which version of BuddyPress are you using?

    2. What did you name the file?

    3. Where did you place it?

    #42279
    Jeff Sayre
    Participant

    Well, it seems like you have an issue, alright. Let’s go down the list once again:

    1. You’re working with a current trunk of both WPMU 2.7.1_beta1 (current: r1725) and BuddyPress 1.0_RC2 (current: r1324)
    2. You’re using an old copy of wp-config.php which you updated as appropriate. In other words, you did not use the wp-config-sample.php that came with WPMU 2.7.1.
    3. You did a clean install of WPMU 2.7.1_beta1 by deleting everything, except your updated version of wp-config.php, and then uploaded the unzipped Mu files
    4. You then launched WPMU’s admin screen. That worked with out any problems.
    5. You then went to Site Admin > Upgrade and finished the upgrade
    6. You logged out of WPMU
    7. Next, you installed BuddyPress by:
      • moving the contents of the unzipped BuddyPress 1.0_RC2 (r1324) to the WPMU plugins directory into a subdirectory called /buddypress/
      • moving the /bp-themes/ directory out of the /buddypress/ directory
      • placing the various themes in their proper locations

    8. You then logged back into WPMU and got a blank screen

    A few follow up questions:

    9. You’ve enabled error reporting as detailed above by John and Burt and after step 8 above, there are absolutely no errors being reported of any kind.

    A few thoughts:

    • Since this seems to be a test install and you do not have any content that needs saving, I would delete everything once again.
    • This also means deleting your MySQL table that you’ve been using for this attempt and starting with a brand new database.
    • I would then download the latest trunks of both WPMU and BuddyPress once again–>get rid of the old ones first.
    • I would then use the wp-config-sample.php file that comes with the latest WPMU trunk and configure as necessary
    • IMPORTANT: I believe when I downloaded the WPMU trunk (r1722) and looked at the wp-config-sample.php file, it had a trailing space after the closing php tag. You need to delete this!
    • Now, go through steps 1 through 7 again and let’s hope when you get to step 8 it works!

    #4241
    chriscarter
    Participant

    I\’ve been thinking a lot about future compatibility issues; bear with me while I try to convey my paranoia. Say we have WPMU, BP, and bbPress all working together as they should. Down the road when WPMU hits 2.7.1 and BP hits its full release, what\’s to say bbPress will still work correctly with them? Or what will happen a year from now if bbPress changes their code in such a way that it no longer plays nicely with BP? Would Andy, hypothetically, rewrite the BP code to MAKE it work? Or would we scrap bbPress for a different forum engine?

    From my non-technical mind it seems that everything is working now because it\’s been glued together with integration plugins between bbPress and BP, WPMU and bbPress. Am I wrong to think that, as time goes on, these bonds will weaken and not strengthen? What sort of practices are in place to keep systemic failures from occurring each time a new version of something is released?

    I understand that BP is a set of plugins and not a separate entity such as bbPress, but I hope my questions are clear. Thanks.

    Andy Peatling
    Keymaster

    Please read this:

    http://trac.buddypress.org/changeset/1303

    This is the change needed to support automatic updates, and the reason why 1.0 has been delayed until WPMU 2.7.1.

    Any questions, please post them here and I will try and help out.

    **** UPGRADE INSTRUCTIONS ****

    For the plugins:

    1. Delete all the BuddyPress plugins from /mu-plugins/
    2. Download the latest from the trunk (via svn co is best) or use the zip link at the bottom of this page: http://trac.buddypress.org/browser/trunk
    3. Extract or checkout all of the plugins to /wp-content/plugins/buddypress/
    4. Log in as a site admin, and head to the \”Plugins\” admin panel. You will need to activate the \”BuddyPress\” plugin.

    If you are using the default BuddyPress themes with no changes:

    1. If you are using the default themes with no changes, delete the /wp-content/member-themes/ directory.
    2. Move /wp-content/plugins/buddypress/bp-themes/ to /wp-content/bp-themes/
    3. If you want to use the BuddyPress home theme, move /wp-content/bp-themes/buddypress-home/ to /wp-content/themes/buddypress-home/

    If you are using your own customized themes:

    1. Copy the functions.php in /buddypress-member/ theme to your own BuddyPress member theme\’s functions.php file.
    2. Copy the header.php from the /buddypress-member/ theme to your own BuddyPress member theme, make any adjustments you need.
    3. Copy the /directories/ folder from the /buddypress-member/ theme into your own BuddyPress member theme.
    4. Copy the \”directories.css\” file from the /css/ directory into your own BuddyPress theme\’s /css/ directory (or paste the styles into your style.css file if you do not have a css directory.
    5. Make sure your BuddyPress member theme is sitting in /wp-content/bp-themes/[theme-name] NOT /wp-content/member-themes/[theme-name]

    If you are using a modified version of the BuddyPress home theme:

    1. Copy the functions.php in /buddypress-home/ theme to your own home theme’s functions.php file.
    2. Copy the header.php from the /buddypress-home/ theme to your own home theme, make any adjustments you need.

    Once WordPress MU 2.7.1 is released there will be a proper zip to download of RC2, so people can ease into these changes. Shortly after 1.0 will be released.

    #41661
    Lance Willett
    Participant

    Great — glad to hear it. Sorry to have missed your previous questions.

    where do i upload the .po file to??

    Anywhere on the server, it doesn’t matter.

    what does this command do exactely

    It takes your PO file and creates the MO for you.

    did you mean.. ”and added the buddypress-spots.mo file there…”

    Yes.

    i have already set up in wp-config.php will this clash with what you have said to doo..

    Hmmm… that I don’t know. I don’t use those configuration settings, myself. I would suggest commenting them out and testing your site. If the language file changes are still working, go ahead and delete those lines from your wp-config file.

    Overall the language file is a better long-term solution since you can make changes for other labels there as well if they come up in future versions, whereas those custom definitions are only specific to a few labels.

    #41261
    Burt Adsit
    Participant

    1) bp widgets are available to all blogs. There isn’t a way in bp to restrict blog admins from using whatever widget is available to them.

    2) The plugins that are located in /mu-plugins run on all blogs and don’t need activation by the site or blog admins. Plugins located in /plugins need to be activated on a blog by blog basis.

    3) The avatars are located in /wp-content/blogs.dir/1/files/1/avatars/1 and should not be set to 777 but 755 and the apache user for your server must have write permission in that directory.

    *Nothing* that you have control over should have 777 settings on your server. It’s a security hole.

    Stupid people are the ones who don’t ask questions and live in ignorance. :)

    #4138
    Dace
    Participant

    Hi all,

    I use BP since few days and i have some questions…

    – is it normal that when the users create a blog they have all the widget like members, site wide activity, groups ?

    if yes, is there a solution to keep all the widgets for the admin and just some one for the “normal users ?”

    – Same question with plugins, where must i put the plugins for admin and the plugins for users ? what’s the difference between /muplugins and /plugins

    – Where are uploaded member’s avatar ? i suppose we must chmod 777 this directory but i don’t find it :s

    Thx for your answers and sorry if u find some of them stupid :s

    #41195
    trcwest
    Participant

    @Lance Willett

    Thanks a few questions if you dont mind… my replies below your pont

    ********

    1. First I opened the POT file, copied it to a .po version, and then made the changes I wanted in a text editor (most with search and replace, but also had to do some new lines by hand).

    *******

    Yes i have started doing this with poedit and i have now looked at doing this with text editor.. so once i have changed all groups to spots etc ill be ready with the .po and .mo file….

    **********

    2. I uploaded the .po file to my web server, and ran this from a command line:

    *********

    where do i upload the .po file to??

    msgfmt -o buddypress-spots.mo buddypress-spots.po

    **********

    What directory to i run this command in.. in the bas root one of the site or in /wp-content/

    or /wp-content/mu-plugins/

    ???

    what does this command do exactely

    ******

    4. Then I went into wp-content/mu-plugins/bp-languages and added the spots.mo file there.

    ********

    did you mean.. “and added the buddypress-spots.mo file there…”

    ___________________

    I too think that this is better long term as if each time i update it will nock out my changed files…

    QUESTION the things i have defined…

    define( ‘BP_GROUPS_SLUG’, ‘spots’ );

    define( ‘BP_MEMBERS_SLUG’, ‘spotters’ );

    i have already set up in wp-config.php will this clash with what you have said to doo..

    thanks so much

    #4126
    Eric Wood
    Participant

    OK, I’m no programmer, but I’m an idea guy.

    If some programmers are feeling bored, or just needing some inspiration, here’s some ideas, pulled from various places around the web which could really allow the BuddyPress platform to take over the web. It goes without saying (but can never be said too much… thanks to all the programmers who’ve worked so hard on everything we have so far!) These are in no specific order.

    1. BOOMj.com has a fantastic interface for their members section. Basically, you answer some questions, and it will import the data into a specialized template. It’s probably no different than creating a member theme for BuddyPress, but I love the interface. I’ve been playing around with the member theme a bit, and after I get some things figured out, I’ll upload some ideas into this site myself, but until then, if someone gets some inspiration from that site and can create something similar… please do!

    2. BOOMj.com Rewards Center. WordPress already has a plugin called CubePoints which would be a great starting point for a system to gain points. BOOMj offers points for uploading a picture, etc whereas the CubePoints system only allows for points for leaving comments and things like that. As far as redemption options for points, we’d probably need some discussion as a community over what things we can offer if people get tons of points. I’d love to see this point concept expanded into something end user configurable, as different people have different needs and goals with their sites, but some starting points include:

    * 1 point for viewing a post

    * 5 points for leaving a comment

    * 100 points for uploading a picture

    * 100 points for filling out (perhaps) each section of a profile

    * 50 points for joining a group

    * 500 points for referring a friend who actually signs up

    * 25 points each day a “game” is played (see idea 3 below)

    * or other things.

    The entire point of this plugin would be to encourage our users to get in and interact with the site.

    3. Games. As anyone who’s played a Facebook game knows, They are incredibly addictive. http://apps.facebook.com/zoobuilder/ is one example that keeps me glued to my computer screen at least a half hour per day. It’s a brilliant concept in that the only real way to “succeed” with the game is to interact with other people on the site. I throw out that Facebook game as one idea, but I’m sure there could be others.

    4. Suggested Friends plugin. All the big social networking sites seem to operate around a geographical area (a city or town), a school (college or high school), or other common interests. Perhaps a plugin could be developed which would incorporate all this data, and help members find other members with similar backgrounds and interests, and the plugin would automatically “suggest” them to members.

    There may be a little trickiness in the worldwide end of setting up a database which has all the schools in each city (if we wanted to get that tricky) but ClassMates.com seems to have the same dataset that BOOMj and Facebook have, so it’s out there somewhere. If that database could somehow be pulled into this plugin, and when the plugin was activated, it would automatically add the “what school did you attend?” question to the profile signup page, it would be awesome.

    5. Pokes and Flirts, and other such things. I still don’t know what to do on Facebook when someone pokes me, but enough people do that it’s a very popular feature. Once again, it leads to end user interaction. If there were some level of flirting (not exactly sure what to call it, but you could flirt or FLIRT with someone (the later would express more interest than the former) that would be an even better feature.

    6. On the subject of Facebook, tagging has become really big. Someway to incorporate something similar would be great.

    7. Dodo integration. There’s a wordpress plugin called Dodo, which hasn’t been updated for a year, but it’s a wonderful start to an idea. Basically, it tracks what a user is looking at, and suggests related content specifically for that user. My only real issue with the plugin is that you can’t seem to use it if you have a home.php file. If someone could wigitize it (as a start) those of us with content and BuddyPress on our sites would be able to use it to provide a more user friendly atmosphere.

    8. On that user specific end comes two ideas. On my BuddyPress installations, I offer users blogs, primarily because the standard profile doesn’t allow the users (in my opinion) enough options to express themselves. Using idea one above, perhaps we could offer user “themes” which would be quickly changed by the user. It’s sort of somewhere in between a blog and a profile. The site would store the users preference, and display that user theme whenever that user’s profile was viewed. (A simple start would be to develop one user theme, and offer various color options… Over time, there could be pretty pink themes with flowers, and big black themes with chains, or white picket fences,etc.)

    Secondary to that (or perhaps primary) Google (at http://www.google.com/ig) and Yahoo (at http://my.yahoo.com/) have ways for a user to customize what appears on their “dashboard”. Could something similar be integrated?

    9. Similar to Idea 7 above, we could offer the same options for groups.

    10. Live chat. This is a big one, and probably way outside the capabilities of what BuddyPress can handle at the moment, but a live chat feature would be great. I know there are plugins which as supposed to be able to handle this, and I honestly haven’t played around with too many of them.

    11. “Other Site” integration. There’s Facebook, BOOMj, MySpace, Gay.com, and a million other social networking sites. I can’t think of the others, and I’m not even really sure what I mean by this, but someway for users to easily switch from the big guys to a BuddyPress enabled site would be a HUGE thing. Each of those sites has their own idiosyncrasies, so that would be problematic, but someone will get what I’m trying to say and hopefully explain it in this forum.

    12. Last idea (for now) would be a sort of “BuddyPress Member Pool” Various sites using BuddyPress would be able to opt into some sort of main site which would know that Member 123 is a user of site ABC, but would really be interested in the content of site XYZ. Through some sort of shared protocol, his or her user data could be shared with site XYZ, and XYZ’s content would be shown within the interface of site ABC. Members and groups could operate in this same fashion, wish shared friends and group lists, etc.

    I know on my own sites, I have trouble getting people to sign up because it’s a very small community. (I only have 7 members on the biggest site… 10,000 visitors per day to the content section, but only 7 people have signed up to be members). Through this “sharing” system, it would appear as if I had a lot more members, and more people would sign up (would you have signed up for MySpace if there were only 6 other people there?) People in this system would not only have more active communities, they’d have shared content, and eventually get more visitors, as people from ABC would be traveling over to XYZ and back again.

    Well… that’s enough for people to think about today. I’ll be back with more ideas later. Please comment in this forum and let me know what you think, perhaps help figure out what the priorities should be, or expand on these ideas.

    Thanks in advance,

    Eric

    #41137
    trcwest
    Participant

    Q1) Latest Buddypress Trunk or MU Trunk … I assume buddypress… i have it running of the latest buddypress svn ?

    Q2) where do i put these in my wp-config.php [spotskenya/wp-config.php]

    define( ‘BP_GROUPS_SLUG’, ‘spots’ );

    define( ‘BP_MEMBERS_SLUG’, ‘spotters’ );

    ?

    Q3) “Then just edit the other names in the actual template files, there is nothing wrong with that. The template is meant to be edited. “

    what is the template files? are they the core things in [spotskenya/wp-content/mu-plugins/] or in the theme????

    wont this take ages and be harder to do than the language thing??

    Sorry for all the basic simple questions

    #41124
    Sgrunt
    Participant

    grr i hate to be blocked by silly questions…

    i’m into one of my sub blogs (i use subdirectories), for example:

    http://mysite.com/sgruntblog

    if i put this link in the menu of header.php:

    <li><a><?php bp_site_name() ?></a></li>
    it always points to http://mysite.com/sgruntblog

    i need it pointing to http://mysite.com so people can reach the main blog from all the sub blogs.

    sorry: the forum strips my code: the content of the href is echo $bp->root_domain;

    #40969
    enlightenmental1
    Participant

    Hey Manoj Kumar

    great plugin… couple of questions

    no matter how I format the user data, I always get “1 Error” and “processing complete”

    example

    username|firstname lastname|email@email.com => 1 Error

    also, I’ve changed the “Full Name” profile field to be “first name” and added an additional field for “last name”… how does that change the format?

    like this now?

    username|firstname|lstname|email@email.com ?

    thanks for your help

    #40943

    Remember guys (and I realize this is no excuse) but neither BuddyPress nor bbPress are even 1.0 yet. As soon as function calls and display functions are finalized and tweaked for a stable 1.0 release, you’ll see tons of themes and templates and frameworks.

    The opportunity currently exists for anyone with the time and motivation to swoop in and start blasting out themes for both platforms, but they would do it knowing that they may have to go back and redo some things after 1.0 is out.

    I think right now everyone is waiting for the ball to drop, because no one wants to do the same work twice. I’d love to release my bbPress theme, but I have 0 time to answer questions about it or support it, and that’s not fair to anyone either.

    Make sense?

    #40938

    A lot of this comes down to your budget, so you’re going to get a wide array of answers here.

    You’re going to need at least php5, and to do subdomains you’ll need to be able to see if they allow you to add a wildcard for that too.

    Currently I use 1and1 for most of what I do, but I have to use subdirectories because they don’t allow for wildcarding like that. I also need to force php5 in my .htaccess files because they default to using php4. Blech…

    But, so far nothing has ever crashed, I’ve never lost any data, and their prices are relatively cheap compared to some other shared hosts…

    This is one of those questions where everyone is bound to give you a different answer, so be prepared to either get a wide variety of responses, or none at all. :D

Viewing 25 results - 2,876 through 2,900 (of 2,990 total)
Skip to toolbar