Warning: The author of this contribution does not provide support for it anymore.

Top Five

After Install - Top Five

After Install

by _SunSet_ » Tue Mar 22, 2011 4:33 pm

i have a problem with mod Top Five Posters:
Image

is in the middle and I would like to be normal
_SunSet_
Registered User
Posts: 44
Joined: Sat Mar 12, 2011 11:03 am

Re: After Install

by RMcGirr83 » Tue Mar 22, 2011 4:46 pm

Everything is being pushed to the left. Must be something in your css file that is causing that.
Former Modifications/Extensions Team Member | My extensions | github | All requests for support via PM will be ignored
Appreciate the extensions/mods/support then you can support me by buying a beer 🍺
User avatar
RMcGirr83
Former Team Member
Posts: 22072
Joined: Wed Jun 22, 2005 4:33 pm
Location: Your display
Name: Rich McGirr

Re: After Install

by _SunSet_ » Tue Mar 22, 2011 4:54 pm

how can i fix this?
_SunSet_
Registered User
Posts: 44
Joined: Sat Mar 12, 2011 11:03 am

Re: After Install

by RMcGirr83 » Tue Mar 22, 2011 5:00 pm

My crystal ball is on the fritz today. How about providing a link to the forum where this is happening.
Former Modifications/Extensions Team Member | My extensions | github | All requests for support via PM will be ignored
Appreciate the extensions/mods/support then you can support me by buying a beer 🍺
User avatar
RMcGirr83
Former Team Member
Posts: 22072
Joined: Wed Jun 22, 2005 4:33 pm
Location: Your display
Name: Rich McGirr

Re: After Install

by _SunSet_ » Tue Mar 22, 2011 5:03 pm

_SunSet_
Registered User
Posts: 44
Joined: Sat Mar 12, 2011 11:03 am

Re: After Install

by RMcGirr83 » Tue Mar 22, 2011 5:12 pm

You have to change/add class declarations to the html file as that style is very different from either prosilver or subsilver2.
Former Modifications/Extensions Team Member | My extensions | github | All requests for support via PM will be ignored
Appreciate the extensions/mods/support then you can support me by buying a beer 🍺
User avatar
RMcGirr83
Former Team Member
Posts: 22072
Joined: Wed Jun 22, 2005 4:33 pm
Location: Your display
Name: Rich McGirr

Re: After Install

by _SunSet_ » Tue Mar 22, 2011 5:16 pm

how can i do that
_SunSet_
Registered User
Posts: 44
Joined: Sat Mar 12, 2011 11:03 am

Re: After Install

by RMcGirr83 » Tue Mar 22, 2011 5:21 pm

That is beyond the scope of this mod.
Former Modifications/Extensions Team Member | My extensions | github | All requests for support via PM will be ignored
Appreciate the extensions/mods/support then you can support me by buying a beer 🍺
User avatar
RMcGirr83
Former Team Member
Posts: 22072
Joined: Wed Jun 22, 2005 4:33 pm
Location: Your display
Name: Rich McGirr

Re: After Install

by _SunSet_ » Tue Mar 22, 2011 5:24 pm

And i can't to fix that on my Style?
_SunSet_
Registered User
Posts: 44
Joined: Sat Mar 12, 2011 11:03 am

Re: After Install

by RMcGirr83 » Tue Mar 22, 2011 5:44 pm

Use this code for your top_five_body.html file and refresh the template in the ACP after saving it and uploading it into your styles template directory.

Code: Select all

<br clear="all" />
{$CA_CAP2_START}&nbsp;{$CA_CAP2_END}
<table class="tablebg" width="100%" cellspacing="1">
      <tr>
         <td class="cat" width="40%"><h4>{L_NEWEST_TOPICS}</h4></td>
         <td class="cat" width="30%"><h4>{L_TOP_FIVE_ACTIVE}</h4></td>
         <td class="cat" width="30%"><h4>{L_TOP_FIVE_NEWEST}</h4></td>
      </tr>
      <tr>
         <td class="row1" valign="top"><!-- BEGIN top_five_topic --><span class="genmed"><!-- IF top_five_topic.NO_TOPIC_TITLE-->{top_five_topic.NO_TOPIC_TITLE}<!-- ELSE --><a href="{top_five_topic.U_TOPIC}">{top_five_topic.TOPIC_TITLE}</a>&nbsp;{top_five_topic.USERNAME_FULL}&nbsp;{top_five_topic.LAST_TOPIC_TIME}</span><br /><!-- ENDIF --><!-- END top_five_topic --></td>
         <td class="row1" valign="top"><!-- BEGIN top_five_active --><span class="genmed">{top_five_active.USERNAME_FULL} {L_POSTS}: <a href="{top_five_active.S_SEARCH_ACTION}">{top_five_active.POSTS}</a></span><br /><!-- END top_five_active --></td>
         <td class="row1" valign="top"><!-- BEGIN top_five_newest --><span class="genmed">{top_five_newest.USERNAME_FULL} {L_JOINED}: {top_five_newest.REG_DATE}</span><br /><!-- END top_five_newest --></td>
      </tr>
</table>
Former Modifications/Extensions Team Member | My extensions | github | All requests for support via PM will be ignored
Appreciate the extensions/mods/support then you can support me by buying a beer 🍺
User avatar
RMcGirr83
Former Team Member
Posts: 22072
Joined: Wed Jun 22, 2005 4:33 pm
Location: Your display
Name: Rich McGirr

Re: After Install

by _SunSet_ » Tue Mar 22, 2011 5:58 pm

Ty very much man!!!
_SunSet_
Registered User
Posts: 44
Joined: Sat Mar 12, 2011 11:03 am