-
Hugo replied to the forum topic How to make first line of Drop down select box to be empty by default in the group How-To and Troubleshooting 13 years, 5 months ago
In testing quickly I find that trying to set a blank option as the first in the list of options returns an error (testing on 1.6) however if I set the blank option later in the list and then use the radio select […]
-
Hugo replied to the forum topic Deploying bettercodes.org framework on our site in the group Creating & Extending 13 years, 5 months ago
They provide too little by way of explanation of how their app works really, looking at it nothing suggests that you take anything and work it into another site – other than a licence note in footer that the […]
-
Hugo replied to the forum topic CSS bp problems in the group How-To and Troubleshooting 13 years, 5 months ago
yep π not to worry it’s done now
-
Hugo replied to the forum topic Need help with installing Buddypress trough teamviewer. in the group Creating & Extending 13 years, 5 months ago
In fact I have gone and checked for you and your theme has been covered on this post:
https://buddypress.org/community/groups/installing-buddypress/forum/topic/where-are-my-sub-menus/
This is the extent of […]
-
Hugo replied to the forum topic Need help with installing Buddypress trough teamviewer. in the group Creating & Extending 13 years, 5 months ago
and I donβt know how long it takes.
Then you can’t possibly place a remunerative value on the effort can you – certain ‘offers’ can be considered derisory and perhaps are better not made at all π
I’ll […]
-
Hugo replied to the forum topic CSS bp problems in the group How-To and Troubleshooting 13 years, 5 months ago
> paste in pastebin.com !! ?
-
Hugo replied to the forum topic Need help with installing Buddypress trough teamviewer. in the group Creating & Extending 13 years, 5 months ago
5 Euros??!! that’s about Β£4.00 or $6.5 do you really value coding so cheaply π that buys around 6 minutes of my time.
If you really desperately need to use this theme and you haven’t the time to learn to use […]
-
Hugo replied to the forum topic Profile full of links to 'members' for some reason in the group How-To and Troubleshooting 13 years, 5 months ago
does if you try this:
remove_filter( 'bp_get_the_profile_field_value', 'xprofile_filter_link_profile_data', 9, 2 );
-
Hugo replied to the forum topic Problem using bp_is_profile_edit() to enqueue script from functions.php in the group How-To and Troubleshooting 13 years, 5 months ago
All working then? we can mark thread as resolved if so.
-
Hugo replied to the forum topic Problem using bp_is_profile_edit() to enqueue script from functions.php in the group How-To and Troubleshooting 13 years, 5 months ago
this ought to work:
`
function enqueue_limit_char() {
if ( !is_admin() ) {
if( bp_is_profile_component() && ‘edit’ == bp_current_action() )
[…] -
Hugo replied to the forum topic Problem using bp_is_profile_edit() to enqueue script from functions.php in the group How-To and Troubleshooting 13 years, 5 months ago
That was more by way of saying that I needed to pass this through a hook of some description and used bp_init for the sake of it. I would have hoped that simply adding your function to wp_enqueue_scripts would […]
-
Hugo replied to the forum topic Problems getting the Register page to work in the group Installing BuddyPress 13 years, 5 months ago
The register form appears to be displaying when I visit the link?!
I’m afraid that you are asking theme specific questions and this support forum is really geared to buddypress itself and it’s default theme. […]
-
Hugo replied to the forum topic Problem using bp_is_profile_edit() to enqueue script from functions.php in the group How-To and Troubleshooting 13 years, 5 months ago
Try this:
if( bp_is_profile_component() && 'edit' == bp_current_action() )
To get that running from functions.php I had to add it to bp_init so you’ll need to play around with things.
-
Hugo replied to the forum topic do not have associated WordPress Pages in the group Installing BuddyPress 13 years, 5 months ago
The WP ‘Pages’ used to create the page views are just there to create the url path if you view one it’s intentionally empty – or am I missing the point of what you’re saying?
-
Hugo replied to the forum topic Customising CSS and appearance of buddypress within the template in the group Creating & Extending 13 years, 5 months ago
Are there any plugins out there that make this easier for novice-coders?
Not really you will just have to bite the bullet and learn to code a little, or, and if you’re running a a site that you hope to […]
-
Hugo replied to the forum topic Need data on BP database schema for private messaging in the group Requests & Feedback 13 years, 5 months ago
it shouldn’t match the sender it’s supposed to be the recipient id, and it is on my local databases, if I check messages_messages I have an id and user_id – the sender – if I check the message id in recipients […]
-
Hugo replied to the forum topic Nope… in the group BP User Profile Map 13 years, 5 months ago
@chouf1 you were right I did remove the class file from 1.3 and I had commented out the file call, so must have been playing around and uncommented and forget to re-comment or delete completely and committed that […]
-
Hugo replied to the forum topic Nope… in the group BP User Profile Map 13 years, 5 months ago
Apologies all, removed unused file but neglected to remove the call to the file in upm.php.
I’ve corrected this and slipped it in under 1.4 tag so a fresh download and install overwriting existing plugin […]
-
Hugo replied to the forum topic Missing file in 1.4 in the group BP User Profile Map 13 years, 5 months ago
It’s fixed and uploaded to 1.4 tag so it just requires a fresh download overwriting existing plugin – which thinking about it won’t trigger a new version to auto upgrade from dashboard π
Have to say for the […]
-
Hugo replied to the forum topic Missing file in 1.4 in the group BP User Profile Map 13 years, 5 months ago
@chouf1
Sorry missed this post.oops messed up there then π not sure how that file got removed (other than I removed it but forgot the corresponding caal for file), it’s not required so I’ll remove the […]
- Load More
@hnla
Active 7 years, 3 months ago