ATIRadeon Posted June 13, 2014 Share Posted June 13, 2014 how i can do this on ip.board? Threads and post Link to comment Share on other sites More sharing options...
0 Phun Posted June 13, 2014 Share Posted June 13, 2014 In boardIndexTemplate find: <th scope='col' class='col_c_stats stats'>{$this->lang->words['stats']}</th> Change that to: <th scope='col' class='col_c_stats stats'>Topics</th> Then under that, add this: <th scope='col' class='col_c_stats stats'>Posts</th> Now a bit further in the template, find the following code: <td class='col_c_stats ipsType_small'> <ul> <li><strong>{$forum_data['topics']}</strong> {$this->lang->words['topics']}</li> <li><strong>{$forum_data['posts']}</strong> {$this->lang->words['replies']}</li> </ul> </td> Change that to: <td class='col_c_stats ipsType_small'> <ul> <li><strong>{$forum_data['topics']}</strong> {$this->lang->words['topics']}</li> </ul> </td> <td class='col_c_stats ipsType_small'> <ul> <li><strong>{$forum_data['posts']}</strong> {$this->lang->words['replies']}</li> </ul> </td> I think this is right, but i haven't tested it. If it doesn't work then go back and undo the changes. (Follow these steps in reverse order) 1 Link to comment Share on other sites More sharing options...
0 Phun Posted June 13, 2014 Share Posted June 13, 2014 You need to edit the boardIndexTemplate. This code should be there somewhere. <ul> <li><strong>{$forum_data['topics']}</strong> {$this->lang->words['topics']}</li> <li><strong>{$forum_data['posts']}</strong> {$this->lang->words['replies']}</li> </ul> You can edit and move this around where ever you want in the code, and give them their own columns. 1 Link to comment Share on other sites More sharing options...
0 ATIRadeon Posted June 13, 2014 Author Share Posted June 13, 2014 hmm ok ty but how can i add it in own blocks and on the header over it Threads & Posts? Link to comment Share on other sites More sharing options...
0 ATIRadeon Posted June 13, 2014 Author Share Posted June 13, 2014 this is how it look right now how can i add now the blocks now like this and the "Name , Thread , Posts" over the first Forum Link to comment Share on other sites More sharing options...
0 Phun Posted June 13, 2014 Share Posted June 13, 2014 Change: <tr class='header hide'> To: <tr class='header'> Link to comment Share on other sites More sharing options...
0 Jrock Posted June 13, 2014 Share Posted June 13, 2014 The question(s) in this support topic have been answered and the owner has been able to solve the problem. Because of this, the support topic has been closed and moved.If you have other questions, please open a new topic. Link to comment Share on other sites More sharing options...
Question
ATIRadeon
how i can do this on ip.board? Threads and post
Link to comment
Share on other sites
6 answers to this question
Recommended Posts