Search Results for 'wordpress'
-
AuthorSearch Results
-
January 9, 2014 at 12:51 am #176635
In reply to: Excluding Roles from the Member's Directory.
somethingelse
Participantexcluding specific ids isn’t necessarily helpful if you have a regularly changing membership…
FWIW – i am not a programmer… i am good at patching together workarounds tho 🙂
somewhere along the way i found this approach to ONLY displaying my level3 members:<?php while ( bp_members() ) : bp_the_member(); ?> <?php $wp_user = new WP_User( bp_get_member_user_id() ); if( $wp_user->roles[0] == 's2member_level3' ): ?>which seems to do the trick – this is in members-loop.php
at the top of that file i have
<?php if ( bp_has_members( 'type=alphabetical' ) ) : ?>it used to be bp_ajax_querystring() which seemed to continually thwart my efforts.
Now it nicely displays my teachers in alpha order with no headache… granted, it’s by first name, which i will eventually figure out how to fix.
Obviously i’m using s2member with buddypress, but i tried it using basic wordpress roles and it worked as well.
so far so good, at least…
January 8, 2014 at 6:47 pm #176607In reply to: Best Captcha & Spam Protection for BUDDYPRESS?
meg@info
ParticipantHi @wpdragon,
I think BuddyPress Security Check plugin is the best.
https://wordpress.org/plugins/bp-security-check/January 8, 2014 at 5:34 am #176573In reply to: Newbie to BP
Ben Hansen
Participantyes but using the terminology you already have, you are really talking about WordPress roles more then Buddypress roles (which actually don’t really exist) some of the functionality you are looking for would probably require something like s2 member to be fully automated the way you describe.
January 8, 2014 at 3:37 am #176568In reply to: nav menu issue
julianprice
ParticipantI would try upgrading to to wordpress 3.8. I am not developer though just a thought.
January 8, 2014 at 2:49 am #176565In reply to: Make BuddyPress | bbpress like Make.WordPress.org
julianprice
Participant@hugo was not attention to discredit anyone. Just an effort from someone attempting to contribute to the buddypress project because I know only few that contribute (via 🙂 stalking or following); which is only a handful: @boonebgorges , @jamesjjacoby, tammie leister, ray, @modernlooper, @sarah . That’s just the dew I know off the top of my head.
I am not developer & barely knew hmtl/CSS a few months ago, I am just learning functions, fields, &php which is completely out of my realm. I only attempting to contribute by noticing this miss lap/division of the WordPress community as a whole, that could be learned nor have to recreate the wheel by learning to utilize the bb’s potential.
What made me think of posting this in the first place was a review of make.wordpress.org and watching the discussions on the metaphoris project enhancing the metafields/metadata in wordpress.
That’s when I thought my buddypress already has included the ability for profile fields with text, select, radio, Multi select elements….why not look at what buddypress has done!
I purely believe that presence on the make.wordpress.org can increase awareness in the general wordpress user exposure but more importantly the wordpress developer involvement as a whole.
At this point, is the only way i feel I can contribute with out technical experience is via feedback & observation of what seems disconnect in community awareness of buddypress.
Sorry to go on a rampage but noticed also that bbpress has some documentiion on how to style.
My only purpose is to insure inclusiveness and encouragement of wordpress community as one.
Thanks. I am happy to help in anyway to contribute; if it testing a local version or so what…you just will have to tell how…LOL. I will certainly try.
Sorry to go on rampage
January 7, 2014 at 8:23 pm #176553John James Jacoby
KeymasterNeat. You should submit it to the WordPress.org Showcase!
January 7, 2014 at 7:12 pm #176540In reply to: bp_get_the_thread_recipients() math is wrong
Henry Wright
Moderator@colabsadmin agreed!
You could raise a Trac ticket for this?
https://buddypress.trac.wordpress.org
Alternatively you could create your own version on
bp_get_the_thread_recipients()– which is what I did.January 7, 2014 at 5:12 pm #176532In reply to: bp-default parent theme missing
jlambert1954
ParticipantI submitted the original post on this issue. I did what was suggested above by mdpane to add a “bp-custom.php” in your plugins folder which will force WP to load it.
For the first time, I can see the connect theme in my WordPress dashboard but when I activated it, on my home page I have a blank screen with a few text links on the left. So this did not fix the problem.
I am not as techie as most of you so I just wanted to purchase a ready made template to use that I thought would be easy to install. Now I have a big problem and less money. It would seem that if a host provider connects to other providers for people like myself to install in “one click” themes from third parties, all of these technical solutions would work together.
I don’t really know what to do now. I have contacted tech support here, MOJO, Bluehost, and the theme author WeSmashedIt and no one has a workable solution.
January 6, 2014 at 7:35 pm #176492In reply to: What's the best way to start fresh?
Ben Hansen
Participanti think he platform itself will be fine but you should be aware that user levels only apply to wordpress and bbpress. buddypress itself doesn’t really use them so your moderators will be able to have extended authority in your forums but they will have no special powers over groups themselves (they will be able to moderate any group forums that are created however) only full wp admins can moderate groups (although you can assign a member to be a group admin manually as admin).
January 6, 2014 at 5:34 pm #176488chibichiii
ParticipantI’m also looking for a similar solution to this, it’s just so unlogical to have such a fine working BuddyBar “My Accounts” but in such a place where it simply gets burried.
I am using mostly widgets together with the main navigation. And I would so desperately just want to add THAT menu, into my own excisting menu’s if I only knew how. Or add it to a widget I would settle for that as well. It’s too bad this isn’t a standard function from Buddypress cause I really don’t like letting people into my wordpress backend. So I would prefer to disable the Admin bar for my members. But now I can’t because then they don’t have a menu.
I also tested the new Buddypress componants in wordpress custom menu’s this is a good step in the right direction. But you don’t have links like to someone’s forum topics, favorites, subscribed etc. Like you have in the buddybar. Or going to the Change avatar link, just too many goodies to miss to leave out the admin bar now.
Can someone help out here?January 5, 2014 at 1:46 pm #176447In reply to: Optimize by removing blank lines and comments?
Boone Gorges
KeymasterI agree with what the folks above have said. You could probably shave a few milliseconds off of the time it takes for the PHP interpreter to compile BP into bitcode. If you’re serving billions of pageviews, this might be worthwhile. But generally, there are far more effective ways to increase performance. @henrywright-1 makes some good suggestions. Look first at the items that are being delivered to the user: images, javascript, etc. Then, look at ways to speed up the loading of WordPress by getting rid of unneeded plugins, etc (that actually *do* take appreciable time to load).
Good luck!
January 5, 2014 at 11:26 am #176444In reply to: is_page() does not work on BP pages
juggledad
ParticipantJust for reference, I opened an issue for this: https://buddypress.trac.wordpress.org/ticket/5307
January 4, 2014 at 8:16 pm #176422In reply to: Make BuddyPress | bbpress like Make.WordPress.org
Hugo Ashmore
Participanti think it is interesting in what buddypress/bbpress is suppose to be about community engagement which seems to be quit the opposite.
I think that’s a little unfair, @mercime and I have gone to great lengths with the codex effort to make things as inclusive as possible with posts, tweets, polls, and requests in general for feedback from the community at large.
It’s worth keeping an eye on BP blog posts & bpdevel.wordpress.com to keep abreast of what’s happening.
One thing – perhaps to what Boone refers – that would help and that has been discussed and is favoured by some is to try and vring the three major aspects of BP under one domain proper so themeing, Documentation, and core dev exist as subdomains of buddypress.org and as such have their own homes for news and updates.
January 4, 2014 at 7:48 pm #176415sylviaivie
Participantthanks for replying Hugo: I’ve tried a lot of things including basic trouble shooting steps.
I think part of my problem is the “members” directory buddy press uses. I originally had/have a subdomain “members” with a wordpress on it. I have since manually removed the word press… but the members page remains blank…. SO….
I got tired of going blind and made a subdomain named Demo: loaded a new instance of WP and a new instance of BP. Now the members page shows all members button and a search all members. So I’m about to strip the entire thing and start from scratch… my members might be a bit freaked but oh well.
January 4, 2014 at 7:39 pm #176413In reply to: blank registration (different)?
Boone Gorges
KeymasterAnother brief thought: You say that the Register component is linked at Dashboard > Settings > BuddyPress > Pages. But make sure that the linked WordPress page has its status set to Publish.
January 4, 2014 at 7:31 pm #176409In reply to: author icon and post width
Boone Gorges
KeymasterIf you’re talking about the author icon on a *blog* post page, then it probably doesn’t have anything to do with BuddyPress – that’s handled by your WordPress theme. In any case, it’s likely that you’ll have to change it in a template file, or at least use CSS.
What theme are you using?
January 4, 2014 at 7:30 pm #176408Boone Gorges
KeymasterYou should be able to convert your existing WordPress site to Multisite. Here’s the page from the WP codex: https://codex.wordpress.org/Create_A_Network
January 4, 2014 at 3:19 pm #176403MultipleGnat
ParticipantRight I got two test sites up and running and it seems to work, the only thing is, is that my real sites will take a good few days for me to be able to get everything up and running on a wordpress MU network and for me to completely get this sorted in this way.
I am wondering if there is any quicker ways then this?
If not then I am going to have to re-install my sites and get everything back up and running, which will be an pain.
Cheers, Liam
January 4, 2014 at 5:50 am #176392In reply to: Make BuddyPress | bbpress like Make.WordPress.org
julianprice
ParticipantThanks for sharing @modernlooper — I will check it out on how to contribute.
I think there could be room made at Make.Wordpress.org to encourage BuddyPress Community Engagement & Exposure because I see discussion merely on metadata group or other adhoc groups.January 4, 2014 at 5:46 am #176391In reply to: bp-default parent theme missing
blastblast
ParticipantPretty gutted by this decision to not support bp-default as it seems to support bbpress and for my site personally, like the emphasis on forums, members activity stream.
https://wordpress.org/themes/tags/buddypress
Looking through the handful of buddypress/bbpress focused theme, there doesnt seem to be one thats quite barebones-functional like the Bp-default. Blog-post on the left-center and members/log-in widgets on the right.Does buddypress have any plans to release a new “bp-default”?
thanks
January 4, 2014 at 5:07 am #176387In reply to: bp-default parent theme missing
blastblast
Participanthi all
@mdpane The BP-Default theme is critical to my site. I am running wordpress and bbpress along with buddypress 1.9A couple questions:
1- Does this mean if I update to buddypress 1.9.1, my bp-default theme will disappear?
2- Regarding the solution you posted, of adding the code, what exactly does that do? Does it activate the BP-Default theme should you install BP 1.9 or latter?
3- Will/Is my current installed BP-Default theme in risk of not working in the future?
Thanks
January 4, 2014 at 5:02 am #176386In reply to: Make BuddyPress | bbpress like Make.WordPress.org
modemlooper
ModeratorThere are not enough contributors to BuddyPress to do something as extensive as the make.wordpress
Here is the current options to get involved https://codex.buddypress.org/participate-and-contribute/
January 4, 2014 at 4:51 am #176384aces
ParticipantYou can actually map multiple domains to one wordpress mu site with https://wordpress.org/plugins/wordpress-mu-domain-mapping/ … not sure if that helps…
January 3, 2014 at 11:36 pm #176374In reply to: Notifications tab still break site
Matt McFarland
Participant“parent theme?” Can you try wordpress twentytwelve or bp default?
January 3, 2014 at 9:07 pm #176363In reply to: Can’t get Buddypress to register a single user
Tully5150
Participant@johnjamesjacoby – thanks for your reply.
Mate, I have no other Plugins active only Buddypress and am using theme twenty fourteen. I have re-installed wordpress, buddypress (twice now) – enabled the ‘anyone can register’ in the settings. I’m just dumbfounded.
It must be something ridiculously obvious that I’m missing – or something to do with my local development environment with MAMP. But hey, I’m guessing.
-
AuthorSearch Results