Title: jasbg's Replies | WordPress.org

---

# jasbg

  [  ](https://wordpress.org/support/users/jasbg/)

 *   [Profile](https://wordpress.org/support/users/jasbg/)
 *   [Topics Started](https://wordpress.org/support/users/jasbg/topics/)
 *   [Replies Created](https://wordpress.org/support/users/jasbg/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/jasbg/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/jasbg/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/jasbg/engagements/)
 *   [Favorites](https://wordpress.org/support/users/jasbg/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Runners Log] Few suggestions](https://wordpress.org/support/topic/plugin-runners-log-few-suggestions/)
 *  [jasbg](https://wordpress.org/support/users/jasbg/)
 * (@jasbg)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/plugin-runners-log-few-suggestions/page/2/#post-1329129)
 * Ok and thanks a lot again, Frederik !
 * Loking at your blog i take it – it’s not an ‘open’ blog you run. Meaning the 
   people that use your plugin is ‘friends’ – and people you know – and you actually
   have to register people yourself (its not an open register system)
 * And as you use the plug right now – you se one ‘run’ at a time – no ‘loking back’
   comparison etc.
 * Well i think I now just about understand how you use your Runners Log plug (and
   what your intentions were when you made it /got the idea)
 * So now my job is to try to fit it in tecnically – as I would like it to be a 
   open register system – If possible.
 * I’ll imform you if I succeed ! 🙂
 * Later
 * jens
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Runners Log] Few suggestions](https://wordpress.org/support/topic/plugin-runners-log-few-suggestions/)
 *  [jasbg](https://wordpress.org/support/users/jasbg/)
 * (@jasbg)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/plugin-runners-log-few-suggestions/page/2/#post-1329127)
 * Just came to mind !
 * It would explain a lot to see how this plug is actually used on a site that is
   up an running with the plugin. Do any of you know of such a site (have a link)
   possibly !
 * Jens
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Runners Log] Few suggestions](https://wordpress.org/support/topic/plugin-runners-log-few-suggestions/)
 *  [jasbg](https://wordpress.org/support/users/jasbg/)
 * (@jasbg)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/plugin-runners-log-few-suggestions/page/2/#post-1329126)
 * Thanks to both of you for your answers here !
 * And the plug has come to live – i have seen graphs down the page now.
 * my problem right now is understanding the bigger picture – how to use this in
   practical.
 * Questions:
 * 1: I.m sure the user has to register first – before given the opportunity to 
   use the Runners Log – in what user group ?
 * 2: You log on to this user-group: How does the user actually get to input the
   data (through a modifies comment field or what:)
 * 3: Given all og the above in place – can userdate be stored – so that he can 
   follow a devellopment in his performance !
 * Many questions – but this is getting vere exithing !
 * Runners Log Appear as you can on the ‘make new post, page’: Can this new post
   somehow be made into where you can input data – or does this have to be done 
   through a comment field ?
 * Jens
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Runners Log] Few suggestions](https://wordpress.org/support/topic/plugin-runners-log-few-suggestions/)
 *  [jasbg](https://wordpress.org/support/users/jasbg/)
 * (@jasbg)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/plugin-runners-log-few-suggestions/#post-1329120)
 * Sorry – I tried to copy the complete page.php file to show where I placed the
   installation line. What I have done is this:
 * I pasted:
 * _<?php if (function\_exists(runners\_log\_basic)) echo runners\_log\_basic();?
   > _
 * into the page.php file of the template. But nothing happens – what am I missing
   here ?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Runners Log] Few suggestions](https://wordpress.org/support/topic/plugin-runners-log-few-suggestions/)
 *  [jasbg](https://wordpress.org/support/users/jasbg/)
 * (@jasbg)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/plugin-runners-log-few-suggestions/#post-1329117)
 * I pasted:
 *  <?php if (function_exists(runners_log_basic)) echo runners_log_basic(); ?> into
   the page file og the template like this:
 * page.php
    ——————–
 *  <?php
    /* HeatMap Theme 2 Author: Stuart Wider Copyright: Stuart Wider 2009 
   Website: HeatMapTheme.com This file last updated: 19/10/2009
 * This file is part of HeatMap Theme 2
 * HeatMap Theme 2 is free software: you can redistribute it and/or modify
    it under
   the terms of the GNU General Public License as published by the Free Software
   Foundation, either version 3 of the License, or any later version.
 * HeatMap Theme 2 is distributed in the hope that it will be useful,
    but WITHOUT
   ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
   FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
 * You should have received a copy of the GNU General Public License
    along with
   this program. If not, see <[http://www.gnu.org/licenses/&gt](http://www.gnu.org/licenses/&gt);.*/?
   >
 * <?php get_header(); ?>
 * <!–
    page.php ~~~~~~~~~~~~~~~~~~~~~~~~ ~~~ –>
 * <?php if (function_exists(runners_log_basic)) echo runners_log_basic(); ?>
 * <!–
    Content of the page (inc comments and post details) ~~~~~~~~~~~~~~~~~~~~
   ~~~~ ~~~ –>
 * <div id=”page-body-wrapper”>
 *  <div id=”content”>
 *  <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
 * <!–
    The Post ~~~~~~~~~~~~~~~~~~~~~~~~ ~~~ –>
 *  <div class=”post-content”>
 * <!–
    Widget Area: [All Content] Above ~~~ –> <?php dynamic_sidebar(‘[All Content]
   Above’); ?>
 * <!–
    The Post Title ~~~ –> <h1 class=”h1-underline”><?php the_title(); ?></h1
   > <!– Widget Area: [Content Item] Above ~~~ –> <?php dynamic_sidebar(‘[Content
   Item] Above’); ?> <!– Widget Area: [Content Item] Left ~~~ –> <?php dynamic_sidebar(‘[
   Content Item] Left’); ?> <!– Widget Area: [Content Item] Right ~~~ –> <?php dynamic_sidebar(‘[
   Content Item] Right’); ?> <!– The content itself ~~~ –> <?php the_content(”);?
   >
 * <!–
    Pagination for Multi-page posts ~~~ –> <?php wp_link_pages(‘before=<p class
   =”multi-page”>Pages:&after=</p>’); ?>
 * <!–
    Widget Area: [Content Item] Below ~~~ –> <?php dynamic_sidebar(‘[Content
   Item] Below’); ?>
 *  </div> <!– class=”post-content” –>
 *  <div class=”clearFloat”></div>
 * <!–
    Post Details ~~~ –> <div class=”post-details”>
 *  <p class=”comment-button-box”>
 *  <?php if ((‘closed’ != $post->comment_status)) { // if the comments are not 
   closed then show the comment box ?>
 *  <span class=”comment-button”>#respond”>
    <?php comments_number(‘Skriv en kommentar’,‘
   1 kommentar’, ‘% kommentarer’);?>
    – Hvad synes du?</span>  
 *  <?php } ?>
 *  Artikel af
    <?php echo get_the_author(); ?> <?php /* the_author_posts_link();*//*
   uncomment this if you actually want a link to the authors posts – it reveals 
   the authors username though – or am I being too security concious? */?> – <?php
   the_date(); echo ‘ at ‘; the_time(); /* changed date and time format 19/10/09
   so that default system date and time is used instead of preset date and time */?
   > </p>
 *  <?php if ((‘closed’ != $post->comment_status)) { ?>
 *  <p>Katagorier:
    <?php the_category(‘, ‘) // if the comments are not closed then
   show the categories and tags too ?>   Tags: <?php the_tags(”) ?> </p>
 *  <?php } ?>
 *  <p>
    <?php edit_post_link(‘(Edit)’, ”, ”); ?> </p>
 *  </div> <!– class=”post-details” –>
 *  <!–
    <?php trackback_rdf(); ?> –>
 *  <?php endwhile; else: ?>
    <h2 class=”h2-simulate-h1-size”>Ingen svar fundet</
   h2>’; <?php endif; ?>
 * <!–
    The comments ~~~ –>
 *  <?php if ((‘closed’ != $post->comment_status)) { // if the comments are not 
   closed then show the comments template ?>
 *  <div class=”comment-item”>
    <?php comments_template(”,true); ?> </div> <!– class
   =”comment-item” –>
 *  <?php } ?>
 * <!–
    Widget Area: [All Content] Below ~~~ –> <?php dynamic_sidebar(‘[All Content]
   Below’); ?>
 *  </div> <!– id=”content” –>
 *  <?php get_sidebar(); ?>
 * </div> <!– id=”page-body-wrapper” –>
 * <?php get_footer(); ?>
 * <!–
    End of page.php ~~~ –>
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Runners Log] Few suggestions](https://wordpress.org/support/topic/plugin-runners-log-few-suggestions/)
 *  [jasbg](https://wordpress.org/support/users/jasbg/)
 * (@jasbg)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/plugin-runners-log-few-suggestions/#post-1329112)
 * Hi
 * I’m new to WP – and not very good at php – but i know how to use an editor (notepad
   ++) and to find my way around in the maps and the theme of WP.
    So now i have
   been trying for hours to make this plugin work – but all i get is this message
   at the top line:
 * Meters is the setting atm – and nothing more !
 * And i have checked php extensions – as i understand is only used for the graphic
   part – and they ar both activated.
 * php_gd2
    php_phar ————————————————— What can i be doing wrong – any ideas would
   be very welcome – thanks !
 * Regards
 * Jens, denmark

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