View Full Version : Now That That's Fixed..............
snerd
03-30-2006, 01:22 PM
I'll move on to some more questions. :)
In phpld you can set the option in admin to have links open in a new window. Have I missed that in the regional directory?
Mike
snerd
03-30-2006, 01:51 PM
When adding a link manually in the admin section, when you select the state, it doesn't present the city selection. You have to go back and edit the added link.
Mike
snerd
03-30-2006, 03:35 PM
I submitted a link, and I got an e-mail confirm as the submitter, but I didn't get the admin notification.
Mike
snerd
03-30-2006, 03:42 PM
Hey! Can I import the 431 category sql dump that I did into phpld? Is the table setup the same? This would sure save me some time adding them manually!
Mike
snerd
03-31-2006, 10:17 AM
Content visible to registered users only.
I did just that! They imported no problemo.
Now, since there is no option in admin to set the links to open in a new window, where would I set that at in links.tpl or main.tpl?
Thanks!
Mike
mikedippel
03-31-2006, 11:37 AM
To make all links open in new window, edit your link.tpl file.
Look for:
<td>
<a id="{$link.ID}" href="{$link.URL}"
{* nofollow *}
and change it to:
<td>
<a id="{$link.ID}" href="{$link.URL}" target="_BLANK"
{* nofollow *}
It worked for me!
vBulletin® v3.8.0, Copyright ©2000-2012, Jelsoft Enterprises Ltd.