[RESOLVED]
Hey all
Wondering if someone could help?
I'm on 0.55.3.0 and I've just noticed that @ImageTag() doesn't work...
to clarify, if it finds an image matching the tags, it throws an error and in the error message the image local file linked at fault is surrounded by double quotes...
and right before the end quote there's a space..
so the error message spits out something like:
"C:/thisURL/Images/Type/Femdom/thisImage.jpg " <- note the space before the end quote.
if I change out for @ShowFemdomImage it can find the same image in the same folder and it works fine, it just fails on @ImageTag()
Can anyone tell me how to fix this? There's a lot of tagged images in the LocalImageTags.txt file and if they don't work, it'll be a pain in the ass to update all references to @ImageTag...
Thanks in advance!
{EDIT]
The main source of tags I'm relying on is in the file LocalImageTags.txt
Is this not correct?
[EDIT - RESOLUTION]
Ok, it was a conglomeration of issues. First, it was a new install on a new computer and I'd copied everything over from the old, not registering the user name (even though entered the same) had been handled differently, which meant, though subtle, it completely changed the C:\Users\<username> URL that was used in all the image links in LocalImageTags.txt
Secondly, a bunch of the @ImageTag() entries had been entered with 4 params, not 3, which appeared to also cause a break...
Third, the tag names used in the @ImageTag() entries didn't exactly match those entered in LocalImageTages.txt...
So, lot's of issues, but figured out...
