Forum Replies Created
-
@r-a-y
I can’t make your plugin working for my installation (WPMU 2.9.2 + BP 1.2.4.1).Ok, all html tags except strong and a are cut off…
What about code and /code?
some html
function test($test){
global $test;
echo ''.$test.'
';
}
End of code.CD Avatar Bubble (that’s my pluginm which is based on jQuery 1.3.2) is showing empty bubble because it’s not working on WP 3.0 where jQuery 1.4.2 is used.
I’m trying to figure out what’s wrong with js code.“No Thumbnail” text is not translatable on “/links/[some-slug]/admin/edit-details” page.
I sent you a PM with the link to ru_RU.
Xevo, didn’t understand your post. What will show you all the friends you have?
Bpisimone, nice idea, thanks!
So what we need:
In Friends menu we might have a new submenu “Updates” (right Under My friends and Requests). On this page currently on-line friends will be displayed and some tabs will be available: Status updates, Recent activities (everything else without statuses), All friends (what does this tab mean?).
Did I understand properly?
Erich73, oh you gave me some really-really great idea! Will think carefully. Some extraFriend component?
Bowe, actually, it’s in Russian )) And yes, my plugin display only those of your friends, who are currently on-line. Or rather (due to BuddyPress restriction) it shows those, who were active during the last 5 minutes.
Don’t you think, that if you have 50 friends and at least 20 of them is on-line then the list from the BuddyBar wll be tooooo long…
But I got the idea. Thank you!
Erich73, really the trend is almost perfect
And I understood what you want. Will see what could be done easily and quickly. But Are you sure that all of that features will be useful for END-USERS (’cause everything we do is for them). Too many options sometimes make them unhappy with your site…John James Jacoby, glad to see that you interested in my plugin ))
Well, plugin is doin’ almost what you wanted. It filters your friends and currently on-line people (in whole) and then I just check whether on-line person ID is the same as one of your friend’s. You will understand better if you find 2 minutes to see its code.
Thank you all. But I’m waiting more suggestions!
It depends: from 1 day to several weeks.
1 day (or even some hours) – just filtering something, slightly changing end results in the case filters are built in.
More time needed to create smth taht will help to filter.
Several weeks – new component creation. But BuddyPress 1.1 is needed.
Use Codestyle Localization (CL) plugin. Just operate with BuddyPress in CL like with any other file.
Update files, then translate them. That’s all.
But it’s working in trunk-version only, not in 1.0.3.
Waiting for 1.1 ))
I did that (RewriteRule in .htaccess) – did not help me.
So I’m with you, Michael (did all you did), very interested in any NEW solutions.
It also works here:
http://demo.cosydale.com/forum/
It’s demo site. I’m using bbPress alpha 6, BuddyPress 1.0.1.
Burt – you can kill me. Now it’s ok. I copied – not the /bpcontents/bpcontents but its content. Double bpcontents is rather confusing…
Your plugin is great!!! Well done!
Getting Access denied page – not the plugin page
Thanks to Burt, who helped me and explain everything via irc. I did what I wanted.
This plugin is not working with BuddyPress 1.0. It’s not activating, because of:
Fatal error: Cannot redeclare events_install() (previously declared in /hsphere/local/home/slaffik/demo.cosydale.com/wp-content/plugins/buddypress/bp-events.php:39) in /hsphere/local/home/slaffik/demo.cosydale.com/wp-content/plugins/buddypress/bp-events.php on line 177
Oh did I do smth wrong?
Doesn’t work – just kills all styles. BTW: I’m not using your theme. So this is the problem
Your hack only with your theme.CSS hardcoding – great.
How can I hook bp_show_blog_signup_form() or bp_create_blog_link or other related function?
I want it not to show registration blog content. I mean when user “has limited his numbers of blogs per member” there is no link to create a blog.
Or even better: There is a link, but without blog signup form, but with the message: ‘Limit nine blogs per member. If you would like another, please contact an Admin for assistance.’
I do not want to hard coding in member-themes’ files. I’m creating a plugin with Admin page to configure this.
great idea. no, GREAT IDEA!!! really.
Tagging all the content would make life easier, like wiki’s self-tagging.
Then maybe some categories could be added? I mean:
– Groups:
Tags, Tags, Tags, Tags, Tags, Tags, Tags, Tags, Tags, Tags, Tags, Tags …
– Blogs:
Tags, Tags, Tags, Tags, Tags, Tags, Tags, Tags, Tags, Tags, Tags, Tags …
– Forums (group ones):
Tags, Tags, Tags, Tags, Tags, Tags, Tags, Tags, Tags, Tags, Tags, Tags …
– Wires: is this really useful – should something like “Hi, how are you?” be accessable through tags? Wire is not very informative, as for me.
I think categories will show what topics are important/famous.
default friend is already exist somewhere on this forum (but i’m afraid it’s not working )
default group… well, it’s not so difficult to modify, that plugin, i think.
I think you can by implementing:
<?php
if (is_loggedin) {
// some code
}else{
echo('You're not logged in');or something like this.
Thanks Trent for your help. It works! Triple check of every step and this annoying disabling/enabling forums.
trac.mu.wordpress.org – here you can find 2,7
Trent, nothing helped.
I installed or did:
1) WPMU (r1585);
2) bbPress Alpha 4;
3) integrate them properly;
4) edit bb-config.php and config.php;
5) install BuddyPress;
6) install bp-forum-enabled.php;
7) create a new admin user in bbPress;
write his login/pass to option page in WPMU;9) create group in BP;
10) nothing changed.
What happened? Why can’t I launch forum?