Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)
  • Forum: Plugins
    In reply to: Where can i..
    Thread Starter inutile

    (@inutile)

    Lol, i know that sounds desperate or something but, thats not the case. I just thought it would be interesting to allow users to buy like icons or something with points earned from commenting. But hey. I dunno, it was a thought lol

    Forum: Plugins
    In reply to: Where can i..
    Thread Starter inutile

    (@inutile)

    Okay, i was thinking of a Shop plugin.. just like the one for phpbb.. Where registered users earn credits for posting comments, and in turn can buy items in the shop.

    Thread Starter inutile

    (@inutile)

    bump

    Thread Starter inutile

    (@inutile)

    hmmmm.. just did that.. still doesnt work. how odd!!!

    Thread Starter inutile

    (@inutile)

    howdy is the password, sorry lol

    Thread Starter inutile

    (@inutile)

    erm,
    howdy
    i got it to work once, by taking out the wp-pass.php part in template-functions-post, but then when i shut down my browser, it didnt work anymore..
    i have no clue….

    Thread Starter inutile

    (@inutile)

    ok, i kinda fixed it myself. everything works except for the archived category links. But thats no big deal. im sure ill figure it out. Thanks!

    Well. the excerpt shows and not the continued link….
    here is my index file
    <?php
    /* Don’t remove this line. */
    require(‘./wp-blog-header.php’);
    ?>
    <html>
    <head>
    <title><?php bloginfo(‘name’); ?><?php wp_title(); ?></title>
    <link rel=”shortcut icon” href=”http://inutile.superihost.com/fav.ico”&gt;
    <LINK REL=”stylesheet” HREF=”stb17_style.css” TYPE=”text/css”>
    <link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />
    <?php wp_get_archives(‘type=monthly&format=link’); ?>
    <?php //comments_popup_script(); // off by default ?>
    <?php wp_head(); ?>
    </head>
    <body bgcolor=”#5B3131″ text=”#000000″>
    <div align=”center”>
    <table bgcolor=”#000000″ width=”736″ height=”100%” cellspacing=”0″ cellpadding=”0″ border=”0″>
    <tr>
    <td valign=”top”> <img src=”stb17_head1.jpg” width=”368″ height=”289″ border=”0″ alt=””></td>
    <td valign=”top”> <img src=”stb17_head2.jpg” width=”368″ height=”289″ border=”0″ alt=””></td>
    </td>
    </tr>
    <tr>
    <td valign=”top” colspan=”2″>
    <table align=”center” width=”98%” cellspacing=”0″ cellpadding=”14″ border=”0″>
    <tr>
    <td align=”center” valign=”top”>
    <BR><BR>
    <?php if ($posts) : foreach ($posts as $post) : start_wp(); ?>
    <div class=”blogheader” id=”post-<?php the_ID(); ?>”><?php the_time(“l – F j, Y @ g:i a”) ?>   <?php edit_post_link(); ?> <?php comments_popup_link(__(‘comments (0)’), __(‘comments (1)’), __(‘comments (%)’)); ?><div align=”right”>” rel=”bookmark” title=”Permanent Link: <?php the_title(); ?>”><?php the_title(); ?>
    </div>
    </div>
    <?php if (get_the_excerpt(false)) the_excerpt();
    else the_content();
    ?>
    <BR><BR>
    <div class=”comments”>
    <?php wp_link_pages(); ?>
    </div>
    <!–
    <?php trackback_rdf(); ?>
    –>
    <?php include(ABSPATH . ‘wp-comments.php’); ?>
    <br>
    <?php endforeach; else: ?>
    <?php _e(‘Sorry, no posts matched your criteria.’); ?>
    <?php endif; ?>
    </td>
    <td width=”200″ align=”center” valign=”top”><br><br><br>
    <div class=”title”>
    Content
    </div>
    <div class=”side”>
    <p class=”side”>
    <?php include (“content.php”); ?>
    </div>
    <br><br><br>
    <div class=”title”>
    Archives
    </div>
    <div class=”side”>
    <p class=”calendar”>
    <center>
    <?php get_calendar(); ?>
    <BR>
    <div align=”left”>
    <BR>
    <center><b><font color=”#000000″ size=”1″><u>Month-By-Month</u></b></font></center>
    <?php wp_get_archives(‘type=monthly’); ?>
    <BR>
    <center><b><font color=”#000000″ size=”1″><u>Post-By-Post</u></b></font></center>
    <?php wp_get_archives(‘type=postbypost’); ?>
    </div>
    <BR>
    <form id=”searchform” method=”get” action=”<?php echo $PHP_SELF; ?>”>
    <div>
    <input type=”text” name=”s” id=”s” size=”15″ />
    <input type=”submit” name=”submit” value=”<?php _e(‘Search’); ?>” />
    </div>
    </form>
    </center>
    </div>
    <br><br><br>
    <div class=”title”>
    This Month
    </div>
    <div class=”side”>
    <p class=”side”>
    <center>
    <?php include (“thismonth.php”); ?>
    </center>
    </div>
    <br><br><br>
    <div class=”title”>
    Me
    </div>
    <div class=”side”>
    <p class=”side”>
    <?php include (“me.php”); ?>
    </div>
    <br><br><br>
    <div class=”title”>
    Desktop Cam
    </div>
    <div class=”side”>
    <p class=”side”>
    <?php include (“desktop.php”); ?>
    </div>
    <br><br><br>
    <div class=”title”>
    Visitors
    </div>
    <div class=”side”>
    <p class=”side”>
    <?php include (“now.php”); ?>
    </div>
    <br><br><br>
    <div class=”title”>
    Joined
    </div>
    <div class=”side”>
    <p class=”side”>
    <?php include (“joined.php”); ?>
    </div>
    <br><br><br>
    <div class=”title”>
    Ask a Q
    </div>
    <div class=”side”>
    <p class=”side”>
    <?php include (“misc.php”); ?>
    </div>
    <br><br><br>
    <div class=”title”>
    Links
    </div>
    <div class=”side”>
    <p class=”side”>
    <?php include (“links2.php”); ?>
    </div>
    <br><br><br>
    <div class=”title”>
    Plug
    </div>
    <div class=”side”>
    <center>
    <? include “plug/plug.php”; ?>
    </center>
    </div>
    <br><br><br>
    </td>
    </tr>
    </table>
    </td>
    </tr>
    </table>
    </div>
    </body>
    </html>

    Hi.. my url is here
    im going to finish reading these posts and try some more..

Viewing 9 replies - 1 through 9 (of 9 total)