i solved preview issue.
Open single.phtml
Edit line 65 –> remove .”/” and save!
i removed .”/” and solved. Thats All…
But download problem continue…
When i clicked download button >> https://abcd.com/cmdownload/threadname/#
Button only adding url #
-
This reply was modified 4 years, 11 months ago by
nextworld25.
i solved download problem.
Open download-form.phtml and edit line 9 11…
Now rating problem… Ratings not works 🙁
Free versiyon full bug! On Dashboard;
<?php
if ($status == 'published') {
$action = 'unpublish';
$actionLabel = __('Unpublish', 'cm-download-manager');
}
else {
$action = 'publish';
$actionLabel = __('Publish', 'cm-download-manager');
}
?>
NOT WORK