File tree Expand file tree Collapse file tree 9 files changed +663
-46
lines changed
Expand file tree Collapse file tree 9 files changed +663
-46
lines changed Original file line number Diff line number Diff line change 1414- -> Removed
1515! -> Note
1616
17+ Version 8.1.7
18+ $ Updated NL language file (thanks Peter)
19+ # Fixed disabled button not reverting on error
20+ # Fixed layout rendering if 3PD's have extended JLayoutBase
21+
1722Version 8.1.6
1823# Fixed some instances where the Ajax request URL wasn't working
1924
Original file line number Diff line number Diff line change @@ -1135,11 +1135,12 @@ public function renderPost($shout, $layout = 'message')
11351135 'module ' => 'mod_shoutbox ' ,
11361136 'client ' => 0
11371137 );
1138+
11381139 $ registry = new JRegistry ($ options );
11391140 $ layout = new JJShoutboxLayoutFile ($ layout , null , $ registry );
1140- $ output = $ layout ->render ( $ data );
1141+ $ layout ->addIncludePaths ( JPATH_SITE . ' /modules/mod_shoutbox/layouts ' );
11411142
1142- return $ output ;
1143+ return $ layout -> render ( $ data ) ;
11431144 }
11441145
11451146 /**
Original file line number Diff line number Diff line change @@ -164,12 +164,12 @@ SHOUT_TIME_AGO="geleden"
164164SHOUT_TIME_DAY =" dag"
165165SHOUT_TIME_DAYS =" dagen"
166166SHOUT_TIME_HOUR =" uur"
167- SHOUT_TIME_HOURS =" ueren "
167+ SHOUT_TIME_HOURS =" uren "
168168SHOUT_TIME_JUST_NOW =" direct"
169169SHOUT_TIME_MINUTE =" minuut"
170170SHOUT_TIME_MINUTES =" minuten"
171171SHOUT_TIME_MONTH =" maand"
172- SHOUT_TIME_MONTHS =" months "
172+ SHOUT_TIME_MONTHS =" maanden "
173173SHOUT_TIME_SECOND =" seconde"
174174SHOUT_TIME_SECONDS =" seconden"
175175SHOUT_TIME_WEEK =" week"
You can’t perform that action at this time.
0 commit comments