However when I went to the page jobs_admin.asp it gave an error that read like this Microsoft VBScript compilation error '800a03f6' Expected 'End' /jobs_admin.asp, line 197
Line 197 read End Sub So I put End on line 198 and then I got
Microsoft VBScript compilation error '800a03f4' Expected 'If' /jobs_admin.asp, line 198 End ---^
Changed line 198 to read End If and now when I load jobs_admin.asp I get a blank Page
I cannot edit any categories or do any admin functions at all
I can goto to jobs.asp and it shows the 4 default catageories but there is no options anywhere to place a new job listing or anything.
Just cannot place any new ads for jobs. Looks like the only thing I can do is add categories, delete categories or edit categories. Just cannot add a new job in there.
Ok its surely fixed and everyone should know this who is going touse this mod...
In jobs_view-ads.asp you will need to add this code at line 104 or 105 after the closing table tag and then it will show the link to place an ad or job
<% if mlev > 0 then %> <p align="center"><b><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>" color="<% =strHeadFontColor %>"><a href="jobs_place_ad.asp?catID=<%= catID%>" ><img border="0" src="class.gif">Place an Ad</a></font></b></p> <% else %> <p align="center"><b><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>" color="<% =strHeadFontColor %>"><a href="policy.asp" ><img border="0" src="class.gif">You must be Registered as a member to place an ad</a></font></b></p> <% end if %>