Reflect avatars

by Alexander Ebert, Feb 13th 2010

Please note, that the autor does not offer support for this plug-in!

Reflect avatars

1.0.0 pl 2, Feb 13th 2010

Burning Board 3.1.x

LGPL

13,269

More about this plug-in

Reflects avatars in thread view
Creates a reflection of each avatar inside thread view, height and opacity are freely configurable using the ACP. Users may disable this function for themselves.

ACP > System > Options > Messages > Tab "General" > Category "Sidebar"
Edit Profile > Tab "Settings" > Menuitem "Display" > Category "Content"

Features:
  • Reflects avatars in thread view
  • Reflection height configurable in percent value
  • Reflection opacity configurable in percent value
  • Every user may disable reflection for themselves
Thanksgiving:
  • Hawkes
  • Raist
License:
You are free to use this plugin for commercial or non-commerical purposes under the terms of the LGPL. The delivered JavaScript "reflection.js" was created by Ken's Tech Tips and was released under the MIT-License

Screenshots (3)


Navigation

This page contains the following chapters:




Versions (3)

Version 1.0.0 pl 2

Feb 13th 2010, 5.41 kB, 12,872 Downloads

What has changed?

Here you can read what has changed in the different versions of the software and download an older version if necessary.


Reviews (12)

Spiegelung bei IE deaktivieren #12

by "Wörki", Yesterday, 1:02am

Das der IE10 Avatare reflektieren könnte, ist mir unbekannt; mein IE10 spiegelt es nämlich ebenso nicht.

Ich habe daher NUR für den IE die Spiegelung deaktiviert. Dies ist ganz einfach:

<Dein-WBB-Verzeichnis>/lib/system/event/listener/ThreadReflectAvatarListener.class.php

Dort suchen:
public function execute($eventObj, $className, $eventName) {
// break if disabled by admin
if (AVATAR_REFLECTION_ENABLE == 0) return;

Und die IF-Anweisung einfach mit dem IE erweitern:
if (AVATAR_REFLECTION_ENABLE == 0 || strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE') !== FALSE) return;


Voilá, schon wird in allen Browsern AUßER(!) dem IE die Spiegelung angezeigt. :-)

Live Demo -> http://www.sto-flotte.de/index.php?page=…tID=185#post185
update hochgeladen #11

by "mipu", Sunday, April 7th 2013, 3:06pm

also ich gebe 5 Sterne, da er nichts für den IE kann, der ist und bleibt Schr...,

trotzdem habe ich heute ein Update hier hochgeladen, das es auch im IE10 gespiegelt angezeigt wird.
Muss nur noch freigeschaltet werden.

Wer nicht warten will,kann es sich auch bei mir im Forum downloaden
Wirklich tolles Plugin #10

by "Shukon", Tuesday, April 2nd 2013, 5:50pm

Wirklich nettes Plugin, jedoch gibt es ein Problem.
Wie schon einige geschrieben haben, wird der Avatar im neuen IE nicht gespiegelt, dort wird der Avatar lediglich doppelt angezeigt.

Write a review!

Tell the plugin author and other customers your opinion about this plugin and rate it!
Please do not use the review feature to ask technical questions or to report errors!