-
modemlooper replied to the topic Feature request: New user moderation in the forum Requests & Feedback 10 years, 6 months ago
I work at WebDevStudios, if the plugin above breaks in any way then message me.
-
modemlooper replied to the topic Feature request: New user moderation in the forum Requests & Feedback 10 years, 6 months ago
list what you’ve done to prevent spam
-
modemlooper replied to the topic [Resolved] Compose Message > Send To, ajax request is very slow in the forum How-to & Troubleshooting 10 years, 6 months ago
that search for friends has always been a bit slow. it could be a combo of slow hardware, alot of friends or js that isn’t written efficiently.
-
modemlooper replied to the topic How to preserve line break when status updates are posted in BP 2 in the forum How-to & Troubleshooting 10 years, 6 months ago
Switch theme to twenty twelve and test. Sounds like some wonky css
-
modemlooper replied to the topic bp_has_activities – how to remove default filtering by BuddyPress template in the forum How-to & Troubleshooting 10 years, 6 months ago
BuddyPress uses cookies for globals. You will need to sync those accordingly.
-
modemlooper replied to the topic Why does filtering the friends archive remove custom side bar? in the forum How-to & Troubleshooting 10 years, 6 months ago
post the contents of your page.php into pastebin and put link here. Sounds like missing div
-
modemlooper replied to the topic Cannot make the plugin work. in the forum Installing BuddyPress 10 years, 6 months ago
try upping your server memory
-
modemlooper replied to the topic Friend activity in profile? in the forum How-to & Troubleshooting 10 years, 6 months ago
In the activity directory there is a friends tab. Only your activity shows on your profile
-
modemlooper replied to the topic Page Hierarchy Pain in the forum How-to & Troubleshooting 10 years, 6 months ago
if you are trying to make directory pages a sub page of activity. That wont work.
-
modemlooper replied to the topic Custom classes for profile pages, possible? in the forum How-to & Troubleshooting 10 years, 7 months ago
what Henry posted is correct way. scroll down to Add Classes By Filters
-
modemlooper replied to the topic avatar auto crop in the forum Creating & Extending 10 years, 7 months ago
moved this to its own thread, please refrain from posting new issues on other topics
-
modemlooper replied to the topic BuddyPress from developer's perspective in the forum Requests & Feedback 10 years, 7 months ago
From a developers perspective, BuddyPress gives you a large amount of functionality in what a social network is known to be. For FREE. The last bits that you need for a unique site/app/experience is up to you. BuddyPress even includes many APIs to add more functionality.
BuddyPress dropped theme dependency in version 1.7. The base templates that…[Read more]
-
modemlooper replied to the topic BuddyPress Custom Nav and Page Template in the forum Creating & Extending 10 years, 7 months ago
show for displayed user
remove that
-
modemlooper replied to the topic BuddyPress Custom Nav and Page Template in the forum Creating & Extending 10 years, 7 months ago
you can create a plugin for you extra code or us bp-custom.php
https://codex.buddypress.org/plugindev/bp-custom-php/The contents of about.php go in the content function. There shouldn’t be a template file.
-
modemlooper replied to the topic Admins to create friendships between members in the forum How-to & Troubleshooting 10 years, 7 months ago
No plugins for that specific function. Closest to that are plugins to add a default friend on sign up.
There is a function you can use as a basis to create this functionality.
friends_add_friend( $initiator_userid, $friend_userid, $force_accept = true );
-
modemlooper replied to the topic Buddypress 2.0 Ajax refresh of activity stream doesn't seem to happen for me in the forum How-to & Troubleshooting 10 years, 7 months ago
Buddy-default looks the same as bp-default but it’s stripped of BuddyPress template so the templates get loaded from new template compatibility. Only a theme getting template capability files will use ajax new posts notice.
-
modemlooper replied to the topic Custom classes for profile pages, possible? in the forum How-to & Troubleshooting 10 years, 7 months ago
bp-custom.php goes in wp-content/plugins. If that file exists BuddyPress will load it. By using this file instead of function.php you will preserve your added code if you ever wish to change themes.
-
modemlooper replied to the topic BuddyPress Custom Nav and Page Template in the forum Creating & Extending 10 years, 7 months ago
Do not use your own template files. Use plugins.php and hook your content.
function about_page() {
[Read more]
add_action( 'bp_template_title', 'about_page_show_screen_title' );
add_action( 'bp_template_content', 'about_page_show_screen_content' );
bp_core_load_template( apply_filters( 'bp_core_template_plugin', 'members/single/plugins' )… -
modemlooper replied to the topic Buddypress 2.0 Ajax refresh of activity stream doesn't seem to happen for me in the forum How-to & Troubleshooting 10 years, 7 months ago
You could try to use https://github.com/modemlooper/Buddy-Default
It’s the BP-default theme but it uses new bp-templates. You’ll have to change the parent: in style.css. Also, the template files in current BP are a bit different than the original bp-default.
-
modemlooper replied to the topic Notifications template missing in 2.0? in the forum How-to & Troubleshooting 10 years, 7 months ago
buddypress/members/single/notifications
folder is missing?
- Load More
@modemlooper
Active 9 months, 3 weeks ago