Esempio n. 1
0
function meme_comment_form()
{
    list($name, $class, $thumbnail) = default_character_info();
    ?>
    <div id="commentform-wrapper">
    <form action="http://www.fireexitguild.com/wp-comments-post.php" method="post" id="commentform">
    <div class="c-left">
    	<img alt="" src="<?php 
    echo $thumbnail;
    ?>
" class="vcard avatar avatar-58 photo" height="60" width="60">
    </div>
    <div class="c-right">
    <div class="name"><span class="class-<?php 
    echo $class;
    ?>
"><?php 
    echo $name;
    ?>
</span><input name="author" type="hidden" value="<?php 
    echo $name;
    ?>
"></div>
    <div class="textarea-wrapper"><textarea id="comment" name="comment" cols="45" rows="8" aria-required="true"></textarea></div>
    <div class="button-wrapper"><input type="submit" value="Post" class="button"></div>
    </div>
    <input type='hidden' name='comment_post_ID' value='<?php 
    the_ID();
    ?>
' id='comment_post_ID' />
	<input type='hidden' name='comment_parent' id='comment_parent' value="<?php 
    echo isset($_GET['replytocom']) ? intval($_GET['replytocom']) : 0;
    ?>
">
    <?php 
    echo wp_comment_form_unfiltered_html_nonce();
    ?>
    
    </form>
	</div><?php 
}
Esempio n. 2
0
    	<div id="logo">
        	<img src="<?php 
echo get_template_directory_uri();
?>
/images/logo.png" width="288" height="120">
        </div>
        
	</div><!-- #branding -->
	
    <div id="under-header" style="height: 80px;">
    	
        <div id="login-button">
        <div id="charvatar">
        <?php 
//let's get the default character image
list($name, $class, $thumbnail) = default_character_info();
//		print_r(default_character_info()
//		die($thumbnail);
?>
<img class="vcard" width="58" height="58" alt="" src="<?php 
echo $thumbnail;
?>
"> </div>
        
        <div class="text-content">
        <?php 
if (ext_smf_logged_in()) {
    ?>
        <small style="text-transform:capitalize">Hello,</small>
        <div><a id="charname" class="class-<?php 
    echo $class;