Topfive question

Get help with installation and running phpBB 3.3.x here. Please do not post bug reports, feature requests, or extension related questions here.
Post Reply
Seol
Registered User
Posts: 49
Joined: Mon Jan 21, 2019 12:43 pm

Topfive question

Post by Seol »

Hello i just want to make topfive from this https://i.imgur.com/QBqbxCi.png to this https://i.imgur.com/UKNG1fP.png someone now how to make this?
User avatar
stevemaury
Support Team Member
Support Team Member
Posts: 52768
Joined: Thu Nov 02, 2006 12:21 am
Location: The U.P.
Name: Steve
Contact:

Re: Topfive question

Post by stevemaury »

I can stop all your spam. I can upgrade or update your Board. PM or email me. (Paid support)
Seol
Registered User
Posts: 49
Joined: Mon Jan 21, 2019 12:43 pm

Re: Topfive question

Post by Seol »

Problem solved for who wants :
change topfive_body.html with this and change color.

Code: Select all

<a class="category{% if S_TOPFIVE_HIDDEN %} hidden-category{% endif %}" style="display: none; height: 0"></a>
<div class="forumlist">
				<div class="forabg">
			<div class="inner">
			<ul class="topiclist">
				<li class="header">
										<dl class="row-item">
						<dt style="width:100%; text-align:center;"> Ultimele Mesaje scrise in forum </dt>
																	</dl>
									</li>
			</ul>
         
         <ul class="topiclist forums">
         <li class="row">
   

		<table class="table1" cellspacing="1" id="top_five">
                <thead>
                <tr>

            <th style="width: 40%;"><font color="black">Titlu</font></th>
			<th style="width: 20%;" class="ascuns"><font color="black">Autor</font></th>
			<th style="width: 20%;" class="ascuns"><font color="black">Data</font></th>
			<th style="width: 20%;" class="ascuns"><font color="black">Forum</font></th>
                          
                </tr>
                </thead>
                <tbody>
                        <tr>
                                        <td valign="top" style="text-align:left;border-left:0px solid #fff;"><!-- BEGIN top_five_topic --><!-- IF top_five_topic.NO_TOPIC_TITLE-->{top_five_topic.NO_TOPIC_TITLE}<!-- ELSE --><a href="{top_five_topic.U_TOPIC}"><i class="icon fa-file-o fa-fw <!-- IF top_five_topic.S_UNREAD --> icon-red<!-- ELSE --> icon-blue<!-- ENDIF --> icon-md" aria-hidden="true"></i> {top_five_topic.TOPIC_TITLE}</a><br /><!-- ENDIF --><!-- END top_five_topic --></td>
                                        <td valign="top" style="text-align:left;border-left:1px solid #323f4e;" class="ascuns"><!-- BEGIN top_five_topic --><i class="fa fa-user-o fa-fw"></i> {top_five_topic.USERNAME_FULL}<br /><!-- END top_five_topic --></td>
										<td valign="top" style="text-align:left;border-left:1px solid #323f4e;" class="ascuns"><!-- BEGIN top_five_topic --><i class="fa fa-clock-o fa-fw"></i> {top_five_topic.LAST_TOPIC_TIME}<br /><!-- END top_five_topic --></td>
										<td valign="top" style="text-align:left;border-left:1px solid #323f4e;" class="ascuns"><!-- BEGIN top_five_topic --><a href="{top_five_topic.U_FORUM}"><i class="fa fa-external-link-square fa-fw"></i> {top_five_topic.FORUM_NAME}</a><br /><!-- END top_five_topic --></td>
                        </tr>
                </tbody>
        </table>
         </ul>
<span class="corners-bottom"><span></span></span></div>
</div>
</div>
Post Reply

Return to “[3.3.x] Support Forum”