close× Call Us +49 (1805) 01 29 59

SGI Fusion
Thread Author: zidane55
Thread ID: 3899
Thread Info
Es gibt 1 Beiträge zu diesem Thema, und es wurde 2388 mal angesehen.
Wer ist hier? 1 Gäste
 Thema drucken
Scoresystem userfield für gäste anschauen?
zidane55
Hallo. Wieso konnten die gäste die score im die profile nicht sehen?

Meine userfield sieht so aus:


<?php
/*-------------------------------------------------------+
| PHP-Fusion Content Management System
| Copyright (c) 2002 - 2008 Nick Jones
| http://www.php-fusion.co.uk/
+--------------------------------------------------------+
| Filename: user_scoresystem_include.php
| Author: Ralf Thieme
+--------------------------------------------------------+
| This program is released as free software under the
| Affero GPL license. You can redistribute it and/or
| modify it under the terms of this license which you
| can read by viewing the included agpl.txt or online
| at www.gnu.org/licenses/agpl.html. Removal of this
| copyright header is strictly prohibited without
| written permission from the original author(s).
+--------------------------------------------------------*/
if (!defined("IN_FUSION")) { die("Access Denied"); }

if ($profile_method == "input") {

} elseif ($profile_method == "display") {
  if ($user_data['user_id'] == 1) {
   if (function_exists('score_account_stand')) {
      echo "<tr>\n";
      echo "<td width='1%' class='tbl1' style='white-space:nowrap'>Score:</td>\n";
      echo "<td align='right' class='tbl1'>".score_account_stand($user_data['user_id'])."</td>\n";
      echo "</tr>\n";
}
}
} elseif ($profile_method == "validate_insert") {

} elseif ($profile_method == "validate_update") {

}

?>

reg
 
Springe ins Forum:

 Ähnliche Themen 

TEST
Thema Forum Antworten Letzter Beitrag
Scoresystem unter 7.02 installieren (Anleitung) Gemischtes 96 21.09.2017 00000009 09:58
Scoresystem für 7.02.07 Allgemeine Support Fragen 5 27.01.2017 00000001 15:01
Scoresystem (7.02) admin_password Infusionen 28 26.06.2016 00000006 17:39
PN bei User-Transfer (Scoresystem) Infusionen 18 06.01.2016 00000001 05:06
Scoresystem usw, wie geht es weiter? Allgemeine Diskussionen 4 29.04.2015 00000004 12:55
HarlekinPower