Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 25 replies - 26 through 50 (of 76 total)
  • @mohitkr05

    Participant

    http://www.elloandfriends.uni-osnabrueck.de/wikis/1/show

    link broken

    overall site is good.It is very well designed as for usage. i like quick tutorials.

    @mohitkr05

    Participant

    Nice and clean design..

    Great work

    @mohitkr05

    Participant

    @mohitkr05

    Participant

    you can download it here..I am an amateur ..so if you find any bugs..please tell me…thanks

    @mohitkr05

    Participant

    A simple Blogging platform for Indian Students and Professionals..

    check it out

    http://buzzlyf.com

    @mohitkr05

    Participant

    I uploaded all files once again and have reinstalled it from admin bar ..

    its working

    thanks

    @mohitkr05

    Participant

    @Andy

    I downloaded the zip file form the link that you gave in your blog +bbpress new version from bbpress website

    i copied the bbpress into bpforums

    I set up according to the instruction

    @John

    Its a new installation – i m using this as my test site..i have just installed the latest version BP1.1 on latest wpmu.

    @mohitkr05

    Participant

    @mohitkr05

    Participant

    I am on a shared hosting….Probably i must wait for Buddypress 1.1..The groups forum are much better.Testing it on localhost …seems fine..still scared to use it…

    Thanks all

    @mohitkr05

    Participant

    Thanks Jeff for help

    i added that plugin and followed the steps once again everything is good

    But i cant get it to fix.The problem is on bbpress side topics are showing perfectly fine but its in the groups that tags are showing

    @mohitkr05

    Participant

    there are several themes such as P2 and Prologue that offer front page posting.You can use TDO forms to have a form on the front page to post.I dont know if it works with mu..give it a try.

    What i tried to point is that you can use the same technique in your themes, so as to avoid users to log into wordpress panel.

    This can be done like this

    if( user is blog owner) -> show the quickpress code (you can copy the quickpress code from the P2 or Prologue theme)

    else

    show the comments form

    its the basic logic.I am working with my initial setup,i thought to implement this later when i am finished with my setup

    @mohitkr05

    Participant

    I think it is related to XML RPC any help guys

    @mohitkr05

    Participant

    MU’ing WP

    hope this will help

    @mohitkr05

    Participant

    Yes you can If you know some coding you can use the P2 theme to add an options for posts in the themes.Hope it helped

    @mohitkr05

    Participant

    Create a blog with P2 theme, Use the contributor-blogs plugin to add users into that blog.Each time the user sign in it automatically ads to that blog as an contributor.Hope it helps. I have tried this and is working with P2 theme

    @mohitkr05

    Participant

    Can we have a default theme code snapshot?

    @mohitkr05

    Participant

    TDO forms plugin may help you or take a look at P2 theme

    @mohitkr05

    Participant

    You can use http redirects

    @mohitkr05

    Participant

    i have used this code to display the images from the post.

    <?php if (bp_has_posts()) : ?>

    <?php while (bp_has_posts()) : bp_the_post(); ?>

    <?php

    $szPostContent = $post->post_content;

    $szSearchPattern = ‘~<img [^\>]*\ />~’;

    // Run preg_match_all to grab all the images and save the results in $aPics

    preg_match_all( $szSearchPattern, $szPostContent, $aPics );

    // Check to see if we have at least 1 image

    $iNumberOfPics = count($aPics[0]);

    if ( $iNumberOfPics > 0 ) {

    // Now here you would do whatever you need to do with the images

    // For this example the images are just displayed

    for ( $i=0; $i < $iNumberOfPics ; $i++ ) {

    echo $aPics[0][$i];

    };

    };

    endwhile;

    endif;

    ?>

    @mohitkr05

    Participant

    @ phuloxor Hey can i have the script that you used for flokka…to implement external blogs

    @mohitkr05

    Participant

    Thanks R-A-Y

    For 3rd i was talking about the external blogs plugin..a post says it will be available later in roadmap.

    @mohitkr05

    Participant

    Roscosys – Please be clear what you want to edit. You can definitely edit the slugs just read this

    https://codex.buddypress.org/how-to-guides/customizing-labels-messages-and-urls/

    and the core hack is not advisable – it means we dont advise editing the widget file as it will be overridden when you upgrade.

    @mohitkr05

    Participant

    Any answer???

    @mohitkr05

    Participant

    Try GD star

    it has a thumbs up and thumbs down option works fine in blogs!!

    @mohitkr05

    Participant

    However if you want you can develop it on your own..You need to do some work..

Viewing 25 replies - 26 through 50 (of 76 total)
Skip to toolbar