-
modemlooper replied to the topic Issues with MediaTemple + BuddyPress + bbPress in the forum How-to & Troubleshooting 11 years, 8 months ago
You can’t just install and not take action to limit server requests. You need to cache as much as possible and use a CDN. Also check logs you can have bots hitting site and you can block those.
Find out what is […]
-
@modemlooper updated the bp_after_setup_theme() page, on the BuddyPress Codex 11 years, 8 months ago
bp_after_setup_theme() is where BuddyPress loads the theme functions. If you want to filter actions in functions.php or buddypress-functions.php hook to bp_after_setup_theme().
-
modemlooper replied to the topic What happened to "Add Prebuilt Field'' in the forum How-to & Troubleshooting 11 years, 8 months ago
-
modemlooper replied to the topic What happened to "Add Prebuilt Field'' in the forum How-to & Troubleshooting 11 years, 8 months ago
-
modemlooper replied to the topic [Resolved] How to use theme specific template with buddypress 1.7 beta2? in the forum How-to & Troubleshooting 11 years, 8 months ago
above click Documentation and then developer under context
-
modemlooper replied to the topic Buddypress User country drop down menu in the forum How-to & Troubleshooting 11 years, 8 months ago
-
modemlooper replied to the topic Is this a buddypress bug? in the forum Installing BuddyPress 11 years, 8 months ago
posted a ticket https://buddypress.trac.wordpress.org/ticket/4877
-
modemlooper replied to the topic BP Block Member uber-beta in the forum Creating & Extending 11 years, 8 months ago
why all the spaghetti? This is a simple plugin to put together, just do a redirect if a user is blocked. Save array of user ids and when visiting a profile it all unless logged in user id finds a match in array
-
@modemlooper updated the Template Tag Reference page, on the BuddyPress Codex 11 years, 8 months ago
(Work in Progress)
General Template Tags
bp_get_loggedin_user_nav()Uses the $bp->bp_nav global to render out the navigation within a BuddyPress install.
Each component adds to this navigation array within its […] -
modemlooper replied to the topic is_page() cannot identify a page that has buddypress activity assigned to it in the forum How-to & Troubleshooting 11 years, 8 months ago
There is also bp_is_activity_component()
-
modemlooper replied to the topic is_page() cannot identify a page that has buddypress activity assigned to it in the forum How-to & Troubleshooting 11 years, 8 months ago
-
modemlooper replied to the topic Mobile Buddypress Theme and process to redirect mobile user to different domain in the forum How-to & Troubleshooting 11 years, 8 months ago
You can do responsive but it’s not so easy with content such as profiles and forums. Because of social sites like Facebook, Twitter, Pinterest etc. users are expecting something dedicated and streamlined.
-
@modemlooper updated the Checking for Active Components in Plugins or Themes page, on the BuddyPress Codex 11 years, 8 months ago
BuddyPress plugins (and sometimes themes), in order to extend (or display the content of) BuddyPress components generally use their hooks, their functions, template tags or even template parts. In order to avoid […]
-
modemlooper replied to the topic is_page() cannot identify a page that has buddypress activity assigned to it in the forum How-to & Troubleshooting 11 years, 8 months ago
bp_is_page(‘activity’)
-
modemlooper replied to the topic in the forum How-to & Troubleshooting 11 years, 8 months ago
there are free and paid options that work well
-
modemlooper replied to the topic in the forum How-to & Troubleshooting 11 years, 8 months ago
You guys are missing the point. Facebook is it’s own service and thus created its own functionality. You can create your own media functionality. It should be up to site owners to decide what that is.
-
modemlooper replied to the topic Make some pages templates conditional on mobile or not in the forum Installing BuddyPress 11 years, 8 months ago
make sure its in functions.php if you place code elsewhere the the link to overriden_template has to be changed
-
modemlooper replied to the topic Make some pages templates conditional on mobile or not in the forum Installing BuddyPress 11 years, 8 months ago
the formatting on here sucks when you paste code so that might be issue if you cut and paste, i use that exact code on modemlooper.me so I know it works. Are you trying to make a buddypress template full width? […]
-
modemlooper replied to the topic What makes a WP user a BP member in the forum How-to & Troubleshooting 11 years, 8 months ago
When you use BuddyPress you use a special registration form.
buddypress/bp-themes/bp-default/registration/register.php
you can copy this file into your theme to create a custom registration […]
-
modemlooper replied to the topic Could anyone fix this code to count user posts? in the forum How-to & Troubleshooting 11 years, 8 months ago
These types of posts get replies if someone feels they want to help. They are not problems with BuddyPress core but customizations.
Your code example uses the activities loop which is not best way to find forum […]
- Load More
@modemlooper
Active 10 months ago