Quote (Nikita @ Dec 12 2023 05:30pm)
hi
ive seen that some people have avatars (or signatures) that change on refreshing the page.
now i wonder if its possible to have a avatar that changes on the same page.
i.e. post #1 shows an avatar pic and post #2 and #3 show difefrent ones.
i.e.2:
post #1 random pic
post #2 random pic
post #3 random pic
where random actualy means "random out of some pool" and not "the same because loaded at the same time"
lmk if someone knows how to do that or if its possible at all
I think you would have to find a rotator with that functionality built in but the jsp page itself is probably your bigger issue.
Currently the rotator uses a timestamp function to select the image, provides that image to the cache, then each time it is requested in the page it is loaded again.
You would need the page itself to ask for a new image on each run of that command function... getting anyone to change the coding on jsp page from what I can tell is near impossible.
Please lmk if you do find a work around but from what I can tell I don't think it's currently possible.