Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - chrissim

Pages: [1]
1
Plugins / Re: [Plugin] Batch Import
« on: February 02, 2012, 11:28:17 AM »
hi,

The batch import mod worked great on my side but i have some hiccups here when i imported my images.
The import process were fine and working well but the only thing the date were wrongly recorded for all images that i imported.

For eg: Today i imported images to my category it should showed today date but it was shown last year July 2011 instead.

Another issue here all the keywords were in hyperlinked in straight line. Can we have those keywords in comma instead

Could someone advise me how to fix these problems here?

Thanks

2
hi,

Im trying to align the word "Vote" next to the rating stars but it seem it can't be done here.

For example : Vote : star star star star star

Any guru here can show me or guide on these issue?

Thanks

3
Discussion & Troubleshooting / Re: Show upload form again after an upload
« on: December 07, 2011, 03:20:10 PM »
in member.php in section "if ($action == "uploadimage")" find

Code: [Select]
    }
    else {
      $action = "uploadform";
      $sendprocess = 1;
    }
  }
  else {
    $action = "uploadform";
    $sendprocess = 1;
  }
}

insert the following code above
Code: [Select]
$action = "uploadform";
$sendprocess = 1;


hi mawenzi ,

The above code work if the member uploaded the same category folder but the upload form will still maintained the same old category if we choose other new category.
Can we clear or refresh the upload form so new category can be uploaded. Any way we can sort out these issues?

4
hi

Does this mod work on new version 1.7.10

i installed them but it seem not working. i tested the upload and it works fine but in the admin it doesn't showed any new images for validation

Pages: [1]