Just finished transferring my largest forum

Very eye-catching... :)

Below your node list you have a slight syntax error that's exposing some code:
Code:
if (typeof BRMSLANG === 'undefined') { var BRMSLANG = {}; } BRMSLANG.xf = { category: "Kategori", download: "Last ned", update: "Oppdatering", review: "Vurder", all_time_rating: "Totalkarakter", forum: "Forum", views: "Visninger", replies: "Svar", likes: "Likt", };
 
Very eye-catching... :)

Below your node list you have a slight syntax error that's exposing some code:
Code:
if (typeof BRMSLANG === 'undefined') { var BRMSLANG = {}; } BRMSLANG.xf = { category: "Kategori", download: "Last ned", update: "Oppdatering", review: "Vurder", all_time_rating: "Totalkarakter", forum: "Forum", views: "Visninger", replies: "Svar", likes: "Likt", };
Thanks :) yeah, there's something going on related to the theme. When I try another one, the error disappears. Not sure what's going on.
 
Top Bottom