Hi Guys,
I here is the solution of image problem.
For “mod_mootabsjp” Module
Open:
http://www.yourSite.com/modules/mod_mootabsjp /scripts/createthumb.php
For “mod_jqmootabsjp” Module
Open:
http://www.yourSite.com/modules/mod_jqmootabsjp/scripts/createthumb.phpEdit “createthumb.php”
I hope you will have
| Code: |
$ori_img = '../../images/stories/'.$_REQUEST['img'];
|
in line 4
Delete entire line four and replace with
| Code: |
$ori_img = '../../../images/stories/'.$_REQUEST['img'];
|
Then save it and upload it your server
Enjoy
If you are not familiar with editing, I also have attached edited file, you can download and overwrite
Post edited by: thindstudio, at: 2008/02/19 00:48
Post edited by: thindstudio, at: 2008/02/19 00:49