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 - jacobmathias

Pages: [1]
1
Mods & Plugins (Requests & Discussions) / Fixed Height & Width w/ Crop
« on: March 06, 2012, 11:34:50 PM »
Hi, I want to have 4images to have a fixed image height and width for the thumbnails, with automatic cropping (otherwise pictures look retarded). I'm looking to implement either WordPress TimThumb for the THUMBNAILS or something similiar. I've seen the tutorial for timthumb with larger images (details.php), but not for the thumbnails (categories.php, index.php, etc).  I'd like to achieve something like this, http://www.picalls.com/, without having to manually do the thumbnails (if they are done manually).

I am not asking for fixed width and height without cropping, that would just look retarded and out of porpotion, however if you crop the images and fit them within certain dimensions it looks nice.

2
I really wish you'd update the JAVA, so it will work in IE and Firefox, I'd love to use that function! Please look into it, thanks

3
Mods & Plugins (Requests & Discussions) / Re: add paging to index
« on: May 26, 2011, 08:39:14 PM »
Well I tried to recreate the error and now it works, i'll be damned. lol  :P

5
Mods & Plugins (Requests & Discussions) / Re: add paging to index
« on: March 10, 2011, 08:37:53 PM »
How can I add more than (4) new images on index.html with this mod. I've tried the code

$num_new_images 36


but it causes an error, I'd appreciate a way to implement this within this paging mod. Thanks!

6
this mod works great, followed the replies and got some extra fixes, like the paging. Follow the instructions and you can set this up in less than 10 minutes.

7
I love the paging mod on index.php and implemented it successfully within 4images, but now I want to have 12 "new" images show on index.php, not the default 4 images.

I used a code I found in another topic,

Multiple New Images on Index.php code
$num_new_images 12; (This works with 4images naturally, but with the paging mod, it causes an error)

Paging mod code
 $num_new_images $config['image_cells']; 

How do I integrate both mods together? Which results in index.php paging &&& Specified amount of new images shown on index.php?

The link to the index.php paging mod is: http://www.4homepages.de/forum/index.php?topic=14195.msg156293#msg156293



Thanks

Pages: [1]