-
Hugo Ashmore replied to the topic Buddypress pluggin ruined site in the forum Installing BuddyPress 10 years, 2 months ago
Never heard of BP destroying a site before. BP has evolved through many releases, tried and tested in many situations and setups and performs without causing such issues under normal WP installs.
If you want some help in determining what may have happened you will have to provide some actual detail and data.
Also a little word of advise if you…[Read more]
-
Hugo Ashmore replied to the topic Line breaks in profile fields descriptions not showing in the forum How-to & Troubleshooting 10 years, 2 months ago
In the intervening 10 days what have you actually tried though?
Stating I’ve tried a few executions isn’t very helpful as it tells us nothing about what exactly you have tried, or shows us code attempts that may have errors. Without knowing what you are trying it’s not possible to give any sort of useful help, as things stand given the code y…[Read more]
-
Hugo Ashmore replied to the topic How to decide who to report an issue to? in the forum Requests & Feedback 10 years, 2 months ago
Fixed your links for you, they do need text string to display.
Not really clear on why you thing this may be a BP issue or that others might say that. Thus far there is no real info to debug on.
You need to start some more basic testing such as disabling all plugins, changing themes, deactivating BP, enabling php error reporting etc; start to…[Read more]
-
Hugo Ashmore replied to the topic [Resolved] Remove member last active in the forum How-to & Troubleshooting 10 years, 2 months ago
Copy the template to your theme and then simply remove the markup and function call.
-
Hugo Ashmore replied to the topic [Resolved] Possible to pare BP "legacy" files and components on a FRESH install in the forum Installing BuddyPress 10 years, 2 months ago
If the core app need to maintain a backwards compatible path on things then it needs to and we are talking here about core files, the process of slowly and eventually removing such baggage is a job the core has to tackle over time, regardless this is mainly in terms of various functions that become deprecated in favour of new functions or classes…[Read more]
-
Hugo Ashmore replied to the topic wp_enqueue_script issue on activity page in the forum How-to & Troubleshooting 10 years, 2 months ago
@henrywright yep just blame me if asked 🙂
-
Hugo Ashmore replied to the topic wp_enqueue_script issue on activity page in the forum How-to & Troubleshooting 10 years, 2 months ago
@albert101 try henrywrights code but you may want to change:
add_action( 'wp_enqueue_scripts', 'my_dequeue_script', 100 );
to:
add_action( 'wp_print_scripts', 'my_dequeue_script', 100 );
The latter should work.
-
Hugo Ashmore replied to the topic wp_enqueue_script issue on activity page in the forum How-to & Troubleshooting 10 years, 2 months ago
@@shanebp @henrywright ah ok if that is the case then it perhaps ought to be mentioned, did wonder about the hook priority but seen other examples of ? de-registering in that manner but perhaps that would run on that hook – Sorry Henry might have got that wrong then.
-
Hugo Ashmore replied to the topic wp_enqueue_script issue on activity page in the forum How-to & Troubleshooting 10 years, 2 months ago
Thanks but I’ve done my share of updating docs today 🙂
-
Hugo Ashmore replied to the topic wp_enqueue_script issue on activity page in the forum How-to & Troubleshooting 10 years, 2 months ago
Should be hooked on ‘wp_enqueue_scripts’ though; the print_scripts and related hooks were deprecated back in 3.0 or thereabouts.
-
Hugo updated the Function Examples page, on the BuddyPress Codex 10 years, 2 months ago
This page provisionally groups existing function examples – ‘Codex Review’.
This section may well be replaced by PHPDocs so is in temporary suspension. -
Hugo Ashmore replied to the topic [Resolved] Possible to pare BP "legacy" files and components on a FRESH install in the forum Installing BuddyPress 10 years, 2 months ago
Why, remove what legacy files?
You do not want to be removing any files, especially never from core. Try to get past the word ‘Legacy’ ignore it’s inference as I think I’ve tried to explain in the past. The files under that folder are all the necessary template files, js, functions files for BP to function out of the box you can not remove any of…[Read more]
-
Hugo Ashmore replied to the topic fatal error upgrading in the forum How-to & Troubleshooting 10 years, 2 months ago
@adamt19 Please open a new topic on your problem, and provide detailed info on your setup and just what errors you are getting. The information you provide so far isn’t sufficient to be able to speculate on what is going wrong.
Closing this thread as it’s nearly three years old.
-
Hugo Ashmore replied to the topic [Resolved] Installing Buddy Press 404 error in the forum Installing BuddyPress 10 years, 2 months ago
You should really add a quick note on what resolved the issue for you so others that read the thread might benefit.
-
Hugo Ashmore replied to the topic The admin can see the private messages of the members in the forum How-to & Troubleshooting 10 years, 2 months ago
But it would be your effort wouldn’t it? or have you given a whole heap of people access to your DB, I do hope not.
I would suggest that the best way of looking at this is that messages are private only in the sense that they may not be publicly seen by others but that in order to run a site the owner/admin has to have access in full to all…[Read more]
-
Hugo Ashmore replied to the topic [Resolved] Re-install Buddypress Tables in the forum How-to & Troubleshooting 10 years, 2 months ago
Personally I would guess that not all option entries were found and removed.
If creating a localhost dev copy of the site is too awkward I would suggest creating a new DB, then tell wp-config to use that one and do a fresh install to see how things fair, or if prepared to manually edit the DB further do so by creating a DB copy in phpMyAdmin and…[Read more]
-
Hugo Ashmore replied to the topic Managing group creation in the forum Showcase 10 years, 2 months ago
There we go, a wealth of information!
-
Hugo Ashmore replied to the topic Managing group creation in the forum Showcase 10 years, 2 months ago
@xprt007 What else have you tried before asking this question here?
#1 would have been searching the forum archives for possible solutions from past threads (one of great benefits of forums are ever increasing db of information and help derived from questions & replies)
#2 would be to check the WP plugin repo searching one something like…[Read more]
-
Hugo Ashmore replied to the topic Cloudflare with buddypress in the forum Third Party Plugins 10 years, 2 months ago
????? You tell us!
How about explaining a little more about rocket loader for those who haven’t heard of it. -
Hugo Ashmore replied to the topic [Resolved] Group specific classes in activity stream posts in the forum Miscellaneous 10 years, 2 months ago
Why remove the class, not a lot of point really to have it on one screen and not another.
The approach you should take is using descendent selectors to target your rulesets specifically. We have in the past gone through the bp body classes with a fairly fine tooth comb to ensure that no screens lack some form of unique class, so in CSS you will…[Read more]
- Load More
@hnla
Active 6 years, 4 months ago