LoganSix

LoganSix

38p

40 comments posted · 1 followers · following 0

3 weeks ago @ Big Government - Tuesday Open Thread: v... · 0 replies · +4 points

I would read it as the Tea Party needs people to train and encourage others to work together better.

4 weeks ago @ Big Government - Thursday Open Thread: ... · 0 replies · +4 points

That definitely should be the plan.

6 weeks ago @ Big Government - That Didn’t Take Lon... · 0 replies · +2 points

I agree. I hope the majority of the Tea Party goers feel the same way. However, there is the ability to learn about organizing local Tea Party events through information being presented at the conference.

8 weeks ago @ Big Government - Tuesday Open Thread: A... · 1 reply · +8 points

Um...I didn't vote for those hopey changey people. I knew what is "change" was all about.

4 weeks ago @ Dean Logic - Getting Started · 0 replies · +1 points

There have been some changes to the way the authentication works and I haven't fixed it.
If you got the Meetup Developer forum and the Request for Application Testers thread, you can see the steps for becoming a tester.
http://www.meetup.com/boards/thread/6466974

When I get back around to fixing the authentication issue, I will let everyone who is a tester know, so they can download the new version of the application.

9 weeks ago @ Big Hollywood - REVIEW: 'Book of Eli' ... · 0 replies · +1 points

Passed it on. Looking forward to seeing it.

9 weeks ago @ Big Hollywood - Daily Gut Video: Lt. C... · 0 replies · +2 points

Zo should really run for office. It would blow those Californians minds

9 weeks ago @ Big Journalism - Sarah Palin: 'Backwood... · 0 replies · +1 points

What? For dinner? I have lunch with my co-workers each week. Big deal.

13 weeks ago @ Dean Logic - AHP Sitewide Recent Po... · 0 replies · +1 points

Answer was

Use the following to call the information.
<?php ahp_recent_posts(5, 90, 32); ?>

13 weeks ago @ Dean Logic - AHP Sitewide Recent Po... · 0 replies · +1 points

The part of the plugin that displays the output is here. If you don't want something to show, then just remove that part of the text.
You should remove the div tags and everything between for the "avatar" and "author".

echo $begin_wrap
. '<div class="date">' . $thisdate . '</div>'
. '<div id="avatar" style="margin-left:65px; margin-top:14px;">' . $thisgravatar . '</div>'
. '<h3>' . $this_postname . '</h3>'
. '<div class="postmetadata">&nbsp;@ ' . $thistime . '
<div id="author">' . $thisauthor . '</div>'
. '
<div id="blogname">&nbsp;' . $this_blogname . '</div><div id="comment"> | ' . $thiscomment . '</div></div>'
. '<div id="excerpt">' . $thisexcerpt . '</div>'
. $end_wrap . "\n";