mcatze
Well-known member
I customized the Templates waindigo_hotspot_list_hotspots, waindigo_hotspot_list_item_hotspots and waindigo_hotspot_view_hotspots a little bit. For example i put the website in the hotspot table.
But i have a little problem with that. When i put these in the template:
And someone wrote the website without "http://" i'll get in the frontend "www.myforum.com/www.thehotspotwebsite.com"
But when they write with "http://" i'll get "www.thehotspotwebsite.com"
I thought i get the problem when i wrote in the template these:
The adresses without "http://" are in function, but with the "http://" they look like "http//www.thehotspotwebsite.com" .. without the colon.
I hope you can understand my bad english ..
But i have a little problem with that. When i put these in the template:
HTML:
<a href="{$hotspot.website}" target="_blank">{$hotspot.website}</a>
But when they write with "http://" i'll get "www.thehotspotwebsite.com"
I thought i get the problem when i wrote in the template these:
HTML:
<a href="http://{$hotspot.website}" target="_blank">{$hotspot.website}</a>
I hope you can understand my bad english ..
