1 nando Dec 02, 2006 01:33
3 nando Dec 02, 2006 22:12
Yes, it has to do with the URL, for example If I post this, I get the same error message and it won't work:
<a href="www.google.com">www.google.com</a>
<a href="www.google.com">www.google.com</a>
<a href="www.google.com">www.google.com</a>
I believe it's because I'm linking to the same site more tha once ???
The thing is the links I want to post are for Myspace Music pages, therefore the links are the same: www.myspace.com/site1 , /site2, /site 3
What can I do to post them as links? What file do I have to change?
4 blueyed Dec 02, 2006 22:23
Use "http://" in front of the URL.
5 nando Dec 02, 2006 22:27
I'm using it already
6 blueyed Dec 02, 2006 22:35
You said
<a href="www.google.com">www.google.com</a>
<a href="www.google.com">www.google.com</a>
<a href="www.google.com">www.google.com</a>
does not work. Sure, because of the missing http.
<a href="http://www.google.com">www.google.com</a>
<a href="http://www.google.com">www.google.com</a>
<a href="http://www.google.com">www.google.com</a>
DOES work, so it doesn't have to do anything about multiple URLs, but a specific one, which does not get recognized as valid.
You see.. it would really help, if you could post it here and/or remove parts of it unless you find out what's wrong.. :/
*edit*: if
<a href="http://www.myspace.com/site1">foo</a>
does not work, you probably have myspace.com in your Antispam blacklist.
Try enabling debugging (http://manual.b2evolution.net/Debugging) to find out why the URL is invalid.
7 nando Dec 02, 2006 22:41
blueyed wrote:
<a href="http://www.google.com">www.google.com</a> <a href="http://www.google.com">www.google.com</a> <a href="http://www.google.com">www.google.com</a>
DOES work, so it doesn't have to do anything about multiple URLs, but a specific one, which does not get recognized as valid.
You see.. it would really help, if you could post it here and/or remove parts of it unless you find out what's wrong.. :/
*edit*: if
<a href="http://www.myspace.com/site1">foo</a>
does not work, you probably have myspace.com in your Antispam blacklist.
Try enabling debugging (http://manual.b2evolution.net/Debugging) to find out why the URL is invalid.
The google thing was just an example. I used 'http' for the links in the post. I was able to post the first link for myspace.com/site1 but the others I wasn't, so I just put them as plain text. Will try the debug thing...
8 nando Dec 02, 2006 22:52
Havent uderstood what the debug thing is for... :S
No problem with
Seems to be rather specific to one of the URLs than to the fact that it's more than one.. ^^