MyBB.de Forum

Normale Version: Social Sites
Du siehst gerade eine vereinfachte Darstellung unserer Inhalte. Normale Ansicht mit richtiger Formatierung.
Eine neue Erweiterung wurde veröffentlicht: Social Sites

Zitat:IMPORTANT: PLEASE DO NOT USE THE REVIEWS SECTION FOR SUPPORT OR TO REPORT BUGS. THERE IS NO GUARANTEE I WILL SEE IT, AND I CANNOT REPLY THERE, SO I CANNOT DO ANYTHING TO ACTUALLY HELP YOU. TO GET SUPPORT, MAKE A SUGGESTION OR REPORT A BUG, USE THE FOLLOWING LINKS.

Support, Suggestions and Feedback - Report Bug

Name: Social Sites
Description: Add which social sites you're a member of so you can find eachother on social networking sites.
Website: http://mattrogowski.co.uk/mybb/plugins/p...cial-sites
Author: MattRogowski
Authorsite: http://mattrogowski.co.uk/mybb/
Version: 0.2.2
Compatibility: 1.6.x
Files: 5 (plus 16 initial social site icons)
Templates added: 6
Template changes: 4
Settings added: 2
Database changes: 1 new table, 1 new column to 1 default table.

Information:
This plugin will allow your users to add their username/id for any social sites you setup.

The icons will show in the postbit and on profiles, and will link to the user's profile on the social site.

Comes with Bebo, Facebook, Flickr, Last.fm, LinkedIn, MySpace, Twitter, and YouTube icons installed.

Images credited to Komodo Media. Source and icons download: http://www.komodomedia.com/blog/2009/06/...icon-pack/

To Install:
Upload ./inc/plugins/socialsites.php to ./inc/plugins/
Upload ./admin/modules/config/socialsites.php to ./admin/modules/config/
Upload ./inc/languages/english/socialsites.lang.php to ./inc/languages/english/
Upload ./inc/languages/english/admin/config_socialsites.lang.php to ./inc/languages/english/admin/
Upload ./images/usercp/group_link.png to ./images/usercp/
Upload ./images/socialicons/ and its contents to ./images/
Open ./files/socialsites_css_additions.css and add the code inside to the bottom of usercp.css for your themes, by going to ACP > Templates & Style > **choose theme** > usercp.css > Edit Stylesheet: Advanced Mode > scroll down and add the CSS to the bottom.
Go to ACP > Plugins > Install and Activate
Go to ACP > Configuration > Social Sites Settings > Configure Settings.
Go to ACP > Configuration > Social Sites (left menu) > manage social sites.

Change Log:
21/11/10 - v0.1 -> Initial beta release.
21/01/11 - v0.1 -> v0.2 -> The social sites are now cached instead of being queried on the showthread and profile pages. Fixed a bug where the icons wouldn't show up when adding a reply with quick reply, which may also have caused a PHP error. Fixed a bug where the icons wouldn't be displayed in post previews, PMs or forum announcements. To upgrade, deactivate Social Sites, reupload ./inc/plugins/socialsites.php and ./admin/modules/config/socialsites.php, activate Social Sites.
07/02/11 - v0.2 -> v0.2.1 -> Added a Who's Online List location for when a user is editing their social sites. Added a breadcrumb navigation link to the Social Sites page in the User CP. To upgrade, reupload ./inc/plugins/socialsites.php and ./admin/modules/config/socialsites.php
03/12/11 - v0.2.1 -> v0.2.2 -> Made compatible with MyBB 1.6.5. To upgrade, reupload ./inc/plugins/socialsites.php

Screenshots:
[Bild: http://mods.mybb.com/uploads/previews/13....thumb.png][Bild: http://mods.mybb.com/uploads/previews/13....thumb.png][Bild: http://mods.mybb.com/uploads/previews/13....thumb.png][Bild: http://mods.mybb.com/uploads/previews/13....thumb.png][Bild: http://mods.mybb.com/uploads/previews/13....thumb.png][Bild: http://mods.mybb.com/uploads/previews/13....thumb.png][Bild: http://mods.mybb.com/uploads/previews/13....thumb.png][Bild: http://mods.mybb.com/uploads/previews/13....thumb.png]
Hallo,

folgender Fehler ist bei mir aufgetreten: Nach Registrierungen erscheint die Fehlermeldung:

"The following warnings have happened:
Warning [2] Invalid argument supplied for foreach() - Line: 642 - File:
inc/plugins/socialsites.php PHP 5.2.17 (Linux)File Line Function
/inc/plugins/socialsites.php 642 errorHandler->error
/inc/plugins/socialsites.php 516 socialsites_update_user_sites
[PHP] socialsites_do_register
/inc/class_plugins.php 100 call_user_func_array
/member.php 272 pluginSystem->run_hooks "

Hat jemand einen Tipp, was hier schief läuft ?

Grüße

PS: Habe die Frage auch im Forum des Autors gepostet (http://mattrogowski.co.uk/mybb))
Der Autor ist noch sehr aktiv im MyBB-Team. Wink Er wird sich schon darum kümmern. Wink
Vielleicht hilft Dir dieser Thread weiter: http://community.mybb.com/thread-95147.html
Hey,

wenn man schon bei der Registrierung die Felder angibt bekomme ich folgenden Fehler:

Code:
Type: 20
File:  (Line no. 0)
Message
SQL Error: 1364 - Field 'socialsites' doesn't have a default value
Query:
            INSERT
            INTO mybb_users (`username`,`password`,`salt`,`loginkey`,`email`,`postnum`,`avatar`,`avatartype`,`usergroup`,`additionalgroups`,`displaygroup`,`usertitle`,`regdate`,`lastactive`,`lastvisit`,`website`,`icq`,`aim`,`yahoo`,`msn`,`birthday`,`signature`,`allownotices`,`hideemail`,`subscriptionmethod`,`receivepms`,`receivefrombuddy`,`pmnotice`,`pmnotify`,`showsigs`,`showavatars`,`showquickreply`,`showredirect`,`tpp`,`ppp`,`invisible`,`style`,`timezone`,`dstcorrection`,`threadmode`,`daysprune`,`dateformat`,`timeformat`,`regip`,`longregip`,`language`,`showcodebuttons`,`away`,`awaydate`,`returndate`,`awayreason`,`notepad`,`referrer`,`referrals`,`buddylist`,`ignorelist`,`pmfolders`,`warningpoints`,`moderateposts`,`moderationtime`,`suspendposting`,`suspensiontime`,`coppauser`,`classicpostbit`,`usernotes`)
            VALUES


die Values hab ich jetzt mal weggelassen....was kann ich machen um das zu fixen?