Search Results for 'buddypress'
-
AuthorSearch Results
-
January 21, 2013 at 8:49 am #151265
In reply to: plugin to manually activate members WP 3.5!
danbpfr
Participanthi @mindyjoy,
@boonebgorges did a nice plugin a few time back who exactly does what you ask for.
Unconfirmed ! https://wordpress.org/extend/plugins/unconfirmed/i use it to remove automatic spammers from my db but you can also resend activation e-mails or do it mnually (need a trusted relation to e-mail address and.or username i guess).
January 21, 2013 at 6:04 am #151263In reply to: [Resolved] Forum Redirects to Home
raghavendra satish peri
Participant@mercime Thanks for that help…i figured out that i need to use a short code to get my forum page to display properly in front end…group forums are working properly and changing the slug to discussions ccorrected all the errors.
January 21, 2013 at 1:53 am #151262ajim808
ParticipantI also noticed the pages are on the website but I’m not able to see it on the back end
January 20, 2013 at 11:11 pm #151254In reply to: Limit # of items in the Activity Stream Loop?
danbpfr
Participant`probably
``if` `( bp_has_activities( ``'max=10'``) ) :`per_page is to paginate the SWA
max is to limit the # of itemshttps://codex.buddypress.org/developer/developer-docs/loops-reference/the-activity-stream-loop/
January 20, 2013 at 10:52 pm #151252In reply to: Group Mods can't access group admin
@mercime
ParticipantJanuary 20, 2013 at 10:28 pm #151250danbpfr
Participanthi @diondeville,
it’s a bit old but perhaps he’s still working. Give a try to:
http://etivite.com/wordpress-plugins/buddypress-block-activity-stream-types/
January 20, 2013 at 10:19 pm #151248danbpfr
Participanthi @ronaldvogel,
this plugin will add a birthdate to BP profiles
https://wordpress.org/extend/plugins/buddypress-xprofile-custom-fields-type/
To make a widget for your need, read the Codex and also here:
http://bp-tricks.com/snippets/displaying-certain-profile-fields-on-your-members-profile-page/January 20, 2013 at 8:33 pm #151242Patryk
ParticipantI managed to add style to the default BuddyPress theme 🙂
Now I have only the width I need to setJanuary 20, 2013 at 7:52 pm #151238In reply to: Group Mods can't access group admin
NickMackz
ParticipantThis is still a problem in Buddypress 1.6.3. It makes having Mods pointless as they are cannot edit the group details or manage membership requests.
January 20, 2013 at 7:42 pm #151236In reply to: Post Date/Time feedback loop (activity/p/1/)
sonic1243
Participantlol no, I made it bold for the purpose of this thread!
I’m making my own themes from scratch, I’m an experienced html/css coder.
But for the purpose of bug fixing I have a test site running the default BuddyPress theme.Though actually I think its my error to post this, it seams to be directly connected to a problem with BuddyPress Default Data (see my unanswered support request here) .. this loop only occurs when there is a connection to one of those broken inputs. Apologies for that… Assuming I’m right then this topic is resolved, tho my problem is not. Thank you.
January 20, 2013 at 7:22 pm #151235In reply to: Add list of Group Forums in Group Forum template
Roman
ParticipantHi @chouf1,
Certainly it isn’t default behaviour.
But If the basis Group Forums is bbpress it can be done.
The more so in the database the name of forums are recorded.
Maybe someone could suggest a code which could have list forums?January 20, 2013 at 6:55 pm #151232In reply to: polls plugin/widget
Mike Stott
ParticipantThere’s this plugin which links users profiles to the poll options
It’s pretty cool and only $6 + $12 (for the Easy Polling “core” plugin).
See https://buddypress.org/support/topic/voting-polls-plugin-for-buddypress-groups-request/#post-151230
January 20, 2013 at 6:52 pm #151231In reply to: Voting/Polling functionality
Mike Stott
ParticipantThere’s also this plugin which I’ve developed, it’s pretty cool
Check it out 🙂 thoughts more than welcome
See https://buddypress.org/support/topic/voting-polls-plugin-for-buddypress-groups-request/#post-151230
January 20, 2013 at 6:50 pm #151230In reply to: Voting / Polls Plugin for Buddypress Groups Request
Mike Stott
ParticipantHere’s an alternative that makes the polling more social
It’s one I’ve developed after someone requested it on top of my Facebook polling plugin
http://epicplugins.com/epicplugingallery/wordpress-social-polling-plugin/
[ Please do not put more than one link to your paid plugin, otherwise all will be deleted as spam ~~~ Mercime ]
January 20, 2013 at 6:29 pm #151225In reply to: Polling plugin for buddypress ?
Mike Stott
ParticipantYeah 🙂 a bargain at 10x the price I say (I might be biased though)
January 20, 2013 at 6:18 pm #151222In reply to: [Resolved] Activity template – sidebar disappears?
danbpfr
Participanthi @sonic1243,
you have to add get_sidebar in to your custom activity template.
See in one of the bp-default files how it looks alike. (archives.php for example)
January 20, 2013 at 6:08 pm #151221In reply to: Add list of Group Forums in Group Forum template
danbpfr
Participanthi @lrv,
Now at the Group Forum page listed only topics from all Groups
for sure it’s default behaviour !
But below each topic title, aside author’s name, you have also the group forum name.
And if this is not enought, you also have the built-in Group widget who list all the existing public groups. And if they have forums, it’s also (indirectly) a forum list. And this widget is showing on all pages not only on the group forum template.January 20, 2013 at 4:30 pm #151216In reply to: Embedding images via url/link
cambridge15
ParticipantJanuary 20, 2013 at 2:50 pm #151211In reply to: Downloading all site member profile info?
jakewho
ParticipantWhat I was really hoping is that there is a plug-in available, which would allow me to better manage my BuddyPress users. For example, I would like to be able to view and sort on all of the fields in my registration form, including the custom fields that I have added to the form. In addition, it would be nice if the plug-in allowed me to download the information to CSV or some other easily usable format.
sounds like no one has created such a plug-in as of yet…
January 20, 2013 at 2:23 pm #151208In reply to: Downloading all site member profile info?
danbpfr
Participanthi @jakewho,
if your goal is to collect serialized informations about your members, you have to create your own data mining solution i guess. 😉
profile informations are stored in 4 different tables: wp _bp_xprofile_data, fields, group, meta
So if you are confortable with msql queries and php, you can recreate your own custom BP Profile Component.
If no one answered to you, it’s probably because nobody want to reinvent the whell.
January 20, 2013 at 8:25 am #151200In reply to: Members Rating & Booking
spoonjab
Participant@mercime Thanks for the mention! Just wanted to drop a note in here that the BP-WP Profile Reviews plugin you mentioned has been updated. Many issues were handled in this release. I do keep an eye on the forums and a great way to get a hold of me is email. Thanks again!
January 20, 2013 at 5:02 am #151193In reply to: Re-enabled group forum
mt78
ParticipantOK, I’m sure that BuddyPress has a big issue! When you have a group and allowed the group forum, so everything runs well, until the group forums to disable and then enable it.
Appears this error (see below) and group forum topic “falls” into the sitewide forum as private. When clicked on it, takes you back to a group forum topic with the same error!! BuddyPress is mad and my project is stopped and I’m screwed. I am sorry, I have a lot of work the last few days, and all work is useless.
Warning: substr() expects parameter 1 to be string, array given in /data/www/www_cyklodenik_cz/cyklodenik_cz/wp-content/plugins/buddypress/bp-forums/bbpress/bb-includes/class.bb-query.php on line 776 Warning: strpos() expects parameter 1 to be string, array given in /data/www/www_cyklodenik_cz/cyklodenik_cz/wp-content/plugins/buddypress/bp-forums/bbpress/bb-includes/class.bb-query.php on line 783 Warning: explode() expects parameter 2 to be string, array given in /data/www/www_cyklodenik_cz/cyklodenik_cz/wp-content/plugins/buddypress/bp-forums/bbpress/bb-includes/class.bb-query.php on line 789 Warning: Invalid argument supplied for foreach() in /data/www/www_cyklodenik_cz/cyklodenik_cz/wp-content/plugins/buddypress/bp-forums/bbpress/bb-includes/class.bb-query.php on line 789 Warning: substr() expects parameter 1 to be string, array given in /data/www/www_cyklodenik_cz/cyklodenik_cz/wp-content/plugins/buddypress/bp-forums/bbpress/bb-includes/class.bb-query.php on line 776 Warning: strpos() expects parameter 1 to be string, array given in /data/www/www_cyklodenik_cz/cyklodenik_cz/wp-content/plugins/buddypress/bp-forums/bbpress/bb-includes/class.bb-query.php on line 783 Warning: explode() expects parameter 2 to be string, array given in /data/www/www_cyklodenik_cz/cyklodenik_cz/wp-content/plugins/buddypress/bp-forums/bbpress/bb-includes/class.bb-query.php on line 789 Warning: Invalid argument supplied for foreach() in /data/www/www_cyklodenik_cz/cyklodenik_cz/wp-content/plugins/buddypress/bp-forums/bbpress/bb-includes/class.bb-query.php on line 789
January 20, 2013 at 4:51 am #151192myladeybugg
ParticipantLooking to do something similar, but I’m using the buddypress follow me plugin. I would like to display the “follow” button on my childsite’s sidebar.
January 20, 2013 at 4:07 am #151188In reply to: Moving site wide forum topics to BuddyPress Groups
intimez
ParticipantSo with 1.7, does that mean buddypress will be down to sitewide forums and bbpress plugin instead of three choices?
January 20, 2013 at 4:05 am #151187intimez
ParticipantI believe it allows anyone to browse any group without joining but after their first post, they will auto join the group. Seems to work that way with the latest version for both wordpress + buddypress.
-
AuthorSearch Results