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.
The forum of the forums
3 posters

    How to change the default sequence of the date at the topic list

    Yeff Kr
    Yeff Kr
    New Member


    Male Posts : 2
    Reputation : 1
    Language : Spa / Eng

    How to change the default sequence of the date at the topic list Empty How to change the default sequence of the date at the topic list

    Post by Yeff Kr October 17th 2016, 8:31 pm

    Technical Details


    Forum version : #phpBB3
    Position : Founder
    Concerned browser(s) : Mozilla Firefox, Google Chrome, Opera
    Screenshot of problem : https://2img.net/h/oi68.tinypic.com/2vb76ms.png
    Who the problem concerns : All members
    Forum link : http://arcania.activoforo.com

    Description of problem

    Hi there, like the title says, I want to modify or change the default order of the date on the topic list.

    For example, this is the dafault date: "17 Octubre 2016, 14:27"

    To this:

    10
    Octubre
    2016

    One word per line (day - month - year) also without the hour of the post. Is that possible?

    (My forum is for latin people, that's why the default languaje)
    Yeff Kr
    Yeff Kr
    New Member


    Male Posts : 2
    Reputation : 1
    Language : Spa / Eng

    How to change the default sequence of the date at the topic list Empty Re: How to change the default sequence of the date at the topic list

    Post by Yeff Kr October 18th 2016, 6:34 pm

    Really? even using some JavaScript on the date code?
    Legionheart
    Legionheart
    Helper
    Helper


    Male Posts : 721
    Reputation : 111
    Language : English
    Location : San Venganza

    How to change the default sequence of the date at the topic list Empty Re: How to change the default sequence of the date at the topic list

    Post by Legionheart October 18th 2016, 6:37 pm

    @Yeff Kr I could help you remove that from being visible if you wish. But it will remove the entire "17 Octubre 2016, 14:27" part all together. If you decide to go with what I said then try the code below.
    ~Add to CSS Stylesheet:
    Code:
    element.style {
        display: none;
    }


    Last edited by Legionheart on October 18th 2016, 7:12 pm; edited 3 times in total
    Ace 1
    Ace 1
    Helper
    Helper


    Male Posts : 843
    Reputation : 64
    Language : English - French?
    Location : Druid Hill Park

    How to change the default sequence of the date at the topic list Empty Re: How to change the default sequence of the date at the topic list

    Post by Ace 1 October 31st 2016, 6:23 pm

    @Yeff Kr I could have made it work how it was at first but I see you altered it using the templates.

    It's not really centered so I recommend adding this to your CSS Stylesheet:

    Code:
    .ultDate { margin-left: 50px; }

      Current date/time is September 22nd 2024, 5:19 pm