View Single Post
  #24  
Old 03-21-2006, 05:11 PM
RobbieMc Offline
pp veteran
 
Join Date: Feb 2006
Location: Canada
Posts: 78
Thanks, GeoS, once again, for a fine upgrade. The additional tags now make the installation complete, allowing complete control over restricted browsing. I did have some tags that didn't show the info correctly (eg. SC_IMAGE_NAME), but I suspect that it was just the way I had implemented it. (For now, the original IMAGE_NAME seems to still show the name even when in restricted browsing (although I suspect I will find out why you had to create new tags for these.)

I have one problem, but I don't think it is related to this addon, and that is that the tag (can't remember what it is called now) that places the name of either the category browsed or the month browsed on the browse page doesn't show the month, although it doeas show the category. It has never worked when SC_THUMBNAILS is used, but it only worked once when normal THUMBNAILS was used, so I think I may have done something wrong somewhere.

Another problem I have is with my CSS validation. It won't even start the validation: I get a "validate your xml first" and "content not allowed in prolog" error messages. But as above, even though this error started when I installed the addon, I don't think it is caused by the addon.

Finally, I do get one xhtml validation error from the addon, but it does not seem to be related exclusively to the addon: all the dropdown boxes on my site (SC_BROWSE_CATGEORIES, BROWSE_CATGEORIES, etc) get a document type error related to

...there is no attribute "onChange".
...)</b> <select name="browse" onChange="self.location...

with the quotes between onChange and self seeming to cause the problem.

BTW, I just realized last night that the function that reproduces the same image when you reach the end was not needed. I asked for it because I had used only <EC_IMAGE_ID>&category=<SC_CAT_ID> for the link from the image itself, which obviously produced an error when I got to the end. Now that I have properly installed <SC_IMAGE_PREVIOUS_LINK>, it simply remains blank when at the end, which is a much nicer implementation than what I suggested. (because the menu links disappear when you reach the end). Sorry for the confusion, but thanks for offering the option.

I will post a link to the site when I finish the language switch function that I am working on.
Reply With Quote