-
Aomao started the forum topic Friendship with password in buddypress in the group How-To and Troubleshooting: 13 years, 9 months ago
I am newbie in buddypress and php so I need your help. In my project I need to make friendship connection via password Thus users that know other user’s special password will be able to connect(make a friendship in buddypress) to him and see his page and updates. Can you help me to solve this […]
-
Aomao posted on the forum topic Custom submit form in the group Miscellaneous: 13 years, 9 months ago
Sorry I found my mistake.
Its working now. -
Aomao started the forum topic Custom submit form in the group Miscellaneous: 13 years, 9 months ago
Hi I need yout help. I want to add a custom submit form in Buddypress. This form will insert input into database. I have this form in my sidebar
And this php script inside the sidebar.php `include_once(‘../../../../../wp-config.php’); include_once(‘../../../../../wp-load.php’); include_once(‘../../../../../wp-includes/wp-db.php’); global $wpdb,…[Read more]
-
Aomao joined the group Miscellaneous 13 years, 9 months ago
-
Aomao started the forum topic Delete button for custom activity list in the group How-To and Troubleshooting: 13 years, 10 months ago
In my site I show a list of activities by custom query.
I want to add delete button for each activity.
Can I use buddypress “activity delete button” for my activity list items. -
Aomao started the forum topic Personalized email to members in the group How-To and Troubleshooting: 13 years, 10 months ago
Hi,
In my project http://www.aizon.me I need to send weekly personalized email to all members.
Email will be based on users data and their activity.
Is it possible to do it with buddypress. -
Aomao started the forum topic Personalized email to members in the group Requests & Feedback: 13 years, 10 months ago
Hi,
In my project http://www.aizon.me I need to send weekly personalized email to all members.
Email will be based on users data and their activity.
Is it possible to do it with buddypress. -
Aomao joined the group Requests & Feedback 13 years, 10 months ago
-
Aomao started the forum topic Don’t show others activity streams in the group How-To and Troubleshooting: 13 years, 11 months ago
In my buddypress site I don’t want users to see other users activity streams.
So by typing http://buddypresssite.com/members/user/ they wouldn’t be able to see user’s activity stream
How can I accomplish this? -
Aomao started the forum topic How to remove user link in activities in the group How-To and Troubleshooting: 13 years, 11 months ago
I need to remove user link in activities posts.
In entry.php I have this code<div class="activity-header">
</div>
But I can’t find how its adding userlink -
Aomao posted on the forum topic Change default page -> My Account page in the group How-To and Troubleshooting: 13 years, 11 months ago
Finally it’s working
the plugin works fine in the normal server
but not working under localhost
thanks boyevul -
Aomao posted on the forum topic Change default page -> My Account page in the group How-To and Troubleshooting: 13 years, 11 months ago
That plugin use this code to show users page.
function bp_profile_homepage()
[Read more]
{
global $bp;
if(is_user_logged_in() && $_SERVER=='/')
{
wp_redirect( $bp->loggedin_user->domain );
}
}
function logout_redirection()
{
global $bp;
$redirect = $bp->root_domain;
wp_logout_url( $redirect… -
Aomao started the forum topic Change default page -> My Account page in the group How-To and Troubleshooting: 13 years, 11 months ago
In my project when users login to the site, they should see not the default buddypress “index” page but “My Account” page.
e.g.,instead of this http://localhost/geny/
they should see directly this http://localhost/geny/members/username/
How can I make this. -
Aomao posted on the forum topic change CSS according hashtags in activity content in the group How-To and Troubleshooting: 13 years, 12 months ago
Thank you very much
I checked my code again and found that I accidentally deleted
this oneclass=""
while changing from ul -> div
now its working fine -
Aomao posted on the forum topic change CSS according hashtags in activity content in the group How-To and Troubleshooting: 13 years, 12 months ago
I need your help again.
For my design I needed to use div instead of list(ul) for displaying activities.
instead of this
ul.activity-list .red { background: #f00 }
I have
div.activity-list .red { background: #f00 }
But filter not working now. I couldn’t fix it by myself
-
Aomao posted on the forum topic How to change the number of activity items to show per page? in the group Creating & Extending: 14 years ago
@muchad
Thanks that worked -
Aomao joined the group Creating & Extending 14 years ago
-
Aomao posted on the forum topic change CSS according hashtags in activity content in the group How-To and Troubleshooting: 14 years, 1 month ago
Oh, thanks for reply
I will try your hint -
Aomao started the forum topic change CSS according hashtags in activity content in the group How-To and Troubleshooting: 14 years, 1 month ago
Hi All, need your help. I want to change CSS style of activity content, according hashtags in content e.g. “#red I am watching TV” will show with red background “#blue I am watching TV” will show with blue background As far as I know Buddypress has its own filter function apply_filters and variable $activities_template But […]
-
Aomao posted on the forum topic bp_activity_content_body() : recent site wide posts in the group How-To and Troubleshooting: 14 years, 1 month ago
Please I also need this one
- Load More
@aomao
Not recently active