How to change the default sequence of the date at the topic list
3 posters
Page 1 of 1
How to change the default sequence of the date at the topic list
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
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)
Re: How to change the default sequence of the date at the topic list
Really? even using some JavaScript on the date code?
Re: How to change the default sequence of the date at the topic list
@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:
~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
Re: How to change the default sequence of the date at the topic list
@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:
It's not really centered so I recommend adding this to your CSS Stylesheet:
- Code:
.ultDate { margin-left: 50px; }
Similar topics
» How to change language of posts date?
» Foes list/ignore list name change
» Can't change the date
» change date of post
» How to change the date of the blogs?
» Foes list/ignore list name change
» Can't change the date
» change date of post
» How to change the date of the blogs?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum