Beste bezoeker,

Wij werken met een klein groepje.
Het kan zijn dat u na het plaatsen van een bericht even moet wachten op hulp of op een antwoord,
blijf daarom gerust posten we zullen z.s.m. en wanneer het kan reageren.

Voor dringende zaken die echt niet kunnen wachten kunt u het contactformulier gebruiken.

-------------------------------------

Wanneer u ons forum bezoekt voor hulp bij installatie, vragen wij u een account aan te maken en geen gebruik te maken van het contactformulier.

Wij kunnen u beter helpen wanneer u een account aanmaakt en u in het volgende onderwerp phpBB en Extensie installatie en aanpassingen laten uitvoeren een nieuw onderwerp start.

Ook wanneer u ergens niet uitkomt of vragen heeft, vragen wij u gebruik te maken van 1 van de bestaande "support onderwerpen" en aldaar uw onderwerp te starten.

Waneer u een account aanmaakt kan het zijn dat de activatie email terecht komt in de spamfolder.
  • Verplaats deze terug naar uw postvak-in en klik op de activatie link, hierna is uw account geactiveerd en kunt u inloggen op het forum.

Met vriendelijke groet,

Team phpBBservice.nl
(steeds tot uw dienst)

[SOLVED] Move Report, Info, Warn, etc images in Topic posts

Archief
Gesloten

Auteur
MB34
Berichten in topic: 1
Berichten: 3
Lid geworden op: 15 jul 2009 19:49

[SOLVED] Move Report, Info, Warn, etc images in Topic posts

Bericht door MB34 » 22 jun 2017 12:38

I'm trying to align these images to the bottom of the post:
REPORT_IMG
SOLVED_SET_IMG / SOLVED_UNSET_IMG (From the Topic Solved MOD)
INFO_IMG
WARN_IMG
DELETE_IMG

I'm using fsubice2 and this code just doesn't work:
{NOTE the bottom valign on the tr}

Code: Selecteer alles

<table width="100%" cellspacing="0">
<tr valign="bottom"> 
  <td class="gensmall" align="{S_CONTENT_FLOW_END}">
  <!-- IF not S_IS_BOT -->
    <!-- IF postrow.U_REPORT --><a href="{postrow.U_REPORT}">{REPORT_IMG}</a> <!-- ENDIF --> 
    <!-- IF postrow.U_SET_SOLVED -->
      <a href="{postrow.U_SET_SOLVED}">
        <!-- IF postrow.S_TOPIC_SOLVED -->
          {SOLVED_UNSET_IMG}
        <!-- ELSE -->
          {SOLVED_SET_IMG}
        <!-- ENDIF -->
      </a>
    <!-- ENDIF -->
    <!-- IF postrow.U_INFO --><a href="{postrow.U_INFO}">{INFO_IMG}</a> <!-- ENDIF --> 
    <!-- IF postrow.U_WARN --><a href="{postrow.U_WARN}">{WARN_IMG}</a> <!-- ENDIF --> 
    <!-- IF postrow.U_DELETE --><a href="{postrow.U_DELETE}">{DELETE_IMG}</a> <!-- ENDIF -->
  <!-- ENDIF -->
  </td>
</tr>
</table>
It still looks like this:
Afbeelding

And I want it to look like this:
Afbeelding

{Note that the extra images with the checks are from the Topic Solved MOD}
Any ideas on how to do that correctly?
English replies, please...

I have solved this already!

Gesloten