Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 48,501 through 48,525 (of 68,969 total)
  • Author
    Search Results
  • #88083
    rossagrant
    Participant

    @nuprn1 Another update. It seems like it only affects topics made in the last couple of days. The group name won’t show when on an activity page.

    I don’t think I have changed anything at all though except maybe update to WP 3.0.1 but that shouldn’t affect BP should it?
    Will try and test some more but at a loose end with this one!

    #88066
    Pisanojm
    Participant

    @nuprn1 This is a total hack job, but it is working for me. This goes with all of my above posts. It’s my first time using pastebin, but it looked like the easiest way to show the four things I did…

    http://pastebin.com/fvM6LEnp

    #88063
    Pisanojm
    Participant

    Ok, I’ve gathered a number of sources from around the Web to come up with something that is ok… I’ll post it below. It includes a function that I gathered from bbpress.com called bb_row_tags (something hat maybe should be added to buddypress future?) and some of Rich’s code above and really is hack but it seems to almost get what I’m trying to accomplish.

    dallen49
    Member

    I have the same problem, IE8 doesn’t display the crop tools with an uploaded avatar image. The crop tool works fine in Firefox and Safari. Have you ever solved this issue, I can’t seem to find an answer anywhere on the forum?

    Thanks

    #88057
    rossagrant
    Participant

    @nuprn1 Sorry for all these updates but I keep finding things out.

    I hadn’t fixed it on the main activity unfortunately as I thought.
    The widget displays correctly if you have the @admin mentions’ or ‘@logged in user mentions’ tab selected in the main activity during a refresh. If the ‘All members’, “My Groups’ or ‘My Friends’ tab is selected on a refresh then it doesn’t work correctly.

    Again this problem happens in the ‘Home’ tab of any group and no where else.
    The strangest thing is that it doesn’t leave blank every group name in the widget, just a couple.
    Hopefully we can get to the bottom of it!
    Thanks!

    #88056
    rossagrant
    Participant

    @nuprn1
    I have fixed the problem by accident on the main activity page by placing the widget further down the sidebar. Not sure why that has anything to do with it but it fixed it on the main activity page.

    The widget is still having a problem in the group’s activity in the home tab of a group.

    Now I understand the widget is dynamic and will only post topics from the group you are viewing but should it still say ‘posted in -‘ and then just blank or is that a bug?
    I understand that they are posted in the group you are viewing but it would still be nice for it to say it.

    Thanks for your help Rich!

    http://sharespeak.co.uk/groups/sync/home/

    #88055
    miri
    Member

    I am unable to delete members via the BuddyPress admin bar (I receive the following message: “There was an error deleting bob from the system. Please try again.”). I have to go into the WordPress user admin to delete them. (WordPress 3.0.1 & BP 1.2.5.2). Any ideas? (I’ve tried reverting to the default them and deactivating all plug-ins except for BuddyPress)

    #88049
    miri
    Member

    @DJPaul Oh heck, how stupid. I can see the javascript now. Now to figure out how/when/where to add that. Thanks!

    #88045
    rich! @ etiviti
    Participant
    #88044
    justbishop
    Member

    @crashutah: no problem, here’s what I have in my theme functions.php to create the new widget (I have it named “profile_BP_Groups_Widget”, but you could change that to whatever, of course):

    http://pastebin.com/AUnUNbpM

    It just creates a normal new widget, so if you wanted to put it in an existing sidebar, you could just drag it on over. I just widgetized the area under the member avatar for my site. I do have the size of the group avatars being controlled by a div wrapped around the widgetized area, so you might want to add something of the sort around the code in the actual widget so that you can control those via CSS.

    #88043
    Pisanojm
    Participant

    @nuprn1 Can you post a link as to where you are using the above code that you listed so I can see how you are using it? Thanks.

    #88042
    Builder
    Participant

    Thank you Paul.

    Yes regular WP is enough, not multisite (one basic blog only for members to post in articles).

    Now I see that “BuddyPress Land” on buddypress.org is run in /community/ folder. URL’s created by BP software shows all is in /community subdirectory. I don’t mind if people must dive deeper to get to BP land features, as long as they can register and login from all pages including “/”. I think there was a page here somewhere explaining how to do that, or I will need to have have it set up by someone.

    One thing crossed my mind, will I be able to put profiles in the root — example.org/username/ with the ‘define’ added into config file, if WP/BP are installed in /community/ sub folder? Most probably it would become example.org/community/username/
    define ( ‘BP_ENABLE_ROOT_PROFILES’, true );

    #88041
    justbishop
    Member

    @alanchrishughes: could you not hardcode everything but the Log Out in that menu? I thought all of those items had actual URLs, they just each include the current logged in user’s @user name. You could grab that by using bp_displayed_user_username() in the link with the rest hardcoded, couldn’t you?

    It’s a bit janky and static, but it might work…unless I’m just completely not thinking straight at the moment (which is entirely possible!)

    #88039
    alanchrishughes
    Participant

    @justbishop I’ve had the login stuff working for a while now, clumsily got the notifications working, but all the links under the “My Account” tab are a mystery to me :(

    #88038
    justbishop
    Member

    @nuprn1: thanks so much, I’ve been working with the Sitewide Tags plugin so much lately that I forgot about having to do a switch!

    OK, so, I’m still pretty lost, but I did try :/
    http://pastebin.com/ShsCiyFC

    finni3
    Participant

    @dwenaus
    @boonebgorges
    Maybe this is a feature to concider for a new version of the Group Email subscription plugin?

    #88030

    In reply to: GivingSports.com

    techguy
    Participant

    @justbishop
    Sorry. I reverted it back to a different version after testing was complete. That link will work now. Although, now to really see how it works you’ll have to fork over some $$. So, if you don’t want to do that, you can see essentially the same thing on my demo/development site: http://somelunch.com/register/accept-invitation/noemail/6/1

    #88026
    kunalb
    Participant

    @Mark: Sorry for being so late to reply, but I tend to check @ messages rarely here. As this is my GSoC project — I should be done by 16th August.

    #88024
    justbishop
    Member

    @alanchrishughes: I see now :)

    That should be interesting if you can get the login stuff working!

    yunus
    Participant

    Glad i could help :)
    @guigoz: all of the following support multiple arguments (this is right out of the bp-activity.php – line 577)
    * ‘user_id’ => false, // user_id to filter on
    * ‘object’ => false, // object to filter on e.g. groups, profile, status, friends
    * ‘action’ => false, // action to filter on e.g. activity_update, profile_updated
    * ‘primary_id’ => false, // object ID to filter on e.g. a group_id or forum_id or blog_id etc.
    * ‘secondary_id’ => false, // secondary object ID to filter on e.g. a post_id

    #88022
    rich! @ etiviti
    Participant

    https://trac.buddypress.org/ticket/2281

    FWIW – the bbpress function name is bb_add_topic_tags (look at tag-add.php and functions.bb-template.php tag_form() )

    #88020
    rossagrant
    Participant

    @nuprn1 Cheers Rich, probably a bit out of my league but I’m sure this will get revised in the next release won’t it?

    rich! @ etiviti
    Participant

    Possible but needs to be coded in, the notification class has a simple api to use for adding/deleting but all those triggers need to be setup (via a plugin)

    #88018
    rich! @ etiviti
    Participant

    quickly looking around in the bbpress code – i don’t see any forum level tag heat maps – only for top_tags and topic_tags.

    have a look at the code that powers this bbpress plugin, though it may take some reworking for buddypress
    https://bbpress.org/plugins/topic/hot-tags-plus/

    #88017
    José M. Villar
    Participant

    If U can find the template tags for forum posts, groups, events, post them here please

Viewing 25 results - 48,501 through 48,525 (of 68,969 total)
Skip to toolbar