MyBB Community Forums

Full Version: Attachments dont show up any more !
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
there is only one image reported

dont know if there is any relation to it, but

i cannot change the permissions of the forums regarding usergoups anymore ?

Set custom permission and Edit permissions dont work
Clear custom permissions does work

This is solved !!

It was the code of the PlugIn myBBSkins. I installed that becaus the instructions of the theme "MyResponsive" told me so.

Don't know what happens now to that theme, because i was very happy with that theme. I was looking for a theme that is similar to the default theme, but responsive.

Thanks for all the input i got !

The malicious code was :

<?
$l['mybbskins_bienvenidocoma'] = "Welcome,";
$l['mybbskins_disenado'] = "Designed by";
$l['mybbskins_foro'] = "Forum";
$l['mybbskins_usuario'] = "Username";
$l['mybbskins_contrasena'] = "Password";
$l['mybbskins_enero'] = "January";
$l['mybbskins_febrero'] = "February";
$l['mybbskins_marzo'] = "March";
$l['mybbskins_abril'] = "April";
$l['mybbskins_mayo'] = "May";
$l['mybbskins_junio'] = "June";
$l['mybbskins_julio'] = "July";
$l['mybbskins_agosto'] = "August";
$l['mybbskins_septiembre'] = "September";
$l['mybbskins_octubre'] = "October";
$l['mybbskins_noviembre'] = "November";
$l['mybbskins_diciembre'] = "December";
$l['mybbskins_lunes'] = "Monday";
$l['mybbskins_martes'] = "Tuesday";
$l['mybbskins_miercoles'] = "Wednesday";
$l['mybbskins_jueves'] = "Thursday";
$l['mybbskins_viernes'] = "Friday";
$l['mybbskins_sabado'] = "Saturday";
$l['mybbskins_domingo'] = "Sunday";
$l['mybbskins_redactar'] = "Compose";
$l['mybbskins_bandeja'] = "Inbox";
$l['mybbskins_mensajesenviados'] = "Sent Items";
$l['mybbskins_borradores'] = "Drafts";
$l['mybbskins_papelera'] = "Trash Can";
$l['mybbskins_rastrear'] = "Tracking";
$l['mybbskins_editarcarpetas'] = "Edit Folders";
$l['mybbskins_editarfirma'] = "Change Signature";
?>
looks like there is a problem with shorthand code <?
can you change it to <?php (of course, save in UTF8 encoding without BOM) & check again

also you can remove the end tag ?>

edit: double quotes may be replaced with single quotes [ eg. "Welcome,"; => 'Welcome,'; ]
ahhhhhh

i checked all files that came with mybbskins, changed it and now it works.

Many thanks for your advice !
Pages: 1 2