Forums / Cotonti / Support / Confirmation error when deleting a post

pieter
#1 2011-12-03 20:37

Hello Guys,

When I try to delete a post in our forum, I get the question to confirm the deletion.

Problem is that I don't see a yes or a no.

 

Are there specials things I need to add? I use the symisun skin (default)

... can we help you ...
Twiebie
#2 2011-12-03 20:50

Make sure this is in message.tpl:

<!-- BEGIN: MESSAGE_CONFIRM -->
<table class="inline" style="width:15%; margin: 10px;">
<tr>
<td><a id="confirmYes" href="{MESSAGE_CONFIRM_YES}" class="submit"><span>{PHP.L.Yes}</span></a></td>
<td><a id="confirmNo" href="{MESSAGE_CONFIRM_NO}" class="submit"><span>{PHP.L.No}</span></a></td>
</tr>
</table>
<!-- END: MESSAGE_CONFIRM -->

pieter
#3 2011-12-03 20:59

Thx, this solved the problem

... can we help you ...
Twiebie
#4 2011-12-03 21:04

I created a ticket for it on GitHub, but I noticed you pushed the changes a few minutes after. All good now then :)

pieter
#5 2011-12-30 19:18

I'm converting a skin, and I putted the text above into message.tpl, but it is not working.

Do I miss something in the header or in CSS?

Anyone an idea? I hope to release the theme today

... can we help you ...
This post was edited by pieter (2011-12-31 07:53, 12 years ago)
Trustmaster
#6 2011-12-31 08:33

Yes, you probably need CSS for the modal box.

May the Source be with you!
pieter
#7 2011-12-31 09:47

thx

... can we help you ...