NetMaster
Code Helper
"Get caught in my web!"
Posts: 305
NetMaster said 0 great things
|
Post by NetMaster on Nov 16, 2011 7:59:45 GMT -8
Wormo, I've seen you use different avatars like that big blue frowning face. And it only appears on the one post. What is it that does that? I have a character that is two beings in one body so I want to be able to post with one avatar if the one being is speaking and another avatar if the other is speaking and a third if they are both speaking.
|
|
|
Post by Wormopolis on Nov 16, 2011 9:57:25 GMT -8
I called it postMoods
I dont remember if I ever finished it...
|
|
NetMaster
Code Helper
"Get caught in my web!"
Posts: 305
NetMaster said 0 great things
|
Post by NetMaster on Nov 17, 2011 6:41:44 GMT -8
I think I'll give this a try and see if I can implement it. Edit: Okay it works almost. It places it under the Personal Message. I think it's actually placing it in the space for the Away message.
|
|
|
Post by Wormopolis on Nov 17, 2011 11:50:21 GMT -8
postmoods shouldnt be doing that.. its supposed to replace the avatar directly.
|
|
NetMaster
Code Helper
"Get caught in my web!"
Posts: 305
NetMaster said 0 great things
|
Post by NetMaster on Nov 17, 2011 12:01:46 GMT -8
could it be an issue with unchained? Yep, I took out Unchained and it worked.
|
|
|
Post by Wormopolis on Nov 17, 2011 17:22:25 GMT -8
you can try running it after but I dont know if it will find everything it needs.
thats sorta the downfall of MP remodels.. they make mini profiles look cool, but the kick any other code in the nuts that needs to run in the MP domain.
|
|
NetMaster
Code Helper
"Get caught in my web!"
Posts: 305
NetMaster said 0 great things
|
Post by NetMaster on Nov 17, 2011 17:58:26 GMT -8
Yep, moving it above Unchained fixed the problem!
|
|
|
Post by Wormopolis on Nov 17, 2011 18:06:49 GMT -8
postmoods has the special ability to allow different users to have their own set of images for each mood. all the images just have to reside at the same pathname for that user, and the pathname is stored in the code.
so you could essentially have other members do the same thing you are doing if you wanted, but the drop down list of moods is common for everyone.
|
|
NetMaster
Code Helper
"Get caught in my web!"
Posts: 305
NetMaster said 0 great things
|
Post by NetMaster on Nov 17, 2011 18:29:15 GMT -8
Yes, but fortunately you coded in an option to only have it appear to the users who are listed. Which is really what I wanted. I wanted the code specifically for my admin profile. Not really to show moods but to show which personality is speaking. My admin is known as Life & Death, two entities that share one body. So now I can have a display if only Life is in control, a different one for Death, and one for both of them together.
|
|
|
Post by Wormopolis on Nov 17, 2011 19:39:15 GMT -8
well then hell!
I inadvertently wrote that for you!
|
|
NetMaster
Code Helper
"Get caught in my web!"
Posts: 305
NetMaster said 0 great things
|
Post by NetMaster on Nov 18, 2011 4:27:41 GMT -8
Thank you Wormo's subconscious.
|
|