From 4d6c17de4c7e04baf84524db2172070e6c423727 Mon Sep 17 00:00:00 2001 From: Oldperl <44996956+oldperl@users.noreply.github.com> Date: Sat, 17 Dec 2011 23:56:58 +0000 Subject: [PATCH] documentation stuff --- README | 7 ++++++- includes/functions.semr_template.php | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README b/README index 2365052..4588c48 100644 --- a/README +++ b/README @@ -48,13 +48,18 @@ Visit the Options-entry to do some configuration stuff. First make a backup of your db, esspecially from your statz tables. Then go to pluginslist in the admin area and deactivate the old semmelstatzR version. Delete or Move all files in the plugins/semmelstatzR folder, then unzip package semmelstatzR with the new version and upload all files into folder plugins/semmelstatzR. +If you are upgrading from a previous version of the original semmelstatz plugin please note that the name of +the pluginfolder has changed from 'semmelstatz' to 'semmelstatzR'. +There a no db changes in semR version 1.0.0 to previous semmelstatz 3.3. But if you are upgrading from an older +version of semmelstatz please update first to semmelstatz 3.3 before performing an upgrade to semmelstatzR 1.0.0. + Now you may reactivate the plugin in the plugins admin area. Done, have fun. :) ** Usage ** In the future we will provide a webside at sf.net with documentation, faq and some tips. -The easiest was to lern how semmelstatzR can help you is going threw the menu in the admin area. +The easiest way to lern how semmelstatzR can help you is going threw the menu in the admin area. ** libraries, extensions, helpers and licenses ** diff --git a/includes/functions.semr_template.php b/includes/functions.semr_template.php index dd54eec..6ed2b3d 100644 --- a/includes/functions.semr_template.php +++ b/includes/functions.semr_template.php @@ -166,7 +166,7 @@ print ""; } -### Zeigt einen Zähler der Hits im jeweiligen Post. ACHTUNG: FUNKTIONIERT NUR IM LOOP (index.php, single.php) +### Zeigt einen Z�hler der Hits im jeweiligen Post. ACHTUNG: FUNKTIONIERT NUR IM LOOP (index.php, single.php) function sem_showPostHitsInLoop($postid) { global $wpdb; $hits = $wpdb->get_var("SELECT hits FROM $wpdb->posts WHERE ID = $postid LIMIT 0,1");