Closed (fixed)
Project:
Mobile Codes
Version:
6.x-2.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
22 Apr 2011 at 15:47 UTC
Updated:
8 Feb 2013 at 00:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
fildawg commentedDOH! - Sorry, somehow I overlooked the CCK/Formatter.
Comment #2
Buckminster_Bond commentedfildawg kindly shared the methodology that he used with me...
I wanted to share this - as it works for D6.
However, for D7, the output is, for example -
Does anyone know how to output the full path...
Or better still (for my purposes) just the filename?
Comment #3
Buckminster_Bond commentedI've fixed my problem - with messy hack.
To get rid of the public:// I went into the module file itself and deleted the three instances of public://
Probably not a good thing to do (and probably breaks something else somewhere else) but at least now I can create a url that I can output to third parties - which means a happy customer.
(To create the full file path I am using views and have rewritten the results outputting as a link)
Comment #4
drwits commentedbuckminster... how did you get it into your view?
my previews are working in the custom formatter edit page.... i just can't figure out how to embed it in views. any help would be much appreciated!
thanks
Comment #5
Buckminster_Bond commentedThe trick was to create a new text field, which doesn't actually do anything (just a standard field in one of your content types - nothing to do with views, call it "Download Code", as an example.)
You can then bring this field into views and select the custom format as the formatter. I'll attach an image. I've made it a bit more complicated as I am rewriting it as a link. Hope this helps you...
Comment #6
drwits commentedthanks for that... not working for me
added a cck text field called "qr code"
in the custom formatter edit page... the previews are working perfectly
i can't get it to show up on nodes or views
admin/content/node-type/foo-bar/display have it set to the custom formatter option
i guess i could set up a rule to autopopulate the cck field with node title... and output it with some theming but... it seems like everybody else is able to use the custom formatter option to automatically generate the qr code from node title.
Comment #7
drwits commentedgot it working...
you may ignore the above post
thanks
Comment #8
dkdnt commentedPath above does not work in version 6.2 . I think it is useful to many people, eg for use with lightbox etc.
This is a very good project, but I think is needed cooperation with the image cache or lightbox2.
Sorry for my English and I greet dkdnt
Comment "2" is a solution to this problem. sorry
Comment #9
deciphered commentedMarking issue as fixed as it doesn't look like it requires any action.