-
modemlooper replied to the topic Transition Effects on Activity/Member/Home in the forum How-to & Troubleshooting 11 years ago
no-ajax is for disabling ajax. The profile pages never had the ajax refresh affects on tabs
-
modemlooper replied to the topic [Resolved] Dummy content for theme developers? in the forum Requests & Feedback 11 years ago
-
modemlooper replied to the topic Duplicating group component in the forum How-to & Troubleshooting 11 years ago
What are the names, are they types? You can add group meta.
-
modemlooper replied to the topic Duplicating group component in the forum How-to & Troubleshooting 11 years ago
A group is just a BuddyPress component and you can create your own components. Duplicating the groups component is not an easy task. Why do you need more group types?
https://codex.buddypress.org/plugindev/creating-a-custom-buddypress-component/
-
modemlooper replied to the topic Transition Effects on Activity/Member/Home in the forum How-to & Troubleshooting 11 years ago
when you say front page what do you mean?
-
modemlooper replied to the topic [Resolved] no support on wordpress latest version in the forum How-to & Troubleshooting 11 years ago
What hosting company?
-
modemlooper replied to the topic Small issue in the forum Installing BuddyPress 11 years ago
Are you on cheap shared hosting? I see a ton of files being loaded when you access the front page. The amount of scripts, images and css files seem extremely high.
-
modemlooper replied to the topic Member Profile Meta Key Value in the forum How-to & Troubleshooting 11 years ago
Since WPUF Pro is a paid plugin I suggest you ask them for help.
-
modemlooper replied to the topic BuddyPress Plugin – Tab Style Directory in the forum Installing BuddyPress 11 years ago
You would need the coding knowledge of php, html and css.
-
modemlooper replied to the topic BuddyPress Plugin – Tab Style Directory in the forum Installing BuddyPress 11 years ago
You could use BuddyPress but something like gravity forms might be better since you would not be using 90% of BuddyPress
-
modemlooper replied to the topic Filter Member Loop to show only members of a particular group in the forum How-to & Troubleshooting 11 years ago
Don’t put $wpdb in your template file. create a function in bp-custom.php
then in template file place function and pass group id
bp_get_group_member_id(‘9’);
This way code can be used again on site if needed and not be deleted if you change themes
-
modemlooper replied to the topic Filter Member Loop to show only members of a particular group in the forum How-to & Troubleshooting 11 years ago
get group member IDs and then pass the IDs as a parameter to the loop using &include=
-
modemlooper replied to the topic Profile Additions in the forum Installing BuddyPress 11 years ago
hmag is highly customized. if you do not know css and php you will not be able to achieve that.
You can create profile fields and sections in the wp-admin under the user menu but having a custom profile will take coding skills
-
modemlooper replied to the topic BP Buttons are unreadable in the forum Installing BuddyPress 11 years ago
you could always use one of the plugins that add css https://wordpress.org/plugins/simple-custom-css/
-
modemlooper replied to the topic Empty delimiter in /bp-core/bp-core-template.php on line 864 in the forum How-to & Troubleshooting 11 years ago
don’t see the warning on your site.
-
modemlooper replied to the topic BP Buttons are unreadable in the forum Installing BuddyPress 11 years ago
buddypress.css is a basic style sheet for layout formatting. You will probably need to add more css to your style sheet to handle the extra html supplied by BuddyPress.
-
@modemlooper updated the Changing Internal Configuration Settings page, on the BuddyPress Codex 11 years ago
There are many internal configuration settings that can be changed by adding a configuration definition line to your wp-content/plugins/bp-custom.php file. Here’s a list of the current setting that can be […]
-
modemlooper replied to the topic custom user profiles in the forum Creating & Extending 11 years ago
This is only a sidebar plugin but you could customize a template to use widgetized areas.
-
modemlooper replied to the topic custom user profiles in the forum Creating & Extending 11 years ago
search wordpress.org for a plugin. there was one called something like bp my profile
-
modemlooper replied to the topic How to display multiple custom "single group (headers)" on a single page? in the forum How-to & Troubleshooting 11 years ago
How are you creating the heirarchy?
- Load More
@modemlooper
Active 9 months, 3 weeks ago