Skip to main content
Topic: Where can I change the order in the Info Center? (Read 737 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Where can I change the order in the Info Center?

Hello!
How or where can I change the order in the Info Center at the bottom of the index page?
As it is also here in the forum, I have there for the "recent posts" this order:  Message | Author | Board | Date
I would like to change it to Message | Board | Author | Date. Where can I do that? I already searched these pages, but I didn't find the right place: index.css , index_besocial.css , custom_besocial.css

In the index.css there are the lines attached here in the code. There I moved the positions, but that did not lead to any change in the Info Center.

Code: [Select]
.recentpost {
width: 42%;
}

.recenttopic {
width: 55%;
}

.recentboard {
width: 28%;
}

.recentposter {
width: 15%;
}

.recenttime {
width: 15%;
}
ElkArte version: 1.1.8 / Theme: BeSocial / PHP 8.0

Re: Where can I change the order in the Info Center?

Reply #1

You’d need to change the actual PHP code of the template itself to move them around, in themes/default/BoardIndex.template.php.

Re: Where can I change the order in the Info Center?

Reply #2

Thank you, I had not thought of the bordindex.php at all ...
I have now changed it to the desired order and also readjusted the column widths. :)
ElkArte version: 1.1.8 / Theme: BeSocial / PHP 8.0