I think that this is for problems in javascript. In the Chrome console appears 3 errors.Jessica wrote:I updated a couple of days ago and thought it went okay but apparently not. The portal's messed up...
Code: Select all
Uncaught TypeError: Object [object Object] has no method 'live' home.php:351
Uncaught TypeError: Object [object Object] has no method 'blg_accordion' home.php:313
2
Uncaught TypeError: Cannot call method 'apply' of undefined scroll-startstop.events.jquery.js:20
1. Open styles/{your style}/template/blockgets/block/reputation_system_addon.html
2. Find:
Code: Select all
.blg_accordion({
Code: Select all
.accordion({
Yes, phpBB 3.1 have "events" in templates but, this event system is not compatible with this mod.Mathieu M. wrote: For 1. : phpBB 3.1 doesn't provide a way to extend default templates ?.