[HELP]How to move Last Posts next to forum?

25
Sep
2011
It would be much appreciated if you could help me out with the following.

My site currently looks like this and would be appreciated if I could put the - Last Posts column next to the forum



Something like this -



My forum details

- Theme version phpBB2 (subsilver)
- url - http://www.huddletalk.net

Thanks STG.
1 Nera., on 25/09/2011 at 09h41
Hi,

Go to your AP >> Display >> Templates >> Index_box template.

Find this and delete it from there:
Code:
        <th nowrap="nowrap" width="150"><div style="width:150px;">{L_LASTPOST}</div></th>


Paste it just before this:
Code:
        <th nowrap="nowrap" width="50">{L_TOPICS}</th>


Than find this and delete it from there:
Code:
        <td class="row3 over" align="center" valign="middle" height="50">
            <span class="gensmall">{catrow.forumrow.LAST_POST}</span>


Paste it just before this:
Code:
        <td class="row3" align="center" valign="middle" height="50">
            <span class="gensmall">{catrow.forumrow.TOPICS}</span>


Save and at the end publish your template on the green cross

Here is the resault on phpBB2 >> http://i.imm.io/9yIl.png
2 Smell the Glove, on 25/09/2011 at 21h48
Everything is working except I have a rpoblem with the outcome. It only shows numbers rather than the last poster. I guess I have done this wrong?

This is my outcome -

3 Nera., on 25/09/2011 at 22h59
Hi,

I've checked the answer once again, nothing is wrong with the solution. You are pasting something wrong. It seems like the problem is that you are pasting the wrong part for the last step.
4 Smell the Glove, on 26/09/2011 at 03h51
Problem fixed thanks very much :wouhou:
5 Sanket, on 26/09/2011 at 06h27
Since this thread appears to be solved, I will lock this thread and mark it as solved.


Sanket Smile

Similar topics
Heey. I want to know, how can i make this? From this : to this: words are in slovenian sorry :$ i know it is a code, and we go: admin.panel --> display --> templates --> index_boy but i don't know the code. if someone have a whol
Hello, all! I'm trying to move my user's online status in the profile from where it is in the screenshot below, to where ForuMotion has it (seen in the other screenshot below). Thanks for your help!
How can I move the name of forum, description and subforum name a little to the right like on the screenshot below?
See also
more_less
Informations

5 Replies For the topic :
"[HELP]How to move Last Posts next to forum?"

This topic has been viewed 683 times.

Last message :
25/09/2011 at 07h35 by "Smell the Glove"