The user has wrote more than 100 posts and comments
Post lover
You have liked more than 50 posts!
Merry Christmas 2022
Thanks for having been with us during Christmas season!
Passioned user
You have participated in 50+ different topics, a true fan!
Forum Writer
You have opened more than 20 topics on the forum
Members Guru
You have received more than 50 likes on your posts. Our members really what you have to say!
Posts : 556 Points : 22180
That makes no sense to me. Honestly. Script doesn't care who is logged in and yet often you have issues with founders account. I don't have on my own test forum, and I am founder.
The user has wrote more than 100 posts and comments
Post lover
You have liked more than 50 posts!
Merry Christmas 2022
Thanks for having been with us during Christmas season!
Passioned user
You have participated in 50+ different topics, a true fan!
Forum Writer
You have opened more than 20 topics on the forum
Members Guru
You have received more than 50 likes on your posts. Our members really what you have to say!
Posts : 556 Points : 22180
I believe I know what might be the cause of this xD
Put the script like this:
Code:
<script type="text/javascript"> var tableRows = $(".topicList tr").length;
for (i = 0; i < tableRows; i++) {
var image = $(".topicList tr td img")[i]; var imageAtr = image.getAttribute("title"); var imageSrc = image.getAttribute("src");
if (imageSrc == "https://i.servimg.com/u/f22/20/20/54/15/th/i_fold16.gif" && (imageAtr == "Dit onderwerp is gesloten. Het plaatsen of bewerken van berichten is niet mogelijk." || imageAtr== "This topic is locked: you cannot edit posts or make replies.") ) { image.setAttribute("src", "https://i.servimg.com/u/f44/11/48/74/42/priori10.gif"); }
The user has wrote more than 100 posts and comments
Post lover
You have liked more than 50 posts!
Merry Christmas 2022
Thanks for having been with us during Christmas season!
Passioned user
You have participated in 50+ different topics, a true fan!
Forum Writer
You have opened more than 20 topics on the forum
Members Guru
You have received more than 50 likes on your posts. Our members really what you have to say!
Posts : 556 Points : 22180
Topic closed with success
Dear member,
the current topics seems to have been solved, and for this reason it can be closed with success. I will now proceed to archive this topic and move it to the related Archives sub-section.