Closed (fixed)
Project:
WYSIWYG image upload - Inline images for your WYSIWYG
Version:
6.x-2.4
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
6 Nov 2010 at 10:28 UTC
Updated:
16 Dec 2010 at 10:29 UTC
Comments
Comment #1
eugenmayer commentedthe onyl "token" implemented is the uid, but its ot a token implementation, rather custom made.
I did yet not find time ( and relevancy ) implementing this. Patches are welcome though :)
Comment #2
W.M. commentedIn fact I thought about organizing the files by the node number. For example, the files for node number 4423 should be under files/0/0/0/44/23 etc..
I have php codes to extract the numbers needed from node number but I am not sure how to use the results. Tokens can do that but this module does not support them.
Maybe something that will be integrated in future releases. Nice work, I must say!
Comment #3
eugenmayer commentedThanks :)
Comment #4
eugenmayer commentedComment #5
W.M. commented@EugenMayer
Hello. Do you think that the use of custom node tokens is possible now with the latest release (2.9) ?!
I guess if the new release can upload images using the CCK filefield, then doing that is possible (using upload path module).
Thanks in advance!
Comment #6
eugenmayer commentedNo it has nothing to do with Filefield or Token support.
You can no upload bilder to textareas (CCK textareas) - thats it.
Comment #7
W.M. commentedThanks for the fast reply! I am sure that the new feature will be useful for many. But let me ask, do you understand, more or less, what I am talking about? Upload path based on node tokens (e.g. nid). I am sure that this feature will be practical for large content sites. You know that the linux system has eventually limits as to how many "uid" based folders can exist under a single folder.
Maybe a nonprofessional solution is to change the upload path setting for this module each month. So no single folder will be overwhelmed.
You have a great module. I am being very honest now. Click button and add images. Cannot be simpler.
Let us see if we can extend the support to include node tokens too. I guess there is no serious code limitations here (with the current code)?
Have a blessed day!
Comment #8
eugenmayer commentedPlease just open a feature request "add token support for paths". And then help implementing it :)
The use of tokens depends on the installation / customer / usecase and can vary. e.g. i dont need it at all, others could need it.
The implementation should be very easy and streight foward. ~ 10 lines.