🌍
English
As stated before I'm not a PHP programmer. I was able to set the "Links" title and even an external link (with the little arrow graphics before it) but it points to the current site instead of the real external link I want it to.
How should I code it to work right?
Thanks,
Offline
in diapo.php (version 1.2) line 207 (or near it), before
$summary.="</div>";
insert
$summary.=" <img src="".$user['lien_collapsed']."" alt=">"/> <a href="[url=http://..."]http://..."[/url] title="yourTitle">the link</a>";
Offline