View Single Post
  #2  
Old 06-08-2009, 12:28 PM
freenicetemplates freenicetemplates is offline
Administrator
 
Join Date: Mar 2009
Posts: 507
Default link to external website with flash buttons

You can open main.js and insert these lines at begining of showContent function (line 9) :

if (contentString.indexOf("http") != -1)
{
location.href=contentString;
return true;
}
__________________
We are always pleased to read you in our guestbook