Image w/link Content Part?
-
- Posts: 23
- Joined: Sat 30. Jul 2005, 17:27
Image w/link Content Part?
Is there a mod that would allow to add a content part such as a single image with a link attached to the image? It seems silly to have to always create HTML content for such a thing.
Thanks!
Thanks!
-
- Posts: 23
- Joined: Sat 30. Jul 2005, 17:27
Yes, but unfortunately you can't reference a pic in your FILE org (unless you tell me otherwise). My understanding is that you have to use the picture folder or other folder without the file management.DeXXus wrote:How about trying the WYSIWYG HTML content part:
-"insert" graphic
-"select" graphic
-"linkify" graphic
Oh, I see, you're right, if you don't use FTP takeover or internal upload button of file center... then no thumbnails & no record of file's existence is available for WYSIWYG editor. But I ~believe~ the folder "/picture" is meant ONLY for manual referencing. I ~THINK~ "/picture/upload" (file center way) creates thumb and can maybe be seen in WYSIWYG. Dunno, can't get to installation right now and I normally do "manual" referencing. SORRY
Have a look, please. Is that, what you are searching for?
http://www.phpwcms.de/forum/viewtopic.p ... image+link
http://www.phpwcms.de/forum/viewtopic.p ... image+link
-
- Posts: 23
- Joined: Sat 30. Jul 2005, 17:27
Yes, excellent!!!!pepe wrote:Have a look, please. Is that, what you are searching for?
http://www.phpwcms.de/forum/viewtopic.p ... image+link
Thank you very much!
One more thing... can you specify the destination for the url as a "_blank" page somehow?
-
- Posts: 23
- Joined: Sat 30. Jul 2005, 17:27
image-caption|alt-Text of the Image|http://url.de _blank
image-caption|alt-Text of the Image|{SITE}index.php?alias _blank
Tht's just the type of link, you are searching for.... opens the linked Target inside a new window
image-caption|alt-Text of the Image|{SITE}index.php?alias _blank
Tht's just the type of link, you are searching for.... opens the linked Target inside a new window
-
- Posts: 23
- Joined: Sat 30. Jul 2005, 17:27
Amazingly simple!pepe wrote:image-caption|alt-Text of the Image|http://url.de _blank
image-caption|alt-Text of the Image|{SITE}index.php?alias _blank
Tht's just the type of link, you are searching for.... opens the linked Target inside a new window

What is the {SITE} tag used for and why would you need it?
Thanks again!
Say my URL is :What is the {SITE} tag used for and why would you need it?
http://phpwcms-templates.de
and my special site, i'm aiming at, has the alias: guestbook
now you can write the whole link:
http://phpwcms-templates.de/index.php?guestbook
or you take the shortform:
{SITE}index.php?guestbook
But why should i do that:
Becaus i use my localhost for develope the sites, i take the second version... and so i'm able to use the same link (relative) as well in my local machine as on the server

after uploading the site, all funktions are OK... Nothing to change!!!
Is' nt that a good idea of Oliver Georgi

And, the very best, you can use this {SITE}index.php?guestbook thing all over the script!
I need it inside the FCKeditor too, while linking my WHYSIWYG text-links
