-
Shmoo replied to the topic Member Video Gallery in the forum How-to & Troubleshooting 10 years, 10 months ago
I think you can use the default Xprofile fields for this.
Just add a new tab ‘video’s’ and another tab called ‘photo’s’ and let them copy-/paste links to YouTube-/Flickr and others inside a multi-line text input field. ( Xprofile )
I believe the WordPress Embed service will auto complete those links into embedded video’s and images.
If not –>…[Read more]
-
Shmoo started the topic Why does the activity menu have a relationship with selected menu item? in the forum How-to & Troubleshooting 10 years, 10 months ago
Just curious..
Why the red part gets checked before the filter select menu can work ?
I’ve changed my menu a bit but for some reason the filter doesn’t work anymore and I’ve got the feeling I’m very close to the problem.
My new menu:
[Read more]
<nav class="item-list-tabs no-ajax nav-centered">
<ul class="button-group activity-type-tabs">
<li… -
Shmoo commented on the post, 2014 BuddyPress Survey, on the site BuddyPress.org 10 years, 10 months ago
Done!
Thanks..
-
Shmoo replied to the topic Buddypress seems to be for programmers not for beginners in the forum Requests & Feedback 10 years, 10 months ago
They’ve made it more easy to use over the years.
If you look at where BuddyPress was years ago and where they are right now it’s a huge step forward to WordPress like coding.
Will they ever become as easy as WordPress, no I don’t think so, simply because there are only a few people looking after the code of BuddyPress and bbPress.WordPress has…[Read more]
-
Shmoo replied to the topic Buddypress register page not there! in the forum How-to & Troubleshooting 10 years, 10 months ago
Have you tried to hit the button Save Permalinks settings again?
Maybe that will help.
Also look at the Pages section if you don’t have any pages in the trash – maybe an older ‘register page’ is still active in the trash.
-
Shmoo started the topic messages: notices-loop breaks the inbox and sentbox loop in the forum How-to & Troubleshooting 10 years, 10 months ago
I’ve made a few screenshots of my raw site to show what I’m trying to create.
Left side I have the inbox and sentbox loop that you can toggle by some JS Tabs. Both inbox and sentbox will be shown on the ‘inbox page’ only the sentbox is a hidden tab by default.
On the right side I have made my “content” div where I’m trying to show all other…[Read more]
-
Shmoo replied to the topic avatar width doesn't apply in the forum How-to & Troubleshooting 10 years, 10 months ago
I’ve tried all themes but they all stay with a default 15px avatar.
I always look at the source to show what values are given in the HTML.
And I’m working on a clean WP 3.8 and BuddyPress 1.9.1 system no other plugins or features are active.It’s strange..
But 15px will do for now, maybe in the future I’ll digg into it a little deeper, thanks. -
Shmoo replied to the topic Dogsuniverse.dk – heavily customized WordPress/Buddypress site in the forum Showcase 10 years, 10 months ago
Very nice!
Lots of work went into this.. Cool.
-
Shmoo replied to the topic avatar width doesn't apply in the forum How-to & Troubleshooting 10 years, 10 months ago
No not really, the only places where I’ve changed the avatar sizes is inside BP page templates like this,
[Read more]
<?php bp_the_thread_message_sender_avatar( 'type=thumb&width=64&height=64' ); ?>
....
<?php bp_loggedin_user_avatar( 'type=thumb&height=64&width=64' ); ?>
....
<?php bp_member_avatar( 'height=192&width=192' ); ?>
....
<?php… -
Shmoo replied to the topic avatar width doesn't apply in the forum How-to & Troubleshooting 10 years, 10 months ago
Nope I’ve used a remove filter to hide the autocompletefb.min.css and build my custom styles inside my default stylesheet.
I’ve looked at the code on the site and inline on the image tag it also says width 15 height 15 class=avatar-15
Looks like the value is just not communicating with the function.
-
Shmoo replied to the topic avatar width doesn't apply in the forum How-to & Troubleshooting 10 years, 10 months ago
I know, I was just testing to make sure it wasn’t my custom code that caused the problem.
But even with type = full and size changes it doesn’t work like it should be. 🙁
-
Shmoo started the topic avatar width doesn't apply in the forum How-to & Troubleshooting 10 years, 10 months ago
This code is part of bp-messages-tample.php and it handles the Users list inside the send-to autocomplete pop-up ( compose msg )
But if you change ‘width’ => 15 to ‘width’ => 32 is doesn’t apply and just keeps giving 15px avatar width front-end.
[Read more]
function bp_message_get_recipient_tabs() {
$recipients = explode( ' ',… -
Shmoo started the topic minor autocomplete problem? in the forum How-to & Troubleshooting 10 years, 10 months ago
Just noticed this,
When you Hover over the users-list inside the autocomplete pop-up at the messages / compose page everything works just fine but when you use the keyboard keys to navigate up and down it removes all classes from the list items.
The list classes:
[Read more]
.ac_event { = even items }
.ac_odd { = odd items }
--
.ac_over { = hover… -
Shmoo replied to the topic How to cut inside bp_current_action switch ? in the forum How-to & Troubleshooting 10 years, 10 months ago
I think I’ve got it..
<div class="three columns">
<?php bp_get_template_part( 'members/single/messages/messages-loop' ); ?>
</div><div class="five columns">
<div class="msg-content-wrap">
<?php
switch ( bp_current_action() ) :// Single Message View
case 'view' :
bp_get_template_part( 'members/single/messages/single'…[Read more] -
Shmoo started the topic How to cut inside bp_current_action switch ? in the forum How-to & Troubleshooting 10 years, 10 months ago
I’ve got this problem where I would like to alter the layout of the messages pages.
My mission is to have the inbox and sendbox loop always active on each page inside the sidebar of the messages pages. This isn’t really a real WP sidebar but I just spilled the messages template into two parts and called the left side sidebar. So everything stays…[Read more]
-
Shmoo replied to the topic How to change the validation message? in the forum Installing BuddyPress 10 years, 11 months ago
What I did is I changed the form + validation stuff inside the template files to customize my own forms and validation process.
First of all I didn’t like the default validation process that BuddyPress is using where you have to push Submit and then the script checkes if every field is filled correctly, if not it pushes a text_message into the…[Read more]
-
Shmoo started the topic Curious if this is correct php for showing X to Z people. in the forum How-to & Troubleshooting 10 years, 11 months ago
I’ve made a custom Notification Loop inside the header of my site that should of course only be visible for logged-in users + only the notifications-list of the current loggedin_user_id.
This is what I made, first I check if user_is_logged in -> if TRUE start the has_notifications Loop of the user_id => loggedin_user_id.
Everything seems to work…[Read more]
-
Shmoo replied to the topic Real Dynamic Menu's in the forum Ideas 10 years, 11 months ago
Cool 🙂
-
Shmoo started the topic Real Dynamic Menu's in the forum Ideas 10 years, 11 months ago
Based on this discussion.
https://buddypress.org/support/topic/dynamic-menu-links/Wouldn’t it be nice if there was some sort of overwrite to all BuddyPress menu’s.
I mean those menu’s at the top of the Activity, Groups, Members and Profile pages, wouldn’t it be cool if they showed up on the WordPress Dashboard underneath Appearance > Menu.
Maybe…[Read more] -
Shmoo replied to the topic 2.0 top features – ideas in the forum Ideas 10 years, 11 months ago
Better customisation options of the activity stream: ie to be able to define a set of “or” filters for content type, and who. So (with plugin support) I can define a feed to include things from “me or friends or followers” showing “topics and topic replies and posts and new users” (and ideally be able to have a permalink to this with no other fl…
- Load More
@macpresss
Active 6 years, 12 months ago