-
nit3watch posted on the forum topic The Groups Loop – per_page optional in the group Creating & Extending: 15 years, 2 months ago
thank you Ill try it out
-
nit3watch posted on the forum topic The Groups Loop – per_page optional in the group Creating & Extending: 15 years, 2 months ago
@r-a-y, is this not maybe a bug or something as Iv’e tried various approaches and cant come right?
-
nit3watch posted on the forum topic BuddyPress Default 1.2.5.2 running on MAMP Pro/Snow Leopard in the group Installing BuddyPress: 15 years, 2 months ago
Here’s a good tut I always refer back to: http://www.adobe.com/devnet/dreamweaver/articles/setting_up_php.html
It says for dreamweaver, but just follow up till the end of the xampp/mampp installation.
Edit: here’s the one I was looking for soz: http://www.adobe.com/devnet/dreamweaver/articles/setting_up_php_03.html
-
nit3watch posted on the forum topic BuddyPress Spam in the group How-To and Troubleshooting: 15 years, 2 months ago
@thelandman maybe build in something like this, https://wordpress.org/extend/plugins/shockingly-big-ie6-warning/
I read about the plugin in one of my smashing mag books, somewhere.. But they really recommend it. It advises the user to try a different browser if they cant upgrade ie6 due to using windows 2000
-
nit3watch posted on the forum topic How to force identical username and profile name? in the group How-To and Troubleshooting: 15 years, 2 months ago
There’s a plugin for this already, try searching the plugins next time.
https://buddypress.org/community/groups/buddypress-usernames-only/ -
nit3watch posted on the forum topic changing the tab order on BuddyPress Default 1.2.5.2 in the group Creating & Extending: 15 years, 2 months ago
np gl
-
nit3watch posted on the forum topic changing the tab order on BuddyPress Default 1.2.5.2 in the group Creating & Extending: 15 years, 2 months ago
If you edit bp-default, when you upgrade buddypress you will lose work done on bp-default.
Twenty ten is the wordpress default theme.
How to build a child theme: https://codex.buddypress.org/how-to-guides/building-a-buddypress-child-theme/
-
nit3watch posted on the forum topic Adding more fields to groups in the group How-To and Troubleshooting: 15 years, 2 months ago
try this out: http://pastebin.com/LLK9emtd
Save the code as gfield in your plugins folder and activate it. It adds a additional field to step1 of group creationChange Trading hours to what ever you want
-
nit3watch posted on the forum topic changing the tab order on BuddyPress Default 1.2.5.2 in the group Creating & Extending: 15 years, 2 months ago
Ye was just giving it as a reference, thanks techguy for making it clearer
-
nit3watch posted on the forum topic Simple question, Im guessing there is a very easy answer! in the group How-To and Troubleshooting: 15 years, 2 months ago
past your code at http://pastebin.com then past the link here cause it wont show
-
nit3watch posted on the forum topic Simple question, Im guessing there is a very easy answer! in the group How-To and Troubleshooting: 15 years, 2 months ago
@markhahnel mark, you want to put “header right?” in the header? if so just insert somehting like http://pastebin.com/U8L0YmbG or you can style it with heading tags like h3.
-
nit3watch posted on the forum topic The Groups Loop – per_page optional in the group Creating & Extending: 15 years, 2 months ago
K got some1 else, anton, to confirm that it doesn’t work. would try play around with the changing the default pagination limit of 20 but that would be in the core I take it..
-
nit3watch posted a new activity comment 15 years, 2 months ago
meh, k thanks
-
nit3watch posted an update 15 years, 2 months ago
@dnopejohnn2 @DJPaul who should we report bots to?
-
nit3watch posted an update 15 years, 2 months ago
@antonrsa could you please try this and see if it works:
in your groups-loop in your theme or bp-default..
Find this bit near the top of the file:
if ( bp_has_groups( bp_ajax_querystring( ‘groups’ ) ) )And change it to something like:
if ( bp_has_groups( bp_ajax_querystring( ‘groups’ . ‘&per_page=5′ ) ) )it should limit the number of g…[Read more]
-
nit3watch posted on the forum topic One simple change to BP that would make it significantly more usable. in the group Requests & Feedback: 15 years, 2 months ago
using po-edit makes it relatively easy and also the edit group slug plug-in. Also I think in most cases you would still have to change the wording ( “someone created the group soccer” to “someone created the sport soccer” would still need to be changed..) , having to use find and replace anyway.
-
nit3watch posted on the forum topic changing the tab order on BuddyPress Default 1.2.5.2 in the group Creating & Extending: 15 years, 2 months ago
Try editing in header.php in your theme. If you look at bp-default theme>header.php, on line 46+ you can see the menu tabs, just re-arrange them to suit your needs.
-
nit3watch posted an update 15 years, 2 months ago
@newn13 ask questions here: https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/
-
nit3watch posted a new activity comment 15 years, 2 months ago
ye must I send the plugin to you?
-
nit3watch posted on the forum topic BP running on localhost MAMP Pro in the group Installing BuddyPress: 15 years, 2 months ago
if you have firefox and firebug set up, try right click>inspect-element on the ‘?’ and see where it points to
- Load More
@nit3watch
Active 2 years, 9 months ago
any of the forum admins