Majijiboo (@majid436)

Forum Replies Created

Viewing 4 replies - 26 through 29 (of 29 total)
  • In reply to: Photo in profile

    Majijiboo
    Participant

    @majid436

    Did you find the answer to this question?


    Majijiboo
    Participant

    @majid436

    It worked. Thanks. How were you able to make your mobile website look so great? This is a link to my mobile site Picture of my mobile forum. I would like to do the same exact thing which is:
    • Have the forum take the whole width of the phone
    • Remove image of person who posts a topic
    • Remove # of voices per topic
    • Remove name of person who made the last post

    Thanks for your help.


    Majijiboo
    Participant

    @majid436

    I have multiple functions.php files in different folders of the bbpress plugin. Which of the below functions.php files should I add the code to?

    • …/bbpress/includes/users/functions.php
    • …/bbpress/includes/replies/functions.php
    • …/bbpress/includes/extened/buddypress/functions.php
    • …/bbpress/includes/forums/functions.php
    • …/bbpress/includes/core/functions.php
    • …/%theme name%/functions.php

    Thanks,
    Majid


    Majijiboo
    Participant

    @majid436

    @koendb

    Which bbpress file should I add the below filter to to get that feature? Thanks.

    function short_freshness_time( $output) {
    $output = preg_replace( '/, .*[^ago]/', ' ', $output );
    return $output;
    }
    add_filter( 'bbp_get_time_since', 'short_freshness_time' );
    add_filter('bp_core_time_since', 'short_freshness_time');
Viewing 4 replies - 26 through 29 (of 29 total)