Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • jrensel Friend
    #160319

    Hi!
    I wonder: When using mod_jabulletin the images height is fixed because of less info in the right box.
    Take a look here:
    Best from Joe

    1) Is there a way to show the correct image size set in the parameters of the module.
    2) I ant to change the language from POST to DATE
    3) Where to change the the title on each article. I want the title to be Bold and with a larger font.

    Thanks


    1. Skjermbilde-2011-02-17-kl.-10.40.17
    aman204 Friend
    #377315

    1) You can set in image dimensions in module parameters which would reflect globally for images set

    2) Go to language/en-GB/en-GB.mod_jabulletin.ini file and add this::

    POST=DATE

    Now, You can update date text accordingly

    3) Can you provide a link to your site

    jrensel Friend
    #377359

    Hi Aman

    Se the left module “Siste hovedsaker” (middle of the page) I: http://godenyheter.no/

    You can see that the module shows images not with the height I have set in the parameters

    From parameters the image height and width is: 90(w) x 60(h)
    Most images have less than 60 px in height.

    It seems to me that the module uses the height from the right box in the module (title, dato etc)

    Best from Joe


    1. Skjermbilde-2011-02-18-kl.-11.02.08
    aman204 Friend
    #377410

    <em>@jrensel 222349 wrote:</em><blockquote>Hi Aman

    Se the left module “Siste hovedsaker” (middle of the page) I: http://godenyheter.no/

    You can see that the module shows images not with the height I have set in the parameters

    From parameters the image height and width is: 90(w) x 60(h)
    Most images have less than 60 px in height.

    It seems to me that the module uses the height from the right box in the module (title, dato etc)

    Best from Joe</blockquote>

    You can try change this::

    #ja-wrapper div.ja-bulletin-wrap ul li, ul.ja-bullettin li {
    background: none repeat scroll 0 0 transparent;
    border-bottom: 1px solid #E6E6E6;
    line-height: normal;
    margin-top: 0;
    padding: 8px 0;
    position: relative;
    width: 100%;
    }

    to

    #ja-wrapper div.ja-bulletin-wrap ul li, ul.ja-bullettin li {
    background: none repeat scroll 0 0 transparent;
    border-bottom: 1px solid #E6E6E6;
    line-height: normal;
    margin-top: 0;
    padding: 8px 0;
    position: relative;
    height:60px;
    width: 100%;
    }

    Please disable css compression in template parameters to give in exact file and line reference

    jrensel Friend
    #377460

    It works great!

    Thank you very much

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 2 voices, and was last updated by  jrensel 13 years, 3 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum