The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Image list remove from message profile

Go down

Image list remove from message profile Empty Image list remove from message profile

Post by Guest Mon 27 May - 3:41

So, I have a pet system on my forum and people can ask for new pets, but then their old pets attributes will be lost. The thing is that, I can't remove the attribute's names from the profile, only the points from it. (you can see them below the sleepin' doggy "Varázserő", "Élet", "Tehetség")

Image list remove from message profile Priofil_zpsc873a8f5

I put each level of attributes in image lists. How can I remove it from a profile if it was set to be shown once? Image list remove from message profile Mouais
Image list remove from message profile Imagelist_zps8d196dd2


Thanks for all the help! Mr. Green
avatar
Guest
Guest


Back to top Go down

Image list remove from message profile Empty Re: Image list remove from message profile

Post by Ultron's Vision Mon 27 May - 4:47

Go to Administration Panel -> Users & Groups -> Profiles, look for the profile fields you have and set Display to "Profile" instead of "Profile and Messages" (you might need to translate the terms I used to your language but it should be same, no matter which version you're using).
Ultron's Vision
Ultron's Vision
Forumember

Male Posts : 634
Reputation : 45
Language : English | German | HTML | JavaScript | PHP | C++ | Perl | Java
Location : Vienna, Austria

http://duelacademy.net

Back to top Go down

Image list remove from message profile Empty Re: Image list remove from message profile

Post by Guest Mon 27 May - 5:21

Thanks you for your reply! Very Happy
The thing is that, I'd like it to remain for everyone else on the forum. I want it to be removed only from those, who reseted their pets' points. So that's why I'd like somehow an optional option... you know, where you can choose if they're seen or not on someone's profile. blackeye

ps. sorry if my explanation is odd. ._. Image list remove from message profile Whistle
avatar
Guest
Guest


Back to top Go down

Image list remove from message profile Empty Re: Image list remove from message profile

Post by Ultron's Vision Mon 27 May - 5:34

No, I get you.

What's your forum's URL and do you publicly let guests see the bars you're referring to?
Ultron's Vision
Ultron's Vision
Forumember

Male Posts : 634
Reputation : 45
Language : English | German | HTML | JavaScript | PHP | C++ | Perl | Java
Location : Vienna, Austria

http://duelacademy.net

Back to top Go down

Image list remove from message profile Empty Re: Image list remove from message profile

Post by Guest Mon 27 May - 5:45

Link: http://tophun.hungarianforum.com/

Guests can see almost everything. ~

Some people in this topic have pets with extra things. o.o
http://tophun.hungarianforum.com/t194-bekukkantas-egy-uj-maze-ba#1462

If I set the display only to "Profile" instead of "Profile and Messages", then everyone's title is removed. But i don't want everyone's removed. ._.

In the second link you can see the poster "Dia", she's having the "Varázserő" etc. titles, although her pet has no extra power. She used to have, but changed her pet, therefore shes not eligible to have those titles yet. ._. xD
avatar
Guest
Guest


Back to top Go down

Image list remove from message profile Empty Re: Image list remove from message profile

Post by Ultron's Vision Mon 27 May - 5:57

Yeah, I've seen.

I'll be on my PC soon, I'll give it a shot then.
Ultron's Vision
Ultron's Vision
Forumember

Male Posts : 634
Reputation : 45
Language : English | German | HTML | JavaScript | PHP | C++ | Perl | Java
Location : Vienna, Austria

http://duelacademy.net

Back to top Go down

Image list remove from message profile Empty Re: Image list remove from message profile

Post by Guest Mon 27 May - 6:33

Thank you so much for your time! Mr. Green
avatar
Guest
Guest


Back to top Go down

Image list remove from message profile Empty Re: Image list remove from message profile

Post by Ultron's Vision Mon 27 May - 6:40

Try adding this in your CSS Stylesheet under Administration Panel -> Display -> Pictures and Colors -> Colors -> CSS Stylesheet.

Code:
* img[src="http://i1320.photobucket.com/albums/u537/MayaGrayx3/empty_zps77de6574.png"] {
display: none !important;
}
Ultron's Vision
Ultron's Vision
Forumember

Male Posts : 634
Reputation : 45
Language : English | German | HTML | JavaScript | PHP | C++ | Perl | Java
Location : Vienna, Austria

http://duelacademy.net

Back to top Go down

Image list remove from message profile Empty Re: Image list remove from message profile

Post by Guest Mon 27 May - 6:43

It's not working. TT
avatar
Guest
Guest


Back to top Go down

Image list remove from message profile Empty Re: Image list remove from message profile

Post by Ultron's Vision Mon 27 May - 7:11

Mmmmm, try it with this JavaScript (Administration Panel -> Modules -> HTML & JavaScript -> JavaScript pages management -> Create a new JavaScript page; choose any title and select "In all the pages").

Code:
jQuery(document).ready(function(){

jQuery('img[src="http://i1320.photobucket.com/albums/u537/MayaGrayx3/empty_zps77de6574.png"]').each(function(){

if(jQuery(this).prev().is(".label")){

jQuery(this).prev().css('display','none');

jQuery(this).css('display','none');

}

});

});


Last edited by Ultron's Vision on Mon 27 May - 9:08; edited 1 time in total
Ultron's Vision
Ultron's Vision
Forumember

Male Posts : 634
Reputation : 45
Language : English | German | HTML | JavaScript | PHP | C++ | Perl | Java
Location : Vienna, Austria

http://duelacademy.net

Back to top Go down

Image list remove from message profile Empty Re: Image list remove from message profile

Post by Guest Mon 27 May - 9:04

Still not working. Image list remove from message profile 4 Mr. Green
avatar
Guest
Guest


Back to top Go down

Image list remove from message profile Empty Re: Image list remove from message profile

Post by Ultron's Vision Mon 27 May - 9:09

Made a syntax error, try again; replace the code with the overworked one.
Ultron's Vision
Ultron's Vision
Forumember

Male Posts : 634
Reputation : 45
Language : English | German | HTML | JavaScript | PHP | C++ | Perl | Java
Location : Vienna, Austria

http://duelacademy.net

Back to top Go down

Image list remove from message profile Empty Re: Image list remove from message profile

Post by Guest Mon 27 May - 9:15

I'm sorry, but it's still not working. Image list remove from message profile Oops
Shall we give up? lol Lol
avatar
Guest
Guest


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum