Search Results for 'buddypress'
-
AuthorSearch Results
-
July 24, 2012 at 10:17 am #137894
Paul Wong-Gibbs
KeymasterDon’t know. There’s nothing magic hidden on the forums setting page.
July 24, 2012 at 10:02 am #137888In reply to: BuddyPress 1.6 RC1
Paul Wong-Gibbs
KeymasterWe don’t know until we decide to release it. We do know there will be a 2nd RC today or tomorrow.
July 24, 2012 at 9:20 am #137887In reply to: link to profile tabs
Roger Coathup
ParticipantThe correct way to do is using the function:
bp_loggedin_user_domain()
See, these other recent threads: https://buddypress.org/community/groups/creating-extending/forum/topic/link-to-profile-messages-friends-and-settings/
July 24, 2012 at 9:19 am #137886In reply to: BuddyPress 1.6 RC1
Asynaptic
Participantquick question, what is the arrival date of 1.6 final?
thx
July 24, 2012 at 6:21 am #137864In reply to: Activity Link Redirecting to Home Page
Paul Wong-Gibbs
Keymaster13. Please provide a list of any errors in your server’s log files. Please advise how I do this.
Your web host can help you with this.
Your BP site is (obv.) running on a site in your multisite network. This won’t have site ID = 1 in your network (http://lifestyleelements.com.au will be site ID = 1).
Did you set BP_ROOT_BLOG in your config file (just like Pali Baacsi’s done)? If not, can you try this please? https://codex.buddypress.org/extending-buddypress/changing-internal-configuration-settings/
After you’ve put that in, you may need to re-assign the pages components in the BP settings.
July 24, 2012 at 2:22 am #137879In reply to: Moving Buddypress
The API Guys
ParticipantThe original post has my htaccess and wp-config, which shows that I have the BP_Root specified. I’ve editing all of the links in the Activity table. Pages have been done, but still issue persists, with no changes.
July 24, 2012 at 2:02 am #137876Toby Cryns (@themightymo)
ParticipantBuddyPress uses loops like regular WordPress, so you need to update your theme or functions.php to give you this functionality.
I know this isn’t a solution, but hopefully it gets you going down the right path.
July 24, 2012 at 1:57 am #137875Toby Cryns (@themightymo)
ParticipantFYI, I am using WP 3.4.1 with BP 1.5.6.
July 24, 2012 at 1:17 am #137874In reply to: Activity Link Redirecting to Home Page
shanebp
Moderator@abbie2636 –
You should Not post, here or anywhere, the password, user name, database, salts or keys from your wp-config file – so unless you swapped out those values before pasting them here – edit that post !A .htaccess file starts with a period – often those files are hidden.
On Windows, you can see hidden files by adjusting ‘folder options’.
There shouldn’t be anything sensitive in the htaccess file, so you can post it here.Use http://pastebin.com/ to share your error-log, if you like.
July 24, 2012 at 12:46 am #137872modemlooper
ModeratorSite looks normal to me. Browser glitch? Try another browser and report back
July 23, 2012 at 10:49 pm #137861kraigg
ParticipantCan anyone help me?
I’m trying to filter the activity stream so that it only displays ‘published’ forum topics and replies.
I’m using bbPressModeration, which marks all forum topics and posts as ‘pending’, until the administrator approves and publishes the content. The problem is that pending content still appears in the activity stream.
I’m using the code below for my custom activity stream.
`
<?php/* = Generate Custom Activity Stream
* Place this function anywhere you want to show your custom stream.
* Should accept any of these parameters:
* https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-activity-stream-loop/
*/my_activity_stream(‘per_page=4&page=1&action=new_forum_post,new_blog_comment,new_blog_post,new_forum_topic’);
/* = Custom Activity Stream
* Place this function in bp-custom.php (in your plugins directory)
*/
function my_activity_stream($args ) {if ( bp_has_activities($args) ) : ?>
<li class="” id=”activity-“>
<a href="”><?php endif;
wp_reset_query();
}
`July 23, 2012 at 10:47 pm #137868edinchez
Participant@aces thank you so much, I had no idea Notepad++ had that feature. That fix only fixed the name field being filled though. I have Date of Birth and Country fields as well, any ideas on how to fix them? The DoB field is a date selection field, and the Country field is a drop-down list.
July 23, 2012 at 8:59 pm #137855In reply to: JavaScript in WordPress Admin doesn’t work
Roger Coathup
ParticipantThat sort of problem is typically caused by a plugin clash.
Have you definitely tried with all plugins (except BuddyPress) removed, and using the bp-default theme, and nothing being loaded in your bp-custom.php file?
Try clearing all your browser caches as well, and restarting the browser. Also do you have the problem in other browsers (Firefox, Chrome, etc.)?
July 23, 2012 at 8:52 pm #137854Roger Coathup
ParticipantDoes Constant Contact claim to be BuddyPress compatible / integrate with BuddyPress registration?
It’s not something I’ve seen them advertise — are you integrating it using a plugin that claims to support it? If so, you would be best as Hugo advises, to ask on the plugin forum.
July 23, 2012 at 8:04 pm #137851In reply to: Profile Fields deleting on profile saving
Paul Wong-Gibbs
KeymasterBuddyPress comes with a default “Name” field in the Extended Profile components. Are you using the Extended Profile component; have you renamed the default Name field, and what are you using that field for?
July 23, 2012 at 8:01 pm #137850In reply to: Moving Buddypress
Paul Wong-Gibbs
KeymasterNot heard of many people trying to move it. Hopefully we can figure out a few things and document it on codex.BuddyPress.org for the future.
1) If you haven’t already, you’ll need to set BP_ROOT_BLOG in your wp-config.php (see https://codex.buddypress.org/extending-buddypress/changing-internal-configuration-settings/).
2) All and any links inside activity stream items are hardcoded, so you would need to adjust by editing the appropriate records in the wp_bp_activity table in the database.
3) You’ll need to go to the site which you’ll be using as the main BuddyPress site, and create new Pages in the WordPress admin. Afterwards, also in the WordPress admin area, go to the BuddyPress > Pages screen, and pick your newly created pages from the dropdown boxes alongside the list of components which you have active.
You may already have done this, but this is what I think of first.
July 23, 2012 at 7:48 pm #137848apellicone
ParticipantI tried to find the corresponding file in Frisco’s directory without luck. I might also post a support topic on the theme’s site.
July 23, 2012 at 7:21 pm #137845Hugo Ashmore
ParticipantWhat has been a problem, in what manner other than not appearing, has anyone furnished any clues as to what’s wrong? You’ll need to supply a little detail for any meaningful response, although this may be a question better asked on what ever support this plugin provides?
July 23, 2012 at 7:16 pm #137844Hugo Ashmore
ParticipantHas Frisco overloaded that file? are you in fact editing the correct copy?
July 23, 2012 at 7:12 pm #137843In reply to: Paid membership and subscription plugins
Restless Web
MemberJust quickly commenting to stay up to date on this thread. I’m also interested in having paid and free memberships to BuddyPress.
Has everyone been using s2Member?
July 23, 2012 at 7:01 pm #137842@mercime
Participant@ade9ja BuddyPress may be installed in your site, but it’s not activated at all (per source view), Also, not quite sure how you’re going to make a subdomain out of trends.com.ng/community … or you probably meant community.trends.com
July 23, 2012 at 6:31 pm #137840In reply to: How did you do the plugin pages/groups…?
modemlooper
ModeratorThe info on plugins here is being served by WordPress.org. Check out the plugin BuddyPress skeleton component to learn how to create your own plugins
July 23, 2012 at 4:33 pm #137839TheBeardedOne
MemberIt was on a 1.5.5 install.
July 23, 2012 at 4:01 pm #137838Hot Cars Hot Curves
ParticipantSorry for getting back to you so late. Because of other obligations, I was only able to get back to this project this weekend.
Your instructions were great! Thank you. I took my time and read through everything to make sure I understood it properly. My BuddyPress profile, activity, messages, etc., are all lining up correctly.
Registration isn’t appearing, though. In my BuddyPress Pages setup area, whatever I designate for “Register” simply takes me to my home page. I followed your directions closely…specifically for the “registration/register.php.
I was confused about these instructions. “Then, in each of 16 files, you’d like to change the BP Templates’ page title’s header tag from
…
or
..
to
// Titles Of Respective BP Page Templates //
, just watch out when you do this in the /activity/index.php page.” Does this have anything to do with my Registration problem?
Eddie
July 23, 2012 at 3:29 pm #137836In reply to: BuddyPress 1.6 RC1
modemlooper
ModeratorOh, didn’t know you could use format=
-
AuthorSearch Results