-
Roger Coathup posted on the forum topic not support jquery append Function? in the group How-To and Troubleshooting: 14 years, 1 month ago
it should be including jQuery v1.4.2 fully.
If you have a problem with append, it’s probably the way you are using it. It’s impossible to tell though unless you post more information about your configuration, javascript and error message.
-
Roger Coathup posted an update 14 years, 1 month ago
@DJPaul Hi Paul, your doc on the Codex re: the template pack is a little out of synch with the templates: in the templates sidebar is outside the container div, in the doc you have it inside the container.
-
Roger Coathup posted on the forum topic Slugs in the group Miscellaneous: 14 years, 1 month ago
if you are just changing text:
https://codex.buddypress.org/buddypress-site-administration/customizing-labels-messages-and-urls/
-
Roger Coathup posted on the forum topic Dusplicate buttons on the members list? in the group How-To and Troubleshooting: 14 years, 1 month ago
have a search on this forum… it’s a known issue… there are several threads with the solution
-
Roger Coathup posted on the forum topic Slugs in the group Miscellaneous: 14 years, 1 month ago
Which theme are you using? Does it work OK if you switch to the bp-default theme? Are you sure your theme has been written to make use of the slugs?
-
Roger Coathup posted on the forum topic Links to '/username/' redirect to home page in the group How-To and Troubleshooting: 14 years, 1 month ago
could it be because the BP_DEFAULT_COMPONENT doesn’t exist…. what is ‘updates’?
Delete your define for the default component – does it work now?
-
Roger Coathup posted on the forum topic Links to '/username/' redirect to home page in the group How-To and Troubleshooting: 14 years, 1 month ago
Have you done the basic first steps – deactivating your plugins, and switching to the bp-default theme – does the problem still persist in this case?
-
Roger Coathup posted on the forum topic Users are not receiving mail on registration in the group How-To and Troubleshooting: 14 years, 1 month ago
search these forums, this is discussed lots of times.
Can your site send standard WordPress admin emails, e.g. if you create a new user in the admin panel, does it send an email to you as site admin?
If not, you need to configure your WordPress mail correctly, before proceeding with BuddyPress
-
Roger Coathup posted on the forum topic Question about admin panel appearance edit. in the group Creating & Extending: 14 years, 1 month ago
That sounds like a general WordPress question – have you looked in the general WordPress Codex documentation?
I don’t know anyone who uses those wp-admin screens to edit files. For large scale development, you should really be working on a local copy in an editing environment before publishing to your server.
-
Roger Coathup posted on the forum topic I guess this fits in the misc. forum in the group Miscellaneous: 14 years, 1 month ago
You are probably best to find a suitable WordPress theme, and then use the BP template pack to make it compatible with BuddyPress.
Have a Google for WordPress Magazine themes
-
Roger Coathup posted on the forum topic Am I going mad or are there now avatars next to posts in the Activity stream? in the group How-To and Troubleshooting: 14 years, 1 month ago
@r-a-y : p.s. I do agree with you on a number of things here – yes: new features as theme options (opt-ins, not outs), and yes: it’s probably part of a wider jigsaw – a well developed Codex would have helped, as would a much clearer / better signposted buddypress.org (invitations to test 1.2. and how […]
-
Roger Coathup posted on the forum topic Am I going mad or are there now avatars next to posts in the Activity stream? in the group How-To and Troubleshooting: 14 years, 1 month ago
I do hope you’re wrong re: 2010! We have two clients for whom the layout / content of the activity stream is absolutely critical – we’ve been through many many design revisions (down to the pixel level!) to get it right for them. These things are important. WP also gives a clear warning over functions […]
-
Roger Coathup posted a new activity comment 14 years, 1 month ago
You need to post these requests as a thread on the support forums
-
Roger Coathup posted on the forum topic Am I going mad or are there now avatars next to posts in the Activity stream? in the group How-To and Troubleshooting: 14 years, 1 month ago
@r-a-y – sure, we can get rid of them with some additional work on sites in development, but what about the installed sites – who’s going to schedule, manage and pay for their modifications? As you know, BuddyPress has real world 3rd party implementations – it’s not just in the realm of coders, who only maintain […]
-
Roger Coathup posted on the forum topic Am I going mad or are there now avatars next to posts in the Activity stream? in the group How-To and Troubleshooting: 14 years, 1 month ago
@chouf1 – It’s a baffling decision by the core team – I don’t know why they thought it was reasonable to break the design of every child theme that’s been based on the bp-default parent. bp-default was not a standalone theme, it was a parent to hundreds of child themes. There was a responsibility to keep […]
-
Roger Coathup started the forum topic bp_activity_content_body() : recent site wide posts (solved) in the group How-To and Troubleshooting: 14 years, 1 month ago
I want to implement an enhanced version of recent site wide posts. I want to be able to exclude certain blogs (such as blog id 1), and also retrieve a thumbnail image for each post. The BuddyPress built in widget (recent site wide posts) uses the activities loop to fetch post information (in particular the call bp_activity_content_body () […]
-
Roger Coathup posted on the forum topic bp_activity_content_body() : recent site wide posts (solved) in the group How-To and Troubleshooting: 14 years, 1 month ago
We just went with a loop like this:
'new_blog_post', 'max' => 20); ?>
@boonebgorges has talked about adding ‘exclude’ parameters to some of the loop functions, which could make this much neater – I don’t know the progress / state of that […] -
Roger Coathup posted on the forum topic RSS activity feed is blank (solved) in the group How-To and Troubleshooting: 14 years, 1 month ago
hats off to @Chouf1 – a. for solving it, and b. for ‘tagging’ the thread as solved – we should all get into that discipline (although a button to do it automatically would be nicer)
-
Roger Coathup posted on the forum topic Buddypress 1.2.6 adds extra padding-top in the group How-To and Troubleshooting: 14 years, 1 month ago
ok… two solutions: 1. the nasty hacky – adding define (‘BP_DISABLE_ADMIN_BAR’, TRUE) in our theme’s functions.php Why nasty hacky: well it inserts inline CSS into our footer to hide the adminbar and remove the padding; that’s nastiest enough in itself, but it also uses !important to override anything we actually want to do – even nastier. […]
-
Roger Coathup posted on the forum topic Buddypress 1.2.6 adds extra padding-top in the group How-To and Troubleshooting: 14 years, 1 month ago
@hnla – posting simultaneously !
- Load More
@rogercoathup
Active 4 years, 7 months ago