-
Tammie Lister replied to the forum topic Wireframe collections in the group BP-Default 12 years, 3 months ago
-
Tammie Lister replied to the forum topic Wireframe collections in the group BP-Default 12 years, 3 months ago
-
Tammie Lister replied to the forum topic Wireframe collections in the group BP-Default 12 years, 3 months ago
@ubernaut: I am referring to the large space you have in the profile header – it’s basically what there is now.
I think what got ‘vetoed’ was more the drag and drop of widgets/sections. What I took <a href='https://buddypress.org/community/members/mercime/' […]
-
Tammie Lister replied to the forum topic Wireframe collections in the group BP-Default 12 years, 3 months ago
Great work all.
@ubernaut: I do think perhaps we’ve still got the old problem with your layout of too much space for profile on the now normal larger theme sizes. I don’t feel the profile area should be […]
-
Tammie Lister replied to the forum topic BP Ajax and Javascript? in the group How-To and Troubleshooting 12 years, 3 months ago
I ‘may’ not have the right end of the stick with what you are looking to do but this:
`wp_enqueue_script( ‘dtheme-ajax-js’, get_template_directory_uri() . ‘/_inc/global.js’, array( ‘jquery’ ), […]
-
Tammie Lister replied to the forum topic Wireframe collections in the group BP-Default 12 years, 3 months ago
Lummy lots moved on in a different direction to the original post here 🙂
@hnla : This post was created to collect the wireframes for discussion. If there was the ability to create new groups I most certainly […]
-
Tammie Lister replied to the forum topic Replacing activity feed Comments Favorite and Delete text links with images (buttons) in the group How-To and Troubleshooting 12 years, 3 months ago
The ‘non template’ approach would be to add an image to the CSS using a background setting then you can use the size / display settings to fix that:
a.fav{
background:whatever;
}You may need to do a […]
-
Tammie Lister replied to the forum topic Wireframe collections in the group BP-Default 12 years, 3 months ago
@FIQ at the starting stage every opinion is valid. If you have any ideas on how you think things should be you are also welcome to add your opinion along with anyone else.
I in part agree with what you say […]
-
Tammie Lister replied to the forum topic Wireframe collections in the group BP-Default 12 years, 3 months ago
I’m a little confused by some of those boxes. Can you explain what Memberships ordered by most members would mean? It’s not currently an option in filtering unless I’m mistaken?
-
Tammie Lister replied to the forum topic Wireframe collections in the group BP-Default 12 years, 3 months ago
@rogercoathup – one suggestion I have put forward and will be working on as a wireframe suggestion is the activity streams having a function you can set to display in different formats. This makes things easier […]
-
Tammie Lister replied to the forum topic BP Capability in the group Installing BuddyPress 12 years, 3 months ago
Just to clarify, what is the official FLL theme? If you meant the BuddyPress Default them you do not need to add BuddyPress capability – it comes with it.
-
Tammie Lister replied to the forum topic How is it that BuddyPress has no provision for member photo galleries in the group How-To and Troubleshooting 12 years, 3 months ago
To my mind things like that kind of functionality are actually plugin territory and there is a solution here: http://code.google.com/p/buddypress-media/ – be worth checking out.
-
Tammie Lister replied to the forum topic New update Registration issue in the group Installing BuddyPress 12 years, 3 months ago
My first though is have you updated all your plugins and theme (if there are new updates) to go with your BuddyPress install.
Secondly, have you re-saved both your permlinks and settings under BuddyPress – […]
-
Tammie Lister replied to the forum topic BuddyPress ecommerce plugins in the group How-To and Troubleshooting 12 years, 3 months ago
When you say ‘BuddyPress’ the logins that people use are WordPress so if that’s all you want them to be able to do you are fairly open to solutions that work on WordPress. However, are you looking for more […]
-
Tammie Lister started the forum topic Wireframe collections in the group BP-Default 12 years, 3 months ago
I’m starting this topic to collect all wireframes for this week then move onto bpdevel those wireframes for conversation.
-
Tammie Lister replied to the forum topic Problem with Friending function BP 1.6.1 in the group How-To and Troubleshooting 12 years, 3 months ago
Do you have a link to your site – be worth checking to see if a scripting issue?
-
Tammie Lister replied to the forum topic After each upgrade my child theme is deactivated and I lose all widgets from my sidebars. in the group How-To and Troubleshooting 12 years, 3 months ago
When you say ‘each update’ do you mean of the theme or of BuddyPress?
-
Tammie Lister replied to the forum topic How to get activity plus to show up in mobile phone in the group How-To and Troubleshooting 12 years, 3 months ago
If I could just ask a few questions to narrow this down please.
Do you have a link to see on your site what is going on? Are you using a mobile plugin to switch the design to something when you are using […]
-
Tammie Lister replied to the forum topic Admin Bar Alternative Menu in the group How-To and Troubleshooting 12 years, 3 months ago
You can use custom menus and widgets like this: https://codex.buddypress.org/extending-buddypress/how-to-set-up-your-main-site-navigation-using-the-built-in-wordpress-menus/
-
Tammie Lister replied to the forum topic How to hide homepage for log-in users? in the group How-To and Troubleshooting 12 years, 3 months ago
You could use this: https://codex.wordpress.org/Function_Reference/is_user_logged_in
So on the page have this for example:
` ?php
if ( is_user_logged_in() ) {
//show other content or no content
} else […] - Load More
@karmatosed
Active 1 week, 3 days ago