MyBB.de Forum

Normale Version: Skype MyBB!
Du siehst gerade eine vereinfachte Darstellung unserer Inhalte. Normale Ansicht mit richtiger Formatierung.
Seiten: 1 2
Eine neue Erweiterung wurde veröffentlicht: Skype MyBB!

Zitat:Skype MyBB! is a very simple plugin that adds Skype™ functionality to your mybboard.

Activate it, and you will add a "Skype ID" personal field to each member User CP. Members who will use this field will automatically have a Skype status button under their posts.

Any user will be able to contact members simply clicking on that buttons. Easy to use!

[Bild: http://mods.mybb.com/uploads/previews/68....thumb.jpg]

Discussion:
http://community.mybboard.net/thread-24359-page-1.html

Installation Instructions:
Just upload in inc/plugins and activate.
Remember that each user must change skype privacy options!
[Bild: http://mods.mybb.com/uploads/previews/68....thumb.jpg]
Hi,

at first I would like to thank you for this plugin. I downloaded this plugin and activated it successfully. However, some Users of our board contacted me with following concern.

The skype-status (incl. the skype adress) will be shown also for guests which are not logged in to the board when they have a look to posts which are public. One possibilty for me could be, to log off all threads and posts of the board for guests. In this case nothing of our board would be public.

Is there a possibilty to show the skype-adress only members or users who are loged in?

Thank you in advance.
Füge in der Plugin-Datei nach:
PHP-Code:
if (isset($post["fid$skype_fid"]) == true && $post["fid$skype_fid"] != '')
    {
        
$post["fid$skype_fid"] = '<a href="skype:' $post["fid$skype_fid"] . '?call" title="Call ' $post["fid$skype_fid"] . ' with Skype&etrade;"><img src="http://mystatus.skype.com/smallclassic/' $post["fid$skype_fid"] . '" /></a>';
    } 
das ein:
PHP-Code:
    if($mybb->user['uid'] == 0)
    {
        
$post["fid$skype_fid"] = '';
    } 
Du bist super! Dankeschön! Big Grin

Das kommt ja wie aus der Pistole geschossen. Es ist erstaunlich und bleibt für mich ein Rätsel, wie so schnell die Zusammenhänge klar sein können!!!!!!!!!! Wink
EDIT: habs gefunden :-)

Gruß
Ralf
Soooo, jetzt habe ich auch mal wieder eine Frage zu diesem Plugin.

Mir ist gerade aufgefallen, dass in den PNs anscheinend das Plugin auch Auswirkungen hat. Zumindest wird in der Fußzeile einer PN der Skype-Name eines Users angezeigt, wenn er diesen in seinen User-Optionen auch angegeben hat.

Allerdings wird in den PNs nur der Name angezeigt, aber nicht der Skype-Button.

Kann mir da evtl. jemand aus der Patsche helfen? Das wäre lieb. Wink
Eigentlich sollte es bei PNs genau so wie bei den Beiträgen angezeigt werden.
Sollte man meinen.... Wink

Über welches Template werden denn die PNs erstellt? Kann da einfach nichts finden. Vielleicht ist da ja der Wurm drin.
Template "postbit"
für die PNs?

Ich dachte, das sei das Template für die Beiträge in einem Forum!?!?
Seiten: 1 2