Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 31,401 through 31,425 (of 32,678 total)
  • Author
    Search Results
  • #45287
    Trân Minh-Quân
    Participant

    Hi all,

    I am currently in charge of Vietnamese l10n for WordPress, WordPress MU, WordPress.com, Gravatar, and BuddyPress is also maintained by me.

    I started working on BuddyPress since its public beta, and I’ve been waiting for an official i18n repository, in the meantime, I uploaded the l10n files to repository of WordPress.

    @Wpviet23: You can maintain your version apart, since I prefer keeping all terms in Automattic products synchronous, if you have feedback, please send me an email. Again thank you for your contribution.

    #4939
    suleiman
    Participant

    1. Which version of WPMU you are running

    WPMU 2.7.1

    2. Whether you’ve installed WPMU in a subdirectory or as a subdomian

    Subdomain

    3. Whether you upgraded from a previous version of WPMU. If so, from which version.

    Upgraded

    4. Whether WPMU was functioning properly before installing/upgrading BuddyPress

    Yes

    5. Which version of BuddyPress you are running

    1.0

    6. Whether you have any plugins other than BuddyPress installed and activated

    Yes, several, (but all these same plugins are also installed on my local setup where buddpyress and mu play nice)

    7. Whether you are using the standard BuddyPress themes or customized themes

    Standard theme with minor image tweaks.

    8. A list of any errors in your server’s log files

    No errors in my server logs.

    Phew. Now that all the formalities are out of the way, allow me to describe the problem:

    I have had buddpress and wpmu, both current versions, running and working well on my local server for about 2 weeks now. I took my live site down today to flush the changes there and decided I would use the built-in mechanism for installing plugins in wpmu 2.7.1, since I have had success here in the past.

    Although the plugin downloaded and installed correctly, when I pressed the “Activate Now” button, the server just hung on the same page. If I pressed the button more than once it would still hang. I tried to navigate away from the plugin installer page and activate the plugin on the actual plugins page, but I was unable to go there. That’s when I realized that clicking any link in my backend resulted in the server endlessly stalling at “Waiting for response from server”

    With my wits about me I decided I would go the manual route and remove buddypress from my live site’s “plugins” folder, and set it up the manual way. Immediately after removing the folder I got my site dashboard back again and things were working as they were. I thought if I put the buddpress folder from my local plugins folder to my live site’s plugin folder I would be able to navigate to the plugin menu on the live site and get back to activating it. The moment I copied the folder to my live site my dashboard once again began exhibiting the same stalling behavior.

    I again removed the buddpress folder from my plugins folder on my live site, and again visited the plugins page. This is when I noticed a plugin with a blank title that appeared to be activated sitewide. “Ah,” I thought to myself, “WordPress is obviously trying to activate buddypress even though it’s not present on the live server anymore.” So I went ahead and clicked “Deactivate” to get rid of that problem and lo and behold, the plugin did indeed deactivate.

    Problem fixed right? Wrong. Now I’m in this silly rut where anytime I copy the buddypress folder either from the buddypress download or from my local server to the live server plugins folder, the whole site hangs.

    I won’t say I don’t have other plugins installed, I do, but all of them are also on my live server so any conflicts would have been picked up there.

    I’m really lost on this one and don’t usually crawl the forums for support, but I am anxious to get my site back to live status and flushed with a brand spankin new install of this wonderful software. Please, help me if you can. :)

    P.S. It is my birthday today (for reals), so extra brownie points if you solve this one.

    #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
    */

    charlieperrins
    Participant

    Hi all, I have searched for a similar issue on this forum and can’t find anything to help. Bit of housekeeping first:

    – WPMU Version: WordPress MU 2.7.1

    – Buddypress Version: 1.0

    – Fresh Install, not an upgrade

    – WPMU running in a sub-directory called ‘site’ on my domain: http://www.mydomain.com/site/

    – No other plugins running

    – My own customized theme and the standard BP theme share this problem

    My problem is this:

    Users can join groups fine on my site but if a logged in user clicks on the ‘leave group’ link an Internal Server Error (500) is generated. The user remains a member of the group so the database is not being updated. No other information about the problem is given to the browser, and I don’t think that I can get access to my host server’s error logs.

    This site is my first time using WPMU and Buddypress and I don’t really have any idea what is causing the problem. I was hoping that someone else out there has had the same problem and can shed some light on the issue.

    Thanks

    #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…. :-)

    #4929

    Nothing, yet.

    If you currently have integration working between BuddyPress and bbPress, you’re upgrading at your own risk.

    If it ain’t broke, don’t fix it. :)

    I’ve read a few reports that upgrading was easy and there are few enhancements for WordPress MU integration, but I haven’t put my hands on it yet and won’t have time until the weekend.

    We’ll be doing some testing with bbPress 1.0 as the versions progress and do our best to stay in the loop.

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

    #4926
    gcs123
    Participant

    I’m having a problem getting the feeds from my blogs to work?

    I’m getting this error when I try and subscribe to the feed on all the blogs –

    XML Parsing Error: XML or text declaration not at start of entity

    Location: http://blog.******.com/feed/

    Line Number 2, Column 1:<?xml version=”1.0″ encoding=”UTF-8″?>

    this is the code I am using in my header which came with the BuddyPress theme.

    I should note here I am using a custom theme which is a modification of the bphome theme.

    Running wordpress 2.7.1 with BP 1.0

    I will start a new topic for this is

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

    Anointed
    Participant

    What is the process to adding extra data to the buddypress wire?

    Basically I have vbulletin hooked to wordpressmu properly so that wordpress is aware of the user who is actually posting in vbulletin.

    I want to add the vbulletin posts to the buddypress wire, so that when a user makes a post in the vb forums, it is automatically added to the wire like it currently does for bbpress.

    I suppose I need to know which file generates the wire, and also what format I need to export the data from vb in so the wire will pick it up.

    Vb is just the first step, I also have full video/audio/photo software tied together with wp/bp now. Eventually I can forsee a number of different programs tied together, and I need to figure out how to go about adding this data to the wire.

    thanks

    orca239
    Participant

    I’ve just recently installed WordPress MU and BuddyPress, and they are both quite awesome. I’m looking for a way to show X number of recent posts on the main page (from all blogs sitewide), but only if they contain a key such as a Custom Field or maybe even a certain tag. Any suggestions on how to do this or the best way I should go about getting this done? Maybe even help with it? (not likely, I know =P) Thanks for any help.

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

    #4914
    cce
    Participant

    I’m having trouble with IE. Most of the testing I’ve done is with IE8, but 7 has the same problems, although I haven’t tested every case.

    For example, when uploading an Avatar, after “Crop Full Size and Save” (Step 3 of group correction, in this case) I get “Are you sure you want to do this? Please try again”

    I get a lot of 404 errors:

    404 error on 4th step of group creation.

    404 Error when attempting to search member list

    404 Error if you accept a friendship request (request is granted though).

    Firefox works in all of these cases. I’m sure there are more problems, but I haven’t tested it enough.

    My installation is unusual only in that it is running on IIS6, which has hosted WordPress MU flawlessly for 6 months. I am using subdirectories for blogs. Does anyone have any ideas?

    WordPress MU 2.7.1 (2.6.3 -> 2.7 -> 2.7.1)

    BuddyPress 1.0 (fresh install, no upgrade)

    Standard BuddyPress member theme.

    Modified BuddyPress home theme to block access to anyone not logged in (the problems existed before this change was made)

    Sitewide plugins: cets_blog_defaults, LDAP Authentication Plugin-in, MU Multi-site

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

Viewing 25 results - 31,401 through 31,425 (of 32,678 total)
Skip to toolbar