x00
MVPx00 MVP
Reactions
-
Re: After importing from phpBB3 - Timestamps only show month and year
in conf/locale.php put the lines $Definition['Date.DefaultDayFormat'] = '%b %e - %l:%M%p';$Definition['Date.DefaultYearFormat'] = '%b %e, %Y - %l:%M%p';$Defini… (View Post)2 -
Re: [Solved] There are two mistakes, one small, the second is more...
It think I understand what you mean, but the default behaviour is not to expand when the page loads. if you want that put jQuery(document).ready(function($){ $('ul.PanelCategories li.Active'… (View Post)2 -
Re: After importing from phpBB3 - Timestamps only show month and year
this sound more like the output format, which can be set. Check in the database to see if you are missing that data. (View Post)2 -
Re: [Solved] There are two mistakes, one small, the second is more...
could be a javascript conflict. (View Post)1 -
Re: Thanks, and a question
XML is frankly too verbose and not very readable, in fact it is responsible for wasting 10 years of progress with w3c so I'm not fan of it, also its extensibility is overstated, because very few… (View Post)1
