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

Top Five

Need to allign data in 1 line - Top Five

Need to allign data in 1 line

by Nesa » Sun Jan 09, 2011 12:47 pm

Dear phpBB friends i've seen this forum

Code: Select all

http://kyminis.com/phpbb/


my board is

http://www.topola-online.com

How can I do this. Thanks :)
Nesa
Registered User
Posts: 33
Joined: Fri Feb 15, 2008 5:34 pm

Re: Need to allign data in 1 line

by RMcGirr83 » Sun Jan 09, 2011 1:02 pm

Within the html file from the mod there is, for example this

Code: Select all

<a href="{top_five_topic.U_TOPIC}">{top_five_topic.TOPIC_TITLE}</a><br />


remove the <br /> then refresh the template in the ACP.
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: Need to allign data in 1 line

by Nesa » Sun Jan 09, 2011 5:00 pm

Aaaaa :) many thanks !
Nesa
Registered User
Posts: 33
Joined: Fri Feb 15, 2008 5:34 pm

Re: Need to allign data in 1 line

by Nesa » Sun Jan 09, 2011 5:23 pm

Ah.. me again :)

I'm getting some result :) thanks.. But, i've wanted to expand to top 15 :) just like on

Code: Select all

http://kyminis.com/phpbb/


i've opened includes/top_five.php

and edited every instance with number 5, replaceing with number 15..

Now it looks nice but, is it possible to have top 15 members also, and 15 new reg. members as well to fill table?

This is very nice mod! :D

my board:
www.topola-online.com
Nesa
Registered User
Posts: 33
Joined: Fri Feb 15, 2008 5:34 pm

Re: Need to allign data in 1 line

by RMcGirr83 » Sun Jan 09, 2011 5:57 pm

It is cached, after changing all instances to 15, purge the cache in the ACP.
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: Need to allign data in 1 line

by Nesa » Sun Jan 09, 2011 7:00 pm

Thank's man :)
Nesa
Registered User
Posts: 33
Joined: Fri Feb 15, 2008 5:34 pm