Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 31,551 through 31,575 (of 32,678 total)
  • Author
    Search Results
  • #44185
    kogigr
    Participant

    No, wpmu is in english.. I renamed the files to buddypress-el_GR.po and buddypress-el_GR.mo but still no change. The country code and language code are correct, because I found them in wordpress documentation.

    I still don’t know what’s wrong, though..

    #44183

    In reply to: [Adjust Time Zone]

    atothek
    Participant

    I figured out that if you set the time settings in Settings / General and you have another language installed, it is getting resetted. When its default its fine by me, as soon as I adjust WPLANG into nl_NL the notice is back again.

    edit: I uploaded the dutch pack to wordpress MU and got all fixed, only the Members widget (New tab) is showing [Adjust Time Zone]

    inkey-Russia
    Participant

    Thank you for quick reply!

    I’ll be waiting :) Hope it will be soon.

    Paul Wong-Gibbs
    Keymaster

    No, not yet. Future versions you would be able to, but I’m not aware of any timescale for this yet.

    inkey-Russia
    Participant

    I have a site on WordPress and forum on bbPress. Can I add a “community features” to it with BuddyPress without installing WordPress MU?

    #44161

    In reply to: Antispam plugin

    Paul Wong-Gibbs
    Keymaster

    Possible user error.

    @Arturo – check this from the readme. You might have missed it to.

    To install in WordPress MU (Forced Activation/Site-Wide):

    1. Upload the wp-recaptcha folder to the /wp-content/mu-plugins directory

    1. **Move** the wp-recaptcha.php file out of the wp-recaptcha folder so that it is in /wp-content/mu-plugins

    1. Now you should have /wp-content/mu-plugins/wp-recaptcha.php and /wp-content/mu-plugins/wp-recaptcha/

    1. Go to the administrator menu and then go to **Site Admin > reCAPTCHA**

    1. Get the reCAPTCHA keys [here](http://recaptcha.net/api/getkey?domain=www.blaenkdenum.com&app=wordpress \”reCAPTCHA API keys\”) and/or the MailHide keys [here](http://mailhide.recaptcha.net/apikey \”MailHide keys\”)

    #44141
    Paul Wong-Gibbs
    Keymaster

    Your not trying this with WordPress are you? (as opposed to WordPress MU)

    #44131
    Paul Wong-Gibbs
    Keymaster

    You are trying to use BuddyPress with WordPress. BuddyPress needs WordPress MU which you can get from https://mu.wordpress.org/download/. In future versions, BuddyPress will work with regular WordPress but at the moment it doesn’t.

    And before you ask ‘how long’, I suspect it will be quite a while before BuddyPress supports WordPress.

    #44123
    Jeff Sayre
    Participant

    Liagk-

    The primary resource for learning about translating WordPress files is here: https://codex.wordpress.org/Translating_WordPress

    Also, some helpful forum threads:

    https://buddypress.org/forums/topic.php?id=171

    https://buddypress.org/forums/topic.php?id=1877

    Finally, when you’ve completed your translation, it would nice if you would add and link in the codex: https://codex.buddypress.org/translations/

    #44119
    Jeff Sayre
    Participant

    Is the height parameter a must, or can you leave it like (800, )?

    No. You cannot leave the parameter blank. You could pass a variable into the space if you wanted, but it must have something.

    When I tried to remove one WPMU folder I got the error message

    “500 Can’t Remove Directory. Permission denied”.

    A few questions:

    1. Have you checked the files / folder permission on your WPMU install? You should be able to delete everything that you personally upload to your public_html. Although, with shard hosting, there could be issues with apache owning certain files and folders.
    2. Are you using an automatic WordPress Mu install option from your hosting company? I’m not sure if any hosting companies offer that option for WPMU, but it’s worth asking.

    The answer I got was WPMU does something at the Apache level and that I can’t do much about it unless mine is a dedicated hosting service.

    1. Have you contacted tech support for your hosting service provider and asked for their help? This WPMU forum post may prove useful in talking with tech support: https://mu.wordpress.org/forums/topic.php?id=3173&replies=3#post-19388
    2. Have you considered changing hosting companies or upgrading to a more robust hosting plan? A VPS perhaps?

    WPMU really does not do too well on a cheap hosting plan. Here is sage advice from andrea_r, a WPMU guru: http://wpmututorials.com/news/choosing-a-host/

    I have a new installation now.

    I think the width problem is to be fixed elsewhere.

    Please consider these:

    As far as figuring out what’s going on with your CSS, this is where the Firebug tool comes in very handy! It takes awhile to learn how to use it. But once you do, you can determine where a given div or class is pulling its instructions from and then temporarily override those selector parameters within Firebug and see how that affects the overall layout. It is a very powerful and useful tool!

    Concerning CSS issues with IE6: my personal opinion is to not worry about supporting that browser anymore. It is just a big pain and too much work for too little return–less than 20% usage ( http://www.w3schools.com/browsers/browsers_stats.asp ). Again, that is just my opinion.

    #44116

    In reply to: Google Maps for Groups

    21green
    Participant

    Check out http://code.google.com/p/wordpress-geo-mashup/ , think about some donations and let Dylan know that u are also interested in a WPMU/Buddypress version of GeoMashup!

    Here he is writing that he managed to get a first basic geoMashup Version working with WPMU/Buddypress:

    http://code.google.com/p/wordpress-geo-mashup/issues/detail?id=19&colspec=Stars%20ID%20Type%20Status%20Modified%20Summary#c10

    #44114
    Paul Wong-Gibbs
    Keymaster

    Importing blogs (your second bullet point) is part of WPMU and nothing to do with Buddypress. You can do this by visiting /wp-admin/import.php on your site as an admin user.

    The first bullet point is something that at least person is working on, but I don’t expect to see anything released for a long time yet.

    I will eat my hat if their isn’t an existing RSS widget for WordPress. Have a look through https://wordpress.org/extend/plugins/.

    #44079
    Jeff Sayre
    Participant

    Maythil-

    You’re welcome–although I don’t know how helpful I’ve been.

    With FTP, you should be able to go into your web root and do pretty much anything you want–that is assuming your hosting firm gives you FTP access privileges.

    ie6 only displays 800px screens. is there a way to trick firefox or chrome into behaving like that?

    Well, it seems that you are trying to do just that via the CSS. I’m not sure what the issue is though?

    I suppose you could use JavaScript to force a resize of the browser window but this would only work for users you have javascript enable (most do) and have not set the Firefox Option that prevents a script from moving or resizing a window. Look here: http://schleichermann.wordpress.com/2009/02/04/javascript-resize-window/

    Another great FireFox Add-on is the Web Developer Tools. It may help you gain more insight into what is going on!

    Dainismichel
    Participant
    #44063
    zeitweise
    Participant

    Hi there,

    when following the upgrading instructions I forgot to activate the new plugins after uploading them manually. Instead I continued with all the theme changes right away [edit: on the ftp-server].

    After all, I can not log into my MU installation at all – there is just a blank screen. I tried to bring the old files back in place – without success.

    Is there any way that I do not have to re-install all of WordPress MU in order to get back my admin panel??? *argh*

    gpo1
    Participant

    FYI

    WordPress plugin that allows direct integration of WordPress blogs with Facebook using Facebook Connect:

    Social Layer – Facebook Connect WordPress Plugin

    Maybe we could amend it with our fb-connect plugin?

    Scotm
    Participant

    Hi

    Thought I\’d throw this out to the Buddypress community in addition to my posts at WPMU and WordPress.

    With the numerous plugins that enable Twitter crossposting from the admin panel, I have to think this could be accomplished within the postform on P2 or Prologue. This would be excellent for multi-author blogs or wpmu, for instance, and those Buddypress managers like myself not wanting users in the admin panel. This of course is one of the true benefits of using P2/Prologue.

    The Commentwitterplugin uses ajax to neatly tuck a Twitter username/password form into a WordPress comment post form to make this happen.

    I have to think if this can be done with a comment form, it must be possible with the P2 or Prologue postform, no? Appreciate any input on this idea.

    Cheers

    #44052

    In reply to: Skeleton Theme help

    Ezd
    Participant

    Okay thanks. What I did last time i created a theme was pretty much following these instructions: http://www.jestro.com/web-design/convert-xhtml-css-to-wordpress/

    So the theme I create for buddypress has to have the same kind of structure with a header, content, footer ect. And then eventually after i’ve structured it like that I can implement buddypress tags/loops into the layout and style with CSS.

    #44047
    belogical
    Participant

    As I think about this more, I might have made an incorrect assumption. I assumed that the home theme could be used for each new users home theme as well. Now looking at the demo site, it looks like Andy just used the home theme for the main site, then set the default theme as WordPress Classic.

    Did I make an incorrect assumption, or was the home theme intended for all users default blog as well?

    #44037

    In reply to: Get Username ???

    trcwest
    Participant

    This is what i have in my main blog theme that works nicely.. in the wordpress header..

    http://buddypress.pastebin.com/m63552cf1

    I just want to do the same thing on the buddy press side of things..

    the above code doesnt work on the buddy press side.

    I have been trying things like..

    <?php echo bp_the_site_member_name(); ?>

    The idea is to just alow for a quick create group button that takes dynamically adds the users username based on this url..

    http://spotskenya.com/spotters/!!!!!username!!!!!/spots/create/

    does that make sense??

    #44034

    In reply to: Skeleton Theme help

    Ezd
    Participant

    Hi Jeff,

    I once designed a theme for wordpress yes. Been a while thou. I know CSS pretty well. :)

    Anyways, ill probably figure it out once ive played around with the skeleton theme for a week or two. I guess its like designing a wordpress theme just that now you have buddypress tags to play with as well.

    Do you know why the 3 sections Members, Groups and Blogs looks like they arnt connected to any css file in the skeleton theme?

    #4668
    Tony Stark
    Participant

    Hi All,

    I am trialling WordPress MU / BuddyPress locally via WAMP but I cannot seem to get any emails – I was recieving emails from my “normal” WordPress install. Any ideas where I can check the settings for SMTP Server etc?!

    Many Thanks

    Tony

    #44030

    In reply to: Skeleton Theme help

    Jeff Sayre
    Participant

    Ezd-

    Have you worked much with CSS before? Have you designed a custom WordPress theme before?

    If not, here are some resources I recommend for starters:

    1. First, if you’re not using the Firefox browser, do so. Also, install the FireBug Add-on.
    2. Second, the WordPress Codex is a great resource for theme designers
    3. Finally, BuddyPress themes are unique themes in the WP family. Andy has written a great BuddyPress Codex on BP theme loops

    #44020
    Jeff Sayre
    Participant

    @Squashroby & @Tyviris-

    It appears that both of you are using WordPress single user version. BuddyPress must be used with WordPress Multi-User version (WPMU).

    You can download it here: https://mu.wordpress.org/download/

    Start over from scratch. First, delete all the files (except any custom themes you may have created or downloaded). Create a new MySQL database. Them go though the install process again:

    1. Install WPMU — the multi-user version! Follow these instructions
    2. Next, install BuddyPress following these instructions

    #4663
    Andy Peatling
    Keymaster

    The upgrade from RC2 to 1.0 is quite simple.

    1. Backup everything.

    2. Deactivate BuddyPress.

    3. There is a chance that WordPress will not detect version 1 as a new version because of some numbering issues when using RC numbers. If you do not see the update available sign, please delete BuddyPress and re-download it via the plugin browser.

    4. Once you have downloaded and reactivated BuddyPress, if you are using the default themes, delete the /wp-content/bp-themes/ directory and copy the new version from /wp-content/plugins/buddypress/bp-themes to /wp-content/

    5. Head back to the admin area, and under the “BuddyPress > General Settings” make sure the “Default Member Theme” is selected to use, and hit the save button, even if it is.

    6. You may need to re-activate and select the “home” theme too. This is because theme folder names have changed.

    7. Done.

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