All Good Things Must Come To An End

As you all know, I have been doing WordPress plugins and supporting it for the past 6 years. These 6 years of my life, I have been through my polytechnic education, my national service as well as my university education.

I just graduated from university in December 2009 and have been looking for full-time jobs. I am offered a full-time job and will be starting work on 1st February 2010.

I regret to say that I am NOT ABLE to provide support for my plugins anymore due to my full-time job commitment. I will leave this forum open and let the community help one another.

However, I WILL still update my plugins whenever I can and you still can report bugs to me via email and I will try to fix it.

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - timbim

Pages: [1]
1
WP-PostViews / Re: WP-Postviews counts double
« on: 07 December 2011, 16:50 »
Unfortunately the problem still exists. Now even wp_postviews counts way to high numbers for every post. Any idea what the problem could be?!?!?

Thanks!

Tim

2
WP-PostViews / Re: WP-Postviews counts double
« on: 21 March 2011, 18:07 »
Hey aSKer,

sorry, that´s exactly how I have it (I wrote it down incorretly before):

- In the top of index.php and single.php:
Code: [Select]

<?php get_header(); ?>

- In the bottom of index.php and single.php:
Code: [Select]

<?php get_footer(); ?>


- Somewhere in header.php (between <head> and </head>):
Code: [Select]

<?php wp_head(); ?>

- Somewhere in footer.php:
Code: [Select]

<?php wp_footer(); ?>

But wp-postviews does not count correcty. Any more ideas?!

Thanks,
Tim

---> Single.php:

<?php get_header(); ?>

<!--include sidebar-->
<?php include(TEMPLATEPATH."/l_sidebar.php");?>
<!--include sidebar-->
<?php include(TEMPLATEPATH."/r_sidebar.php");?>

<div id="content">
<!--single.php-->
   
<!--loop-->         
  <?php if (have_posts()) : while (have_posts()) : the_post(); ?>

           <!--navigation-->
<p><?php previous_post_link('&laquo; %link  |') ?>  <a href="<?php bloginfo('url'); ?>">Home</a>  <?php next_post_link('|  %link &raquo;') ?></p>
   
      <!--post title-->
         <h2 id="post-<?php the_ID(); ?>"><?php the_title(); ?></h2>
      <p><b>Von <?php the_author(); ?></b> | <?php the_time('j.F Y'); ?></p>
<div class="postspace2">
   </div>         
<!--content with more link-->
         <?php the_content('<p class="serif">Weiterlesen &raquo;</p>'); ?>
   
                       <!--for paginate posts-->
         <?php link_pages('<p><strong>Seiten:</strong> ', '</p>', 'number'); ?>
         
<center>         
<script type="text/javascript"><!--
amazon_ad_tag = "ll_blog_content-21"; amazon_ad_width = "300"; amazon_ad_height = "250"; amazon_ad_link_target = "new"; amazon_color_border = "42533F"; amazon_ad_categories = "abcd";//--></script>
<script type="text/javascript" src="http://www.assoc-amazon.de/s/ads.js"></script>
</center>   
<br><br>

         <?php if(function_exists('the_ratings')) { the_ratings(); } ?>
         
<p><b>...</b> <?php if(function_exists('the_views')) { the_views(); } ?> <?php comments_popup_link('Kein Kommentar &#187;', '1 Kommentar &#187;', '% Kommentare &#187;'); ?> | Kategorie <?php the_category(', ') ?> | Tags <?php the_tags(' ') ?> | <?php edit_post_link('Edit', '', ' | '); ?> Trackback: URL/trackback</p>

<?php if(function_exists('wp_email')) { email_link(); } ?>
            
<div class="postspace">
   </div>

            <!--all options over and out-->
   
      
   <!--include comments template-->
   <?php comments_template(); ?>
   
        <!--do not delete-->
   <?php endwhile; else: ?>
   
   Leider nichts Passendes gefunden!

<!--do not delete-->
<?php endif; ?>

<br><br>
<div class="sterms">
<h4>Top Suchbegriffe:</h4>
<ul>
<?php mystp_get_terms(10); ?>
</ul>
</div>
   
<!--single.php end-->
</div>


<!--include footer-->
<?php get_footer(); ?>

##############################################

---> INDEX.php

<?php get_header(); ?>

<!--include sidebar-->
<?php include(TEMPLATEPATH."/l_sidebar.php");?>
<!--include sidebar-->
<?php include(TEMPLATEPATH."/r_sidebar.php");?>

<div id="content">

   <!--index.php-->
        <!--the loop-->
   <?php if (have_posts()) : ?>
      <!--the loop-->
      <?php while (have_posts()) : the_post(); ?>
            
         <!--post title as a link-->
            <h2 id="post-<?php the_ID(); ?>"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanenter Link zu <?php the_title(); ?>"><?php the_title(); ?></a></h2>
   <p><b>Von <?php the_author(); ?></b> | <?php the_time('j.F Y'); ?> </p>
      <div class="postspace2">
   </div>   
            <!--post text with the read more link-->
               <?php the_content('Weiterlesen &raquo;'); ?>
            <!--show categories, edit link ,comments-->
      
      <?php if(function_exists('the_ratings')) { the_ratings(); } ?>
      
            <p><b>...</b> <?php if(function_exists('the_views')) { the_views(); } ?> | <?php comments_popup_link('Kein Kommentar &#187;', '1 Kommentar &#187;', '% Kommentare &#187;'); ?> | Kategorie <?php the_category(', ') ?> | <?php edit_post_link('Edit', '', ' | '); ?> </p>
   <div class="postspace">
   </div>      
           <!--end of one post-->
      <?php endwhile; ?>

      <!--navigation-->
                <?php next_posts_link('&laquo; Vorangehende Artikel') ?>
      <?php previous_posts_link('Nachfolgende Artikel &raquo;') ?>
      
   <!--do not delete-->
   <?php else : ?>

      Nichts gefunden!
      Was Sie suchen gibt es hier leider nicht.
      <?php include (TEMPLATEPATH . "/searchform.php"); ?>
        <!--do not delete-->
   <?php endif; ?>

<!--index.php end-->
</div>
   

<!--include footer-->
<?php get_footer(); ?>

##################################################

-----> footer.php


<div id="footer">

<!--footer.php-->
   
      <strong><?php bloginfo('name'); ?></strong> wird geschrieben mit <a href="http://wordpress.org/">WordPress</a>.<br>
      Alle Buchkritiken, Rezensionen, Buchbesprechungen der Leselupe.
      <br><br>
      <a href="http://www.leselupe.de/lw/service.php?action=impressum">Impressum</a>
   
                 <!--necessary-->
      <?php wp_footer(); ?>
      </div>
</div>

<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-274772-2");
pageTracker._trackPageview();
} catch(err) {}</script>

</body>
</html>

########################################

---> header.php

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//DE_de" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />

<title><?php wp_title(''); ?><?php if(wp_title('', false)) { echo ' |'; } ?> <?php bloginfo('name'); ?></title>

<meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats -->

<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
<link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />


<!--we need this for plugins-->
<?php wp_head(); ?>
</head>
<body>
<div id="container">


<div align="center"><img src="<?php bloginfo('template_url'); ?>/images/photo1.jpg" alt="<?php bloginfo('name'); ?>" /></div>




<div id="menu">
   <ul>
      <li class="page_item"><a href="<?php echo get_settings('home'); ?>">Home</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://www.leselupe.de/blog/feed/"><img src="http://angelausruestung.com/wp-content/themes/rockinnewspaper-3col-1_ger/images/rss.png" width="16" height="16" border="0">
 RSS Feed </a>

   </ul>
   </div>


<!--header.php end-->

#########################

3
WP-PostViews / Re: WP-Postviews counts double
« on: 16 March 2011, 15:06 »
Hello aSKer,

thanks for help. I´m not a WP-Pro, so I´m not sure about it.

I have
<?php get_header(); ?>
and
<?php get_footer(); ?>
bothe one time in single.php and index.php

And additionally I have <?php get_header(); ?> in header.php and <?php get_footer(); ?> in footer.php.

Is that coorect?

Best regards, Tim

4
WP-PostViews / WP-Postviews counts double
« on: 25 February 2011, 14:14 »
Hi everybody,
I have a little problem with WP-Postviews:
It counts double for every following post. For example I have a blogpost with a lot of views. THe following blogpost ALWAYS also has a lot of views. SO I thing WP-Postviews counts the views for every blogposts and also ads this views to the following blogpost.
Can anybody help me and tell me how to fix it?
Thanks a lot!
Tim

5
WP-PostViews / Re: Only counts last post!
« on: 15 January 2008, 11:43 »
all solved! thanks!
tim

6
WP-PostViews / Re: Only counts last post!
« on: 14 January 2008, 18:52 »
WOW!!!! You are a GOD!  ;)
How did you find ot this? Now it works? How come?
Perfect, I removed the plugin "recent post", don´t need it.

Another question:
Your postviews widget can´t display german ö, ä, ü, ß.....
11.01.08 - FC Bayern J&#252;rg...
 - 105 views

Can I do something against it?

THA´NKS!
Tim

7
WP-PostViews / Re: Only counts last post!
« on: 14 January 2008, 18:29 »
Hi Lester,

Ok, I did it. When I switch to the default theme the counting is working (even with the other plugins enabled). Does this mean it is a theme problem and you can´t help me? I can´t change the theme.... Or can I do anything to get it running on my theme. BR, Tim

8
WP-PostViews / Re: Only counts last post!
« on: 14 January 2008, 11:27 »
Hi Lester, I can´t check this on a running system. But it´s a standard theme (rockinnewspaper-3col-1_ger) and WP 2.3.
Did I integrate it in the wrong way?

BR,
TIm

9
WP-PostViews / Only counts last post!
« on: 13 January 2008, 15:55 »
Hi Lester,

I got a wired proplem with your great post-view plugin.
It only counts the views of the last published post! HAve a look at
http://100WorteReporter.de and klick on the most current and then some older postst. It does not count up the old posts.

Can you help me with that?

Thanks a lot and best regards!
Tim again

10
HTML + CSS / Re: Problem with CSS
« on: 07 December 2007, 09:57 »
Hi AGMaster,

that would be great!
Here is the URL

and here the theme i used:
http://100wortereporter.de/

Website is going to go "live" in January.

Thanks!
Tim

11
HTML + CSS / Problem with CSS
« on: 16 November 2007, 14:47 »
Hi there,

I got a problem with the css of my theme. THe middle column is too small for a 468 banner.
As I am a css beginner, I got no idea, how to find a solution for this via the css. Can you tell me how to make the middle column bigger without destroying the layout?!

www.100wortereporter.de

Thank you very much!
Tim

/* 
Theme Name: RockinNewspaper 3Col
Author URI: http://www.corymiller.com
Version: 1
Author: Cory Miller
Description: RockinNewspaper 3 Column is a white and blue, widget ready, clean and simple theme designed with a newspaper/magazine structure for reading and ultimate customization, plus a skybox for photos or AdSense.
The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
Photo by Ville Miettinen used with permission.
*/

body {
   background: #ffffff;
   color: #000000;
   font-size: 11px;
   font-family: Verdana, Helvetica, Arial, Sans-Serif;
   margin: 0px 0px 0px 0px;
   }
a, a:visited{
   color: #3366ff;
   text-decoration: none;
   }
   
a:hover{
   color: #000000;
   text-decoration: underline;
   }

#container {
   width: 960px;
   background: #ffffff;
   text-align: left;
   margin: 20px auto;
border: 1px solid #cccccc;
   }

#header {
   background: #ffffff url(images/headerbackground.gif) top center repeat-x;
   padding: 20px 0px 26px 25px;
   margin-bottom: 0px;

   }
#header h2 {
   color: #ffffff;
   font-size: 35px;
   font-family: Helvetica, Arial, Verdana, Sans-Serif;
   margin: 0px;
   }

#header h2 a {
   color: #000000;
   text-decoration: none;
   }

#header h2 a:hover {
   color: #3366ff;
   text-decoration: none;
   }

#header h3 {
   color: #444444;
   font-size: 18px;
   font-family: Georgia, Times New Roman, Sans-Serif;
   margin: 0px;
   }

#menu {

   color: #000000;
   font-family: Helvetica, Arial, Verdana, Sans-Serif;
   font-weight: bold;
   font-size: 20px;
   padding: 12px 25px 12px 25px;
   margin-bottom: 20px;
   text-align: left;
   border-top: 1px solid #cccccc;
   border-bottom: 1px solid #cccccc;
   }
#menu h2 {
   margin: 0px;
   padding: 10px 25px 12px 25px;
   }
      
#menu li {
   display: inline;
   list-style-type: none;
   margin: 0px;
   padding: 0px;
   }
#menu ul {
   margin: 0px;
   padding: 0px;
   }
   
#menu ul li a {
   color: #3366ff;
   padding: 12px 25px 12px 25px;
   margin: 0px;
   text-decoration: none;
   }

#menu ul li a:hover {
   color: #ffffff;
   background: #3366ff;
   text-decoration: none;
   }


#content {
   width: 440px;
   margin-top: 0px;
   margin-bottom: 20px;
   margin-left: 233px;
   margin-right: 0px;
   position:relative;
   padding: 5px 25px 15px 25px;
   border-right: 1px solid #cccccc;
   border-left: 1px solid #cccccc;
   min-height: 660px;
   }
* html #content {
   height: 660px;
   }
#content p{
   margin: 0px;
   line-height: 18px;
   padding: 0px 0px 10px 0px;
   }
   
#content p img{
   border: none;
   margin-right: 5px;
   margin-bottom: 3px;
   }
#content h1 {
   color: #cccccc;
   font-size: 22px;
   font-family: Helvetica Bold, Arial Bold, Verdana, Sans-Serif;;
   font-weight: normal;
   padding: 10px 10px 10px 10px;
   line-height: 150%;
   margin: 0px;
   }
   
#content h1 a  {
   color: #cccccc;
   text-decoration: underline;
   }

#content h1 a:hover {
   color: #000000;
   text-decoration: none;
   }

#content h2 {
   color: #000000;
   font-size: 22px;
   font-family: Helvetica, Arial, Verdana, Sans-Serif;
   font-weight: bold;
   margin: 0px;
   line-height: 120%;
   }
#content h2 a  {
   color: #3366ff;
   text-decoration: none;
   }

#content h2 a:hover {
   color: #000000;
   text-decoration: none;
   }


#content h3 {
   color: #000000;
   font-size: 15px;
   font-family: Helvetica, Arial, Verdana, Sans-Serif;
   font-weight: bold;
   margin-bottom: 10px;
   line-height: 120%;
   border-bottom: 1px solid #cccccc;
   }
#content h3 a  {
   color: #3366ff;
   text-decoration: none;
   }

#content h3 a:hover {
   color: #000000;
   text-decoration: none;
   }

#content ol {
   list-style-type: decimal;
   line-height: 18px;
   margin: 0px;
   padding: 0px 0px 10px 30px;
   }
#content ul {
   list-style: none;
   margin: 0px;
   padding: 0px 0px 20px 0px;
   }
   
#content li {
   margin: 0px;
   padding: 0px;
   }
   
#content ul li {
   list-style: square inside;
   margin: 0px 0px 0px 10px;
   padding: 5px 0px 0px 0px;
   }
   
#content ul li a {
   color: #3366ff;
   text-decoration: none;
   }

#content ul li a:hover {
   color: #000000;
   text-decoration: underline;
   }
blockquote{
   margin: 0px 0px 0px 25px;
   padding: 0px 25px 0px 10px;
   font-style: italic;
   color: #666666;
   border-left: 1px solid #cccccc;
   }
   
#content blockquote p{
   margin: 0px 0px 20px 0px;
   padding: 0px;
   }

.postspace {
   background: #FFFFFF;
   width: 440px;
   height: 32px;
   margin: 0px;
   padding: 0px;
   }
.postspace2 {
   background: #FFFFFF;
   width: 440px;
   height: 0px;
   margin: 0px;
   padding: 0px;
   }
.postspace3 {
   background: #FFFFFF;
   width: 440px;
   height: 15px;
   margin: 0px;
   padding: 0px;
   }

#l_sidebar {
   background: #ffffff;
   color: #000000;
   width: 195px;
   float: left;
   float: left;
   margin-top: 0px;
   margin-bottom: 20px;
   padding: 0px 15px 15px 15px;
   min-height: 660px;
   }
* html #l_sidebar {
   height: 660px;
        }

#l_sidebar p{
   margin: 0px;
   line-height: 16px;
   padding: 5px 0px 10px 0px;
   }
#l_sidebar h2 {
   color: #000000;
   font-size: 14px;
   font-family: Helvetica, Arial, Verdana, Sans-Serif;
   list-style: none;
   padding: 10px 0px 10px 0px;
   margin: 0px;
   border-bottom:    1px solid #cccccc;
   }


#l_sidebar ul {
   list-style: none;
   margin: 0px;
   padding: 0px 0px 20px 0px;
   }
   
#l_sidebar li {
   list-style: none;
   margin: 0px;
   padding: 0px;
   }
   
#l_sidebar ul li {
   list-style: none;
   margin: 0px;
   border-bottom: 1px dotted #cccccc;
   padding: 0px 0px 0px 0px;
   }
   
#l_sidebar ul li a {
   display: block;
   color: #3366ff;
   text-decoration: none;
   padding: 5px 0px 5px 5px;
   }

#l_sidebar ul li a:hover {
   color: #ffffff;
   background: #3366ff;
   }


#r_sidebar {
   background: #ffffff;
   color: #000000;
   width: 195px;
   float: right;
   position:relative;
   margin-top: 0px;
   margin-bottom: 20px;
   padding: 0px 15px 15px 15px;
   min-height: 660px;
   }
* html #r_sidebar {
   height: 660px;
        }
#r_sidebar p{
   margin: 0px;
   line-height: 16px;
   padding: 5px 0px 10px 0px;
   }
#r_sidebar h2 {
   color: #000000;
   font-size: 14px;
   font-family: Helvetica, Arial, Verdana, Sans-Serif;
   list-style: none;
   padding: 10px 0px 10px 0px;
   margin: 0px;
   border-bottom:    1px solid #cccccc;
   }


#r_sidebar ul {
   list-style: none;
   margin: 0px;
   padding: 0px 0px 20px 0px;
   }
   
#r_sidebar li {
   list-style: none;
   margin: 0px;
   padding: 0px;
   }
   
#r_sidebar ul li {
   list-style: none;
   margin: 0px;
   border-bottom: 1px dotted #cccccc;
   padding: 0px 0px 0px 0px;
   }
   
#r_sidebar ul li a {
   display: block;
   color: #3366ff;
   text-decoration: none;
   padding: 5px 0px 5px 5px;
   }

#r_sidebar ul li a:hover {
   color: #ffffff;
   background: #3366ff;
   }
#footer {
   background: #ffffff;
   padding: 20px 0px 20px 0px;
   text-align: center;
   border-top: 1px solid #cccccc;
   clear: both;
   }

12
WP-Stats / Re: Stats-Page Layout and Sidebar?
« on: 21 October 2007, 11:55 »
Hi Lester,

1. There is a problem with your theme, your style for h2 should not be display: inline, it should be block
- Sorry, I do not understand what you mean. How can I change this?

2. wp-admin -> polls -> polls templats
- done, cool!

3. wp-admin -> ratings -> ratings options.
- done, cool!

4. You can donate by Paypal, my email address is gamerz84@hotmail.com
- done, cool! ;-)

PS: I would suggest you to go to the codex.wordpress.org and look up how to create a theme as most of your problems are caused by your theme.
- maybe next life ;-)

Thanks,
Tim

13
WP-Stats / Stats-Page Layout and Sidebar?
« on: 20 October 2007, 13:34 »
Hi Lester,

thanks for this great plugin!
But have a look at my Stats-Page:
http://guut-insider.de/stats/

Do you know why it looks so messed up?
Same problem on the "Users Online" Page:
http://guut-insider.de/useronline/

And, can I get some stats in the sidebar without widgets? Could you show me how?

Last two questions: I couldn´t find out how to chnage the languages of e.g. the link "polls archive" and the Star Rating. Could you give me a hint in which file to do this?

I would like to donate some bucks for your great work. How to do this?

Thanks!
Tim

14
WP-UserOnline / Re: User Online always 0
« on: 20 October 2007, 12:41 »
I go crazyyyyyyyyyyyyyyyyy!
Thaaaaaaaaaaaaaaaaaaanks Lester!!!!

 :-*

15
WP-Polls / Re: Poll loading - but nothing happens
« on: 20 October 2007, 12:40 »
I go crazyyyyyyyyyyyyyyyyy!
Thaaaaaaaaaaaaaaaaaaanks Lester!!!!

 :-*

16
WP-PostRatings / Re: Error, Loading...
« on: 20 October 2007, 12:40 »
I go crazyyyyyyyyyyyyyyyyy!
Thaaaaaaaaaaaaaaaaaaanks Lester!!!!

 :-*

17
WP-UserOnline / User Online always 0
« on: 20 October 2007, 11:12 »
Hi Lester,

hmmm... also the 3dr plugin does not work unfortunately :-(
There are always 0 Users online. Seems to be a similar problem to the one with the polls and the starrating. Can you help me?!
Thanks,#
Tim

18
WP-Polls / Poll loading - but nothing happens
« on: 20 October 2007, 11:07 »
Hi Lester,

same problem like with the Star Rating topic. My poll does not work. It´s always loading and I can´t vote.
Do you have any idea why this happens?
http://guut-insider.de/
(on the lower end of the sidebar)

Thanks a lot,
Tim

19
WP-PostRatings / Error, Loading...
« on: 20 October 2007, 09:52 »
Hi Lester,

I also have this Problem, that after I install your plugin, it says "loading..." on my blog.
E.g.: http://guut-insider.de/2007/10/18/guut-insider-relaunch/ (it´s in german)
I use WP 2.3 and the theme "Trendy".

Any idea how you could help me?! Thanks for that and your great plugins!

Thanks!
Tim

Pages: [1]