After Install - Top Five
After Install
i have a problem with mod Top Five Posters:
is in the middle and I would like to be normal
is in the middle and I would like to be normal
-
- Registered User
- Posts: 44
- Joined: Sat Mar 12, 2011 11:03 am
Re: After Install
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
Appreciate the extensions/mods/support then you can support me by buying a beer
-
- Former Team Member
- Posts: 22072
- Joined: Wed Jun 22, 2005 4:33 pm
- Location: Your display
- Name: Rich McGirr
Re: After Install
how can i fix this?
-
- Registered User
- Posts: 44
- Joined: Sat Mar 12, 2011 11:03 am
Re: After Install
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
Appreciate the extensions/mods/support then you can support me by buying a beer
-
- Former Team Member
- Posts: 22072
- Joined: Wed Jun 22, 2005 4:33 pm
- Location: Your display
- Name: Rich McGirr
-
- Registered User
- Posts: 44
- Joined: Sat Mar 12, 2011 11:03 am
Re: After Install
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
Appreciate the extensions/mods/support then you can support me by buying a beer
-
- Former Team Member
- Posts: 22072
- Joined: Wed Jun 22, 2005 4:33 pm
- Location: Your display
- Name: Rich McGirr
Re: After Install
how can i do that
-
- Registered User
- Posts: 44
- Joined: Sat Mar 12, 2011 11:03 am
Re: After Install
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
Appreciate the extensions/mods/support then you can support me by buying a beer
-
- Former Team Member
- Posts: 22072
- Joined: Wed Jun 22, 2005 4:33 pm
- Location: Your display
- Name: Rich McGirr
Re: After Install
And i can't to fix that on my Style?
-
- Registered User
- Posts: 44
- Joined: Sat Mar 12, 2011 11:03 am
Re: After Install
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} {$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> {top_five_topic.USERNAME_FULL} {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
Appreciate the extensions/mods/support then you can support me by buying a beer
-
- Former Team Member
- Posts: 22072
- Joined: Wed Jun 22, 2005 4:33 pm
- Location: Your display
- Name: Rich McGirr
Re: After Install
Ty very much man!!!
-
- Registered User
- Posts: 44
- Joined: Sat Mar 12, 2011 11:03 am