-
Roger Coathup posted on the forum topic Bug in a member's personal activity stream? in the group How-To and Troubleshooting: 14 years, 1 month ago
It’s highly unlikely that it’s a bug in the activity stream – hundreds / thousands of sites run the BuddyPress activity stream without problem. It’s almost certainly something wrong in your bespoke theme / bp-custom.php file. Have you changed the theme since the second person carried out their activity? Does it show in the main […]
-
Roger Coathup posted on the forum topic Inconsistent translation in the group How-To and Troubleshooting: 14 years, 1 month ago
No… that line goes in your wp-config.php (as I said above). It doesn’t go in your template. Are you using a different set of templates when someone is logged in? Post the code used to create your header.php, and a screenshot of logged in vs. non-logged in. Without that, it is hard to give further […]
-
Roger Coathup posted on the forum topic Language translation without manipulating code in the database in the group How-To and Troubleshooting: 14 years, 1 month ago
@hnla – DUPLICATE
this is the same as the thread that you started yesterday: https://buddypress.org/community/groups/localization/forum/topic/language-translation-without-manipulating-code-in-the-database/
-
Roger Coathup posted on the forum topic Javascript error with wp-fb autocnnect in the group Creating & Extending: 14 years, 1 month ago
This question would be better directed to the plugin developer (it’s not really a BuddyPress question)… they should be able to tell you what elements you need to have defined in your theme.
Note: We use wp-fb-autoconnect on one of our bespoke BuddyPress sites without problem.
-
Roger Coathup posted on the forum topic Individual page for user profile in the group Creating & Extending: 14 years, 1 month ago
If you want to display profile information in the sidebar, you should write your own custom profile loop – the following page gives you an introduction:
-
Roger Coathup posted on the forum topic Inconsistent translation in the group How-To and Troubleshooting: 14 years, 1 month ago
Did you follow the instructions on this page: https://pl.buddypress.org/home/ ? You may also want to make sure you have the language specified in your wp-config: ` /** * WordPress Localized Language, defaults to English. * * Change this to localize WordPress. A corresponding MO file for the chosen * language must be installed to wp-content/languages. […]
-
Roger Coathup posted on the forum topic Where to add a custom js in the code? in the group Creating & Extending: 14 years, 1 month ago
and, yes… you can write any php you like. Have a look through some of the includes in the default theme files (and also the use of locate_template )
-
Roger Coathup posted on the forum topic Does the Activity Post-Form work everywhere Multisite? in the group How-To and Troubleshooting: 14 years, 1 month ago
We quite happily have a post form sitting in the header on every page in one of our sites. Not sure how this extends out to multisite, but don’t expect it would be a problem with secondary sites in subfolders. I don’t know if subdomains introduce any cross domain issues.
-
Roger Coathup posted on the forum topic Is the WP post to site tag incompatible with buddypress? in the group How-To and Troubleshooting: 14 years, 1 month ago
Check this review by Sarah Polly Plummer Gooding: http://wpmu.org/8-wordpress-plugins-that-enable-posting-and-editing-from-the-front-end/
-
Roger Coathup posted on the forum topic Make Activity Stream Show Only Yourself and Friend's Activity in the group How-To and Troubleshooting: 14 years, 1 month ago
Take a look at this page for details on writing your own custom activity loop – paying particular attention to the scope and filter options: https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-activity-stream-loop/
-
Roger Coathup posted on the forum topic I found a code snippet that works for ’calling profile info’ but … in the group How-To and Troubleshooting: 14 years, 1 month ago
I’ve given you the function you need to get the current logged in user’s ID – you should use this in your call to bp_has_profile to initialise your profile loop for the correct user.
This is what you asked for in your help request.
The rest is fairly simple PHP programming
-
Roger Coathup posted on the forum topic I found a code snippet that works for ’calling profile info’ but … in the group How-To and Troubleshooting: 14 years, 1 month ago
bp_loggedin_user_id()
It’s listed in the template tags section of the documentation on here. That should be the first place you look for bp functions.
-
Roger Coathup posted on the forum topic BP components no show in secondary blogs in the group How-To and Troubleshooting: 14 years, 1 month ago
Yes, you are right with your second assumption – they would typically click back to the main site through the little icon in the wp admin bar top right, or through a custom nav menu that you put in the secondary blogs. It is better to use 2010 or other theme for the secondary blogs. […]
-
Roger Coathup posted on the forum topic The BuddyPress of My Website Looks COMPLETELY Different in Firefox! WHY?! in the group How-To and Troubleshooting: 14 years, 1 month ago
This is almost certainly an issue with your CSS, and nothing to do with BuddyPress itself. Have you tried examining your layout in your web inspector in firefox (install firebug to do this). Have you got CSS settings that only apply to Mozilla engines or webkit engines? Have you got JavaScript disabled on firefox? Your […]
-
Roger Coathup posted on the forum topic Profound love beautiful love in the group Requests & Feedback: 14 years, 1 month ago
-
Roger Coathup posted on the forum topic Beginners Questions in the group Creating & Extending: 14 years, 1 month ago
@whitbyglennk There are very few premium themes built specifically for BuddyPress – although you can enhance existing WordPress themes. I’ve seen some great looking bespoke BuddyPress sites, but I haven’t seen a generic BuddyPress theme with a design and layout that blows you away. The difference between BuddyPress and WordPress is the number of…[Read more]
-
Roger Coathup posted on the forum topic Activity Stream Commenting on Blog/Forum Posts in the group Requests & Feedback: 14 years, 1 month ago
Or, even better… an admin panel setting
-
Roger Coathup posted on the forum topic Which is best to use with BuddyPress: WordPress or WordPressMU in the group Creating & Extending: 14 years, 1 month ago
@dlabbe – if you want to get an answer to your question, it would be better to post it separately and not hijack an unrelated thread
You should also not expect an answer within just 2 hours… This is a voluntary forum. Allow at least 24 hours before bumping your post
-
Roger Coathup posted on the forum topic Beginners Questions in the group Creating & Extending: 14 years, 1 month ago
Each blog can have it’s own theme. Site admin can determine which themes are installed and available to the bloggers.
Sites like h-mag, hello eco living and alike are bespoke developments.. They are not ‘off the shelf’ themes
-
Roger Coathup posted on the forum topic Multiple registration pages in the group How-To and Troubleshooting: 14 years, 1 month ago
@dorothysulzmann – No short cuts on jQuery – but it’s quite straightforward to setup a simple script like you’ll need: their site is good and full of useful examples: http://jquery.com/ show() and hide() are basic jQuery – and there are plenty of animation options you can apply. Also, take a look in the WordPress codex re: […]
- Load More
@rogercoathup
Active 4 years, 7 months ago