stats order in simple portal

Support for PhpBB3.
Post here to get help with any phpBB3 related issue
Forum rules
In order the get any support, you will have to do following:
1. Use a describing title!
2. Describe your problem and what happened when the problem occured
3. Tell us what version of phpBB3 you are currently using.
If not your topic may be ignored or locked!

stats order in simple portal

Post by neuropass »

I'm trying to get the statistic block organized like here.
i managed to have the block on the right side, but the information are all messy.. kinda like the newest user (is you have a long date format)

how can it be fixed on single line like here?

Re: stats order in simple portal

Post by cisco007 »

it has to do with the way the date is formatted on your site, i have posted an answer to this on this site, try searching for it, it's late for me to search for it now!

Re: stats order in simple portal

Post by neuropass »

i know i fixed that, but what i want to order is the statistic block not the newest user...

Re: stats order in simple portal

Post by Stoker »

neuropass wrote:I'm trying to get the statistic block organized like here.
The code used is exactlythe same.
neuropass wrote:i managed to have the block on the right side, but the information are all messy.. kinda like the newest user (is you have a long date format)
The block is per standard on the right side?
And newest user has nothing to do with date format, but off course, if the user has a long name it will probably be on 2 lines.

Re: stats order in simple portal

Post by neuropass »

ok this is what i mean:
Capture.PNG
it's all messy. On the portal here, it's all organized line after line...

Re: stats order in simple portal

Post by Stoker »

'Now i get it :D
Just replace all the: &bull; with a <br />

Re: stats order in simple portal

Post by neuropass »

Stoker wrote:'Now i get it :D
Just replace all the: &bull; with a <br />
8-)
'thanks it works now!