-
modemlooper replied to the forum topic Couple Thoughts in the group Requests & Feedback 14 years, 1 month ago
The point of BuddyPress is not to create a fb like system. We do not need fb clones. BuddyPress provides a method to create unique ways of social interaction. Sure the out of the box example is a social network […]
-
modemlooper replied to the forum topic Picture Content Resize in the group BuddyPress Mobile 14 years, 1 month ago
I have it activated on a standard BP site and it does not do this. If you are referring to uploading and cropping on a mobile device its not supported at all.
-
modemlooper replied to the forum topic Picture Content Resize in the group BuddyPress Mobile 14 years, 1 month ago
Needs CSS. I’ll fix and update
-
modemlooper replied to the forum topic New Mobile Menu in the group BuddyPress Mobile 14 years, 1 month ago
Create a page titled bp-mobile and the mobile theme will use it. If you want blog posts on front delete home.php file
-
modemlooper replied to the forum topic navigation code in the group BuddyPress Profile Menu 14 years, 1 month ago
open the file and you will see a div with the id navigation
-
modemlooper replied to the forum topic How to use Buddypress as an option within existing site in the group Creating & Extending 14 years, 1 month ago
If you enable multi site in WordPress you can install BuddyPress on a secondary blog.
-
modemlooper replied to the forum topic How to override Buddypress functions.php code for custom image headers? in the group How-To and Troubleshooting 14 years, 1 month ago
Disable the custom header functionality on the default BuddyPress theme:
define( ‘BP_DTHEME_DISABLE_CUSTOM_HEADER’, true ); -
modemlooper replied to the forum topic Using Buddy Press for Social Networking such as Facebook in the group Miscellaneous 14 years, 1 month ago
The good thing using BuddyPress is you OWN the site data and members and can do whatever you want. The bad thing is copying Facebook will most likely fail. Users do not need another Facebook.
-
modemlooper replied to the forum topic How to add an item menu to member menu in the group How-To and Troubleshooting 14 years, 1 month ago
Look through the skeleton component plugin. There is a bit of code that’s something like: create_new_subnav( array(……
-
modemlooper replied to the forum topic AJAX ERROR in the group BuddyPress Privacy Component (BP Privacy, BP_Authz, or BPAz) 14 years, 1 month ago
This plugin should not be used. It was a pre release and will not work on BP 1.5
-
modemlooper replied to the forum topic customizing the look of the button in the group BuddyPress Share It 14 years, 1 month ago
Off top of head, .button
Use firebug and you can find CSS easily
-
modemlooper replied to the forum topic interesting image rotation situation in the group BuddyPress Mobile 14 years, 1 month ago
That is out of the support I provide. It’s a mini forms problem. Also you cannot upload on iOS from a browser so that feature is dead on iPhone.
-
modemlooper replied to the forum topic The following active BuddyPress Components do not have associated WordPress Pages: Members, Activate in the group How-To and Troubleshooting 14 years, 1 month ago
You need to have an activate page as well as register. You do not have to place those pages in the menu they just need to be there.
-
modemlooper replied to the forum topic customizing the look of the button in the group BuddyPress Share It 14 years, 1 month ago
It uses the CSS from bp-default.
-
modemlooper replied to the forum topic Title and description always the same in the group BuddyPress Share It 14 years, 1 month ago
Both Facebook and G+ just scrape the page and take what they want. I’ve specified in the code the title for Facebook but they do not always work.
You can try adding meta: https://developers.facebook.com/docs/opengraph/
-
modemlooper posted an update 14 years, 1 month ago
-
modemlooper replied to the forum topic Gravatar Image interference – not displaying in the group BuddyPress Mobile 14 years, 1 month ago
go into buddy press-mobile.php and remove:
if ( $_COOKIE['bpthemeswitch'] != 'normal'){
add_filter( 'bp_core_fetch_avatar_no_grav', '__return_true' );
}then in themes/default/functions.php […]
-
modemlooper replied to the forum topic Hindi buddypress in the group Localization 14 years, 1 month ago
No Hindi translation. Here’s how to create it: https://codex.buddypress.org/getting-started/translations/
-
modemlooper replied to the forum topic Gravatar Image interference – not displaying in the group BuddyPress Mobile 14 years, 1 month ago
This will get fixed in next update. I’m forcing mystery man because it makes page loads faster on mobile and saves data/$$
-
modemlooper replied to the forum topic Any chance of anyone updating this for 1.5? in the group BuddyPress Pending Activations 14 years, 1 month ago
Rich said he might update some plugins. That being said, if it’s invaluable have you donated to support it’s development?
- Load More
@modemlooper
Active 3 months, 2 weeks ago