Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #206062

    Hello,

    i have the problem that it is not showing the last posters username at the topic list.

    It looks like that:
    Image

    How can i change that? I checked the bbPress settings but can’t find a option for that so i guess it has something todo with the template.

    Thank you very much

    #206142

    Hi,

    Can you post the link to your forum please?

    Regards,
    Josue

    #206150
    This reply has been marked as private.
    #206178

    Hey!

    You can add this on your custom.css or Quick CSS:

    #bbpress-forums li {
    display: block !important;
    }

    Cheers!
    Ismael

    #206354

    Hey Ismael,

    now everything is messed up. Not sure whats wrong there.

    http://gewora.net/forums/

    Thank you very much for your assist.

    #206643

    Hey,

    i would appreciate it if someone could come up with a fix for this.

    Just updated to the latest bbPress and Enfold but still have the same problem.

    Thanks

    #206662

    Hey!

    Can you please post a screenshot of the layout that you like? That is the default look of the topic box. Kriesi chose to removed some of the elements to make it look better.

    Best regards,
    Ismael

    #206664

    Hey Ismael,

    The problem is that the Freshness column is not in the correct position.

    I would like it to have it as you have it here (on this support forum)

    Thank you very much

    #206674

    Hi!

    Please use this on your Quick CSS or custom.css:

    li.bbp-forum-info, li.bbp-topic-title {
    width: 55%;
    }
    
    li.bbp-forum-freshness, li.bbp-topic-freshness {
    text-align: center;
    float: left;
    width: 25%;
    }

    Best regards,
    Ismael

    #206679

    Thank you very much Ismael :)

    #206702

    Hey!

    Glad it worked. :)

    Cheers!
    Ismael

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Last post by’ is closed to new replies.