-
ARHistoryHub posted on the forum topic Just launched a beta of my buddypress site – Thoughts? in the group Miscellaneous: 13 years, 4 months ago
Thanks @n0ise. Yes, the activity and directory filters is a WP 3.2 thing. I think I’ve figured it out – I had fooled around with the directory template tag files and changed “Search anything…” to something else – which for some reason broke sorting, but not the search function. It’s fixed now. I couldn’t figure out […]
-
ARHistoryHub posted on the forum topic members directory pagination and "order by" not working. in the group How-To and Troubleshooting: 13 years, 4 months ago
Seems that Roger nailed it. Having had this problem months and months ago, I simply reverted the offending section of code back to the original and it fixed it. Not sure what change exactly set it off, but with all the customizations and messing about I had been doing, it could have been lots of […]
-
ARHistoryHub posted on the forum topic Just launched a beta of my buddypress site – Thoughts? in the group Miscellaneous: 13 years, 4 months ago
Yeah, it’s not too tough. I’m it would be easy to write a plugin for this, but not being a developer myself, I’ve no idea how to. Perhaps this could be my first?!
-
ARHistoryHub posted on the forum topic Just launched a beta of my buddypress site – Thoughts? in the group Miscellaneous: 13 years, 4 months ago
Assuming you’re already loading jQuery in your header with something like this
just add the following before the
tag…
jQuery(document).ready(function(){ jQuery('#object-nav a, #subnav a').live('click', function(e){ e.preventDefault(); var link = jQuery(this).attr('href'); jQuery('#nav-ajax').html(' Loading'); jQuery('#nav-ajax').load(link+'…
[Read more] -
ARHistoryHub posted on the forum topic Just launched a beta of my buddypress site – Thoughts? in the group Miscellaneous: 13 years, 4 months ago
I’m actually joshDjenks on Twitter – no account set up yet for the Hub. I’m not terribly active either. Kudos on the BP Labs plugin btw! Quick admin got me thinking about other ways to streamline navigation and reduce page calls. The biggest time saver in my mind would be adding ajax to the item […]
-
ARHistoryHub started the forum topic Just launched a beta of my buddypress site – Thoughts? in the group Miscellaneous: 13 years, 4 months ago
So as the topic title indicates, I just launched a public beta of my buddypress project. Arkansas History Hub – http://www.arhistoryhub.com/ – it’s a resource websites for Arkansas teachers who teach the Arkansas studies frameworks – K-12. I started months ago working with the BuddyBase theme as a framework and it has grown and changed […]
-
ARHistoryHub posted on the forum topic Intergrating Bp Album+ into Buddypress. in the group How-To and Troubleshooting: 13 years, 6 months ago
plugins/bp-album/includes/templates/album/pictures.php , I think?
-
ARHistoryHub posted on the forum topic Help with login and signup in the group How-To and Troubleshooting: 13 years, 6 months ago
I’ll try to help a little…. 1. Buddypress by default sends an email to user for activation. Your theme may not be pulling the
and all the code thereafter. Check to see if switching to buddypress default fixes that. 2. Yes you can create your own login page. The easiest was is using a […]
-
ARHistoryHub posted on the forum topic Profile pages in the group How-To and Troubleshooting: 13 years, 6 months ago
While I’m far from the most knowledgeable BuddyPress guy, that seems like it would be difficult to do even for the most skilled of developers.
-
ARHistoryHub posted on the forum topic Admin Bar is missing / dissapeared in the group How-To and Troubleshooting: 13 years, 6 months ago
I know, what hosting company are you using?! That’s bonkers.
-
ARHistoryHub posted on the forum topic Subnav menu customization in the group How-To and Troubleshooting: 13 years, 6 months ago
Again!!! Some jQuery/AJAX action would keep us from doing this.
-
ARHistoryHub posted on the forum topic Subnav menu customization in the group How-To and Troubleshooting: 13 years, 6 months ago
Boom, posted same time. No problem @berndw !
-
ARHistoryHub posted on the forum topic Subnav menu customization in the group How-To and Troubleshooting: 13 years, 6 months ago
Are you using Buddypress 1.2.8? I think Kaltura only comes with the plugin BuddyPress Media Component. If you have that installed you could just disable it. Photo and Video are not default Buddypress component, I’m pretty sure they’re coming from a third party plugin.
-
ARHistoryHub posted on the forum topic Grab Forum and Group Title in Theme in the group Creating & Extending: 13 years, 6 months ago
Here’s how the topic is added to the page title
function bp_forums_add_forum_topic_to_page_title( $title ) { global $bp; if ( $bp->current_action == 'forum' && $bp->action_variables == 'topic' ) { if ( bp_has_forum_topic_posts() ) { $title .= ' | ' . bp_get_the_topic_title(); } } return $title; } add_filter( 'bp_page_title',…
[Read more] -
ARHistoryHub posted on the forum topic Subnav menu customization in the group How-To and Troubleshooting: 13 years, 6 months ago
Okay, I gotcha. In order to place pages before the default buddypress menu tabs, you need to modify your theme’s header.php file. Look for some code that looks like this
and paste it just after code that looks something like this
<div id="header"><a href="" title=" "> </a>
Now your pages will appear before your buddypress menu items.… -
ARHistoryHub posted on the forum topic Display description under label in profile fields? in the group How-To and Troubleshooting: 13 years, 6 months ago
1. Go to members/single/profile/edit.php in your theme.
2. Find and delete this line
3. Paste thisafter each instance of this line
.
And it’s a similar sort of process for the register.php – found in the registration folder in your theme.
Sloppy, but oh well. -
ARHistoryHub posted on the forum topic help with ads pleases in the group How-To and Troubleshooting: 13 years, 6 months ago
This will probably be the fix you’re looking for – https://wordpress.org/extend/plugins/buddypress-sidebar/.
-
ARHistoryHub posted on the forum topic Subnav menu customization in the group How-To and Troubleshooting: 13 years, 6 months ago
There are a bunch of different ways to achieve this – but perhaps the easiest would be to install the Exclude Links from Navigation plugin. In the default WP Dashboard write screen, you can assign page orders / parents in the page attributes panel (just below the publish panel). And once the exclude from navigation […]
-
ARHistoryHub posted on the forum topic help with ads pleases in the group How-To and Troubleshooting: 13 years, 6 months ago
@dubsel Are you using the BuddyPress sidebar plugin? Or perhaps widget logic? If using those plugins still don’t allow you place widgets where you want on the specific pages you want, you could always roll up your sleeves and do some customization with your buddypress theme and what it calls for the sidebar on specific page […]
-
ARHistoryHub posted a new activity comment 13 years, 6 months ago
I think they’re (Paul, JJJ) working on it. I’m sure it will be back up in no time. Of course all the plugins are still available through the wordpress.org directory.
- Load More
@arhistoryhub
Not recently active