-
@modemlooper replied to the forum topic Profile wireframes – take two in the group BP-Default 13 years, 2 months ago
That Facebook cap is my suggested profile mock layout. Thinner header. No need for all that text IMHO
-
@modemlooper replied to the forum topic Help me creating simple and useful plugin ! in the group How-To and Troubleshooting 13 years, 2 months ago
As for the JavaScript not working; the activity posting mechanism heavily uses jquery to function and is most likely killing your code. That is why is suggest you look through global.js to understand how it’s implemented.
-
@modemlooper replied to the forum topic Help me creating simple and useful plugin ! in the group How-To and Troubleshooting 13 years, 2 months ago
Code gets stripped from post form on submit so you’d have to filter the form as well. The code for activity submit is in global.js file in the folder _inc
You can try to add your JavaScript there but like i […]
-
@modemlooper replied to the forum topic Temporarily blocking a user, while keeping their data/network in the group How-To and Troubleshooting 13 years, 2 months ago
BP verified user plugin. Hit the spam option. Then put it as not verified to reactivate account
-
@modemlooper replied to the forum topic page id in the group How-To and Troubleshooting 13 years, 2 months ago
I should add, if your using s2member or something similar they won’t work with BP page slugs
-
@modemlooper replied to the forum topic page id in the group How-To and Troubleshooting 13 years, 2 months ago
You can see this code example by @boone on how to add custom privacy levels
https://github.com/boonebgorges/bbg-custom-bp-field-visibility
-
@modemlooper replied to the forum topic How to prevent non-admins from accessing "/wp-admin" dashboard? in the group How-To and Troubleshooting 13 years, 2 months ago
BuddyPress users should not be able to get to WP-admin as they are only subscribers
-
@modemlooper replied to the forum topic How to order the list in menu of profile in buddypress in the group How-To and Troubleshooting 13 years, 2 months ago
There will be an update soon that will have option to re-order non core tabs
-
@modemlooper replied to the forum topic Activity Page Help Please in the group How-To and Troubleshooting 13 years, 2 months ago
Install a maintenance mode plugin. This will allow the admin to make changes that normal visitors will not see. You might be missing the permalink.php file
Link to site?
-
@modemlooper replied to the forum topic No Forums After New Installation in the group Installing BuddyPress 13 years, 2 months ago
In the forums page did you add this short code
Also, go to permalinks choose another option hit save and then choose your previous permalink setting. This just resets the permalinks.
-
@modemlooper replied to the forum topic BP Xtra Signup in the group Third Party Components & Plugins 13 years, 2 months ago
This topic is over a year old. I don’t think the plugin is supported any longer.
-
@modemlooper replied to the forum topic How to control which wordpress users/roles become buddypress members? in the group How-To and Troubleshooting 13 years, 2 months ago
I don’t think is possible because when a user signs up they are added as a subscriber and given a profile.
-
@modemlooper replied to the forum topic BuddyPress new user approve in the group How-To and Troubleshooting 13 years, 2 months ago
You could install the welcome pack plugin and customize the email to just a thanks for signing up note.
Or:
`function disable_activation_email() {
return false;
}
add_filter( […] -
@modemlooper replied to the forum topic Message wireframes in the group BP-Default 13 years, 2 months ago
What about the box slide open above?
-
@modemlooper replied to the forum topic How to restrict widgets in s2member in the group How-To and Troubleshooting 13 years, 2 months ago
Guys, this really is outside the scope of this forum as it pertains to a third party plugin. Someone may or may not answer these types of support requests. This support forum is for answering questions like “how […]
-
@modemlooper replied to the forum topic How to restrict widgets in s2member in the group How-To and Troubleshooting 13 years, 2 months ago
You need to request support at the s2member support forum. This is not a BuddyPress issue.
-
@modemlooper replied to the forum topic Group Slug Will Not Change After Edit of Group Name. Bug? in the group How-To and Troubleshooting 13 years, 2 months ago
It’s to preserve database calls etc. it’s been suggested before to save an array of info instead. But there was some mention if speed
-
@modemlooper replied to the forum topic Group Slug Will Not Change After Edit of Group Name. Bug? in the group How-To and Troubleshooting 13 years, 2 months ago
The reason for this is to protect site content from broken links. All activity is hard coded. So those links get broken.
-
@modemlooper replied to the forum topic Premium Plugins? in the group Creating & Extending 13 years, 2 months ago
There really aren’t that many paid plugins. Many people have created free plugins. Some are great others get abandoned.
- Load More
@modemlooper
Active 3 months, 1 week ago