Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 20,601 through 20,625 (of 22,602 total)
  • Author
    Search Results
  • Paul Wong-Gibbs
    Keymaster

    This post is two months old.

    That aside. I know a couple of guys on IRC have been tracking a few SQL number-of-query issues down which apparently need to be fixed in the WordPress core. Your post is not very constructive as you haven’t suggested a particular page on a site which interested developers could look into – saying that the entire thing needs attention may be valid, but we need to start from somewhere.

    bolonki
    Participant

    Not only you Reboot, but the entire Buddypress team should be “worried about too many db queries”. Jacoby says that “WordPress has never been light”, I wonder what he thinks of Buddypress, since WPMU creates a page in about 28 queries and Buddypress needs 130 queries per page, about FOUR TIMES as many. It’s completely excessive and makes Buddypress unusable for anybody with any serious traffic and a low hosting budget. Performance (not features) should be the priority now, and the number of queries should be shown along with page generation time on testbp.org so that potential users see the kind of computing power they will need.

    #54713
    snagfly
    Participant

    A few things to consider when seeing….(white screen)

    First, if you are creating sub domains for each individual blog make sure the blogs are being confirmed through the submitted email during registration. you will see a white screen for every blog not confirmed.

    Second, make sure all permissions are enabled in your dashboard, this too causes white screens for different blogs.

    Third, make sure you deleted the bp themes in from the /mu-content/ root and that they are installed through the /mu-plugins/ not /plugins/

    Fourth, a lot bp plugins take some sort of config to work correctly, sucks I know but true so I would definitely follow DJ Puals advice and deactivate all plugins while you try my suggestions.

    You might be thinking that it’s a lot more difficult than that but Sometimes it’s as simple as that.

    #54712

    In reply to: BuddyPress i18n Topics

    stripedsquirrel
    Participant

    thanks DJPaul.

    FYI: After reading http://www.studiograsshopper.ch/web-development/multilingual-wordpress-setting-up-wordpress/ I realized that the basic setting in wp-config could be changed (from define (‘WPLANG’, ”); to define (‘WPLANG’, ‘es_ES’); which -I think- adds Spanish (and not replaces the main language?) support.

    Not sure if this setting does anything as the admin of the main blog could already choose es_ES in his blog settings (so ALL users see the blog in Spanish instead of all in English) before I ‘added’ Spanish in wp-config. (As long as the language file was uploaded to /languages of course).

    Anyway, it does not change anything :(

    – The home/community page/main blog and the buddy bar are still in the language the admin has chosen for it, not the language of the logged-in user (or a logged-out/new user for that matter).

    #54681
    smuda
    Participant

    @wordpressfan did you wrap <? ?> around it? :)

    @andy that still doesn’t seem to work. <?php echo xprofile_get_field_data($2); ?> gives an error. <?php echo xprofile_get_field_data($name); ?> too. :/

    #54680
    designodyssey
    Participant

    @David

    Thanks. I hope you’re right. I’m designing a site that will integrate BP functionality throughout in widget areas and the BP pages. Once I get used to using hooks in WP through functions.php, it should be OK.

    Also have to learn some advanced CSS to make it all sing.

    @wordpressfan. My theme probably won’t be much use to anybody else, but I think the plugins I have to build will be helpful extensions of WP/BP. I actually started designodyssey.org to chronicle what I’m learning as I build the site I’m primarily working on.

    #54670
    r-a-y
    Keymaster

    I believe GigaOM is using only extended profiles for BP:

    http://pro.gigaom.com/

    They’re probably haven’t upgraded to BP 1.1, since it’s a highly-customized WPMU/BP site.

    There’s probably no “gotchas” since you’re turning everything off!

    Alkivia is an alternative for user profiles:

    wordpress.org/extend/plugins/alkivia/

    #54660
    wordpressfan
    Participant

    The header is created out of simple

  • statements; check out the header.php for details. You can also read the codes.wordpress.org for examples on how to automatically add categories/pages to your menu.
#54636

In reply to: Facebook Connect

r-a-y
Keymaster

This is just an opinion from someone who’s never used the plugin… but it’s basically for login / registration ease.

You don’t have to register a new account to become a member of someone’s BP network… just login with your Facebook account!

According to the plugin’s description, there are plans to integrate the friend list and also newsfeed publishing.

#54635
r-a-y
Keymaster

You might want to head on over to the WordPress MU forums as it sounds more like a WPMU problem:

https://mu.wordpress.org/forums/

You can login with the same username and password you use here to post on the WPMU forums!

#54633
r-a-y
Keymaster

@mark, make sure you upgrade your FeedWordpress plugin as I’m guessing you upgraded from WPMU 2.7.1 to 2.8.4a.

FeedWordPress has undergone major changes since then to be compatible with 2.8+.

Oh! and also overwrite the default WordPress RSS library with FWP’s Magpie RSS library.

For more, read the upgrade installation instructions:

https://wordpress.org/extend/plugins/feedwordpress/installation/

#54627
bloggista
Participant

Argggg, I spent 24 hours of non-stop trial and error (considering I am a PHP noob) to make my site work after the buddypress 1.1.1 upgrade. Made a lot of tweaking with the avenuek9 theme to look like how my site used to looked like before the upgrade. I hope you gurus can make this How-to- stuff soon. If you look at my site, its still a mess (http://bloggista.net) but it should be back in its handsome form once those minor issues are ironed out. Like, the recently active avatars are lining up in single file down to the bottom as if they’re queuing for the some firing squad.

Thanks folks, looking forward to it.

#54626
Boone Gorges
Keymaster

Hi snagfly. I’m the author of that plugin. It sounds like the problem is that you activated the bbPress trigger plugin inside of WordPress. As is stated in the readme files, this part of the plugin is only needed if you are running a separate installation of bbPress with BuddyPress 1.0.

If you are running BuddyPress 1.1+, you can safely delete the file bb-group-forum-subscription.php, keeping and activating only bp-group-forum-subscription.php.

#54624
peterverkooijen
Participant

I would prefer moving all admin for members out of wp-admin into the site, instead of trying to make wp-admin look more like the site. Keep wp-admin for admin only and put all member functionality in the site.

#54618
David Lewis
Participant

That’s not a bad idea… just making an admin theme that looks more consistent with BuddyPress. Less jarring for newbies.

#54611
Paul Wong-Gibbs
Keymaster

Previous to BP 1.1, all user registration was dealt with by WordPress, so it’s technically correct to point people towards existing WordPress/MU resources and forums for help.

Since BP 1.1, however, BP changes the new account confirmation/activation email – because on the standard BP 1.1 signup page, the user can pick their own password. And of course, it’s a security issue if we were to somehow send their (encrypted) password back to them. So BP 1.1 overrides the standard WordPress MU email so it doesn’t include the password text.

But, the activation link is part of WordPress. Yes, the BuddyPress default theme uses this behaviour too – but it calls the WordPress code.

#54604
sdrib
Participant

Yes it is confusing for users that you have to make a post to one place and to change your avatar to another.

Well what we are doing now, is putting all buddypress ‘admin’ settings in the wp-admin and reorganized them…

right now we have:

Posts

Comments

Messages

Settings

Appearance

(with submenus off course)

Everything else is stripped out. I can imagine 100 of structuring this, but for this particular install, this is what we needed.

We have very limited time.

So what i did is used an existing “admin theme plugin” and changed it so the wp-admin matches the look and feel of our front end. (think eg. facebook ‘front and back’, or lastfm etc ).

The most difficult part is getting the bp functionality such as messages completely work back end. Which atm we haven’t managed yet.

#54601
Paul Wong-Gibbs
Keymaster

I’m still lost. I also don’t really have time to look at this until the weekend sometime. Could you help me again please?

Yep, I go to the main blog via Users menu (not site admin>users) and…

Could you give me a sample link (feel free to cut your domain off the beginning), i.e. http://example.com/how_to/get_to_this/page. I’m being a noob and can’t see it :(

...EXCEPT the email with username & randomly generated password that should replace that activation email shown above. (I'm thinking this is a wordpress email? Not sure.)

Correct. Welcome Pack doesn’t (or shouldn’t) touch the activation email, which is why this issue is so weird-sounding.

You ARE aware since BP 1.1, if a new user registers via http://testbp.org/register, they are able to pick their password and as such it isn’t emailed to them? (Though they still get a confirmation/account activation email)

#54599
designodyssey
Participant

@jeff

I appreciate the feedback and perspective. What’s weird is I built a modular php/mysql site circa 2002 basically overusing includes, very basic css and taking functionality from Hotscripts.com’s PHP repository. In fact, what I liked about php was the modularity of what I was doing (even if a bit sloppy). BP/Wordpress seems to promise the same, but frankly the number of sites that deviate from the structure of the standard theme is small (maybe it’s too new). It’s like the complexity of the theme structure has scared people off or the fact that the themes are both style and functionality makes it difficult to be modular.

I’m hard-headed and have no hurried timeline – I’m designing for myself. I’ll probably take this on and suffer the pain of BP’s infancy just like I did in 2002. That was my education. What would be helpful is a methodology for taking on something like this.

My threshhold question is whether to use a theme framework as a starting point or whether that’ll be too restrictive and I just need to bite the bullet and build my own theme. I’d be on the hook for updates (sucks), but it sounds like it may save some pain. My limited understanding of actions/filters is that I should be able to build almost anything from a good theme framework using functions.php and style.css, etc., but not sure if that’s true or whether it’s worth pain of learning that way of developing instead of just tearing apart templates.

I’m sure, by the time I’m done there’ll be dozens of modular BP themes/frameworks to choose from. That’s what happened after I slaved over the site in 2002. Who knew WP was there with plugins for most of the stuff I hardcoded myself.

#54595
Jeff Sayre
Participant

I assume you mean the plugin Group Forum Subscripton for BuddyPress found here:

https://wordpress.org/extend/plugins/group-forum-subscription-for-buddypress/

You need to contact the plugin developer and provide them with the details about your issue.

I’m moving this thread to the proper forum, “Third Party Components & Plugins”.

#54589
Jeff Sayre
Participant

Most of the sites that you mention required many weeks to months of hard design and custom coding work. You need the proper design, CSS, and PHP skills to tackle this on your own. Or, you need to hire out an expert WordPress/BuddyPress developer like GigaOM Pro did–or even a team of developers.

#54588
copgarden
Participant

Yep, I go to the main blog via Users menu (not site admin>users) and input the username and email address, select skip confirmation email, send. I get all of the notifications welcome pack sends out EXCEPT the email with username & randomly generated password that should replace that activation email shown above. (I’m thinking this is a wordpress email? Not sure.)

The weird thing is when I do the same process from a sub-blog everything behaves the same except I DO get the email with the username & randomly generated password in addition.

In case it helps here’s what happens over 3 tests from each main & sub blog dashboards:

MAIN BLOG DASHBOARD:

1. Broken activation email – came first all 3 times

2. Then these 3 come, random order each time:

Welcome pack welcome email

Welcome pack friend invite email notification

Welcome pack group invite email notification

SUB BLOG NEW USER:

1. Broken activation email

2. Then these 4 come, random order each time:

Account is setup email with username and randomly generated password

Welcome pack welcome email

Welcome pack friend invite email notification

Welcome pack group invite email notification

#54586
Jeff Sayre
Participant
#54585
designodyssey
Participant

Using google, beginning to answer my own question.

http://vocecommunications.com/blog/2009/07/expanding-wordpress-with-buddypress-the-tasty-kitchen/

Now I’m wondering if I’m biting off more than I can chew. Anyone else taking on something this aggressive?

#54582
Jeff Sayre
Participant

What happens when you disable FeedWordPress?

If the errors go away, then there is an incompatibility issue with that plugin and the current version of BP and/or version 2.8.4 of WPMU. Contact the plugin developer, provide them with the details about your issue, and ask when the plugin will support BP 1.1.1 and WPMU 2.8.4.

Looking at the listing for FeedWordPress ( https://wordpress.org/extend/plugins/feedwordpress/ ), it does not mention that it is even compatible at all with BP. It also indicates that it is only compatible up to version 2.8.1 of WP.

Viewing 25 results - 20,601 through 20,625 (of 22,602 total)
Skip to toolbar