Search Results for 'buddypress'
-
AuthorSearch Results
-
January 22, 2013 at 4:53 pm #151476
In reply to: Segregated X-Profile Fields for Multisite
asdorff
ParticipantI’ve just done as discribed in article but it doesn’t work. Profiles still the same for all the Network…
I’ve created the ‘bp-custom.php’ in ‘\wp-content\plugins\’, added there the code from the article in documentation ‘Segregated X-profile Fields for Multisite’ but nothing happened…
I don’t understand what means Add the following code to a functionality plugin network activated on your multisite install…
January 22, 2013 at 4:37 pm #151474@mercime
Participant@miskostanisic Is this a single WP site or a multisite installation? Are WP/BP installed at domain root e.g. http://example.com/ or in subdirectory?
January 22, 2013 at 4:29 pm #151470@mercime
Participant@remixines I will check it later today and post changes here for set up when sidebar widgets are activated.
January 22, 2013 at 4:26 pm #151469In reply to: Adding a sidebar on Activity posts
@mercime
Participant@jimmygibbs you’d have to copy over the HTML structure from your other BP template files e.g. /members/index.php onto the /members/single/activity/permalink.php file which handles the individual activities.
January 22, 2013 at 4:21 pm #151468In reply to: Buddypress admin page not found
@mercime
ParticipantThank you Chouf1
Paste the code used by developer to “create a menu that was only accessible once the member has logged in. He managed to do that however he only had the activity, members, forum and groups page and no profile or messages , friend requests etc now. ”
January 22, 2013 at 4:18 pm #151467@mercime
ParticipantWhat would it take to make it like this: http://mysite.com/members/joebloggs/
@transmission install WordPress and BP at domain root http://example.com/ so that member’s link would look like http://example.com/members/joeblogg
In the first link you posted, either you installed WP at http://example.com/buddypress so that’s why member’s link are at http://example.com/buddypress/members/joeblogg or you made a custom menu with BuddyPress as main menu and place the Members page under BuddyPress menu
January 22, 2013 at 4:11 pm #151466In reply to: BuddyPress group forum now shows up as bbPress forum
danbpfr
Participantgroup-forums vs. site-forums: both are using “forums”
in the core, BP use the name “forums” for group forums and this is how BP manage his integrated forum part on bbpress 1.2 (from head)
in your bbpress 2.2.3 setting you use the default “forum” in base name. Change this and you will see that your forums will run correctly.
It’s a mistake to think that a simple “s” will make a difference…See here: https://mercime.files.wordpress.com/2012/08/bp16-swforums-03.jpg?w=700
You’re now on BP 1.6.3, not on 1.5… things are changing !January 22, 2013 at 3:58 pm #151464In reply to: Segregated X-Profile Fields for Multisite
January 22, 2013 at 3:54 pm #151463danbpfr
ParticipantWhy do you want add a refesh button ?
January 22, 2013 at 3:52 pm #151462In reply to: Buddypress admin page not found
danbpfr
ParticipantThen I edited the Header.php file, added theses codes to the beginning and ending of the nav div area
If you can’t produce this code it’s difficult to know what kind of errors you made !
Also answer please to questions asked by @mercime….January 22, 2013 at 3:45 pm #151460In reply to: Add new function do group admin panel
shanebp
ModeratorYou need to know php and need to use this:
https://codex.buddypress.org/developer/plugin-development/group-extension-api/January 22, 2013 at 3:38 pm #151457In reply to: How can I remove the […] from my activity pages
fitnessblogger
ParticipantThanks @Chouf1
I will have a look at this later tonight 🙂
January 22, 2013 at 3:35 pm #151456In reply to: How can I remove the […] from my activity pages
danbpfr
Participanthi @fitnessblogger,
use this in wp-content/plugins/ bp-custom.php
(If you haven’t this file you have to create it first)Tested on 1.6.3
`function bpfr_excerpt($text) {
return trim($text,'[…]’);
}
add_filter(‘bp_activity_truncate_entry’, ‘bpfr_excerpt’, 3, 3 );`if you want to replace […] by ‘xxx’ you use this
`function bpfr_excerpt($text) {
return str_replace( ‘[…]’,’xxx’,$text );
}
add_filter(‘bp_activity_truncate_entry’, ‘bpfr_excerpt’, 3, 3 ); `Take care with copy/pasting from here. Quotes must be single quotes at least.
January 22, 2013 at 1:42 pm #151445In reply to: Forum page is redirecting to home page
@mercime
Participant@dcyweb If you click on the Register link while you’re logged in, then the default behavior is a redirect to home page. Log out first.
As for your Forums page, which forum did you activate? Group Forums, Sitewide Forums or both? https://codex.buddypress.org/user/setting-up-a-new-installation/installing-group-and-sitewide-forums/
January 22, 2013 at 1:34 pm #151443In reply to: friend request button not wworking
@mercime
Participant@ajim808 WP/BP versions? Could be that your theme needs to be upgraded or that there’s a plugin conflict, it all depends. What theme/version are you using? Have you contacted theme author?
January 22, 2013 at 1:30 pm #151442Paul Wong-Gibbs
KeymasterWhere’s WordPress installed? mysite.com/buddypress/ ?
January 22, 2013 at 1:28 pm #151440In reply to: Welcome Pack Invalid Post Type
Paul Wong-Gibbs
KeymasterI haven’t looked at Welcome Pack in a few months, nor tested it against the latest versions of WordPress or BuddyPress. Not seen this error before, but it’ll be a while before I investigate; Welcome Pack isn’t a high priority.
January 22, 2013 at 1:27 pm #151439Patryk
Participanthttp://pastebin.com/kapv5mt1 header.php
http://pastebin.com/Fz01WYmh footer.php
http://pastebin.com/sKSf32vD page.php
http://pastebin.com/eF9fMZaK index.php
http://pastebin.com/fRP9wnyS sidebar.phpI tried to do the same, but was not successful ;/
January 22, 2013 at 1:08 pm #151438In reply to: Should ALL BP plugins be network activated?
@mercime
Participant@voopress as posted in the other topic about the same subject, some BP-compatible plugins require sitewide activation and others for only one site. Read the plugin’s documentation.
January 22, 2013 at 12:40 pm #151434In reply to: Some link (category, tag) are not working
ioculus
ParticipantUpdate:
This issue is not connected to BuddyPress. I just checked it on my other website. But still, if someone can give me any advice, I’d be grateful.January 22, 2013 at 11:41 am #151429transmission
ParticipantThanks, but I just tried using
`
define ( ‘BP_ENABLE_ROOT_PROFILES’, true );`
But instead of going to the profile page it just links to the members directory?January 22, 2013 at 10:52 am #151428In reply to: Buddypress admin page not found
Jchamp311
ParticipantOk but the thing I was wondering about was do I which code do I copy and paste into paste bin?
January 22, 2013 at 10:47 am #151427In reply to: Buddypress admin page not found
Jchamp311
ParticipantHahaha… Guess your’e right and I am just being lazy! 🙂
January 22, 2013 at 10:39 am #151425danbpfr
Participant1.2.9 was december 2009
Perhaps this one could give you some inspiration.https://buddypress.org/support/topic/redirect-to-activity-after-login/
January 22, 2013 at 10:24 am #151424In reply to: Buddypress admin page not found
danbpfr
Participantdo you know google ? 😀
-
AuthorSearch Results