-
@modemlooper replied to the forum topic Need a link to each users profile page in the group How-To and Troubleshooting 13 years, 4 months ago
-
@modemlooper replied to the forum topic How to get the user registered date and the years old in the group How-To and Troubleshooting 13 years, 4 months ago
Google it. It’s been asked here before. You can convert date to age with php
-
@modemlooper started the forum topic How to see your OWN forum topics in the group Miscellaneous 13 years, 4 months ago
Some people are wanting the old my topics forum page. You can get at your past forum support topics via your profile activity page. First, change profile name field to something other than login name. Then use the […]
-
@modemlooper replied to the forum topic How to see your OWN forum topics in the group Miscellaneous 13 years, 4 months ago
It only works on activity after changing name. It works for me. It’s a spam blocker on this site so new sign ups can’t spam feed.
-
@modemlooper replied to the forum topic How can I see a list of all my posts in this forum? in the group How-To and Troubleshooting 13 years, 4 months ago
Change profile name field to something other than login name. Then read this https://buddypress.org/community/groups/miscellaneous/forum/topic/how-to-see-your-own-forum-topics/
-
@modemlooper replied to the forum topic Child theme in the group Creating & Extending 13 years, 10 months ago
Don’t wrap define in a function.
-
@modemlooper replied to the forum topic Buddypress Stalker – Possible Additions? in the group Creating & Extending 13 years, 10 months ago
Some of these suggestions are being added to a future release.
-
@modemlooper replied to the forum topic Struggling with child themes in the group Creating & Extending 13 years, 10 months ago
No, do not copy. Create a blank functions.php file and add your own custom functions.
-
@modemlooper replied to the forum topic How to see your OWN forum topics in the group Miscellaneous 13 years, 10 months ago
I know there are links but page is blank. It may get a dedicated page like before, I’m showing you how to get to that content now. 😉
-
@modemlooper replied to the forum topic Struggling with child themes in the group Creating & Extending 13 years, 10 months ago
BuddyPress still loads the core CSS you are better off creating a functions.php file in your child theme folder and enqueueing a custom.css file
`function add_my_stylesheet() {
wp_enqueue_style(‘custom’, […] -
@modemlooper replied to the forum topic Just looking for some guidance or suggestions.. in the group How-To and Troubleshooting 13 years, 11 months ago
All of these things are possible with modification and existing plugins.
-
@modemlooper replied to the forum topic Can we use BuddyPress and charge members subscriptions? in the group Miscellaneous 13 years, 11 months ago
Welcome to open source, you’re going to love it as there are many pieces of the code puzzle already created for you,especially with WordPress and BuddyPress. If you do get involved in open source projects please […]
-
@modemlooper replied to the forum topic How to create group? in the group How-To and Troubleshooting 13 years, 11 months ago
Go to URL.com/groups and on this page is a create group button
-
@modemlooper replied to the forum topic Difference between bp_loggedin_* and bp_displayed_* functions in the group Creating & Extending 13 years, 11 months ago
If it’s a members page use bp_core_fetch_avatar()
-
@modemlooper replied to the forum topic Buddypress WIDGET THEME in the group How-To and Troubleshooting 13 years, 11 months ago
It’s not the widget theme this is a bug with BuddyPress CSS
-
@modemlooper replied to the forum topic Buddypress WIDGET THEME in the group How-To and Troubleshooting 13 years, 11 months ago
It’s a bug. reported it: https://buddypress.trac.wordpress.org/ticket/3868
-
@modemlooper replied to the forum topic BuddyPress Mobile: editing the profile layout in the group How-To and Troubleshooting 13 years, 11 months ago
The template files are on the plugin folder, you can change whatever you want.
-
@modemlooper replied to the forum topic Buddypress WIDGET THEME in the group How-To and Troubleshooting 13 years, 11 months ago
You have something installed that is messing with the CSS. I activated this theme on my dev site http://dev.buddiphone.com.
I’m not getting the same issue. The widget theme is using the CSS and header from […]
-
@modemlooper replied to the forum topic bp_core_new_subnav_item won't create item under Profile section? in the group Creating & Extending 13 years, 11 months ago
Get rid of user_has_access and site_admin_only
use:
if ( !is_user_logged_in() && !is_super_admin() )
return false; - Load More
@modemlooper
Active 3 months, 2 weeks ago