PDA

View Full Version : AJAX not working after performing a posting preview


ccplim
07-14-2008, 01:06 PM
I am currently using the Form Hack (https://vborg.vbsupport.ru/showthread.php?t=126676) by Abe1 with AJAX dropdown mod (https://vborg.vbsupport.ru/showthread.php?t=182144) by Deepdog009.

The dropdown works fine if I did a direct submit but if I perform a preview, the dropdown will stop working and I will not be able to change the value. I am suspecting that there might be some problem with the codings at the preview portion but I just couldn't figure out where are the actual codes (or hooks?) for the $preview/preview in the codes below.

<if condition="$preview">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="tcat">
Preview
</td>
</tr>
<tr>
<td class="alt2">
$preview
</td>
</tr>
</table>
</if>

Any bros here able to help on this?

Thanks in advance.

Marco van Herwaarden
07-15-2008, 08:59 AM
If you have questions/problems with a modification or style, then please post in the thread (or support forum/board) about that modification/style. Best chance to receive a reply from either the author or another member using the same modification/style.

ccplim
07-15-2008, 09:21 AM
Yes boss! Noted with thanks.