-
modemlooper replied to the topic Display age on profile page in the forum How-to & Troubleshooting 14 years, 1 month ago
//Calculate someone's age based on a date of birth string$year = date("Y"); // Get this year as a string, date(string format, [timestamp default: now])
$dobtime = strtotime("04/09/1980"); // Get date of birth as a timestamp
$age = $year - date("Y",$dobtime); // Take advantage of auto conversion to subtract this year from the year of the D…[Read more]
-
modemlooper replied to the forum topic Display age on profile page in the group How-To and Troubleshooting 14 years, 1 month ago
`//Calculate someone’s age based on a date of birth string
$year = date(“Y”); // Get this year as a string, date(string format, [timestamp default: now])
$dobtime = strtotime(“04/09/1980”); // Get date […]
-
modemlooper replied to the forum topic Display age on profile page in the group How-To and Troubleshooting 14 years, 1 month ago
http://www.google.com/search?q=php+convert+date+to+age&ie=UTF-8&oe=UTF-8&hl=en&client=safari
Google converting date to age
-
modemlooper replied to the forum topic Facebook feature changes Now looking so similar to Buddypress features in the group How-To and Troubleshooting 14 years, 1 month ago
Facebook copies everyone. They copied the status update from Twitter and their timeline and new lists are a copy of Google+. The original Facebook was a stolen idea so it’s no surprise they are continuing to do so.
-
modemlooper replied to the forum topic Manually Creating Links in the group How-To and Troubleshooting 14 years, 1 month ago
bp_group_permalink(); ?>home
-
modemlooper replied to the forum topic Manually Creating Links in the group How-To and Troubleshooting 14 years, 1 month ago
No way to do that unless you are on the groups page. If you are on the group page then this bp_get_options_nav(); ?> gets the nav items you want.
-
modemlooper replied to the forum topic Manually Creating Links in the group How-To and Troubleshooting 14 years, 1 month ago
Where is the navigation? Do you want to create a nav bar with every group as a tab? The only way is to do a group loop like the group directory.
-
modemlooper replied to the forum topic Manually Creating Links in the group How-To and Troubleshooting 14 years, 1 month ago
Can’t you just write the URL? The reason for the loggedin function is because the link is different for every user but a group is the same URL regardless of who’s accessing the group
-
modemlooper replied to the forum topic User Profile in the group How-To and Troubleshooting 14 years, 1 month ago
Members edit profile fields on their profile. Click the profile tab and then edit. These extra fields do not show in the WordPress user page in the admin
-
modemlooper replied to the forum topic Display age on profile page in the group How-To and Troubleshooting 14 years, 1 month ago
Read this page a code snippet for displaying profile fields in member header https://codex.buddypress.org/extending-buddypress/tips-tricks/
-
modemlooper replied to the forum topic How to tell if global.js is working properly? in the group How-To and Troubleshooting 14 years, 1 month ago
I’m out of here I keep replying and others are too. :O
-
modemlooper replied to the forum topic How to tell if global.js is working properly? in the group How-To and Troubleshooting 14 years, 1 month ago
WP_PLUGIN_DIR
not plugins
-
modemlooper replied to the forum topic Plugins that dont work with 1.5 in the group How-To and Troubleshooting 14 years, 1 month ago
Top of this page has links to lists of compatible plugins and themes http://codex.buddypress.org
-
modemlooper replied to the forum topic Widgets are not working BuddyPress 1.5 in the group How-To and Troubleshooting 14 years, 1 month ago
That easing in jquery sucks on iOS. Causes crazy page blinking.
-
modemlooper replied to the forum topic Largely blank home page after upgrading to 1.5.2.1 in the group BuddyPress Mobile 14 years, 1 month ago
Do you know how to use WordPress? If you do not, visit WordPress.org and learn how to create pages. It’s as simple as that to create the home page.
-
modemlooper replied to the forum topic New Mobile Home – Blank (edit: figured it out) in the group BuddyPress Mobile 14 years, 1 month ago
There will be options soon to have other front pages. For now it’s a custom page. If you want blog posts delete the file home.php in the plugins theme folder.
You only have a profile link in menu because you […]
-
modemlooper replied to the forum topic Largely blank home page after upgrading to 1.5.2.1 in the group BuddyPress Mobile 14 years, 1 month ago
You create the front of your mobile site by creating a page in the admin titled “bp-mobile” add whatever you want to the post editor box
-
modemlooper replied to the forum topic trying to change my avatar on this site in the group How-To and Troubleshooting 14 years, 1 month ago
This site uses http://gravatar.com so add your self with the same email you used to sign up here
-
modemlooper posted a new activity comment 14 years, 1 month ago
BuddyPress Mobile is not for a desktop browser so it will not work well in any version of IE but thanks for your review.
-
modemlooper replied to the forum topic Profile/Group/Forum Width Problem in the group BuddyPress Mobile 14 years, 1 month ago
@aronprins thank me by rating and reviewing this plugin https://buddypress.org/community/groups/buddypress-mobile/reviews/
- Load More
@modemlooper
Active 3 months, 2 weeks ago