Author Topic: Problem with thumbs.  (Read 7074 times)

0 Members and 1 Guest are viewing this topic.

Offline Tiberiu

  • Pre-Newbie
  • Posts: 3
    • View Profile
Problem with thumbs.
« on: September 11, 2008, 11:54:08 PM »
Hello, i have some problems with pictures thumbs. My problem : look this picture.



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.

Offline mawenzi

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: Problem with thumbs.
« Reply #1 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?
Your first three "must do" before you ask a question ! ( © by V@no )
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

You are on search for top 4images MOD's ?
- then please search here ... Mawenzi's Top 100+ MOD List (unsorted sorted) ...

Offline Tiberiu

  • Pre-Newbie
  • Posts: 3
    • View Profile
Re: Problem with thumbs.
« Reply #2 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

2. How move the Category on the left slide ?


Thanks.

Offline mawenzi

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: Problem with thumbs.
« Reply #3 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
Your first three "must do" before you ask a question ! ( © by V@no )
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

You are on search for top 4images MOD's ?
- then please search here ... Mawenzi's Top 100+ MOD List (unsorted sorted) ...

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: Problem with thumbs.
« Reply #4 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)
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline mawenzi

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: Problem with thumbs.
« Reply #5 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 ...

... ;) ...
Your first three "must do" before you ask a question ! ( © by V@no )
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

You are on search for top 4images MOD's ?
- then please search here ... Mawenzi's Top 100+ MOD List (unsorted sorted) ...