Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Bittersweet theme - what file controls the listing page (/discussion) ?

Bittersweet theme - what file controls the listing page (/discussion) ?

Comments

  • R_JR_J Ex-Fanboy Munich Admin

    It is not that easy. It is the result of the views in applications/vanilla/views/discussion but you do not change those files, but you have to override them in your theme ifyou want to change something. But maybe you can achieve want you like already with css

  • Hey RJ , the discussions pages have several images when they're uploaded by users etc.

    What i'm trying to do is get all img on /discussions/ pages and place them in the top right corner and set max-width , something like (please view attached image).

  • vrijvlindervrijvlinder Papillon-Sauvage MVP

    You only need to know css, there is no listing file, this is php and there are about 20 files involved neither which you need to edit... lol

    try adding this to the css file for the upload plugin you use and play with the values so you get it right...

    .AttachFileContainer .Attachment {
    display: block;
    zoom: 1;
    position: relative;
    top: -130px;
    margin: 0;
    float: right;
    }
    
Sign In or Register to comment.