-
Hugo Ashmore replied to the topic [Resolved] How to delete users? in the forum How-to & Troubleshooting 12 years, 3 months ago
Users belong to WP, try going to user list in backend and deleting from there, however BP does provide a delete link in the WP adminbar.
-
Hugo Ashmore replied to the topic Verified accounts? in the forum Creating & Extending 12 years, 3 months ago
@modemlooper Clearly given up on the English language as well are no longer for sell
” no longer for sails ” and you probably meant ” after a donut-ation
-
Hugo Ashmore replied to the topic Avatar crop issue in the forum How-to & Troubleshooting 12 years, 3 months ago
It will be something like:
$ chown domainuser:domainuser /whateverfolder/but you need root access via shell , be in the directory above one needing changing or specify full path /var/home/… and possible a switch to specify to do change recursively on sub-directories, so don’t try the above without checking a tutorial first.
Do some googling…[Read more]
-
Hugo Ashmore replied to the topic Converting Buddypress 1.8 to Bootstrap in the forum Creating & Extending 12 years, 3 months ago
I was under the impression the theme would be open source and as a result I would make a derivative work and provide credit where due – of course I will investigate this fully. Although it appears to be a direct derivative of the BP theme itself.
Not sure what theme you are referring to but not getting into debate over GPL while essentially i…[Read more]
-
Hugo Ashmore replied to the topic Converting Buddypress 1.8 to Bootstrap in the forum Creating & Extending 12 years, 3 months ago
No don’t mix files/templates from bp-default into your child /buddypress/, theme conpat templates and older bp-default templates have different structures. The point about theme compatibility is that the templates are template parts not full templates in their own right and inject their content into the WP function the_content() if you examine one…[Read more]
-
Hugo Ashmore replied to the topic How to Easily Add Icons Next to BP Username in the forum How-to & Troubleshooting 12 years, 3 months ago
and how do you know or identify who the selected member is?
To do this you would need some means of testing a member for a condition and then based on that condition ‘true’ adding a class token to their listing or ‘a’ tag then you can use a ruleset to add a background image to the anchor or whatever element preferred.
If your not comfortable…[Read more]
-
Hugo Ashmore replied to the topic Converting Buddypress 1.8 to Bootstrap in the forum Creating & Extending 12 years, 3 months ago
@jtm21
Yes essentially that would be fine, bearing in mind you might lose or have to account for any styles that were in place to deal with js frills.Generally now you can or should be using BP in theme compat mode as it offers more options now as well as ability to keep templates and assets neatly under /buddypress/ or /community/ adding…[Read more]
-
Hugo Ashmore replied to the topic Converting Buddypress 1.8 to Bootstrap in the forum Creating & Extending 12 years, 3 months ago
We ran through an exercise in unbinding many of the jQuery selectors from elements so that scripting was tied to classes rather than specific markup structure to allow for re-factoring of markup, so you ought to be able to structure markup as you wish but just pay close attention to IDs & Classes which must be preserved.
-
Hugo Ashmore replied to the topic Uploading Error! in the forum How-to & Troubleshooting 12 years, 3 months ago
Please contact your host this is a server issue not BP one, also check the WP codex for guides on correct file perms & ownership (correct user/group perms are the issue here)
And do not change any file to 777 ‘world writeable’ it’s extremely unsafe and unnecessary.
-
Hugo Ashmore replied to the topic How to make my theme work with buddypress 1.8 in the forum Installing BuddyPress 12 years, 3 months ago
It’s important to understand that this is a theme issue, not BP’s issue, as of 1.7 BP re-factored how it worked to a huge degree and added theme compatibility, designed to allow BP content to work seamlessly in any WP theme providing the theme followed basic WP template practises -it’s a real shame so many don’t!
They replied and said the…
-
Hugo Ashmore replied to the topic Forums (BP and bb) in the forum Installing BuddyPress 12 years, 3 months ago
Yes old. There are codex docs that do guide on using bbPress with BP or migrating older bp group forums to bbPress standalone plugin, jut have another hunt through them.
-
Hugo Ashmore replied to the topic Unable to create new user – Usernames can contain only letters, etc. in the forum How-to & Troubleshooting 12 years, 3 months ago
Able to register DarthVader fine!
Are you trying to register DarthVader. or , ?
-
Hugo Ashmore replied to the topic [Resolved] BuddyPress custom templates and default pages in the forum How-to & Troubleshooting 12 years, 3 months ago
No the whole point of the bundled styles is not to lend any particular visual styles over and above basic layout stuff otherwise it would have never been possible to implement BP theme compatibility, these styles have to slot into any theme, themes we have no way of predicting in terms of their own visual style. it is up to you to add whatever…[Read more]
-
Hugo Ashmore replied to the topic Changing Single Group Page Layout in the forum How-to & Troubleshooting 12 years, 3 months ago
The codex is your friend, please check for guides there first.
This page ought to explain your templating options, you should be able to work out how to manage a modified layout from this:
https://codex.buddypress.org/developer/theme-development/template-hierarchy/ -
Hugo Ashmore replied to the topic Edit Buddypress Registration Page Template in the forum How-to & Troubleshooting 12 years, 3 months ago
?
You can use a file named buddypress.php this will be used ahead of page.php if found, you can edit that as much as you’d like.
In BP 1.8 we have extended this to be far more flexible to use component names or actions, etc.
You perhaps needed to read this page or perhaps you did and just haven’t…[Read more]
-
Hugo Ashmore replied to the topic Edit Buddypress Registration Page Template in the forum How-to & Troubleshooting 12 years, 3 months ago
Please read the codex documentation, there are guides there on the theme compatibility and template hierarchy – first port of call should always be the docs.
-
Hugo Ashmore replied to the topic Sitewide Forum statistics in the forum How-to & Troubleshooting 12 years, 3 months ago
This is buddypress support, question is probably better served on bbPress support really.
-
Hugo Ashmore replied to the topic [Resolved] members index-directory.php in the forum Installing BuddyPress 12 years, 3 months ago
Edit:
Sigh it’s been fixed in trunk already, so it will be included in next point release of BP.
-
Hugo Ashmore replied to the topic [Resolved] members index-directory.php in the forum Installing BuddyPress 12 years, 3 months ago
Confirmed!
Minor bug or typo in the implementation of the hierarchy with directory incorrectly pointing to /single/
If your comfortable editing files you could edit core file bp-members-screens.php and change the highlighted line at approx 333:public function directory_template_hierarchy( $templates ) {[Read more]
// Setup our templates based on… -
Hugo Ashmore replied to the topic The page refreshes when I comment. Help! in the forum How-to & Troubleshooting 12 years, 4 months ago
I think your first priority ought to be establishing and verifying a good backup strategy don’t you? try Vaultpress.
and he is done now with developing the website and now I found some problems
Then he isn’t done is he? I never understand statements like this, you have what sound like fairly severe issues, if I handed off a development I would…[Read more]
- Load More
@hnla
Active 7 years, 4 months ago