-
@modemlooper replied to the forum topic global.js 3.4.2 .on is not a function in the group How-To and Troubleshooting 13 years ago
Did you by chance load your own jquery? Sometimes plugins block WP and load their own jquery. .on works if you are using the right version of jquery loaded from WordPress
-
@modemlooper replied to the forum topic customizing buddypress profile page default tab and item-nav order in the group How-To and Troubleshooting 13 years ago
Use
$bp->bp_options_nav['groups']['home']['position'] = '30';
$bp->bp_options_nav['groups']['home'] = false; -
@modemlooper updated the Attaching to Group Creation page, on the BuddyPress Codex 13 years ago
Quick Note on group creation,
When a group first gets created it fires multiple actions some times multiple times.
For example, groups_create_group and groups_created_group fire first on the initial details […]
-
@modemlooper replied to the forum topic Need web host Recommendations for a Buddypress/multisite/multi-network project in the group Miscellaneous 13 years ago
People will chime in but anything recommended by WordPress should be good. Just remember BuddyPress has more overhead in displaying content and will use more resources.
-
@modemlooper replied to the forum topic 1.7 theme defined in the group Creating & Extending 13 years ago
BuddyPress 1.7 will use page.php and override the_content() to display BP content. Think in terms of page template hierarchy in WP. single.php gets overridden by single-{post type}.php
You can then just create […]
-
@modemlooper replied to the forum topic Mobile site in the group How-To and Troubleshooting 13 years ago
what mobile device are you using?
-
@modemlooper replied to the forum topic Re-naming and re-ordering tabs. in the group Creating & Extending 13 years ago
you can use this plugin as well https://wordpress.org/extend/plugins/buddypress-extended-settings/
-
@modemlooper replied to the forum topic Mobile site in the group How-To and Troubleshooting 13 years ago
Ok, are you using the BuddyPress template pack to add the required template files? BuddyPress won’t work with Twenty Eleven without a little work.
-
@modemlooper replied to the forum topic Mobile site in the group How-To and Troubleshooting 13 years ago
Buddy mobile will work with 1.6. But that doesn’t explain pages not showing. What plugins or theme are you using?
-
@modemlooper replied to the forum topic BP Menus 2.0.3 disables Activity Post Update button in the group How-To and Troubleshooting 13 years ago
It’s not BP menus so its fine to post here. Update topic title to reflect the real issue, post button.
-
@modemlooper replied to the forum topic Custom profile fields issue in the group How-To and Troubleshooting 13 years ago
Fields are hidden on a profile until a user edits their profile and adds something to that field.
-
@modemlooper replied to the forum topic BP Menus 2.0.3 disables Activity Post Update button in the group How-To and Troubleshooting 13 years ago
BP menus does nothing that would interact with the submit button. Deactivate all plugins and revert to bp default theme to test each plugin.
-
@modemlooper replied to the forum topic Expected release of BP 1.7? in the group Miscellaneous 13 years ago
The theme compat is working but the template files are not all there. There most likely will be a few rc’s to work out bugs and get plugin and themes in order.
-
@modemlooper replied to the forum topic Expected release of BP 1.7? in the group Miscellaneous 13 years ago
Not for a few months, but that’s subjective because everyone works on BP in their free time.
-
@modemlooper replied to the forum topic bp_activity_user_USERNAME in the group Creating & Extending 13 years ago
bp_core_get_username( bp_get_activity_user_id() )
-
@modemlooper replied to the forum topic What plugins to I need? in the group How-To and Troubleshooting 13 years ago
Make a teacher a group admin then they can approve users.
-
@modemlooper replied to the forum topic Converts username spaces to underscores with no warning in the group How-To and Troubleshooting 13 years ago
-
@modemlooper replied to the forum topic Source code in the group Gallery 13 years ago
Google how to hide WordPress there is information
-
@modemlooper replied to the forum topic Source code in the group Gallery 13 years ago
to hide plugins folder place a blank file index.html in /plugins/index.html. but there should be an html.php file that wordpress places there.
-
@modemlooper replied to the forum topic What plugins to I need? in the group How-To and Troubleshooting 13 years ago
All you would need is to create private groups and then users could request access. That’s the simplest route. You could also automate it by user role or even by using a profile field
- Load More
@modemlooper
Active 3 months, 1 week ago