Support Forum

Amended the 'time' on the post in the user section…

DA darkfloor
darkfloor
Member

I can find in spTopicView.php the following

sp_PostIndexUserDate(‘tagClass=spPostUserDate spCenter’);

 

But with no parameters to amend I don’t know how to display the date and time on one line, rather than with a line-break.

 

So 

FEB 27, 2012 / 10:38

rather than as it is at the moment

FEB 27, 2012
10:38

 

Thanks.

4 Answers

New Answer

YS Yellow Swordfish
Yellow Swordfish
Member

Should be:

sp_PostIndexUserDate('tagClass=spCenter spPostUserDate&stackdate=0');

Give that a try…

BR Brandon
Brandon
Member

darkfloor said

I can find in spTopicView.php the following

sp_PostIndexUserDate(‘tagClass=spPostUserDate spCenter’);

 

But with no parameters to amend I don’t know how to display the date and time on one line, rather than with a line-break.

 

There is a stack date option for this function, try this.

sp_PostIndexUserDate(‘tagClass=spPostUserDate spCenter&stackdate=0’);