Multiquote met afbeelding ipv checkbox

Hulp nodig bij een modificaties of op zoek naar een MOD?
Forumregels

LEES: Richtlijnen voor Support. Vul de support template in!
phpBB3.0.x
Verschaf iemand geen servertoegang tenzij het niet anders kan. Maak altijd eerst een volledige backup en verander de inloggevens na afloop. Eigen risico.
demonhunter
Berichten: 41
Lid geworden op: 06 jan 2008, 12:33

Multiquote met afbeelding ipv checkbox

Bericht door demonhunter » 30 aug 2008, 16:19

  • Modificatie & Versie:Prime Multi-Quote 1.0.1a
    Directe link naar de modificatie:http://www.absoluteanime.com/forum/mods ... nstall.xml
    Adres van je forum: http://www.ashladan.be
    phpBB versie:3.0.2
    Heb je onlangs een andere modificatie of stijl geïnstalleerd?nee

    Wat is het probleem?
    Hallo iedereen, ik heb een tijdje terug de prime Multi-Quote opmijn forum gezet, maar ik zou graag een afbeelding willen als multiquote in de plaats van een domme checkbox, nu ik heb de afbeelding doen tonen, maar natuurlijk werkt het niet.., zie meer informatie hier beneden inclusief link naar de subsilver2 modx.


    in includes/acp/acp_styles.php:

    Code: Selecteer alles

    'icon_post_quote','icon_post_multiquote',   


    in imageset.cfg i added this:

    Code: Selecteer alles

    img_icon_post_multiquote = icon_post_quote.gif
    in my html code i added this:

    Code: Selecteer alles

    <a href="{postrow.POST_ID}"<!-- IF $PRIME_MULTI_QUOTE -->onclick="prime_multi_quote(this);"<!-- ENDIF -->>{MULTIQUOTE_IMG}</a> <!-- ENDIF -->
    but the images is not apearing in the topic...


    the orginal instructions:

    Find

    Tip: This may be a partial find and not the whole line.
    Code:Select All

    Code: Selecteer alles

    <a href="{postrow.U_QUOTE}"
    In-line Find

    Tip: This is a partial match of a line for in-line operations.
    Code:Select All

    Code: Selecteer alles

    <a href="{postrow.U_QUOTE}"
    In-line Add after

    Code:Select All

    Code: Selecteer alles

    <!-- IF $PRIME_MULTI_QUOTE --> onclick="prime_multi_quote(this);"<!-- ENDIF -->
    << Hide
    Find

    Tip: This may be a partial find and not the whole line.
    Code:Select All

    Code: Selecteer alles

    {QUOTE_IMG}</a> 
    In-line Find

    Tip: This is a partial match of a line for in-line operations.
    Code:Select All

    Code: Selecteer alles

    {QUOTE_IMG}</a> 
    In-line Add after

    Code:Select All

    Code: Selecteer alles

    <!-- IF $PRIME_MULTI_QUOTE --><input type="checkbox" class="radio" name="quotes" value="{postrow.POST_ID}" style="position:relative;top:-3px;" title="{L_REPLY_WITH_QUOTE}" /><!-- ENDIF -->
    the rest of the instructions can be found here:
    http://www.absoluteanime.com/forum/mods ... ilver2.xml

    i realy hope somebody can help me getting an image to click instead of an checkbox :D

Plaats reactie