WSN Gallery
Featuresspacer Showcasespacer Reviewsspacer Demosspacer Purchasespacer Manualspacer Support
Popup windows
Popup windows
By Paul

See http://www.webmastersite.net/forums/thread/1928 for full details and context.

This is the final hack to make pop up windows for internal links (read the thread to get the idea).

First find the code to make pop ups you wish. Here is the just an example as the pop up code is not as important.

In displaylinks.tpl

This goes to displaylinks.tpl ( where your rate, e-mail, comment, details links are):

<a href="http://scripts.webmastersite.net/wsngallery/manual/#" onclick... vote.php?headerfooter=no&id={LINKID}>Rate</a>


<a href="http://scripts.webmastersite.net/wsngallery/manual/#" onclick... "report.php?headerfooter=no&id={LINKID}">Report</a>

<a href="http://scripts.webmastersite.net/wsngallery/manual/#" onclick... "email.php?headerfooter=no&id={LINKID}">E-mail</a>


In the VOTE template (and e-mail, details, rate, etc. as you wish) add the custom template info (custom template name which is "myredirect" here):

<form action="http://scripts.webmastersite.net/wsngallery/manual/vote.php?action=vote&custom=yes&TID=custom-myredirect&headerfooter=no&id=

{LINKID}" method="post">
<table width="100%">
<tr>
---------------
</form>

In the REPORT LINK template

<form action="http://scripts.webmastersite.net/wsngallery/manual/report.php?filled=1&custom=yes&TID=custom-myredirect&headerfooter=no"

method="post">
<tr>
-----------------------------------
</form>


In the EMAIL LINK template

<form action="http://scripts.webmastersite.net/wsngallery/manual/email.php?filled=1&custom=yes&TID=custom-myredirect&headerfooter=no"

method="post">
<IF not "knierim@gmail.com">
<tr>
------------------------------
</form>

Rating:


0/5 based on 0 votes. The median rating is 0.

Submitted: 11/03/03 (Edited 07/06/06)

Description: Based on qwqw's summary post.

Views: 1430 views. Averaging 1 per day.
In the most recent 30 day period, there've been 0 views.

Previous Article

Home    |    Features    |    Showcase    |    Reviews    |    Demos    |    Purchase    |    Manual    |    Support