Search Results for 'wordpress'
-
AuthorSearch Results
-
January 22, 2013 at 12:06 am #151385
In reply to: BuddyPress Private Community
modemlooper
Moderator- Any private WordPress plugin should work with bp. https://wordpress.org/extend/plugins/members/
- You can use a maintenance mode plugin but use it as a private site plugin.
- I have a paid plugin that includes privacy settings BuddySuite
January 21, 2013 at 9:58 pm #151373In reply to: Should ALL BP plugins be network activated?
danbpfr
ParticipantHi disapointed,
Recent plugins are all network activable.
First of all, plugins have nothing to do with buddypress, which is itself a plugin.
on a single WP install, you “activate” plugins.
on a network install, you “activate site wide”.
By default, WP is a single install. And “network” is a WP parameter. You can install buddypress on a single WP.Each plugin you install on the main blog is also installed to be used on the network blogs.
To give them these oportunity, you have to check the “plugins” checkbox on the network settings page
your_site/network/settings.php
If checked each blog admin can choose which plugin he want to use on his blog.Difference between a WP plugin and a BP plugin ?
Technically, none. They work and use exactly the same principle: html, php, header infos, hooks, actions and filters.But….
The header of a BP plugin contains a tag: buddypress
This is a crucial information for WP who knows then that the plugin should works only with BP installed.If this tag is missing, the plugin is intended to work with WP (and maybe in some case with BP)
Another difference exist in the action, hooks and filters names, even if this is purely coding stuff and depends on programming quality and knowledge.And that’s all !
Already disapointed ?https://codex.wordpress.org/Writing_a_Plugin
https://codex.buddypress.org/developer/plugin-development/creating-a-plugin/
About WP plugins
https://wordpress.org/extend/plugins/about/January 21, 2013 at 9:48 pm #151372Mathieu Viet
Moderatorthanks @chouf1,
just upgraded the plugin in repo : https://wordpress.org/extend/plugins/buddy-bbpress-support-topic/
once the change set applied, you’ll be able to use this :
`add_filter(‘bp_bbp_st_print_support_type’, ‘dan_style_support_topic’, 10, 2);function dan_style_support_topic( $topic_status, $support_status ) {
if( $support_status == 2 ) {
return ‘‘ . $topic_status .’‘;
} else if( $support_status == 1 ) {
return ‘‘ . $topic_status .’‘;
} else {
return $topic_status;
}}`
January 21, 2013 at 9:46 pm #151371In reply to: @mention in wordpress post comment
myladeybugg
Participant@intimez Definitely a disappointment. Do you know of any plugins to accomplish this? I was unable to find any.
Or is anyone interested in a making a plugin for this?
January 21, 2013 at 9:20 pm #151365In reply to: Where can I get the Maximus theme?
danbpfr
Participantwhich one you want ? 😀
http://themeforest.net/item/maximus-responsive-multipurpose-wordpress-theme/3799626
http://www.themegrade.com/maximus-theme/ *
http://www.mojo-themes.com/item/maximus-wordpress-theme/ *
* probably outdated (2010) and not optimizes for BP 1.6.3January 21, 2013 at 8:52 pm #151360In reply to: @mention in wordpress post comment
intimez
ParticipantDisappointed to find out that this has not happened yet since it connects the blog side with the community so it become seemless.
January 21, 2013 at 4:37 pm #151312In reply to: [Resolved] Register and Activate pages do not show
michi2009
ParticipantJanuary 21, 2013 at 3:00 pm #151303In reply to: [Resolved] Register and Activate pages do not show
lpds
ParticipantGood Morning,
I have the same problem, I just install WordPress and Buddypress, the registration and activate page doesn’t show.
did you find a solution
Thank you
January 21, 2013 at 1:57 pm #151299Aventador
ParticipantHello, I received the solution from houseofstrauss: https://wordpress.org/support/topic/get-the-user-id-for-pm-plugin?replies=2
Thanx @houseofstrauss
Is it also possible to integrate in buddypress the member header? The link work, but he does not detect the user from buddypress, the user I want to mail.
And is it possible in the same window e.g. in Thickbox to open Colorbox or Lightbox?
this link is:
a href=”the_messaging_page/?pmaction=newmessage&to=<?php the_author_ID(); PM me
the_author_ID is not correctly for Buddypress.
Thanx Greetings R.
January 21, 2013 at 1:10 pm #151293danbpfr
ParticipantFor those who want to add css to the [support] on group forums (not site wide forum), please read here and follow the changeset to get the solution. Can be used from BP 1.5.x
https://buddypress.trac.wordpress.org/ticket/4770January 21, 2013 at 11:21 am #151282In reply to: codex plugin ?
Paul Wong-Gibbs
KeymasterIt’s simply a WordPress blog, and every user has Editor access.
January 21, 2013 at 9:45 am #151275danbpfr
Participantdon’t double post please. I answered you here:
January 21, 2013 at 9:24 am #151272In reply to: @mention in wordpress post comment
myladeybugg
Participant@djpaul Do you know if there is any more news on this? Looks like the tracker was reopened about a year ago. It would be great to add notifications for @mentions in blog posts as well.
January 21, 2013 at 8:49 am #151265In 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 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 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 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 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:47 pm #151229In reply to: [Resolved] Activity template – sidebar disappears?
danbpfr
ParticipantIf you have no widgets in the sidebar, it can’t show up !
If you changed your recently widgetized template to your own, you prabably need to reactivate all your widget. This is a common wordpress user situation, something between keyboard and chair.
It arrived to me also in the past. 😀
You have also to respect the bp-default theme hierarchy. Folder, files must be exactly at the same order and the same name in the child theme. You use a child theme at least ?
January 20, 2013 at 6:41 pm #151227In reply to: [Resolved] Administration layout disappeared
danbpfr
ParticipantIt’s a mars-venus virus attack, very malicious and incredibly fresh bloodthirsty specially developped to attack YOUR site 👿
You’re now fatally infected and already banned for health reasons from all forums on earth and his near neibourghood.

Perhaps you simply forgot to save your admin layout changes ?
It’s a wordpress question. I’m affraid you’re at the wrong place here. 😀January 20, 2013 at 6:37 am #151198In reply to: Adding custom profile fields to Member Profile
modemlooper
ModeratorIn the WordPress Admin under the Users you will see a link called prifile fields. This is where you create fields.
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.
January 20, 2013 at 1:13 am #151172In reply to: Embedding images via url/link
danbpfr
Participanthttps://codex.buddypress.org/developer/customizing/embeds/
To expand the whitelist, you can do it. Read here how:
https://codex.wordpress.org/Function_Reference/wp_oembed_add_provider -
AuthorSearch Results