-
modemlooper posted on the forum topic Error with forum atachments in the group BuddyPress Mobile: 14 years, 11 months ago
This doesn’t work with every plugin but may in the next version.
-
modemlooper posted on the forum topic I need a tutorial of Citizen Kane Theme in the group How-To and Troubleshooting: 14 years, 11 months ago
You are missing some CSS. This is the theme that’s in the WP repo. http://tempsg.com I notice that a plugin is adding @jQuery more than once and this theme is using jQuery to add CSS. Try disabling plugins. Having jquery load more than once can break javascript. Might be the site wide activity widget.
-
modemlooper posted on the forum topic Default theme with widgetized home page in the group Third Party Components & Plugins: 14 years, 11 months ago
Yes, waiting on the next BP release and then I’ll update the theme in the WP repo. Right now, child themes are getting rejected becasuse the bp-default theme is not meeting WP theme standards.
-
modemlooper posted on the forum topic How to block ip when visiting /register ? [SPAM] in the group How-To and Troubleshooting: 14 years, 11 months ago
Need a solution that blocks any ip that reaches URL/register The only visits to this URL are spam bots trying to sign up.
-
modemlooper posted on the forum topic How to block ip when visiting /register ? [SPAM] in the group How-To and Troubleshooting: 14 years, 11 months ago
The real issue is bots know the URL because its standard and will not help the hundreds of hits per hour wasting resources. It’s not a matter of blocking sign ups it’s blocking server hits.
-
modemlooper posted on the forum topic How to block ip when visiting /register ? [SPAM] in the group How-To and Troubleshooting: 14 years, 11 months ago
For the time being I used this in .htaccess. Would like a way to auto ban.
Redirect /register http://www.google.com
-
modemlooper posted on the forum topic Navigation bar URL changes not working in the group How-To and Troubleshooting: 14 years, 11 months ago
The define codes only change the URL not the title in the tabs.
-
modemlooper started the forum topic How to block ip when visiting /register ? [SPAM] in the group How-To and Troubleshooting: 14 years, 11 months ago
Over 50% of the traffic to my BP sites are from bots accessing /register when I’ve changed the slug to create-account. This is causing over charges on my hosting. What’s the best way to set up a system where anyone who visits that URL is automatically block by ip?
-
modemlooper posted on the forum topic [Not resolved] Sidebars left and right in a fluid theme in the group Creating & Extending: 14 years, 12 months ago
Have you tried one of the grid frameworks? I’ve used 960 fluid.
-
modemlooper posted on the forum topic Making BuddyPress ready Themes in the group Installing BuddyPress: 14 years, 12 months ago
I wouldn’t use the template pack. I’d create my own framework with the bp files inside or call them via a child theme. There isn’t a right or wrong way but the template pack is really for someone who isn’t capable of coding and a quick start to adding BP to an existing WordPress. If […]
-
modemlooper posted on the forum topic Buddy press menu in the group Creating & Extending: 14 years, 12 months ago
Create a file called bp-custom.php, put that file in your plugins folder and add all your functions to customize BuddyPress in this file.
https://codex.buddypress.org/extending-buddypress/changing-internal-configuration-settings/
It says to use wp-config but don’t. Use bp-custom file then you wont ever loose the settings
-
modemlooper posted on the forum topic A sneaky peek at Bitsy – a lovely new BP site in the group Gallery: 14 years, 12 months ago
Looks good, love the color scheme.
-
modemlooper posted on the forum topic BuddyPress Share It button live in the group Third Party Components & Plugins: 14 years, 12 months ago
what version of BuddyPress?
The share button is on the activity stream but the javascript is not working.
-
@modemlooper replied to the forum topic Where is BP-Default??? in the group BP-Default 14 years, 12 months ago
wp-content/plugins/buddypress/bp-themes/bp-default
But you should never touch these files and instead create a child theme. Click codex above and then there is a how to in creating child themes
-
modemlooper posted on the forum topic Best Plugin for dropdown menus? in the group Requests & Feedback: 15 years ago
Why wait? I think it could be tossed in easily with a if has nav and use the old li links as an else. It’s not like it’s some crazy functionality, it’s built into wordpress and added with minimal fuss. If it’s not in 1.2.7 I’ll write a tut. 🙂 1.3 probably won’t be around […]
-
modemlooper posted on the forum topic BuddyPress Share It button live in the group Third Party Components & Plugins: 15 years ago
It should show on the main BP blog. Is the share button showing on activity stream items?
-
modemlooper posted on the forum topic Best Plugin for dropdown menus? in the group Requests & Feedback: 15 years ago
1.2.7 which is coming soon.
-
modemlooper posted on the forum topic Permalinks – which structure to use and how to redirect from default? in the group Installing BuddyPress: 15 years ago
/%post_name%
Is the shortest. You really just need to choose something besides the default for BP links to work.
-
modemlooper posted on the forum topic Best Plugin for dropdown menus? in the group Requests & Feedback: 15 years ago
Drop downs are coming to BP-default theme soon. you might want to wait instead of using a plugin.
-
modemlooper posted on the forum topic How to @mention form used on buddypress user profile? in the group Creating & Extending: 15 years ago
It’s custom and there was a tutorial awhile back that did something similar http://buddydev.com/buddypress/using-activity-as-wire-in-buddypress-1-2-themes/
- Load More
@modemlooper
Active 3 months, 2 weeks ago