No 'Delete' button next to added recipient usernames when sending a PM

Started by Mari-chi, June 11, 2011, 04:02:57 PM

Previous topic - Next topic

Mari-chi

No, that one did not work as well, I'm sorry to say. :( I applied it to both the default theme and my current theme, and there's no change at all. *dies*

Sir Osis of Liver


In suggest.js, try replacing %images_url% with your image path.

Ashes and diamonds, foe and friend,
 we were all equal in the end.

                                     - R. Waters

Mari-chi

Yup, that was the first thing I tried. I also tried hosting it elsewhere and using that link instead, but also no dice. :/

Xarcell

try...

suggest.js

Find
this.oSuggestDivHandle.style.top = (aParentPos[1] + this.oTextHandle.offsetHeight) + 'px'

Add After
this.oSuggestDivHandle.style.zIndex = '9999';

Sir Osis of Liver

Ashes and diamonds, foe and friend,
 we were all equal in the end.

                                     - R. Waters

Mari-chi

No, that did not work either. D: This is driving me up a wall!

Xarcell

Quote from: Krash. on June 13, 2011, 11:33:33 PM

Think it's buried?


Could be. That's what happened to me. I was using a custom theme that used z-index alot. It causes all sorts of issues with the ajax edits and suggest.js. The suggesting I made in this post fixed the problems for me.

ARG01

Have you tried anything with this in ModerationCenter.template.php?

// Cycle through the notes.
foreach ($context['notes'] as $note)
echo '
<li class="smalltext"><a href="', $note['delete_href'], '"><img src="', $settings['images_url'], '/pm_recipient_delete.gif" alt="" /></a> <strong>', $note['author']['link'], ':</strong> ', $note['text'], '</li>';


Probably nothing but that's the only other place that I can find that has anything to do with that particular image.
No, I will not offer free downloads to Premium DzinerStuido themes. Please stop asking.

Mari-chi


Mari-chi

All right... It's just been confirmed that it's not a theme-related issue. Apparently the delete button exists in all dziner studio themes. *rips out hair*

Mari-chi

OMFG I am so stupid. I had applied a 'display: none;' to the post-icon image (when posting a new topic, or replying, etc.), because I didn't want that to be changed by anyone (I wanted that image to stay the same in all threads). Apparently the delete button inherited that and, well, DISPLAY: NONE'D.

So I just got rid of <img src="', $context['icon_url'], '" name="icons" hspace="15" alt="" /> in post.template.php, and deleted the 'display: none;' value for the post icon. And voila! The delete button showed up again!

Thank you all so, so much for helping me through this!

*Gives cookies to all*

ARG01

No, I will not offer free downloads to Premium DzinerStuido themes. Please stop asking.

Advertisement: