undefined on the create page

autosurf

Active Member
Hello,

I have a problem on the creations of the page ...

When I put the link on this page of the site (site root) in HTML link automatically changes to the site root + "undefined" ...

I have the plugin: Clean URL's

If you have a solution?

thank you
 

Basti

Administrator
Staff member
I do not understand, please tell more details, what link and where?
 

Basti

Administrator
Staff member
I cant reproduce what you are seeing, yes you have many errors, including not closing target blank on the link for each member
but i did not find any error related to that link on the bottom as you pointed out when validating the page

so, iam not exactly sure. Start off by fixing your links in the ranking files
Code:
target"_blank
should be
Code:
target="_blank"
Maybe whatever error you see is caused by that
 

autosurf

Active Member
i have create a test page in : http://www.classement.pro/page/test/

My source code is :
HTML:
<br><h1 align=center id=br>..: Partenaires de Classement.pro :..</h1><br>
<center>
 
<br><hr /><br>
 
<a href="http://www.classement.pro/" >TEST whithout Blank with http://www.classement.pro</a><br>
<a href="http://www.visiolist.com/" >TEST whithout Blank with http://www.visiolist.com</a><br>
 
<br><hr /><br>
 
<a target="_blank" href="http://www.classement.pro/" >TEST whith Blank with http://www.classement.pro</a><br>
<a target="_blank" href="http://www.visiolist.com/" >TEST whith Blank with http://www.visiolist.com</a><br>
 
<br><hr /><br>
 
<a href="http://www.classement.pro">
<img border="1" src="http://www.classement.pro/pro468.gif" width="468" height="60" alt="Classement Pro"></a>
 
<br><hr /><br>
 
<a target="_blank" href="http://www.visiolist.com">
<img border="1" src="http://www.classement.pro/pro468.gif" width="468" height="60" alt="Classement Pro"></a>
 
</center>
<br>
You can see the result and you see if i put my domain name the url is not good, i have in first moment : nothing or undefined

the code interprete my domain name ???
 

Basti

Administrator
Staff member
Ah now i see what you mean, there something on your page which removes the href attribute, ill investigate a bit
 

Basti

Administrator
Staff member
Could you set up an ftp account for me? certainly odd issue and has never happened before. But cant resolve without playing around a bit
Toplist admin pass might not be bad as well, so i can see if its fault of the editor there
 

Basti

Administrator
Staff member
Issue resolved. The editor we use in admin was to old and needed an update. This change will come into vl 1.0
 
Top