-
nsbrown started the topic Create a plugin from the members widget in the forum Creating & Extending 11 years, 4 months ago
Hey, I want to modify the members widget by adding additional markup etc. I really want to avoid changing the plugin core, I’d rather take the code and make a plugin or place the code in something like functions.php or bp-custom.php to over write it.
Can anyone point me in the right direction or explain how I can do this?
-
nsbrown started the topic Site wide status update in the forum Creating & Extending 11 years, 4 months ago
Hope you guys can help, I’m trying to add the status update on all pages, right now it only displays in the members area.
Anyone know how to do this?
-
nsbrown replied to the topic Unable to overwrite activity directory in the forum Creating & Extending 11 years, 5 months ago
I’ve had to another route, I’m trying to add a logged in users nav into all pages, I can do this by adding this code to my page template:
<div class=”left-nav”>
<?php bp_get_displayed_user_nav(); ?>
<?php do_action( ‘bp_get_options_nav’ ); ?>
</div>But all the links then rendered are relative it doesn’t work, is there a way of making this…[Read more]
-
nsbrown started the topic Unable to overwrite activity directory in the forum Creating & Extending 11 years, 5 months ago
I’m busy creating my theme and although I’m getting some success with some of it I’m hitting a wall with the activity area.
I have followed the child theme process by adding the directory to my theme eg /my_theme/buddypress/members/single/home.php I modified the markup and it worked fine, but when I try and perform the same edit with the activity…[Read more]
-
nsbrown replied to the topic [Resolved] Page templates in the forum Creating & Extending 11 years, 5 months ago
I managed to fix this, basically the page template needs to be in your buddypress directory inside your theme. /your_theme/buddypress/page.php
-
nsbrown started the topic [Resolved] Page templates in the forum Creating & Extending 11 years, 5 months ago
Hey, I’m having an issue assigning a custom page template to the Buddypress page (eg Groups).
It keeps taking the standard page.php even after I select the custom page template in the page.
Anyone else getting this?
-
nsbrown started the topic Plugin for profile rank in the forum Creating & Extending 11 years, 6 months ago
Does anyone know of a plugin for ranking profiles.
I have this gym site which I have a community of people who compete against each other, I’d like the ability for them to put their results in and the plugin ranks them from 1 to whatever.
If anyone has seen something like this please shoot me a link!
-
64 replied to the forum topic Check if BP is installed in the group Creating & Extending 12 years, 6 months ago
It’s a theme, I just thought a plugin might have this code, I will try place that in the header.php
Cheers
-
64 started the forum topic Check if BP is installed in the group Creating & Extending 12 years, 6 months ago
Hi
Is there any code I can use to check if BP is installed, I’m sure there’s something for plugins.
Cheers
-
64 joined the group Creating & Extending 12 years, 6 months ago
-
64 replied to the forum topic Override Buddypress AVATAR function in theme in the group How-To and Troubleshooting 12 years, 8 months ago
I see, thanks for the info guys!
-
64 replied to the forum topic Override Buddypress AVATAR function in theme in the group How-To and Troubleshooting 12 years, 8 months ago
If I create a bp-custom.php in my theme directory will it work then??
-
64 replied to the forum topic Override Buddypress AVATAR function in theme in the group How-To and Troubleshooting 12 years, 8 months ago
I need it in my theme though, so when I distribute it the file will reset the original function
-
64 replied to the forum topic Override Buddypress AVATAR function in theme in the group How-To and Troubleshooting 12 years, 8 months ago
Tried pasting the function int my themes functions.php but no joy, hm..
-
64 replied to the forum topic Override Buddypress AVATAR function in theme in the group How-To and Troubleshooting 12 years, 8 months ago
Ok I will have a go, I’ll post back my results, cheers!
-
64 replied to the forum topic Override Buddypress AVATAR function in theme in the group How-To and Troubleshooting 12 years, 8 months ago
Thats how I’ve worked it in the example, but I have to go into plugins/buddypress/ directory to edit that, I want to know if I can copy those parameters over to my functions.php and overwrite the core buddypress […]
-
64 replied to the forum topic Override Buddypress AVATAR function in theme in the group How-To and Troubleshooting 12 years, 8 months ago
It defines the sizes of the avatars, large and medium, I’ve set medium to be slightly larger than the original. But I don’t like modifying the core.
@64tees
Active 4 years, 4 months ago