Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 21,626 through 21,650 (of 22,602 total)
  • Author
    Search Results
  • #45272
    tranthe
    Participant

    Jeff Sayre

    Hello! I speak English quite currency. but hope you understand I want to say below

    As you say “There is another Vietnamese translation of BuddyPress.” I understand by the meaning that has translated into a Vietnamese version of my other.

    01: This real currency. Because before I posted here is not hề have translated into any other language Vietnamese.

    02: I was checking the translations and you say it’s wordpressvn.net not exist.

    I am a new to wordpress so I buddypress song and I do not know how to bring it to share with people outside the post here

    I hope you check back. you can see the time I post this and compare it with the time of translation into Vietnamese other. Hope you see this soon and put the translation on my page https://codex.buddypress.org/translations/

    Thank so much

    Sorry for my bad english

    #45267
    Paul Wong-Gibbs
    Keymaster

    open up style.css, you need to modify the header (i.e. this section)

    /*
    Theme Name: BuddyPress Default Home Theme
    Theme URI: http://buddypress.com/
    Description: A widget framework theme for the home of a BuddyPress enabled installation. This theme is not required to use BuddyPress.
    Version: 1.0
    Author: Andy Peatling
    Author URI: http://apeatling.wordpress.com
    */

    #45253
    gaetanbuddypress
    Participant

    Thanks for the information J J J !

    Gaetan

    atul-singhal
    Participant

    We’ve installed buddypress + wordpressmu on our server. We’ve also installed RPX module foe WordPress. It’s working fine for login and allows user to login without sign up.

    But we want to have it on sign up screen and replace the existing signup process with RPX and redirect the user to custom welcome page. Is there any work around for it?

    #45231
    Lance Willett
    Participant

    @Kunal17

    Is the bp-custom.php file something that I download or create?

    You create it yourself, and place it in “/wp-content/plugins”.

    What is the ‘mysite’ language translation as defined in the tutorial?

    That is a sample definition that I used for the tutorial — you can use whatever you want. Just make it a label that makes sense to you and your site.

    Still wondering about the command to convert .po to .mo. How is that run and from where?

    Running that command requires that your web server have basic GNU gettext support — if you don’t know if it’s supported, ask your host (it’s pretty standard on most Linux servers).

    Running this command also requires command line access to your server via a program like PuTTY (Windows), Terminal.app (Mac), or from inside an FTP program and requires that your server support “msgfmt”. If you do not know how to run commands like this, or don’t have command line access to your server, please see Translating WordPress for other software options for converting language files (like Poedit).

    @Craig dean

    Also not understanding the conversion of the po. to the mo. using the run command. Is it a ftp app command. Just not sure.

    See me answer above. I also updated the Codex page with these notes.

    @Mstoppay

    my bp-custom.php file wasn’t loading. Once I moved it out of the buddypress folder and into the plugins folder the language change worked… anyone know why that is?

    Yes, as of BuddyPress 1.0 the “bp-custom.php” should be placed in the “plugins” folder instead of inside the BuddyPress directory, as noted by Andy in this thread. Thanks for the reminder — I updated the Codex page to note the correct location.

    Note also that if you use the “Automatic upgrade” option to update your BuddyPress install, make sure to backup your language files first since they could be removed during the upgrade process (see this thread).

    #45226
    Sven Lehnert
    Participant

    I’m developing a customised buddypress member theme and a directory view special for artists, musicians and multi media interested people.

    This is my fun learning project to get deeper into wordpress and buddypress theme design and plugin development.

    The hole website is still in beta mode. So don’t aspect it to work 100%

    http://rheinrauschen.de (In the moment just firefox ie will come al last)

    I will give the theme and plugin’s step by step to the community.

    For this I have to wait for some bug fixes, the stable bp-events component. Better forum integration and many more…. :-)

    #45210

    In reply to: Where to place code?

    Well, a component can be considered a type of plugin similar to any other WordPress plugin, except instead of hooking into WordPress alone, it’s hooking into BuddyPress AND WordPress.

    Widgets are accessories, more or less. They aren’t 100% necessary, but most people welcome them as they’re an easy way to include whatever content it is that your plugin is supposed to spit out, on whatever pages that someone has enabled widgets to be displayed on.

    A new component is needed when BuddyPress simply doesn’t have the capability that you want or need. The two next components currently in development are status updates (think twitter) and photo albums (think flickr.) Those are functionalities that don’t currently exist in BuddyPress.

    Now both of those components may/will have their own widgets also, to do different things. The status update widget may incorporate the ability for the blog author to update their status from their blog, or it might display x amount of recent updates, or both. The photo album widget may include the most recent x photos, recent photo comments, etc…

    In the case of BuddyPress, most widgets will come as part of a component. The component will bring in new functionality, and the widgets will allow that function to be displayed without knowing any HTML or PHP.

    #45205

    Bryan868, the short answer is there are some larger changes in the WordPress.org 2.8 and 2.9 pipeline that have been strongly hinted at recently. Those changes won’t make their way into WPMU necessarily at the same time, so we’re mostly safe for now using WPMU.

    BuddyPress will continue to get updated as WordPress versions change, however because there are a lot of dependencies there, and lots of distinct differences between a .org install and an MU install, it isn’t just flipping a switch and making it go.

    It is going to happen, just not as soon as most people wish unfortunately. Hopefully everyone that’s salivating at the chance to open up their own .org sites to start adding friends and making profiles can understand the dev process and try to be patient.

    I know it isn’t exactly what everyone wants to hear, but it’s the straight forward truth of the matter as it stands today. It may change tomorrow, but that’s where it is now.

    #45199

    In reply to: Feed Error

    gcs123
    Participant

    Problem solved, downloaded and installed this nifty little plugin! did the trick!

    https://wordpress.org/extend/plugins/fix-rss-feed/

    #45196
    bryan868
    Participant

    Why not anytime soon?

    #45182
    Anointed
    Participant

    Gpo1:

    Just like with vb, I had another commercial program ‘bridged’ to wordpress. What this means is that a person registers using vb, and is auto registered in wp db, as well as other programs. Logins are also unified, so only one login is required sitewide.

    Within the bridge code for each program there are extra db fields created that sync everything together. This means that user ‘xyz’ for vb is also user ‘xyz’ for wp and other software.

    What this allows me to do is virtually anything I want.

    For instance:

    I can actually query the database for user ‘xyz’, not only am I able to find everything user ‘xyz’ has done in wp/bp but also vb and other software.

    Then say I want to display all the vb posts, video’s, photo’s, from user ‘xyz’ inside of buddypress. Well it’s easy to pull the data because the programs are synced.

    Now it’s just a matter of bringing that info into bp, which is the reason I asked the question in the first place.

    Hope this makes sense.

    #45177
    Jeff Sayre
    Participant

    Erich73-

    Toni is using the P2 theme. You can get it here: https://wordpress.org/extend/themes/p2

    #45176
    Jeff Sayre
    Participant

    Bbn-

    Rather than trying some fancy install via packaged tarballs, I’d suggest a plain, simple install from scratch. Even though you went back and, as you state, “tried to do a more careful replacement of the files,” try a clean-slate install.

    Delete everything, including your MySQL DB–assuming you don’t have any important data. Then, download and install WordPress Mu 2.7.1 from here. Get it working before attempting to install BuddyPress.

    Once it is working, download BuddyPress and follow the readme.txt instructions.

    Looks like this is happening to a lot of sites

    I understand your frustration. But, when I search Google for “Failed+opening+required+’BP_PLUGIN_DIR”, I can count exactly 6 actual sites with this error and then several comments within blog posts that indicate the same issue.

    Combine that with the half a dozen reports in the BP Forums for this issue, and you get maybe 15 people–assuming none of these people have commented in multiple places. That is not “a lot of sites”.

    #45172
    bbn
    Participant

    I ran into this same error message this morning. In case it helps, here’s how it happened to me.

    I had MU 2.7 installed on a ubuntu server and MU 2.7 also installed on a local dev installation of ubuntu (both 8.10, if that matters). I upgraded the dev MU to 2.7.1, then installed buddypress. worked great. then I tarred up the dev installation, copied it over to the server, and overwrote the old 2.7 MU non-buddypressed install with the dev files. Ran the upgrade (at http://veryhandso.me/wp-admin/wpmu-upgrade-site.php). Tried to preview the buddypress theme and end up with the error mentioned above.

    I then backed up and tried to do a more careful replacement of the files as outlined on the upgrading wordpress page (https://codex.wordpress.org/Upgrading_WordPress). Still no love.

    Thanks for any help. Grateful newbie.

    Ben

    #45162

    Ahhh… The truth, shall set you free…

    Any possibility that the Drupal install is mucking this up? I’ve got no experience with that one. :/

    (To explain what’s going on, this isn’t a matter of directory structure, because those directories are virtual; they don’t really exist anywhere. There is no physical folder anywhere in your install called “members” or “users” or anything. The URL is caught by .htaccess and WordPress, and is virtually re-written to match the content it is displaying.)

    Does that make more sense? I know it’s hard to understand and have faith in at first, but I promise it’s totally fine. :)

    #45153
    codyb
    Participant

    Yes I do. Basically I wanted my site to be accessible using the address http://www.codyconnect.com/wp so in my /var/www/html I renamed the wordpress-mu to wp

    I downloaded buddypress and placed it in /var/www/html/wp/wp-content/plugins/buddypress

    Then I moved /var/www/html/wp/wp-content/plugins/buddypress/bp-themes/ to /var/www/html/wp/wp-content/bp-themes/

    Its almost like these directories should be created by default when you create a user, but their not. I’m not sure if I’m missing something obvious here or what. Here is my .htaccess file in /var/www/html/wp/

    RewriteEngine On

    RewriteBase /wp/

    #uploaded files

    RewriteRule ^(.*/)?files/$ index.php [L]

    RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*

    RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L]

    # add a trailing slash to /wp-admin

    RewriteCond %{REQUEST_URI} ^.*/wp-admin$

    RewriteRule ^(.+)$ $1/ [R=301,L]

    RewriteCond %{REQUEST_FILENAME} -f [OR]

    RewriteCond %{REQUEST_FILENAME} -d

    RewriteRule . – [L]

    RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-.*) $2 [L]

    RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]

    RewriteRule . index.php [L]

    <IfModule mod_security.c>

    <Files async-upload.php>

    SecFilterEngine Off

    SecFilterScanPOST Off

    </Files>

    </IfModule>

    #45146
    codyb
    Participant

    OK so I redid both my wordpressMU and buddypress installations and the same thing is happening. I don’t know what the hell I’m doing wrong. Anytime I click on ANYTHING under the my account tab I get the

    Not Found

    The requested URL /wp/members/admin/friends was not found on this server.

    Apache/2.2.3 (CentOS) Server at codyconnect.com Port 80

    I’ve followed the installation instructions to a T and am still having the issue? My page is http://codyconnect.com/wp

    I can log in and get to the dashboard just fine, but I can’t click on anything under My Account without getting the 404 error. Please someone help, this is getting very frustrating.

    I followed the instruction listed here exactly https://codex.buddypress.org/getting-started/installing-buddypress/

    except for step 7, but even if I do step 7 I still get the same thing, HELP!!!

    nicholaszen
    Participant

    Thank you very much…!!!

    #45137

    Your best bet with white pages is to check your PHP and Apache error logs, which you can usually acquire by either looking in your “logs” directory or asking your host for them.

    White pages can mean all sorts of things, but usually there’s something missing or in the way that WordPress can’t trap. Doesn’t happen often, but it does happen.

    #45129
    2834973
    Inactive

    Sorry to here that. But thanks for the quick reply.

    #45117
    Paul Wong-Gibbs
    Keymaster

    Not anytime soon as I understand.

    #45112
    2834973
    Inactive

    Hay,

    How is it going with the BuddyPress for WordPress (not MU)?

    When can we download it?

    Cheers, P

    #45108

    In reply to: Auto-Friend Idea

    Paul Wong-Gibbs
    Keymaster

    Welcome Pack v1.2 coming in an hour or so via the WordPress plug-in installer, good timing!

    #45103

    In reply to: Error creating groups

    Anexgo
    Participant

    Hi Jeff,

    Thanks for your feedback, here are my answers. My site is huwai.com.tw

    1. 2.7.1

    2. no, fresh install of 2.7.1

    3. yes

    4. 1.0

    5. yes

    6. yes, bp-dev plugins, fb-connect, google analytics and a couple of other wpmu plugins like plugin commander, toggle admin menues, simple dashboard, blog defaults, etc.

    7. Shouty theme

    8. the error log has over 1,400 entries, most of them this:

    WordPress database error Query was empty for query made by require, require_once, include, dynamic_sidebar, call_user_func_array, bp_core_widget_members, bp_core_get_userlink, bp_fetch_user_fullname, xprofile_set_field_data, BP_XProfile_ProfileData->save

    Note: before I freshly installed 2.7.1 and bp 1.0 I used older version of both for testing. I didn’t have this error message then, but group avatar upload didn’t work as well.

    #45095
    Jeff Sayre
    Participant

    Freaking Wildchild-

    Since Donncha’s WordPress MU Domain Mapping plugin (aka the sunrise domain plugin) allows you to map a blog to another domain, this could be the issue. I would post on the WPMU forum or, better yet, contact Donncha directly to ask for his assistance. http://ocaoimh.ie/wordpress-mu-domain-mapping/

    This is beyond scope of the BuddyPress support forums.

Viewing 25 results - 21,626 through 21,650 (of 22,602 total)
Skip to toolbar