Appear strange numbers. view photos
[gelöscht durch Administrator]
Hi, please send me a link to this site via PM.
Can it be that you have edited the used files layout?
Hi ciroslitz,
after i could install the akeeba backup locally (and could use the debugger) it was possible for me to find the reason for your problem. As expected has this nothing to do with jDownloads.
The reason is the Button for Content plugin from your Buttons component.
I think that this parts are the problem:
$allowed_contexts = array('com_content.article','com_content.featured','com_content.category');
if (!in_array($context, $allowed_contexts))
{
return true;
}
I think it should be:
$allowed_contexts = array('com_content.article','com_content.featured','com_content.category');
if (!in_array($context, $allowed_contexts))
{
return;
}
You can use my modifications (without any guarantee). Use the unzipped file below and copy it over the original file in /plugins/content/buttons/. Afterwards are the numbers gone. ;)
[gelöscht durch Administrator]
I hope that the amendment does not create problems with plugin button.
Perfect thanks.
Quote from: ciroslitz on 10.10.2016 15:14:02
I hope that the amendment does not create problems with plugin button.
You could contact the developer from this extension...
thank you so much