Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

Badges

Any minute now…

clofresh

Username
clofresh
Joined
Visits
22
Last Active
Roles
Member
Badges
0
Points
0
Posts
7

Comments

  • If anyone is still interested, I finally got around to making a Vanilla theme based on theBeautifulLie.com for my blog hack: check it out.
  • Hey russlipton, I finally got around to making a theme for my blog hack, check it out
  • Oh, when you put that block of code after , you have to finish that string first: Here's what the lines around it looks like: $CommentList .= ' '; if ($RowNumber == 2 && ($_GET['page'] == '' || $_GET['pag…
  • Haha, thanks bugsmi. The email updates form is my own code that makes an ajax call to a simple php script. The Javascript for the form submission can be found here. It depends on prototype and scriptaculous.
  • The front page is kind of a hack. In index.php: if (count($_GET) > 0) { // If there are GET variables, do like you normally would do // This block of code is what was there initially $DiscussionGrid = $Context->ObjectFactory->Cre…
  • Hey guys, I'm the author of The Beautiful Lie, saw this discussion from my refers. Thanks for the praise. =] While I'm not sure what it takes to submit an official theme, the only thing you would need to modify on your own theme to have "blog style"…