-
Hugo replied to the forum topic Group forum edit topic or reply doesn't do it in the group How-To and Troubleshooting 13 years ago
Basically everything is as new as it can be. but not ‘stable’ necessarily don’t treat a trunk development as something that is to be developed on develop to the latest stable release.
-
Hugo replied to the forum topic BP Extended Profiles Fields Question in the group Creating & Extending 13 years ago
If you look at the xprofile creation page in dashboard you’ll see it says “Fields in the “Base” group will appear on the signup page.” thus if you create a new group and fields those will only appear on the […]
-
Hugo Ashmore replied to the topic Parts of buddypress content being cut off early in the forum How-to & Troubleshooting 13 years ago
It’s because you have both a stated width and margins on the list ul:
div.item-list-tabs ul {
width: 100%;
}
ul {
list-style: circle outside none;
margin: 0 0 1.75em 2.8em;
padding: 0;
}
In the standard box model you can’t state width:100% and padding /margin/border as that becomes 100% + some.
With overflow: hidden on the parent element your…[Read more]
-
Hugo replied to the forum topic Parts of buddypress content being cut off early in the group How-To and Troubleshooting 13 years ago
It’s because you have both a stated width and margins on the list ul:
`
div.item-list-tabs ul {
width: 100%;
}
ul {
list-style: circle outside none;
margin: 0 0 1.75em 2.8em;
padding: […] -
Hugo replied to the forum topic Users cannot create new groups in the group How-To and Troubleshooting 13 years ago
🙂 glad we could help
-
Hugo replied to the forum topic See all public groups in member panel ? in the group How-To and Troubleshooting 13 years ago
In your profile/account screens you are only meant to see groups you are a member of, people are meant to go to the groups directory to see a full list of groups to which they can join up to.
-
Hugo replied to the forum topic Buddypress is loading wp-header() twice and wp-footer() doesn't look loaded properly in the group How-To and Troubleshooting 13 years ago
‘header’ does not generally call header a second time. Duplicate code shouldn’t be an issue, the point of’-buddypress’ suffix is so you can call different versions of a header file – header.php or […]
-
Hugo replied to the forum topic Editor files in the group How-To and Troubleshooting 13 years ago
Overload the files in your theme then you should be able to edit them – make copy of bbpress folder and copy into it any files you want to edit.
-
Hugo replied to the forum topic What are friend connections and how do I build them up? in the group How-To and Troubleshooting 13 years ago
Have you got any other users on your install? when there are other users on the site you can navigate to members dir list or their profile and request to become their ‘friend’ they then have the choice of […]
-
Hugo replied to the forum topic Group forums working yet not working in the group How-To and Troubleshooting 13 years ago
This is a three year old thread! Please post your question as a new topic not tagged on to one so out of date.
-
Hugo replied to the forum topic BuddyPress Conditional Profile Fields available now? in the group Requests & Feedback 13 years ago
It’s not exactly the easiest thing to implement the core devs have their work cut out with present dev requirements; this would be something that one of the community would need to run up and submit as a patch for perusal.
-
Hugo replied to the forum topic Foolishly deleted pages in the group How-To and Troubleshooting 13 years ago
That’s more a question for bbPress support really.
-
Hugo replied to the forum topic Foolishly deleted pages in the group How-To and Troubleshooting 13 years ago
To activate your new BP account 🙂
-
Hugo replied to the forum topic SocialTheme – what do you think? in the group Gallery 13 years ago
You may want to run the validator over the markup and clear up some of the errors.
-
Hugo replied to the forum topic Foolishly deleted pages in the group How-To and Troubleshooting 13 years ago
well you didn’t delete them deleting doesn’t delete it puts the items in the trash but preserves their slugs/ID’s so if you create a new page with same name it has to be appended with a number to identify it. […]
-
Hugo replied to the forum topic Foolishly deleted pages in the group How-To and Troubleshooting 13 years ago
BP at this moment requires pages created to serve as place holders for the major components, these pages are simply blank pages with just a title. If you have deleted them then you must re-create them, the same […]
-
Hugo replied to the forum topic Buddypress fixing alignment issues in the group How-To and Troubleshooting 13 years ago
Have a read through the compatibility steps again as they are quite detailed.
Essentially you have things back to front, it’s not the BP markup you are looking for (#container doesn’t actually appear in index […]
-
Hugo replied to the forum topic Message wireframes in the group BP-Default 13 years, 1 month ago
We seem to be drifting back to themeing and features, rather than the intended purpose of coming to an agreed notion of the best way to present basic BP content out of the box to any theme that tries to run and […]
-
Hugo replied to the forum topic remove items wake morning in the group How-To and Troubleshooting 13 years, 1 month ago
@newpress Please don’t make these sorts of posts, this is spam and we do not need it re-focussed on. Both Paul and I have asked you previously to improve your behaviour on this forum, please observe these […]
-
Hugo replied to the forum topic How do I get rid of the page error at the top of the screen please in the group How-To and Troubleshooting 13 years, 1 month ago
Mind the language please.
Mercime has pointed you to a guide what issue are you still having?
You must have a blank page (title only) created i.e ‘members’ then when you go back to BP settings ‘pages’ […]
- Load More
@hnla
Active 7 years, 3 months ago