Rosen Addon

    Diese Seite verwendet Cookies. Durch die Nutzung unserer Seite erklären Sie sich damit einverstanden, dass wir Cookies setzen. Weitere Informationen

      Rose versenden

      Hallo kann es sein das bei der Rose verschenken auch ein Programierfehler ist ?
      Wenn man auf die Rose klickt wird diese an den letzten User in der Liste aufgezeigt zum versenden.

      Sicher ist das falsch

      Wo liegt da das Problem ?

      gruss matthias
      Fehler in der Installation's Anleitung

      Link zum Rose verschenken einfügen:

      {IF|$user_information.name ne $current_user.name and $user_information.tempgroup > -1 and $current_user.tempgroup > -1}
      <a href="{GET|$runtime.completeurl}&template=rose&username={GET_JS|$user_information.name}">Rose verschenken</a><br>
      {ENDIF}


      Die Rose im Profil anzeigen:

      {IF|$user_information.rose}
      {FOREACH|$user|$rose}
      {IF|$user}
      <a href="{GET|$runtime.completeurl}&template=profile&nickname={GET_ESCAPED|$user}"><font title="{GET|$user} hat {GET|$user_information.nick} eine Rose geschenkt.">{IMAGE|rose}</font></a>
      {ELSE}
      <font title="Ein gel&ouml;schter User hat {GET|$user_information.nick} eine Rose geschenkt.">{IMAGE|rose}</font>
      {ENDIF}
      {ENDFOR}
      {ENDIF}


      Richtig wäre das:

      Link zum Rose verschenken einfügen:

      {IF|$user_information.name ne $current_user.name and $user_information.tempgroup > -1 and $current_user.tempgroup > -1}
      <a href="{GET|$runtime.completeurl};template=rose;username={GET_JS|$user_information.name}">Rose verschenken</a><br>
      {ENDIF}


      Die Rose im Profil anzeigen:

      {IF|$user_information.rose}
      {FOREACH|$user|$rose}
      {IF|$user}
      <a href="{GET|$runtime.completeurl};template=profile;nickname={GET_ESCAPED|$user}"><font title="{GET|$user} hat {GET|$user_information.nick} eine Rose geschenkt.">{IMAGE|rose}</font></a>
      {ELSE}
      <font title="Ein gel&ouml;schter User hat {GET|$user_information.nick} eine Rose geschenkt.">{IMAGE|rose}</font>
      {ENDIF}
      {ENDFOR}
      {ENDIF}