Latest message bigger and description Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
4 posters

    Latest message bigger and description

    Niko
    Niko
    Helper
    Helper


    Male Posts : 3122
    Reputation : 245
    Language : English, Italian, French
    Location : Italy

    Solved Latest message bigger and description

    Post by Niko April 1st 2012, 6:34 pm

    Hello,

    Latest message bigger and description Atest_10
    as you noticed I want to have the latest thread in each section bigger than the others...

    How can I do it?
    And if I want to show also the first part of that topic (like in the widget news on portal) How can I do? Mr. Green
    Friendly,


    Last edited by Niko! on April 5th 2012, 4:02 pm; edited 1 time in total
    Niko
    Niko
    Helper
    Helper


    Male Posts : 3122
    Reputation : 245
    Language : English, Italian, French
    Location : Italy

    Solved Re: Latest message bigger and description

    Post by Niko April 2nd 2012, 6:44 pm

    BUMP!
    Niko
    Niko
    Helper
    Helper


    Male Posts : 3122
    Reputation : 245
    Language : English, Italian, French
    Location : Italy

    Solved Re: Latest message bigger and description

    Post by Niko April 3rd 2012, 8:55 pm

    BUMP Mr. Green
    kirk
    kirk
    Forumaster


    Male Posts : 11037
    Reputation : 653
    Language : English,Vulcan,Klingon, Romulan,& Gorn

    Solved Re: Latest message bigger and description

    Post by kirk April 3rd 2012, 10:47 pm

    I dont know?
    May be someone else can help with it.
    This is only larger for the newest topic posted? that dont make sense to me so i am unsure?
    ankillien
    ankillien
    Energetic


    Posts : 5198
    Reputation : 129
    Language : English, XHTML, CSS, JS, PHP, SQL

    Solved Re: Latest message bigger and description

    Post by ankillien April 4th 2012, 3:43 am

    Hi,

    If you need it for punBB version, this javascript can do it...

    Code:
    $(function(){
    $('.statused:last .topic-title:first').css('font-size' , '20px');
    });

    Add it via Admin CP > Modules > Javascript management.
    Niko
    Niko
    Helper
    Helper


    Male Posts : 3122
    Reputation : 245
    Language : English, Italian, French
    Location : Italy

    Solved Re: Latest message bigger and description

    Post by Niko April 5th 2012, 2:06 pm

    ankillien wrote:Hi,

    If you need it for punBB version, this javascript can do it...

    Code:
    $(function(){
    $('.statused:last .topic-title:first').css('font-size' , '20px');
    });

    Add it via Admin CP > Modules > Javascript management.

    Oh sorry...
    I use PhpBB3 Mr. Green
    ankillien
    ankillien
    Energetic


    Posts : 5198
    Reputation : 129
    Language : English, XHTML, CSS, JS, PHP, SQL

    Solved Re: Latest message bigger and description

    Post by ankillien April 5th 2012, 4:00 pm

    This is the code for phpBB3...

    Code:
    $(function(){
    $('.topiclist:last .topic-title:first a').css('font-size' , '20px');
    });
    Niko
    Niko
    Helper
    Helper


    Male Posts : 3122
    Reputation : 245
    Language : English, Italian, French
    Location : Italy

    Solved Re: Latest message bigger and description

    Post by Niko April 5th 2012, 4:01 pm

    Solved..
    I will work on that code Wink
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51548
    Reputation : 3519
    Language : English
    Location : United States

    Solved Re: Latest message bigger and description

    Post by SLGray April 5th 2012, 6:24 pm

    Topic Solved & Locked





    Latest message bigger and description Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.