-
Marcella replied to the topic Forums on Member Pages in the forum How-to & Troubleshooting 9 years, 6 months ago
@danbp Thanks for reply.
Inside of members/single/index.php
There’s some logic to serve the correct template.
I notice at the line
‘elseif(bp_is_user_forums()) :`
This never actually runs… It’s not until the “// if nothing else sticks” fail safe the logic matches and the plugins template is loaded.
So two problems… How can I serve my own…[Read more]
-
Marcella replied to the topic Forums on Member Pages in the forum How-to & Troubleshooting 9 years, 6 months ago
Inside of members/single/index.php
There’s some logic to serve the correct template.
I notice at the line
‘elseif(bp_is_user_forums()) :`
This never actually runs… It’s not until the “// if nothing else sticks” fail safe the logic matches and the plugins template is loaded.
So two problems… How can I serve my own template, and inside that…[Read more]
-
Marcella started the topic Forums on Member Pages in the forum How-to & Troubleshooting 9 years, 6 months ago
I’m wondering what the current status of BBPress forums are.
I have latest BuddyPress, BBPress and WordPress setup here.
BBPress main forums accessible via site.com/forums
Group forums accessible via both group pages and BBPress main forums as I have this setting on.However on member profiles using
bp_get_displayed_user_nav()
to display the…[Read more] -
Marcella replied to the topic Activity AJAX not loading new content in the forum How-to & Troubleshooting 9 years, 6 months ago
I figured it out WITHOUT looking at buddypress.js (go me).
You need a container with an ID of BuddyPress for the data to be appended to. (heads to check buddypress.js)… Yes, yes it’s true.
-
Marcella replied to the topic Activity AJAX not loading new content in the forum How-to & Troubleshooting 9 years, 6 months ago
Anyone…?
-
Marcella replied to the topic Let's work together in the forum Requests & Feedback 9 years, 7 months ago
I suck on Twitter so bad.
-
Marcella replied to the topic Let's work together in the forum Requests & Feedback 9 years, 7 months ago
@henrywright the post on .org got closed, they say it’s too work like…
It was actually the nicest thread closure I’ve ever seen https://wordpress.org/support/topic/lets-work-together?replies=2#post-6872616 🙂
-
Marcella replied to the topic Let's work together in the forum Requests & Feedback 9 years, 7 months ago
I’ll give that a shout, haven’t been on the .org really. Good opportunity s’ppose. Thanks @henrywright
-
Marcella replied to the topic Where is the members page's search box source code? in the forum How-to & Troubleshooting 9 years, 7 months ago
-
Marcella replied to the topic Where is the members page's search box source code? in the forum How-to & Troubleshooting 9 years, 7 months ago
I think it’s in a core file somewhere, having looked into index.php (inside buddypress/templates/members/) now index-directory.php there’s no specific function call that I can see .
However you can build your own search form, just make sure you set the input name to be that of “s” and it should work. With AJAX you can look into buddypress.js to…[Read more]
-
Marcella started the topic Let's work together in the forum Requests & Feedback 9 years, 7 months ago
Anyone want to work together and create a really cool BuddyPress theme for open-source distribution or premium sales?
Would love to work with someone cool and awesome. Becomes a drag doing it alone all the time.
-
Marcella replied to the topic Activity AJAX not loading new content in the forum How-to & Troubleshooting 9 years, 7 months ago
Yeah, I checked. This no longer works at all
<div id="pag-bottom" class="pagination buddypress">
[Read more]
<div class="page-count" id="member-dir-count-bottom">
<?php bp_activity_pagination_count(); ?>
</div>
<div class="page-links" id="member-dir-pag-bottom">
<?php bp_activity_pagination_links(); ?>… -
Marcella replied to the topic Activity AJAX not loading new content in the forum How-to & Troubleshooting 9 years, 7 months ago
Bump*
-
Marcella replied to the topic Does buddypress require a theme to work? in the forum Installing BuddyPress 9 years, 7 months ago
Yeah, also make sure you have registration enabled in wp-admin/discussion I think.
-
Marcella started the topic Activity AJAX not loading new content in the forum How-to & Troubleshooting 9 years, 7 months ago
WordPress v 4.2
BuddyPress v 2.2.3.1Over written template files
theme
– buddypress
— activity
—— index-directory.php
—— post-form.php
—— entry.phpindex-driectory.php
`<div class=”activity” role=”main”>
<?php bp_get_template_part( ‘activity/activity-loop’ ); ?>
</div><!– .activity –>’entry.php
<li>All entry…
[Read more] -
Marcella replied to the topic My BuddyPress site: Showcase? in the forum Showcase 10 years, 1 month ago
@kris35 it’s up and running again, although nowhere near complete.
@henrywright thanks for the tutorial links, I’m using some right now to show a “minimum requirements” sort of deal.
-
Marcella replied to the topic My BuddyPress site: Showcase? in the forum Showcase 10 years, 1 month ago
Not sure when it will be ready, I’m integrating some bespoke functionality to link with BuddyPress and WordPress so it’s been taken down.
Also have to think about some sort of mobile / tablet situation as it never had one before.
I’ll come back here when it gets going again.
-
Marcella replied to the topic Integrating AJAX Activity Stream with custom markup in the forum Creating & Extending 10 years, 1 month ago
There’s no real reason, other than knowing exactly what my theme is doing and what it’s outputting in each scenario. I appreciate it’s a little idiosyncratic but it’s just how I do it.
If I do let buddypress.js by default, how would I make it sing nicely with this theme which is shrouded with custom markup?
Appreciate any help offered, @hnla thank you.
-
Marcella replied to the topic Integrating AJAX Activity Stream with custom markup in the forum Creating & Extending 10 years, 1 month ago
There’s no real reason, other than knowing exactly what my theme is doing and what it’s outputting in each scenario. I appreciate it’s a little idiosyncratic but it’s just how I do it.
If I do let buddypress.js by default, how would I make it sing nicely with this theme which is shrouded with custom markup?
Appreciate any help offered, thank you.
-
Marcella replied to the topic Integrating AJAX Activity Stream with custom markup in the forum Creating & Extending 10 years, 1 month ago
*bump*
- Load More
@marcella1981
Active 6 years, 2 months ago