Closed (fixed)
Project:
ulink6
Version:
6.x-1.1
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
24 Mar 2008 at 10:40 UTC
Updated:
10 Jul 2008 at 09:58 UTC
hello,
I went to the demo site but there are no samples for images.
I wonder whether it's possible/how to use the module to insert images in a body text of a book page.
Images are uploaded via upload module and attached to a page.
ulink image module is installed and enabled, ulink_image module implementation is set to cascade ...
In the body textarea, what do I need to put to show an image?
thanks
Jens
Comments
Comment #1
garthee commentedThank you for your interest
I update demo with an image example, however as it is a publicly editable page, someone can change it.. :)
So here is the copy of the code
Comment #2
ansorg commentedok, got it. Have pictures now showing up.
Currently the image name gets printed next to the image. Do I have to define a macro to change that?
And, on the demo site there seems to be some autocomplete in the edit form (textarea). How is this supposed to work? I don't have that in my form.
Thank you
Comment #3
garthee commentedYou can decide and depending on your expertise you can choose
1. default
2. Macro
3. php
I will explain the first default here:
goto admin/settings/ulink/intern
and you will find settings related to ulink_image - module's implementation:
If you still don't get what you want send me the tag you entered and the output (html output) corresponding to that (you can get it through view > source )
The provided readme.txt should explain it well though :D
Then regarding auto completion, you have to enable uauto module which is also coming within ulink package
There are two types of autocompletion.
1. double click the word and if it finds anything relevant it will let you choose from a popup
2. enter as you do normally using ulink tag [l|my_text_begins_here.. and it will try to autocomplete as you type
Also check
http://drupal.org/projects/ulink
Hope this helps
Garthee
Comment #4
garthee commented