Search Results for 'questions'
-
Search Results
-
I’ve got some questions that I can’t find the answer to.
Perhaps you guys can help me out:1) Are the BuddyPress User the same as the WordPress users?
2) If so, what is the user level of a BP member? How should I set it?
3) Where in hell is the BuddyPress registration page and how do I activate it/set it up? I can’t find it and I can’t find any info on where to find it.
4) I want to set the BP login page as the main page and only show the BP site to users that are logged in. Where do I find the BP login page? How do I set it up as the main page for unknown BP users?
Thanks for any help.
Hi,
I’m a newbie, but as I was playing around buddypress I realized that I can go to my friends profile and still see Edit and Change links/buttons!
My questions is why should I have this capability, or better yet, why should there be such links/buttons when you display others profiles!!?
Did I do something to cause this in the setup?Thanks.
Topic: Sign In page issue
In using a new, custom theme geared towards buddypress, I’m wondering why it isn’t “executing” for sign in tab and likely the registration (still testing.)
For the sign in, it goes to a 404. Here’s the code I have for it and it’s the button which isn’t executing. What does it look like i need to link up to for the typical BP sign-in page? Thx.
[one_half] <h1>Members Sign In</h1> Sign in to begin browsing the members areas and interacting with the community. [clear] [one_third] <form class="publicForm" action="[fn function=" method="post"> <div class="fieldContainer"> <label class="formTitle" for="log">Username</label> <input id="log" class="textInput" style="width:150px" name="log" type="text" /> </div> [/one_third] [one_third] <div class="fieldContainer" style="margin-left:27px;margin-top:3px;"> <label class="formTitle" for="pwd">Password</label> <input id="pwd" class="textInput" style="width:150px" name="pwd" type="password" /> </div> [/one_third] [one_third_last] <input type="submit" class="btn black" style="margin-top:17px;margin-left:50px;" value="Sign in"> [/one_third_last] </form> [clear] [/one_half] [one_fourth] [clear] <h4>Member Resources</h4> [bullet_list icon="check" indent="20px"] <ul> <li><a href="#">Getting Started Guide</a></li> <li><a href="#">Author Rules and Regulations</a></li> <li><a href="#">Frequently Asked Questions</a></li> </ul> [/bullet_list] [clear] [/one_fourth] [one_fourth_last] [clear] <h4>Community Tools</h4> [bullet_list icon="plus" indent="20px"] <ul> <li><a href="#">Top Contributors "Wall of Fame"</a></li> <li><a href="#">Awards and Recognitions</a></li> <li><a href="#">Recently Featured Articles</a></li> </ul> [/bullet_list] [clear] [/one_fourth_last]Topic: Group tab questions
I have two questions.
1. I would like to rename the Forum tab in my group.
2. How would I add a extra tab in a group that I can link to a URL? I have multiple groups but I just wanted one of the groups to have a Tab that links elsewhere. Is that possible?
The Theme I am using is KLEO by Seventh Queen
Buddy Press version Version 2.2.1
Website:http://www.cmpg-annex.org/Other Plugins
Akismet
bbPress
BuddyPress Cover Photo
K Elements
MOJO Marketplace
Paid Memberships Pro
PMPro MailChimp Integration
PMPro Register Helper
PMPro Set Expiration Dates
Register Helper Example
Revolution Slider
rtMedia Pro for WordPress, BuddyPress and bbPress
The Events Calendar
WPBakery Visual ComposerHello Happy BP Devs,
I have been trying to create a function or hook to filter the activity stream using keywords in OR combination instead of AND. This guy (check out link) did what I want to accomplish but he hacked the core;
http://wordpress.stackexchange.com/questions/176989/buddypress-activity-search-with-or-query-instead-of-andIs there a filter I can use to create the same effect?
Any links are appreciated.Thank you,
V.
I am trying to deploy social networking and forum on existing genesis platform child theme. No problems there yet. My question is more general, t wit…
I cannot find a clear answer as to whether a site needs both bbpress AND buddy press to support forums. Some places I see that after certain rev buddy press no longer supports forums and so need bbpress to be installed.
Can buddypress alone support both networking and messaging, etc as well as support forum activity?
Hi all,
Found a couple of useful code snippets to change the ’15 minutes ago’, ‘1 day ago’ etc into actual times and dates on the activity stream. Might be useful so thought I’d post:
https://gist.github.com/dzmounir/8706592
(courtesy of dzmounir)add_filter('bp_activity_time_since', 'bp_activity_time_since_newformat', 10, 2); function bp_activity_time_since_newformat( $time_since, &$actvitiy ) { // you can change the date format to "Y-m-d H:i:s" $time_since = '<span class="time-since">' . date_i18n("F j, Y", strtotime( $actvitiy->date_recorded ) ) . '</span>'; return $time_since; } add_filter('bp_activity_comment_date_recorded', 'bp_activity_comment_date_recorded_newformat', 10, 2); function bp_activity_comment_date_recorded_newformat( $date_recorded ) { global $activities_template; // you can change the date format to "Y-m-d H:i:s" $date_recorded = date_i18n("F j, Y", strtotime( $activities_template->activity->current_comment->date_recorded ); return $date_recorded; }There is the issue of the time being incorrect however (in my case, out by 1 hour). If i choose a city under WP Dash>Settings General>Timezone, the code found in the old forum post below can be used/integrated to correct the issue. But if the timezone is set to a UTC value, it doesn’t work.
This old forum post discusses issue of incorrect post time:
https://buddypress.org/support/topic/activity-time-is-gmt-activity-stream-posted-an-update-time-is-incorrect/So my questions are:
1. Is there a way to always display the local user’s post time (even if they are international)
2. What timezone setting should be applied in the back end on WP Dash in order to address this issue of incorrect post time (or is using the code above and specifying a city the only way)?
2. If i specify a city which fixes the issue for me personally, does that mean another international site user would have wrong post times appear on their activity streams when they use it their end?
Thanks
WP : 4.2.2
BP : 2.2.3.1