-
@mercime replied to the topic Blogs for Groups? Roadmap in the forum Creating & Extending 13 hours, 23 minutes ago
-
Hugo replied to the topic Delete Selected not working in the forum How-to & Troubleshooting 2 weeks ago
@famous the function works fine. Ensure you do have a selection of messages checked and that you have then selected the type of message to delete i.e ‘read’, ‘unread’ click delete selected and the will be removed.
-
bp-help replied to the topic Notices don't work in the forum How-to & Troubleshooting 2 weeks ago
http://buddypress.org/support/topic/when-asking-for-support-2/
Same applies here! You need to supply your info as it instructs in the above link on every support topic you open because it is isolated to your individual setup! Otherwise it is just a pure guess which usually doesn’t fix the issue.
-
bp-help replied to the topic Delete Selected not working in the forum How-to & Troubleshooting 2 weeks ago
http://buddypress.org/support/topic/when-asking-for-support-2/
You need to supply your info as it instructs in the above link on every support topic you open because it is isolated to your individual setup! Otherwise it is just a pure guess which usually doesn’t fix the issue.
-
Hugo replied to the topic Do not show unless logged in in the forum Creating & Extending 3 weeks, 1 day ago
@Famous the codex is your friend for many things , stuff like template tags and conditional functions, also looking through BP template files will often show you things like is_user_logged_in() in use ( bp-default theme sidebar.php shows examples of this use)
-
Chouf1 replied to the topic Do not show unless logged in in the forum Creating & Extending 3 weeks, 1 day ago
@famous, i simply copy/paste it directly in the textarea without using any tag or attribute
-
Chouf1 replied to the topic Do not show unless logged in in the forum Creating & Extending 3 weeks, 1 day ago
Try this if you’re on 1.7 – 150 is the avatar full size
<code>`
<?php if ( is_user_logged_in() ) : ?>
<div> blah </div> <!– div1 ->
<?php echo ‘<strong>’ . get_avatar( $item['user_id'], ’150′ ) . ‘ ‘ . bp_core_get_userlink( $item['user_id'] ) . ‘</strong>’; ?>
<div> blah </div> <!– div2 ->
<?php endif;…[Read more]
-
@mercime replied to the topic link to multisite blog in the forum How-to & Troubleshooting 3 weeks, 4 days ago
@famous many ways to go about it. If your theme supports custom menus, you create a link to that blog.
-
bp-help replied to the topic Add username and pic in the forum How-to & Troubleshooting 3 weeks, 5 days ago
@famous
post your code on pastebin.com and supply the URL to that code here. -
Hugo replied to the topic Buddypress with Photo Album Capabilities in the forum How-to & Troubleshooting 2 months, 2 weeks ago
Closing this thread as it’s run it’s course.
Looking forward to seeing contributions to the community @famous
-
Hugo posted an update 2 months, 2 weeks ago
@famous Why do you persist in this matter of media ? it’s been discussed and discussed and discussed. I realise you have no interest in what I say, but I have said that this is NOT a core issue so why do you continue trying to gain popularity for something that isn’t going to happen any time soon? Doesn’t matter if people ‘vote’ for media…[Read more]
-
Hugo replied to the topic Giant pink elephant! in the forum How-to & Troubleshooting 2 months, 2 weeks ago
@famous why are you asking ML this question directly? It’s the sort of question that only a core developer can answer really.
Also this question has been done to death, you were part of that last long thread […]
-
Saurabh Shukla replied to the topic Has the BP Media plugin been abandoned? in the forum BP Media 3 months, 1 week ago
Hi @famous,
If you do check it out, BuddyPress Media is a media manager adding and abetting users’ community experience.
Users get to upload images into multiple albums that they are free to create, edit or […]
-
Hugo replied to the topic 1.7 theme defined in the forum Creating & Extending 5 months ago
Thanks @famous but I get enough emails as it is and only want notifications if they are important for me to check on
.As for the ticket referenced earlier in this thread ignore it as important as it […]
-
@mercime replied to the forum topic 1.7 theme defined in the group Creating & Extending 6 months ago
@famous there’s no reason to hold off with a BP project or rush the developers because of the theme. Use BP Template Pack to make your WP theme compatible with BP for 1.6+ version. then when BP 1.7 rolls out, you […]
-
@mercime replied to the forum topic 1.7 theme defined in the group Creating & Extending 6 months, 2 weeks ago
@famous BP 1.7 is not due anytime soon. There’s just still so much more to be done and everything should be settled and tested before any documentation is finalized/released. So if you’re going to launch this […]
-
@mercime replied to the forum topic 1.7 theme with multisite in the group Creating & Extending 7 months, 2 weeks ago
@famous that is a free plugin
Know that I always mention if a plugin I refer to is premium. -
@mercime replied to the forum topic 1.7 theme with multisite in the group Creating & Extending 7 months, 2 weeks ago
@famous something like this for multisite user blogs http://buddydev.com/plugins/bp-profile-for-blogs-widget/
-
@mercime replied to the forum topic template profile page for site.com/members/username/ in the group How-To and Troubleshooting 1 year ago
@famous you’re welcome. Marking this as resolved.
-
@mercime replied to the forum topic Classify Relationships in the group Creating & Extending 1 year ago
@famous sorry, there are no plugins that does what you want at this time. You’d need to create one OR hire a developer to do so OR wait till someone releases this kind of plugin at the WP plugin repo.
- Load More
@famous
active 11 hours, 32 minutes ago
When clicking on register, it goes through to mysite.com// instead of mysite.com/register
Does you have any ideas?
It’s when I upgraded I think to 1.5 View