Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 25 replies - 451 through 475 (of 524 total)
  • @nicolagreco

    Participant

    I’m working on Widgets too, on bpdev..

    (i think we’ve to discuss in burtadsit’s topic on bpdev but here it’s the same)

    As soon as possible i will write a post to how to customize and create own widgets

    @nicolagreco

    Participant

    both the first and the second link works well.. try download it directly here http://buddypressdev.org/download/3

    @nicolagreco

    Participant

    Yes, use firebug!

    @nicolagreco

    Participant

    UPDATED, i wrote an example plugin that works without adding files in member-theme ;)

    You can find a small post here http://buddypressdev.org/forums/topic.php?id=7

    That explain a bit about this example extending component that i called bpdev-example

    I forgot, here you can download bpdev-example : http://buddypressdev.org/plugins/bpdev-example

    @nicolagreco

    Participant

    @dimensionmedia,

    I’m sorry. So, i think that you don’t need add files in /member-theme/ because you can write your plugin without adding files in /member-theme/ for example you can write:

    function test_page_settings() {
    global $current_user, $bp_settings_updated, $pass_error;
    add_action( 'bp_template_title', 'test_page_title' );
    add_action( 'bp_template_content', 'test_page_content' );
    add_action( 'bp_template_content_header', 'test_page_tabs' );
    bp_catch_uri('plugin-template');
    }
    function test_page_title() {
    _e( 'Hello title', 'buddypress' );
    }
    function test_page_content() {
    global $bp, $current_user, $bp_settings_updated, $pass_error; ?>
    <p>Hello Content</p>
    <?php

    function test_page_tabs() {
    global $bp, $create_group_step, $completed_to_step;
    ?>
    <ul class="content-header-nav">
    <li>Hello Tabs</li>
    </ul>
    <?php } ?>

    With that you don’t need to add page in /member-theme/. I think that users that install a plugins want only add files on mu-plugins/.

    Think if i’ve another member-theme that isn’t like the default, and i would like add this plugin..

    I hope i explain well now ;)

    @nicolagreco

    Participant

    I think that you don’t need using page to add in your member theme :S look plugin-template.php

    @nicolagreco

    Participant

    eheheh, now i understand your sarcasm. Next time try to use smiles like ;)

    @nicolagreco

    Participant

    If at the beginning you add require_once( 'bp-core.php' ); it should work

    @nicolagreco

    Participant

    I’ve just registred an account, sendme your e-mail, and the nick you want on notsecurity at gmail ;)

    @nicolagreco

    Participant

    @dimensionmedia, i’m working for aggregator, here a picture: http://img385.imageshack.us/img385/6578/aggregatorlg7.jpg

    i think tomorrow i will release basic code ;)

    @nicolagreco

    Participant

    @nicolagreco

    Participant

    slaFFik, i’m working on it now.. check your spam, i will activete your account..

    @nicolagreco

    Participant

    I don’t understand what you said, if you think this topic it’s not good for the community, delete it.. (if you said that)

    @nicolagreco

    Participant

    If trent send it to me, i will add it on the plugins directory, that i will open tomorrow at http://buddypressdev.org

    ;)

    @nicolagreco

    Participant

    Here my BuddyPress Developers’ Community http://buddypressdev.org/ ;)

    I hope it will be usefull ;)

    @nicolagreco

    Participant

    So, i’ve said it to some people interested on irc. So, i can do this plug-in, but for doing it, i decide to attend next version of buddypress because in that, andy will put photo album feature, so doing a video feature, will be easier..

    I will update users about my and other plugin via this site http://buddypressdev.org/

    @nicolagreco

    Participant

    I’m working on a feed importer plug-in with simple pie :D

    @nicolagreco

    Participant

    Interesting..

    @nicolagreco

    Participant

    I think you should post it also in http://buddypressdev.org/forums/ (a BuddyPress Community for developers)

    @nicolagreco

    Participant

    in mu-plugins plugin are automatically active

    @nicolagreco

    Participant

    Yes i understand… If i can, today i will creat a Social Network Integration Plugin (if i can!)

    @nicolagreco

    Participant

    it sounds great… read last 3d about Group Forum Widget.. there i speake about a feed aggregator plugin..

    @nicolagreco

    Participant

    if i were you, i wont use widget in this case. i would create a loop to show last post

    (i use prologue theme too on one of my buddypress installation, and i highly hacked that theme!!)

    @nicolagreco

    Participant

    as i said..

    use feed or seach for bbpress plugins, as trent plugin..

    but i think that creating a plugin to include in user/group a feed box that shows last item published on a feed is useful, for example, inserting a twitter account feed will shows last twits on profile,

    yes i think tomorrow i will work for it..

    @nicolagreco

    Participant

    ok i understand, you want a thing like activity, but that shows only the activity of group forums (all forum or only one?) but it’s simple too..

    you could use feed for example tomorrow i will check for it..

Viewing 25 replies - 451 through 475 (of 524 total)
Skip to toolbar