WYSIWYG editor's hyperlink function

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
mullerrwd
Posts: 28
Joined: Fri 13. Jul 2007, 18:54

WYSIWYG editor's hyperlink function

Post by mullerrwd »

Hi al, I have some problems regarding external hyperlinks.
I was trying to make some links within the {CONTENT} withthe WYSIWYG editor's hyperlink function. When testing I noticed that links weren''t shown/ for example.
Klik (hier) between the () would be an url this is what i get " klik ".
Links are not shown?
Am i doing something wrong?
mullerrwd
Posts: 28
Joined: Fri 13. Jul 2007, 18:54

Post by mullerrwd »

I tried it once more.
by putting code in it within the wysiwyg function you can choose between editing in source code or in wysiwyg and i added this.
<a href="www.example.nl">blabla</a> blabla.
when i went to my homepage to test. All i get returned is the second blabla so the first blabla with link was just kicked out of the content.
I went to look in my article but the <a href="www.example.nl">blabla</a> blabla. was still there/
thanks in advance for any help./

[/url]
User avatar
update
Moderator
Posts: 6455
Joined: Mon 10. Jan 2005, 17:29
Location: germany / outdoor

Post by update »

Which kind of Content Part did you choose to do so?
mullerrwd
Posts: 28
Joined: Fri 13. Jul 2007, 18:54

Post by mullerrwd »

i amde new article under home.
Then i can choose from a list (code, php etcc, search etc) chose wysiwyg html And with the hyperlink function i can select a bit of text and turn it into a link but doesn''t seem to work.
Image
here you see what I mean/
thanks in advance
mullerrwd
Posts: 28
Joined: Fri 13. Jul 2007, 18:54

Post by mullerrwd »

I use the yperlink function from the wysiwyg, add the link to the content/ Then i test. so i go to index.php?link And it only show the first blabla and not the link? And by the way a link such as http://www.google.nl does work but the link you see in the image doest.
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Post by DeXXus »

mullerrwd wrote:I use the hyperlink function from the wysiwyg, add the link to the content/ Then i test. so i go to index.php?link And it only show the first blabla and not the link? And by the way a link such as http://www.google.nl does work but the link you see in the image doest.
Explain your problem better!

You show the WYSIWYG editor function making the link named gummi...which worked properly. (The blzbla works properly too)

(Well, ACTUALLY my browser proxy is setup to WISELY prevent those pop-ups from arriving at that URL, but it did open a pop-up! ;-)

SO... you made those others OK without problem. The other (named blabla) is just shown in the source code as:

Code: Select all

<p>blabla</p>
mullerrwd
Posts: 28
Joined: Fri 13. Jul 2007, 18:54

Post by mullerrwd »

What I am trying to say is that, if I try to make an hyper link. It doesn't show on the homepage, for example if you look at the image I posted you see I made 2 links, gummi and blabla. And one ordinary text blabla. If you go and look at http://www.realtonefun.com/index.hp?homeyou see that only blabla is shown and not the links. Why is this?
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Post by DeXXus »

mullerrwd wrote:If you go and look at http://www.realtonefun.com/index.hp?homeyou see that only blabla is shown and not the links. Why is this?
SORRY...when I go there, I see two text links (gummi and blzabla) -and- two non-linked text (Rintgone and blabla).
mullerrwd
Posts: 28
Joined: Fri 13. Jul 2007, 18:54

Post by mullerrwd »

Yes wel thats the h1, wich is always definded and showed unless you choose the hide option. but what keeps me awake is why the links won't show or are left out?
Someone have any experience with this?
Post Reply