diff -r 5e1f1e916419 -r 98bbc533541c punbb/help.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/punbb/help.php Sun Apr 06 00:28:50 2008 -0400 @@ -0,0 +1,247 @@ + $_ ) +{ + $$key =& $GLOBALS[$key]; +} + +($hook = get_hook('he_start')) ? eval($hook) : null; + +$section = isset($_GET['section']) ? $_GET['section'] : null; + +if ($pun_user['g_read_board'] == '0') + message($lang_common['No view']); + +// Load the help.php language file +require PUN_ROOT.'lang/'.$pun_user['language'].'/help.php'; + + +$page_title = htmlspecialchars($pun_config['o_board_title']).' - '.$lang_help['Help']; +define('PUN_PAGE', 'help'); +require PUN_ROOT.'header.php'; + +?> +
+ +

+ + +
+

+
+
+
+

+

+
+
+
+

+
    +
  • + [b][/b] + +
  • +
  • + [u][/u] + +
  • +
  • + [i][/i] + +
  • +
  • + [color=#FF0000][/color] + +
  • +
  • + [color=blue][/color] + +
  • +
  • + [b][u][/u][/b] + +
  • +
+
+
+

+
    +
  • + [url=][/url] + +
  • +
  • + [url][/url] + +
  • +
  • + [email]myname@mydomain.com[/email] + myname@mydomain.com +
  • +
  • + [email=myname@mydomain.com][/email] + +
  • +
+
+
+

+
    +
  • [quote=James][/quote] +
    +
    James :

    +
    +
  • +
  • [quote][/quote] +
    +

    +
    +
  • +
+
+
+

+
    +
  • [code][/code] +
    +
    :
    +
    +
  • +
  • [code][/code] +
    +
    :
    +
    +
  • +
+
+
+
+ +
+

+
+
+
+

+

+
+
+
    +
  • + [img=PunBB logo]/img/logo.png[/img] + PunBB logo +
  • +
+
+
+ +
+

+
+ +
+
+

+
+
+
    +'.$smiley_text[$i]; + + // Save the current text and image + $cur_img = $smiley_img[$i]; + $cur_text = $smiley_text[$i]; + + // Loop through the rest of the array and see if there are any duplicate images + // (more than one text representation for one image) + for ($next = $i + 1; $next < $num_smilies; ++$next) + { + // Did we find a dupe? + if (isset($smiley_img[$next]) && $smiley_img[$i] == $smiley_img[$next]) + { + echo ' '.$lang_common['and'].' '.$smiley_text[$next]; + + // Remove the dupe so we won't display it twice + unset($smiley_text[$next]); + unset($smiley_img[$next]); + } + } + + echo ' '.$lang_help['produces'].' '.$cur_text.''."\n"; + } + +?> +
+
+
+ + +
+