Jump to content
InvisionCommunity.de - Der Deutsche Invision Community Support
Sign in to follow this  
Gray Fox

Hinzufügen eines Bildes beim PM Popup !

Recommended Posts

Also ich hab mir gedacht ich mach mal ein Bild in das Pop-Up rein !

Reicht das wenn ich hier die skin_msg.php wie folgt verändere ?

<table cellspacing='1' cellpadding='10' width='100%' height='100%' align='center' class='row1'>

<tr>

   <td id='phototitle' align='center'>{$ibforums->lang['pmp_title']}</td>

</tr>

<tr>

   <td align='center'>$text</td>

</tr>

<tr>

   <td align='center' style='font-size:12px;font-weight:bold'>

   <a href='javascript:go_read_msg();'>{$ibforums->lang['pmp_get_last']}</a>

   <br /><br />

   <a href='javascript:goto_inbox();'>{$ibforums->lang['pmp_go_inbox']}</a> ( <a href='javascript:goto_this_inbox();'>{$ibforums->lang['pmp_thiswindow']}</a> )<br /><br /><a href='javascript:window.close();'>{$ibforums->lang['pmp_ignore']}</a><br><br></td>

<div align="center"><img src="URL"></div>

</tr>

</table>

:unsure:

Edited by Deepthroath

Share this post


Link to post

Ergebnis: Im Pop-Up Fenster ist oben ein weißer Bereich mit der Grafik. Nun will ich aber die Grafik am besten direkt unter den PM PopUP Titel haben wo steht : "Sie haben eine neue PM !"

Edited by Deepthroath

Share this post


Link to post

Dann sollte es so aussehen:

<table cellspacing='1' cellpadding='10' width='100%' height='100%' align='center' class='row1'>
<tr>
 <td id='phototitle' align='center'>{$ibforums->lang['pmp_title']}</td>
</tr>
<tr>
 <td align='center'>$text</td>
</tr>
<tr>
 <td align='center' style='font-size:12px;font-weight:bold'>
 <a href='javascript:go_read_msg();'>{$ibforums->lang['pmp_get_last']}</a>
 <br />
<center><img src="URL"></center>
 <br /><br />
 <a href='javascript:goto_inbox();'>{$ibforums->lang['pmp_go_inbox']}</a> ( <a href='javascript:goto_this_inbox();'>{$ibforums->lang['pmp_thiswindow']}</a> )<br /><br /><a href='javascript:window.close();'>{$ibforums->lang['pmp_ignore']}</a><br><br></td>
</tr>
</table>

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×