View Single Post
  #23 (permalink)  
Old 09-07-2008, 12:17 PM
analogbernd analogbernd is offline
New Pligger
 
Join Date: Jan 2008
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by Yankidank View Post
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.
GREAT, Now I can submit news. Many Thanks.

Another Question. Where I can change the AdSenseRevenueSharing? I remember, that I have changed from 50% to 70% in my old yget template (Pligg 9.8) Now I have 9.9.5 and I canīt change this. I can only enable or disable.

Thanks
Reply With Quote