-
hnla posted on the forum topic Zenko theme and Buddy Press – compatibility in the group Creating & Extending: 14 years, 3 months ago
Have you installed the BP template pack and modified the BP files to match your themes markup?
Best place to start is to read over this guide:
https://codex.buddypress.org/theme-development/bp-template-pack-walkthrough-level-easy-2/ -
hnla posted on the forum topic Network Activated BP Plugins Selective Disable in the group How-To and Troubleshooting: 14 years, 3 months ago
This is more an aspect of WP rather than BP and there are plugin managers available that allow you to control the availability of plugins to multi site blogs
-
hnla posted on the forum topic restrict profile views in the group How-To and Troubleshooting: 14 years, 3 months ago
Firstly searching the site will possibly throw up past threads on the subject, try: ‘private profile’ Or you could check how certain aspects of bp work that only kick in when the user has logged in ( look in sidebar.php for examples of logic that checks if a user is logged in) using that logic […]
-
hnla posted on the forum topic Theming User Profile / blog post page. in the group How-To and Troubleshooting: 14 years, 3 months ago
Silly question perhaps but you have set your theme as a child of BP?
-
hnla posted on the forum topic re-word 'what's new' in the group How-To and Troubleshooting: 14 years, 3 months ago
@pinhit You have effectively asked this question twice, please try and keep to one thread .
-
hnla posted on the forum topic re-word 'what's new' in the group How-To and Troubleshooting: 14 years, 3 months ago
If it’s your site and you have access to the relevant files then change the strings at the file level, it’s not strictly the way to do it but you have a point and editing a language file for one word is a PITA. Running all text strings through the internationalisation functions means that the […]
-
hnla started the forum topic Custom pages and 1.3 in the group Creating & Extending: 14 years, 3 months ago
I’m puzzling what the point of the custom pages are in 1.3 or whether something has changed I’m unaware of. I had a page set up for directory forums – labeled ‘all group forums’ – this I set with a parent ‘groups’ which was a parent of a page called ‘community’ more a test than […]
-
hnla posted on the forum topic Custom pages and 1.3 in the group Creating & Extending: 14 years, 3 months ago
Closing topic: ticket raised https://buddypress.trac.wordpress.org/ticket/3305
-
hnla posted on the forum topic Hotmail always seems to put my activation emails in spam. I don't appear on any blacklists. Anything in the group How-To and Troubleshooting: 14 years, 3 months ago
Ask your host to ensure your domain has a RDNS record for the server
-
hnla posted on the forum topic Hotmail always seems to put my activation emails in spam. I don't appear on any blacklists. Anything in the group How-To and Troubleshooting: 14 years, 3 months ago
I’ve mentioned this quite a few times on this support forum, if you want to get emails through to the more annoying of the email services out there you must ensure you have a RDNS entry PTA record and also an SPF entry for you domain hotmail is failing to be able to check these […]
-
hnla posted on the forum topic support forum in the group How-To and Troubleshooting: 14 years, 3 months ago
It’s using the new bbPress plugin, you will need to grab a copy from the bbPress site and install alongside your BP install – it is in beta stage at the moment though, although not for much longer?
-
hnla posted on the forum topic Where is the Create a Group Button? in the group How-To and Troubleshooting: 14 years, 3 months ago
If you check through all the options for groups as admin you will find settings to manage all aspects of a group. Not sure I understand the second question, you should be able to login from the sidebar which will return you to the front or home page. If you are still using a custom […]
-
hnla posted on the forum topic Full install in the group How-To and Troubleshooting: 14 years, 3 months ago
This is a duplicate post – closing thread, please continue in:
-
hnla posted on the forum topic Can't create any Groups or topics! in the group BuddyPress Restrict Group Creation: 14 years, 3 months ago
How have you managed to install this plugin? Have you edited it to work with WP 3.1, if that is you are using latest version of WP. This plugin states on it’s group page that it isn’t supported and in fact will not work with 3.1. As Boone says this plugin does not change the […]
-
hnla posted on the forum topic Calling Loop in custom Page template? in the group How-To and Troubleshooting: 14 years, 3 months ago
It would help if you showed what you had attempted rather than link to a guide for WP templates, then someone will be able to spot where you are going wrong, also tell us what loop you are trying to query and output.
-
hnla posted on the forum topic Admin only Create a Group in the group How-To and Troubleshooting: 14 years, 3 months ago
@mercime I got buddypress-member-profile-stats updated to work with 3.1 and almost had restrict-group-creation working but I think some BP functions/hooks must have changed for 1.3 as it’s proving harder to kick into action.
-
hnla posted on the forum topic Admin only Create a Group in the group How-To and Troubleshooting: 14 years, 3 months ago
Have a search through the plugins listings, there’s a plugin that will set admin only group create. ‘Restrict Group Creation’ by nuprn1 edit// forget this I haven’t got it fully working As this is a useful utility plugin have updated it to work with WP 3.1 as the author no longer supports it but need […]
-
hnla posted on the forum topic Removing sidebar in forum page in the group How-To and Troubleshooting: 14 years, 3 months ago
You could try:
ID, 'ghostpool_layout', true) == "Full Width" || bp_is_forum_component() && bp_is_directory() )
You might need to play around with the order of those queries though and I’m not sure what that custom conditional is working on so can’t be sure that is all that is required, does it wrap the sidebar call? The […] -
hnla posted on the forum topic Welcome back! in the group How-To and Troubleshooting: 14 years, 3 months ago
That’s just some bare character data ‘welcome back’ would need to be a string echoed e.g echo ‘Welcome Back’;
But why don’t you just add the text to sidebar?
-
hnla posted on the forum topic Help With Install- Very Little Tech Knowledge in the group Installing BuddyPress: 14 years, 3 months ago
You need both template pack and BP, but template pack is only required if you have an existing theme you want to make BP compatible. There are a couple of guides to setting up the template pack in the BP codex. If I were you though I would run with the BP-default theme. As much […]
- Load More
@hnla
Active 7 years, 3 months ago