-
@modemlooper replied to the forum topic s2Member and Facebook Share – Issue when pages are restricted in the group How-To and Troubleshooting 14 years ago
Facebook share cannot see behind a protected page and for good reason. You will need to use a like button instead for sending content to Facebook. The share is being deprecated anyways, it’s only still available […]
-
@modemlooper replied to the forum topic Plugin Idea: BP Group Pages – please give feedback and support in the group Creating & Extending 14 years ago
@houser have you searched the plugin repo? Many plugins have been created since this thread started.
-
@modemlooper replied to the forum topic Displaying "member" custom fields in Group member listings in the group How-To and Troubleshooting 14 years ago
In the file entry.php in the activity folder you can see a comment that explains how to show xprofile fields in the member loop
-
@modemlooper replied to the forum topic navigation code in the group BuddyPress Profile Menu 14 years ago
Paul, it was only designed to work with bp-default theme.
@manikanta1010 I have no idea what you are referring to.
-
@modemlooper replied to the forum topic How to make car community with these functions in the group How-To and Troubleshooting 14 years ago
You can create your own BuddyPress component. Look at the BuddyPress skeleton component plugin for an example of how. You would have to create the proper functionality to be specific to your need but the plugin […]
-
@modemlooper replied to the forum topic honestly, should i use buddypress for an important life-saving website? in the group Requests & Feedback 14 years ago
I want to point out that BuddyPress works out of the box but if you start changing things and adding plugins this has nothing to do with the core development team. So to blame them that your custom install […]
-
@modemlooper replied to the forum topic New Mobile Menu in the group BuddyPress Mobile 14 years ago
ok, I’ve updated the plugin in the repo. You can delete and reinstall latest version or change the css below.
Changed css in file mobile.css:
`#topbar {
position: fixed;
left: 0;
top: 0;
width: […] -
@modemlooper replied to the forum topic how to change user profile info and slug in the group How-To and Troubleshooting 14 years ago
Did you change it in the database?
Allow Your Users to Change their Username on your BuddyPress Based site
-
@modemlooper replied to the forum topic New Mobile Menu in the group BuddyPress Mobile 14 years ago
I’ll check it out.
-
@modemlooper replied to the forum topic New buddypress plugins? in the group Requests & Feedback 14 years ago
Click extend above
-
@modemlooper replied to the forum topic Creating BETA themes to run in parallel with existing. in the group How-To and Troubleshooting 14 years ago
https://wordpress.org/extend/plugins/nkthemeswitch/
Allows admin to use a development theme on live site
-
@modemlooper started the forum topic Found a way to upload on iOS in the group Third Party Components & Plugins 14 years ago
Bar
-
@modemlooper replied to the forum topic How to unlock an Awards? in the group Achievements 14 years ago
The site admin gives awards to who they want. User does not do tasks to earn them.
-
@modemlooper replied to the forum topic Fatal error: Cannot redeclare bp_dtheme_ajax_querystring() in the group Creating & Extending 14 years ago
Deactivate BuddyPress template pack if you are using a child theme and not a WordPress theme you want to add BuddyPress support to.
-
@modemlooper replied to the forum topic Geo-tagging on buddypress mobile in the group BuddyPress Mobile 14 years ago
Not currently but I’m adding this to a premium version in the future.
-
@modemlooper replied to the forum topic How would I go about removing the 'View / Permalink' button in the activity stream? in the group How-To and Troubleshooting 14 years ago
The link is wrapped around the time stamp, no mor view but the link is still here
-
@modemlooper replied to the forum topic Displaying User Avatar with activity in the group How-To and Troubleshooting 14 years ago
Try, I think that fetch function only works in a loop. I’m having similar problems with creating json API and getting avatars. Another option is to write code to cycle through a folder and get the contents. Since […]
-
@modemlooper replied to the forum topic Displaying User Avatar with activity in the group How-To and Troubleshooting 14 years ago
Not that easy, the avatar is not saved in the db. It’s found by user id and a combo of avatar folder urls.
Each user has a folder in avatars with the id of user as name. The avatars image names are created […]
-
@modemlooper replied to the forum topic How to get a "Trending" list from users posts in the group How-To and Troubleshooting 14 years ago
What would be the basis for what concludes a trend?
-
@modemlooper replied to the forum topic ssl https mobile version in the group BuddyPress Mobile 14 years, 1 month ago
`function bp_mobile_styles() {
if ( $_COOKIE[‘bpthemeswitch’] != ‘normal’){
wp_enqueue_style( ‘main’, path_join(WP_PLUGIN_URL, basename( dirname( __FILE__ ) ).’/themes/default/mobile.css’));if […]
- Load More
@modemlooper
Active 3 months, 2 weeks ago