Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 23,551 through 23,575 (of 68,948 total)
  • Author
    Search Results
  • #152167
    @mercime
    Participant

    It happens with certain webhosts. Determine whether it’s your installation which is not sending the email or whether your users are not receiving the email for some reason or another (possibly in spam folder?)

    Check out “BuddyPress isnโ€™t sending out emails” section in this page https://codex.buddypress.org/user/faq/

    #152161
    Unsal Korkmaz
    Participant

    I am still working on default wordpress version locally so dont have a published version yet. Buddypress and bbpress will be in child theme.

    An example screenshot for comment display from local version:

    You see date is opened on first comment because my mouse was hovering.

    I will modify this comment template and will use on bbpress

    #152149
    Erlend
    Participant

    Nice work. I’m very curious what your bbPress styling looks like, but I couldn’t find a link to a forum in any of your example sites.

    #152146
    igid26
    Participant

    Thanks

    #152144
    Ben Hansen
    Participant

    cool looking site can’t help much with the coding stuff myself though.

    #152141
    Versipellis
    Participant

    Yes but the plugin simply creates pages, which is wordpress. I need to remove something from the theme, which makes it buddypress.

    If you create any page / post in wordpress you get the ‘leave a reply’ comments section, there are links to the previous and next post in that category (in this case, events) which I want to remove, so it is actually a theme question.

    Thanks for replying.

    #152132
    Hugo Ashmore
    Participant

    And why are you wasting moderators time calling them to your post here, what are we supposed to do to help you here?

    If you have a gripe email the developer directly, emails/contact details are generally found in the readme txt files of the plugin.

    It is not Buddypress’s responsibility to announce if a thirdparty plugin is still being kept current ๐Ÿ˜‰

     

    That very well known and respected author keeps a busy github account going for all his work please check there to see the state of play.

    #152131
    Hugo Ashmore
    Participant

    This isn’t really a BuddyPress issue is it!

    What is this ‘Events’ Section? BP has no events component so,ย  presumably, you are referring to a plugin? Plugin queries ought to be addressed to the plugin author.

    One thing you might check is whether whatever this event thing is has a named page page-events.php or similar then you could edit out the code calling comments or disable comments on the page in the backend/dashboard.

    #152123
    Slava Abakumov
    Moderator

    @geekboy68k

    It depends on user activity ๐Ÿ™‚ And the time user registered. TestBP.org is for testing, and developers do some cleaning there from time to time. Plus BP was updated from 1.0 to 1.6 there, and not always those updates were smooth.

    On your site there will be “registered” record and all other activity items.

    #152122
    Geekboy68k
    Participant

    @slaffik

    Yeah, thousands of users is much more than the optimistic version ๐Ÿ˜€ I’m sure I don’t threaten. 1024/2048 (burstable) VPS should work fine. Thank you very much!

    Also, I have another (last one) question. Look at it – in this profile you can see that user became a registered member and posted an update โ€“ http://testbp.org/members/luxubu/
    In this โ€“ only update and activity comments, no other actions โ€“ http://testbp.org/members/chirs/
    And in this โ€“ nothing โ€“ โ€œThere was no activity foundโ€ฆโ€ โ€“ http://testbp.org/members/klassicd/

    On what it depends? Anybody knows?

    #152119
    nsbp001
    Participant

    I have 4 separate WP 3.5.1 and BP 1.6.4 installations. I have connected them via the CUSTOM_USER_TABLE CUSTOM_USER_META_TABLEโ€™ lines in the wp-config.php file. I have also installed the WP Orphan plugin.

    When a person goes to one installation to register they will be given a user account and a blog site. When they go to one of the other installations they are there as a user but not having a site. In the admin listing of users, they are listed as a user in the โ€˜/โ€™ (or admin) site, presumably as Subscriber role.

    If I wanted the user to have sites the other installations as well being users what would I have to do then? Would I change the role to โ€˜Editorโ€™ in the Orphan plugin, or is there another database that I would have to share?

    #152115
    remixines
    Participant

    @mercime Waw it works!!!!!
    Thanks a lot
    Best, M

    #152110
    Anonymous User
    Inactive

    Hey @slaffik ๐Ÿ˜‰

    Thanks for your quick reply, i’ll include it in my plugin ๐Ÿ˜‰

    mgkoller
    Participant

    have you tested this on a vanilla WP BP install

    If it helps at all I got the times working using the BBpress forum running alongside BuddyPress, But I’m still having the same issues that you posted regarding the BuddyPress Activity times.

    BBPress Screenshot
    BBPress Time Example

    #152105
    Slava Abakumov
    Moderator

    @geekboy68k

    Yes, I meant exactly that. WP+BP (with a really low number of plugins without a network activated) will produce up 100 DB queries + up to 60 Mb php memory usage. And sometimes even more. Network activated plugins will make those figures even more. In case you have thousands of users… shared hosting will die, all the time.

    I suggest at least VDS/VPS.

    #152097
    Slava Abakumov
    Moderator

    1) Even some BuddyPress themes can do that – so, yes.
    2) 2 plugins (one & two) for BuddyPress exists for this. Yes.
    3) Achievements plugin by Paul Gibbs (BP core developer) and Cube Points. Yes.
    4) Lots of WordPress-based solutions – nothing to do here for BP. Yes.
    5) Via a plugin like BuddyPress Block Activity Stream Types or via easy to write code hacks in your template.

    WP+BP might be your option if you can afford a good hosting.

    #152096
    Slava Abakumov
    Moderator

    Each user in the network can have different roles on different sites.
    That mean on site1 he is editor, on site2 he is subscriber and so on. These roles are only taken into account in WordPress Toolbar – when visiting different sites with the (dis)ability to post on them.

    BuddyPress itself currently ignores those roles.

    Slava Abakumov
    Moderator

    `/buddypress/bp-messages/bp-messages-screens.php:76`

    As you can see there – no way. Try to hook into `bp_core_redirect()` OR write your own handler foe sending messages, with use of `messages_new_message()`

    #152093
    nsbp001
    Participant

    In a BP installation (sitting on top Multisite WP) is there a difference in terms of Role between an extra user on a site, and user that has their own site?

    #152077

    In reply to: message page absent

    @mercime
    Participant

    @kebecweb as @mitesh-patel mentioned above, please do not post admin credentials in public forums and the issue is the username with space. I only asked for testuser account to see the issue. I have deleted the info you posted above and I strongly recommend that you change admin credentials in your site as well right now.

    #152076

    In reply to: message page absent

    Mitesh Patel
    Participant

    @kebecweb the problem seems to be the ‘space’ in the login name (userID). I checked all other users have userID without space, hence the problem is specific to this profile only. I may be wrong, but this doubt needs to be eliminated first.

    And it’s not good to post admin user credentials on public forums.

    #152071

    In reply to: message page absent

    @mercime
    Participant

    @kebecweb have you tried deactivating all plugins except BuddyPress to see if issue is resolved?
    Feel free to post a testuser username and password

    @mercime
    Participant

    @patrykos360 You’re welcome.

    Please create a new topic for “limiting links on the menu”, this topic is resolved.

    In new topic, please be more specific about what kind of links are limited, in what menu and where it’s located, site url or any information which could help the volunteer help you.

    #152065
    mlabrooy
    Participant

    @valuser Thanks for the reply. But it still does not work.
    Someone said to try this, but it does not work for me. Any reason to why do you know?

    <?php echo 'phone: ‘; ?>

    Thanks

    Tux Kapono
    Participant

    Thanks @mercime!

Viewing 25 results - 23,551 through 23,575 (of 68,948 total)
Skip to toolbar