From 37f4b9caa02783e06dd7c5318200113409a0deb1 Mon Sep 17 00:00:00 2001
From: Derek Jones
Important: Before you begin, please download the smiley images and put them in -a publicly accessible place on your server. This helper also assumes you have the smiley replacement array located at +a publicly accessible place on your server. This helper also assumes you have the smiley replacement array located at application/config/smileys.php
@@ -166,7 +166,7 @@ you can give your smiley links a generic name that will be tied to a specific idReturns an array containing your smiley images wrapped in a clickable link. You must supply the URL to your smiley folder +
Returns an array containing your smiley images wrapped in a clickable link. You must supply the URL to your smiley folder and a field id or field alias.
$image_array = get_smiley_links("http://example.com/images/smileys/", "comment");
@@ -187,10 +187,10 @@ This function is designed to be placed into the <head> area of your web pa
Takes a string of text as input and replaces any contained plain text smileys into the image -equivalent. The first parameter must contain your string, the second must contain the URL to your smiley folder:
+equivalent. The first parameter must contain your string, the second must contain the URL to your smiley folder:
-$str = 'Here are some simileys: :-) ;-)';
+$str = 'Here are some simileys: :-) ;-)';
$str = parse_smileys($str, "http://example.com/images/smileys/");
--
cgit v1.2.3-24-g4f1b
From 9c63d0bb34be4007178d5a7e46348d5e23fee3ff Mon Sep 17 00:00:00 2001
From: Phil Sturgeon
Date: Thu, 27 Oct 2011 01:55:44 +0100
Subject: Bumped CodeIgniter version to 2.1.0.
---
user_guide/helpers/smiley_helper.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'user_guide/helpers/smiley_helper.html')
diff --git a/user_guide/helpers/smiley_helper.html b/user_guide/helpers/smiley_helper.html
index 6f1fa5915..8bdd1df2c 100644
--- a/user_guide/helpers/smiley_helper.html
+++ b/user_guide/helpers/smiley_helper.html
@@ -28,7 +28,7 @@
-CodeIgniter User Guide Version 2.0.3
+CodeIgniter User Guide Version 2.1.0
Table of Contents Page
--
cgit v1.2.3-24-g4f1b