-
hnla posted on the forum topic test in the group Creating & Extending: 15 years, 5 months ago
@imjscn Jenny there is a test BP site if you need to test things out – also these sites are not necessarily a good test bed as they can contain much customization which may colour results. The issue sounds to be with BBPress and as such doubtful whether BP developers would look into it specifically especially […]
-
hnla posted on the forum topic Buddypress installed on Windows Server in the group How-To and Troubleshooting: 15 years, 5 months ago
You really should search before posting, rather than have us do it 😉 this is most likely a mod_rewrite / .htaccess issue o in this instance on a windows server a lack of mod_rewrite. It is a question that crops up many times, try this link for some info and follow it’s links as well. […]
-
hnla posted on the forum topic Integrating Facebook Connect with buddypress default theme in the group Creating & Extending: 15 years, 5 months ago
Have you tried to install it? Are there specific issues that have arisen? There is some issue at present with this plugin whereby the original author is, I think. in dispute with another that he claims has copied his code and released thus the download for the original hasn’t been available, so not sure what […]
-
hnla posted on the forum topic Change "Group" to something else in the group How-To and Troubleshooting: 15 years, 5 months ago
@nit3watch wp-config is not a file that gets overwritten otherwise everyones site would go down every time one upgraded 😉 Adding Constants to wp-config is an method set out in the codex as is bp-custom, not that I like adding bp stuff to wp-config particularly. @PiManIII you should always check the documentation and do a quick search […]
-
hnla posted on the forum topic Profile stats and location in profile page like buddypress.org in the group How-To and Troubleshooting: 15 years, 5 months ago
@pcwriter go for it, it’s there to be used if it suits the purpose. – API keys were always a pain 🙂 @leguis08 Glad it works. @gunju2221 It is very possibly a custom theme issue, a custom theme will have to have ensured that the correct action hooks exist in pages as the main maps are fed through […]
-
hnla posted on the forum topic Getting Buddypress Functions in to Custom Theme in the group How-To and Troubleshooting: 15 years, 5 months ago
It’s a child theme if the style.css or primary stylesheet that must live in theme root has ‘Template: bp-default’ sitting amongst the other details at the top, not sure how things work with these template pack conversions as I don’t use it, either creating a child theme from scratch or full theme. I’m guessing everything […]
-
hnla joined the group BP User Profile Map 15 years, 5 months ago
-
hnla posted on the forum topic Getting Buddypress Functions in to Custom Theme in the group How-To and Troubleshooting: 15 years, 5 months ago
You do not need to do anything or at least shouldn’t. A child theme inherits everything from the parent until the point that you copy a file over to the child theme, however certain files are called regardless functions.php and the global.js files are called regardless. To start with do not do anything with your […]
-
Hugo Ashmore posted an update 15 years, 5 months ago
@DJPaul Paul how does one get control of ones own plugin group, is there something omitted from the readme.txt that triggers ownership – at the moment https://buddypress.org/community/groups/bp-user-profile-map/ is listed as Andy P
-
hnla posted on the forum topic Getting Buddypress Functions in to Custom Theme in the group How-To and Troubleshooting: 15 years, 5 months ago
Unless there is good reason you shouldn’t need to worry about functions.php or at least you can create your own functions.php in your theme root and in that add your own unique functions. It’s as Michael says earlier don’t copy any of the default functions, if you have created a child theme correctly you will […]
-
hnla posted on the forum topic Getting Buddypress Functions in to Custom Theme in the group How-To and Troubleshooting: 15 years, 5 months ago
You shouldn’t need to copy over anything from bp-default functions.php as that will cause a ‘cannot re-declare’ error notice. it sounds as though you have separated yourself from bp-default including the javascript files, it’s probably best to run a child that still references the functions and javascript files just copy over any folders and if […]
-
hnla posted on the forum topic Profile stats and location in profile page like buddypress.org in the group How-To and Troubleshooting: 15 years, 5 months ago
I have finished a basic little plugin that allows you to add the google map to profile pages via the various action hooks available along with a widget for placing map in custom areas. Just waiting on svn repo access to upload plugin.
-
hnla posted on the forum topic Profile stats and location in profile page like buddypress.org in the group How-To and Troubleshooting: 15 years, 5 months ago
When I get the chance I’ll try and wrap it as a plugin – in the meantime there was a plugin being written by travel_junkie that may suit, not sure how far that’s come in development.
-
hnla posted on the forum topic Add filters to if ( bp_has_activities( bp_ajax_querystring( activity )) ) in the group How-To and Troubleshooting: 15 years, 5 months ago
This very same question was asked in another thread that I responded to yesterday, I’ll look for a link to it.
Quick search often comes up trumps
-
hnla posted on the forum topic PHP code if I didn't use widgets in the group How-To and Troubleshooting: 15 years, 5 months ago
Good starting point would be the BP codex and custom loops:
https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-members-loop/
-
hnla posted on the forum topic How to block ip when visiting /register ? [SPAM] in the group How-To and Troubleshooting: 15 years, 5 months ago
And do any of these bots respect and observe robots.txt file? in which case id them from your server stats and block that url although that should be blocked already really.
You could go the Apache Allow/Deny directive in .htaccess?
-
hnla posted on the forum topic How to limit activity items for per page? in the group How-To and Troubleshooting: 15 years, 5 months ago
The function and filter is overkill really you can add to the query string but concatenating the parameter :
bp_has_activities( bp_ajax_querystring( ‘activity’ ) . ‘per_page=10’ ) -
Hugo Ashmore posted a new activity comment 15 years, 5 months ago
Snippy remarks like that don’t help 😛
-
Hugo Ashmore posted an update 15 years, 5 months ago
@boonebgorges your empowering bad behavior and attitude I was responding to that post 😉 now it will be overlooked
- Load More
@hnla
Active 7 years, 9 months ago