Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 19,001 through 19,025 (of 22,615 total)
  • Author
    Search Results
  • #70074

    In reply to: bp-events update

    Andrew Fielden
    Participant

    I first of all want to say that I support Erwin all the way in what he is saying as I know that the effort involved in getting a piece of decent code out there is huge and doing it all for free is a big ask. This is especially so when such code could quite happily be used in commercial organisations who most definitely will charge for the services that they provide.

    It seems to me that the eco-system surrounding a product like WP/BP is one that we are still coming to grips with but in essence it seems that there is a move to basic functionality/service for free and that additional usage/features will attract a fee. According to the Mashable review of the recent talk by WP Founder Matt Mullenweg this is how Automattic supports its operations.

    So why should a plugin developer not expect the same? Perhaps the future of such development should be along the lines of groups of coders providing a freemium type service so that there is a basic level of functionality and you pay for the extras.

    #70072
    thirdnote
    Member

    Andrea , I don’t think so, have latest versions of wpmu/bp and downloaded latest version I can find, for instance buddymatic is https://wordpress.org/extend/themes/buddymatic and the auto install on wmpu. This is the same for Sense and Sensibility, btw. white screen o’ death

    #70058
    rich! @ etiviti
    Participant

    i have updated the development version again to 1.6b3 which now includes RSS Feed for public group forum topics and topic posts.

    also included a few extra functions which require theme edits but give a little more bbpress feel

    Link the freshness time_since to the last post

    edit theme /bp-default/forums/forums-loop.php

    Change:

    <td>
    <?php bp_the_topic_time_since_last_post() ?>
    </td>

    To:

    <td>
    <a href="<?php echo bp_forum_extras_topic_last_post_link( 15 ); ?>"><?php bp_the_topic_time_since_last_post() ?></a>
    </td>

    Note: 15 per_page is default for bp_has_forum_topic_posts – you may need to change this if you use a different per_page in the loop.

    Add pagination next to topic title

    theme edit /bp-default/forums/forums-loop.php

    After the topic title, Add:

    <?php bp_forum_extras_topic_page_links( 15 ) ?>

    You may pass additional args – refer to paginate_links codex

    if you would like to test it out… grab the download from ‘development version’ at:

    https://wordpress.org/extend/plugins/buddypress-group-forum-extras/download/

    #70056
    r-a-y
    Keymaster

    @heathj85

    Please either PM Dave or post on Dave’s support site for his plugin:

    http://getpaidfrom.us/groups/buddypress-ajax-chat-support

    Dave doesn’t frequent these forums often.

    #70055
    r-a-y
    Keymaster

    You can try purging blog posts from the BP activity table and then using the following plugin by Boone Gorges:

    https://wordpress.org/extend/plugins/bp-import-blog-activity/

    #70054
    heathology
    Participant

    I’m having the same problem and I have version 1.2.6. Is this a settings error or a bug?

    #70051
    roadblock
    Participant

    No, Its a wordpress theme that I used the template-pack plugin to make it a BP theme. Everything works and is fine.. Its the item-header-avatar on the /members/user/activity/ page.. You CAN see the same image on the default BP theme.

    I only want to remove this from that specific page and not all the related pages (maybe on a few other specific pages but that might be an after thought.

    #70047
    r-a-y
    Keymaster

    BuddyPress doesn’t create any pages (at least not in the current version).

    It should be safe to use the BP Template Pack plugin.

    But, as always, make a backup of your filesystem and your database just for safety measures.

    Also, before making any changes on your live site, you should have some type of development site so you can test things like BuddyPress on it without worrying.

    #70044
    Aanorak
    Member

    Thank you so much I’ve a last question:will this BP Template Pack create a social network ? I mean is it possible to keep my pages in one hand and create a social network where users will be able to discuss?

    Thank you again

    #70041
    inthewoods
    Participant

    So far the best option I’ve found are group tags: https://wordpress.org/extend/plugins/buddypress-group-tags/

    #70037
    marioe
    Member

    Travel junkie,

    I’m using a regular WordPress install( not MU) can your posting still work for me?

    #70026
    bOingball
    Member

    @etiviti – cheers for plugging the plugin :)

    Any news on getting the buttons enabled with my plugin.

    Also my plugin uses standard bbcode (the _CK_ buttons use [*] for list items, whilst mine use [li] ) – reason being is that [*] is not picked up by the wordpress API :)

    If you need any help I’m sure I could get _CK_s buttons in for you.

    Cheers

    bOing

    #70025
    r-a-y
    Keymaster

    Yes, you need to install BuddyPress first.

    https://codex.buddypress.org/getting-started/setting-up-a-new-installation/

    Then you can try enabling your current theme and using the BP Template Pack plugin.

    #70024
    Aanorak
    Member

    Ok thank you! Do I have also to install the main Buddypress plugin?

    #70023
    r-a-y
    Keymaster

    Try the BP Template Pack plugin – https://wordpress.org/extend/plugins/bp-template-pack/ – to use BP with your existing WP theme.

    BP will not delete your posts or pages.

    r-a-y
    Keymaster

    1) Avatars – users can upload their own avatar. Please check out testbp.org for a demo of BP.

    2) Use the BP Template Pack plugin – https://wordpress.org/extend/plugins/bp-template-pack/

    Be sure to go through all the steps in the plugin.

    3) Go to testbp.org and try the group forums yourself. If you want a traditional forum script, use bbPress, vBulletin, phpBB, etc. BP is not a forum script – it’s social networking in a box!

    #70006
    hachimaki
    Member

    Found a much more better solution:

    Use this plugin: Force user login https://wordpress.org/extend/plugins/force-user-login/

    Use this other plugin: http://wpmututorials.com/how-to/custom-branded-login-screen-for-wpmu/ and all done!

    #69997
    r-a-y
    Keymaster

    Hey Greg,

    You’re looking for this plugin by JJJ:

    https://wordpress.org/extend/plugins/bp-member-filter/

    Try it out; be sure to read the documentation.

    #69994
    r-a-y
    Keymaster

    BP-Links: https://wordpress.org/extend/plugins/buddypress-links/

    Can do what you want. Once you create a link, it gets added into the activity stream.

    #69985
    snark
    Participant

    @DJPaul — great plugin. I just posted this little enhancement idea to the WordPress forums:

    https://wordpress.org/support/topic/379728?replies=1

    #69972
    darrenrinaldi
    Participant

    I am running into the same problem. Does anyone have a possible solution or a plug-in that will fix this? My other wordpress sites on the same host work fine, so I am leaning toward a buddypress issue. Thanks in advance

    #69964
    nado
    Member

    Can you please explain how to do this?

    I’d like to have a custom landing homepage (preferably just a wordpress “page”) with general information for non-logged-in users… then if the user is logged-in the homepage defaults to the activity stream (and becomes the “Home” menu link). i.e. when logged-in the custom landing page is unaccessible.

    #69930

    In reply to: bp-events update

    3sixty
    Participant

    There are many people who would gladly donate time and money to help Erwin with this. Not sure if you saw this, but Andy is about to make this much easier:

    Andy Peatling (6 days ago): I’m working on a new version of this site that will automatically create a group for every new BuddyPress plugin that appears in the repo. This means plugins will get all the functionality of BP groups – a forum, activity stream, a list of members who are interested in the plugin, etc etc. I’m also going to add a donate page, which should help out a bit.

    This has been held up a little right now because I’m trying to get the new upgrade/install wizard done first. This will allow BP to use WordPress pages instead of hacking with root components. It’s all bits of the jigsaw that need to be put in place before I can continue. Hopefully by the end of the month I should have at least the first iteration of the site close to completion.

    https://buddypress.org/forums/topic/supporting-devs-wishlist#post-43329

    Ultimately, this is Erwin’s baby, so he’s free to develop this at his own pace and according to his own specifications.

    #69923
    rich! @ etiviti
    Participant

    ok, so the shortcode way. try this one: https://wordpress.org/extend/plugins/boingball-bbcode/ (has the rules on the plugin page too)

    #69921
    arezki
    Participant

    yes, correct assessment, but there is a potential solution, if i am right. first about BP: the default theme used to be “widget” ready or friendly, meaning that you can decide what goes in there from the Widget Admin area. This latest version brings essentially major changes in the codes that organize user behavior, but not so easy on the theme side. In fact, there aren’t any themes, may be 2 or 3, that are BP1.2.2.1 compliant and easy to just deploy. However, the Buddypress creators and developers say that you have to create what they call a child theme and then make whatever changes you want from there, probably including making the first “Activity” page as your landing page. Now, one very smart developer released this base theme, http://freebpthemes.com/onsite/sense-sensibility/ If you have bandwidth, time and some technical capabilities, I would recommend having a look.

    Now WordPress(MU) may allow u to pick your activity page as the landing page. In your WP Admin section, scroll down to the Settings area (left column). You see “Reading”. In it, it will let you choose “Front Page Display.” You may try to select “Static Page” and open the drop down menu for Front Page and select the Activity Stream page. Then save. By doing, I suspect, since I did not try it, the Activity Stream page (Facebook-like section) will be what your visitors will see when they hit your website.

    One think you may want to consider. The Activity Page puts any acvity across your site on that page. If you have a lot of people, that could be overwhelming. There is, however, one plugin u should find on this site called: BuddyPress Friends Only Activity Stream. It essentially should show only activity from the memeber’s friends. Again, I did not try it, but I plan so.

    Good luck

    Arezki

Viewing 25 results - 19,001 through 19,025 (of 22,615 total)
Skip to toolbar