Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#31 2011-08-22 20:25:43
- lithium002
- Member
- Registered: 2011-04-29
- Posts: 25
Re: bot_file_upload: upload and edit files from within the write tab
Would it be easy to alter the same plugin so you are able to associate links with an article? :)
Offline
#32 2011-08-23 08:28:09
- redbot
- Plugin Author
- Registered: 2006-02-14
- Posts: 1,410
Re: bot_file_upload: upload and edit files from within the write tab
lithium002 wrote:
Would it be easy to alter the same plugin so you are able to associate links with an article? :)
Hi lithium,
yes, it should be relatively easy.
If I’m not missing something it should be just a matter of modifying the jquery part of the plugin.
Offline
#33 2012-02-22 12:02:50
- Teemu
- Member
- From: Shanghai
- Registered: 2010-04-27
- Posts: 60
Re: bot_file_upload: upload and edit files from within the write tab
I know this has been requested before, but would it be possible to get the plugin support multiple custom fields? I think this would be a great feature, just as your image upload plugin has.
Last edited by Teemu (2012-02-22 12:03:29)
Offline
#34 2012-02-22 12:50:33
- redbot
- Plugin Author
- Registered: 2006-02-14
- Posts: 1,410
Re: bot_file_upload: upload and edit files from within the write tab
Teemu wrote:
I know this has been requested before, but would it be possible to get the plugin support multiple custom fields? I think this would be a great feature, just as your image upload plugin has.
Hi Teemu,
yes it is on the to-do list. The problem is I don’t know when I’ll find the time to do it.
Offline
#35 2012-02-22 12:56:54
- Teemu
- Member
- From: Shanghai
- Registered: 2010-04-27
- Posts: 60
Re: bot_file_upload: upload and edit files from within the write tab
OK thanks redbot, will be waiting for the update.
Offline
Re: bot_file_upload: upload and edit files from within the write tab
redbot —
Not trying to be a squeaky wheel here, but any chance you’ve had time to make multiple custom fields work? I tried to take a stab at doing it myself (borrowing the code from bot_image_upload), but failed miserably…
Even if it’s not something you can get to right away, any chance you could share some tips about how one might go about changing things, or is that just way too complicated for here?
Offline
Re: bot_file_upload: upload and edit files from within the write tab
husainhk wrote:
Is there some other way to call this per article, so the download links are available only on articles to which files are added?
With that particular snippet, when the custom field is empty, there are no IDs assigned to the file_download_list tag, which in case without any selective filters, the tag default to listing all files up to the limit.
Since the file IDs come from a custom field, you can use a if_custom_field tag to check and see whether the field is populated. Just wrap the file list in one.
Offline
#38 2012-11-30 14:49:13
- gfdesign
- Member

- From: Argentina
- Registered: 2009-04-20
- Posts: 401
Re: bot_file_upload: upload and edit files from within the write tab
Hi Redbot. As I said, I like a lot your plugins.
Let me tell you I’m passing to last TXP (4.5.2) version, testing one by one the plugins that I most use. But I found an issue with this one. When I select some files for an article and then to press Publish button, the files that I chose, are no longer visible, but if then I select again “Add files” link, they are as checked.
Does it happen just me or likely I found an issue in this version with your (fantastic) plugin ?
Thanks in advanced
Offline
#39 2012-11-30 17:16:28
- redbot
- Plugin Author
- Registered: 2006-02-14
- Posts: 1,410
Re: bot_file_upload: upload and edit files from within the write tab
You are right Fernando, I know this plugin must be updated but can’t find the time.
I’ll try to do it ASAP ok?
Offline
#40 2012-11-30 17:21:45
- gfdesign
- Member

- From: Argentina
- Registered: 2009-04-20
- Posts: 401
Re: bot_file_upload: upload and edit files from within the write tab
No worries. Many thanks for replying so soon.
I’ll be looking forward :D
Best regards
Offline
#41 2012-12-07 14:19:01
- redbot
- Plugin Author
- Registered: 2006-02-14
- Posts: 1,410
Re: bot_file_upload: upload and edit files from within the write tab
Version 0.5 is out.
This version should work from ok txp v 4.5. onwards.
I still hadn’t the time to add more functionality (drag’n‘drop file ordering, cosmetic tweaks, maybe multiple upload etc.) but that’s better than nothing :)
Download from first post.
Let me know if there are issues.
Offline
#42 2012-12-07 14:23:01
- gfdesign
- Member

- From: Argentina
- Registered: 2009-04-20
- Posts: 401
Re: bot_file_upload: upload and edit files from within the write tab
Many thanks Redbot !
As soon as possible, I’ll do it :D
Best regards
Offline
#43 2012-12-07 16:14:32
- gfdesign
- Member

- From: Argentina
- Registered: 2009-04-20
- Posts: 401
Re: bot_file_upload: upload and edit files from within the write tab
Hi again. I’ve been testing your plugin, now this works like a charm but unfortunately there is a conflict with other plugin yours. When I activate “bot_cf_titles”, then “bot_file_upload” does not run.
Everything else, up to now, works fine.
Let me know if I can help in anyway.
Best regards and many thanks.
Offline
#44 2012-12-07 17:16:23
- redbot
- Plugin Author
- Registered: 2006-02-14
- Posts: 1,410
Re: bot_file_upload: upload and edit files from within the write tab
Thanks Fernando,
I’ll have a look asap
Offline
#45 2012-12-07 18:10:49
- redbot
- Plugin Author
- Registered: 2006-02-14
- Posts: 1,410
Re: bot_file_upload: upload and edit files from within the write tab
Version 0.5.1 is out.
This version only fixes “plugin conflict”:“http://forum.textpattern.com/viewtopic.php?pid=268546#p268546 with “bot_cf_titles” (thanks Fernando) so you don’t need to update if you are not using that plugin.
Download form “ first post”:http://forum.textpattern.com/viewtopic.php?id=33709&p=1
Last edited by redbot (2012-12-07 18:11:51)
Offline