MyBB Nederland
Darkfusion - Afdrukversie

+- MyBB Nederland (http://mybbnederland.nl)
+-- Forum: MyBB Hulp (/forumdisplay.php?fid=5)
+--- Forum: Plugin hulp & downloads (/forumdisplay.php?fid=7)
+--- Discussie: Darkfusion (/showthread.php?tid=278)



Darkfusion - Basstuuk - 08-03-2013 09:11 PM

Heb een probleem met een thema.
Darkfusion.

Geeft foutmelding: veiligheidsprobleem.
Bijlage toegevoegd.

Groet Bas


RE: Darkfusion - koenwi - 08-03-2013 09:43 PM

Als bijlage vind je een aangepast .xml bestand.
Hierin zijn de volgende aanpassingen gebeurt, waardoor het probleem zou opgelost moeten zijn:

Verander:
PHP-code:
{$monthnames[$prev_month['month']]} 
naar:
PHP-code:
{$prev_month['month']} 

en:
PHP-code:
{$monthnames[$next_month['month']]} 
naar:
PHP-code:
{$next_month['month']} 

en:
PHP-code:
{$monthnames[$week_from[1]]} 
naar:
PHP-code:
{$monthnames[$week_from_one]} 

en:
PHP-code:
{$type_checked[$type['tid']]} 
naar:
PHP-code:
{$checked



Bedankt - Basstuuk - 08-04-2013 11:55 AM

Bedankt Koenwi voor de oplossing werkt weer als een tierelier.Wink