View Single Post
  #22 (permalink)  
Old 09-07-2008, 11:55 AM
Yankidank's Avatar
Yankidank Yankidank is offline
Pligg Founder
 
Join Date: Dec 2005
Location: Ocala, FL
Posts: 1,931
Thanks: 114
Thanked 189 Times in 134 Posts
Send a message via AIM to Yankidank Send a message via Skype™ to Yankidank
Found the bug. Only took a total of 5 seconds for me to spot it.
Code:
<form action="{$URL_submit}" method="post" name="thisform" id="thisform" enctype="multipart/form-data" onSubmit="return checkForm()>
Is missing a comma right before the end. Please change it to:
Code:
<form action="{$URL_submit}" method="post" name="thisform" id="thisform" enctype="multipart/form-data" onSubmit="return checkForm()">
I'm also experiencing a problem with the "Edit Trackback or Summary" link not working. It should be ajax-revealing additional field(s) when you click on it. This might just be an issue with the latest SVN version of the template though. I will update the download in the next 15 minutes if you want to re-download the package for the comma fix. I won't be changing version numbers because of how minor the fix was.
__________________
Need a Pligg Host?
Get 3 free months
when you buy a year of hosting.
Use the coupon PLIGG at either...
MidPhase hosting starting at $7.95/month.
ANhosting hosting starting as low as $4.95/month.
Reply With Quote
The Following User Says Thank You to Yankidank For This Useful Post: