4images Forum & Community

4images Modifications / Modifikationen => Templates & Styles (Requests & Discussions) => Topic started by: Tiberiu on September 11, 2008, 11:54:08 PM

Title: Problem with thumbs.
Post by: Tiberiu on September 11, 2008, 11:54:08 PM
Hello, i have some problems with pictures thumbs. My problem : look this picture.

(http://eimage.info/images/uy7vb1rk15sg0helwx_thumb.jpg) (http://eimage.info/viewer.php?file=uy7vb1rk15sg0helwx.jpg)

1. I want to be just the name and picture. Where should I change for this.

2. How make do be more pictures on new image category ? I appear only 4

Sorry for my english. Thanks.
Title: Re: Problem with thumbs.
Post by: mawenzi on September 11, 2008, 11:58:47 PM
0. welcome to 4images forum ... ;)

1. you can change this in /templates/<your_template>/thumbnail_bit.html ...
2. FAQ -> How can I show more new images on home page? (http://www.4homepages.de/forum/index.php?topic=8946.0)
Title: Re: Problem with thumbs.
Post by: Tiberiu on September 12, 2008, 12:22:36 AM
nice, thanks

but i have only 2 questions:

1. How remplace the LightBox button with Download button
(http://eimage.info/images/mhnx4gv6hk1427ah5ztf_thumb.jpg) (http://eimage.info/viewer.php?file=mhnx4gv6hk1427ah5ztf.jpg)
2. How move the Category on the left slide ?
(http://eimage.info/images/e1ki3ie7d838l1f5qy_thumb.jpg) (http://eimage.info/viewer.php?file=e1ki3ie7d838l1f5qy.jpg)

Thanks.
Title: Re: Problem with thumbs.
Post by: mawenzi on September 12, 2008, 12:56:39 AM
1. in templates/<your_template>/thumbnail_bit.html use instead of
Code: [Select]
{lightbox_button}
this
Code: [Select]
{download_button}

2. there are many solutions ...

2.1. edit your templates/<your_template>/category_bit.html ( also in the ACP-> Settings ) and use
Code: [Select]
{if categories}
{categories}
{endif categories}
in your templates /<your_template>/user_loginform.html and user_logininfo.html instead in home.html

2.2. or use this : Kategorie Menu V1.0 (http://klick.kl.funpic.de/files.php)
Title: Re: Problem with thumbs.
Post by: V@no on September 12, 2008, 01:17:12 AM
2.1. edit your templates/<your_template>/category_bit.html ( also in the ACP-> Settings ) and use
Code: [Select]
{if categories}
{categories}
{endif categories}
in your templates /<your_template>/user_loginform.html and user_logininfo.html instead in home.html
Actually if they want it be just above or below random image block, then the {if categories} .... {endif categories} block in home.html template must be moved in the appropriate place in home.html, no other files need changes ;). Moving it into login_form/login_info.html templates most probably won't work (not confirmed)
Title: Re: Problem with thumbs.
Post by: mawenzi on September 12, 2008, 01:38:50 AM
... Actually if they want it be just above or below random image block, then ...

... as I said ...

2. there are many solutions ...

... ;) ...