- Posts: 46
- Thank you received: 0
I will not add any new features to this releases.
Please upgrade to SermonSpeaker 6.x and Joomla 4.x, which is better anyway.
http:200 error on sermon uploads
But back to my previous post - I meant to create subdirectories manually trough FTP manager in defined folder for sermon files (not automatically). And upload manually files to those subfolders through FTP. Reason is that it is not possible to use SermonSpeaker uploader to upload files bigger files than 40MB (in my case) and I have many sermons bigger than 40MB. So only way how to upload sermons is trough FTP... And because SermonSpeaker can not see subfolders created in destination folder (defined in options of SermonSpeaker), all sermons must be in one folder.... and therefore I have large drop down list.
How can I solve problem with bigger files (not loadable through loader in backend / frontend of SermonSpeaker) and to not have large drop downs list?
Solution will be to use "File Browser" instead of "drop down list" as is in Joomla (to add images to article) or JCE plug-in.
Is it possible to add "File Browser" instead of "drop down list" to manually define mp3 sermon? "File Browser" is standard Joomla plug-in, or not? What you think? And in Options of SermonSpeaker you can define if you want to use subfolders crated by date (or by language) or to use File Browser. This it is my suggestion.
Thanks a lot.
Radovan
Please Log in or Create an account to join the conversation.
- Thomas Hunziker
-
- Offline
- Administrator
-
It's based on the date of the sermon as set in the form, so for new sermons it's by default the current date (unless changed) and for existing sermons it is the sermon date.Hi, it is not clear what date SermonSpeaker is creating (as you mentioned earlier). Is it date of adding sermon? Or is it date defined in "date" field?
Hi, it is not clear what date SermonSpeaker is creating (as you mentioned earlier). Is it date of adding sermon? Or is it date defined in "date" field?
You can do that, but need to change the sermon path to your new directory in the settings.
It will not change any existing sermons, it's only changing the dropdown list and where uploaded files are stored.
Reason is that it is not possible to use SermonSpeaker uploader to upload files bigger files than 40MB (in my case) and I have many sermons bigger than 40MB
It is perfectly possible to upload bigger files using SermonSpeaker. The limiting factor is your server, not SermonSpeaker.
To fix that, you need to contact your hoster. If they can't help you, you should move to a better hoster.
As explained the Joomla "File Browser" doesn't support browsing/selecting anything other than images. There is a rewrite planned but till that is done we can't use it.Solution will be to use "File Browser" instead of "drop down list" as is in Joomla (to add images to article)
Please Log in or Create an account to join the conversation.
It is a crucial part in my system.
Ken
Please Log in or Create an account to join the conversation.
Before publishing them, it will be handy to edit author, correct category and other details. Problem is, if do you use module "Latest Sermons", added sermons are there displayed... And I don't want it before I editing details... So if after "Create sermons automatically" they will be unpubulished, it will be grat help.
Solution will be not to publish them automatically after click "Create sermons automatically" in Tools.
What file to edit if I want to have them unpublished (automatically)? Or to have possiblity to define this in Options.
Another idea is to categorize sermons during "Create sermons automatically" according alias of category. For example if alias of category is "sunday-sermons" and subfolder in folder for sermons is "sunday-sermons", sermons automatically added through "Create sermons automatically" will be categorized in to the appropriate category "sunday-sermons" (and have status "unbuplished").
Is it possible? Thanks
Radovan
Please Log in or Create an account to join the conversation.
- Thomas Hunziker
-
- Offline
- Administrator
-
Which means if you use the tool method with a user that isn't allowed to edit the state, the sermons will be unpublished.
The method originally was meant to be used eg from a cron job. And there you would pass the user credentials in the request.
Checking the folder against an existing category alias should be possible I think. I'd have to check that.
Please Log in or Create an account to join the conversation.
I had exactly the problem you have. Here is what I did. We code our series in the filename. e.g. abc161222.mp3, xyz161223.mp3, and wrote a script to parse the filename for the series and publish date information. Copy the files into the folder named by the series names and call CreateSermon script. Then set the series values and publish dates from the script, using some SQL statements. Now the process of importing and setting the necessary fields are automatic in my site.
I have to admit it may not be the smartest way, but it works for me.
Of course if the mp3 creator put ID3 album tag properly he could save you some work.
Also, Thomas did a great job on the component and he taught me a lot in this forum.
Ken
Please Log in or Create an account to join the conversation.