ElkArte Community

Project Support => Support => Topic started by: Mrs. Chaos on January 23, 2022, 11:32:31 am

Title: Where can I change the order in the Info Center?
Post by: Mrs. Chaos on January 23, 2022, 11:32:31 am
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%;
}
Title: Re: Where can I change the order in the Info Center?
Post by: Arantor on January 24, 2022, 05:35:11 am
You’d need to change the actual PHP code of the template itself to move them around, in themes/default/BoardIndex.template.php.
Title: Re: Where can I change the order in the Info Center?
Post by: Mrs. Chaos on January 24, 2022, 12:20:23 pm
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. :)