As anyone seen or used a templet from www.templetworld.com?
If so, was it OK or did you find problums?
Look forward to your reply...John
Posted 17 April 2011, 22:49
Posted 18 April 2011, 00:14
Posted 19 April 2011, 17:00
kymation, on 18 April 2011, 00:14, said:
Posted 19 April 2011, 17:20
Posted 20 April 2011, 01:42
Posted 20 April 2011, 02:06
Posted 20 April 2011, 02:16
Posted 20 April 2011, 02:22
Posted 20 April 2011, 02:45
Posted 20 April 2011, 06:07
( ! ) Warning: substr() expects parameter 3 to be long, string given in C:\wamp2.1e\www\justwine\includes\modules\new_products.php on line 36
Call Stack
# Time Memory Function Location
1 0.0020 523056 {main}( ) ..\index.php:0
2 0.2078 2598528 include( 'C:\wamp2.1e\www\justwine\includes\modules\new_products.php' ) ..\index.php:354
3 0.2136 2609744 substr ( ) ..\new_products.php:36
( ! ) Warning: substr() expects parameter 3 to be long, string given in C:\wamp2.1e\www\justwine\includes\modules\new_products.php on line 36
Call Stack
# Time Memory Function Location
1 0.0020 523056 {main}( ) ..\index.php:0
2 0.2078 2598528 include( 'C:\wamp2.1e\www\justwine\includes\modules\new_products.php' ) ..\index.php:354
3 0.2197 2613224 substr ( ) ..\new_products.php:36
( ! ) Warning: substr() expects parameter 3 to be long, string given in C:\wamp2.1e\www\justwine\includes\modules\new_products.php on line 36
Call Stack
# Time Memory Function Location
1 0.0020 523056 {main}( ) ..\index.php:0
2 0.2078 2598528 include( 'C:\wamp2.1e\www\justwine\includes\modules\new_products.php' ) ..\index.php:354
3 0.2246 2615400 substr ( ) ..\new_products.php:36
( ! ) Warning: substr() expects parameter 3 to be long, string given in C:\wamp2.1e\www\justwine\includes\modules\new_products.php on line 36
Call Stack
# Time Memory Function Location
1 0.0020 523056 {main}( ) ..\index.php:0
2 0.2078 2598528 include( 'C:\wamp2.1e\www\justwine\includes\modules\new_products.php' ) ..\index.php:354
3 0.2291 2617576 substr ( ) ..\new_products.php:36
---------------------------( ! ) Warning: substr() expects parameter 3 to be long, string given in C:\wamp2.1e\www\justwine\includes\modules\new_products.php on line 36
Call Stack
# Time Memory Function Location
1 0.0020 523056 {main}( ) ..\index.php:0
2 0.2078 2598528 include( 'C:\wamp2.1e\www\justwine\includes\modules\new_products.php' ) ..\index.php:354
3 0.2342 2619920 substr ( ) ..\new_products.php:36
( ! ) Warning: substr() expects parameter 3 to be long, string given in C:\wamp2.1e\www\justwine\includes\modules\new_products.php on line 36
Call Stack
# Time Memory Function Location
1 0.0020 523056 {main}( ) ..\index.php:0
2 0.2078 2598528 include( 'C:\wamp2.1e\www\justwine\includes\modules\new_products.php' ) ..\index.php:354
3 0.2389 2622088 substr ( ) ..\new_products.php:36
---------------------------------( ! ) Warning: substr() expects parameter 3 to be long, string given in C:\wamp2.1e\www\justwine\includes\boxes\reviews.php on line 42
Call Stack
# Time Memory Function Location
1 0.0020 523056 {main}( ) ..\index.php:0
2 0.2473 2603528 require( 'C:\wamp2.1e\www\justwine\includes\column_right.php' ) ..\index.php:369
3 0.2615 2654552 require( 'C:\wamp2.1e\www\justwine\includes\boxes\reviews.php' ) ..\column_right.php:19
4 0.2653 2656392 substr ( ) ..\reviews.php:42
$p_desc = ''.substr(strip_tags($product['products_description']), 0, MAX_DESCR_1).' ...';
$review_prod = substr(strip_tags($rand_review_text),0,MAX_DESCR_REVIEWS).'...' ;
Edited by ozstar, 20 April 2011, 06:13.
Posted 22 April 2011, 10:01
ozstar, on 20 April 2011, 01:42, said:
Posted 22 April 2011, 11:07
Edited by ozstar, 22 April 2011, 11:09.
Posted 22 April 2011, 16:35
ozstar, on 22 April 2011, 11:07, said:
Posted 23 April 2011, 02:20
Posted 23 April 2011, 22:05
ozstar, on 20 April 2011, 06:07, said:
$p_desc = ''.substr(strip_tags($product['products_description']), 0, MAX_DESCR_1).' ...';
$review_prod = substr(strip_tags($rand_review_text),0,MAX_DESCR_REVIEWS).'...' ;
Posted 23 April 2011, 23:51
Posted 24 April 2011, 01:40
Released under the GNU General Public License */ ?>To this:
Released under the GNU General Public License */ define( MAX_DESCR_REVIEWS, '20'); ?>
Released under the GNU General Public License */ ?>To this:
Released under the GNU General Public License */ define( MAX_DESCR_1, '20'); ?>You may have to adjust the numbers (up or down) to suit your taste and/or your template requirements.