• [Template] Iceberg ~ Free 4images Templates 5 0 5 1
Currently:  

Author Topic: [Template] Iceberg ~ Free 4images Templates  (Read 179864 times)

0 Members and 1 Guest are viewing this topic.

Offline Lowandhaten

  • Pre-Newbie
  • Posts: 1
    • View Profile
Re: [Template] Iceberg ~ Free 4images Templates
« Reply #75 on: March 27, 2009, 01:22:33 AM »
Hi,

This has probably already been asked.
How do i get my layout similar to yours?
All my pics on the front page go right till 25 are there

How do i get it so there are only 3 columns?

Offline Westend

  • Pre-Newbie
  • Posts: 4
    • View Profile
Re: [Template] Iceberg ~ Free 4images Templates
« Reply #76 on: April 07, 2009, 03:38:58 PM »
Ich habe ein Problem mit der details.php im iceberg Template. Die IPTC Informationen und alles was darunter steht werden nach links gezogen. Kenne mich leider im PHP Code zu wenig aus um das Problem zu finden. Ich habe ein Screenshot als Attachment angehängt. Den Code kann ich auf Wunsch auch gerne posten.

Danke für eure Hilfe

Guido

Offline Farina

  • Pre-Newbie
  • Posts: 6
    • View Profile
Re: [Template] Iceberg ~ Free 4images Templates
« Reply #77 on: May 30, 2009, 01:52:44 PM »
You have such a nice template, I have it at http://jdmmod.com

Offline yousaf

  • Jr. Member
  • **
  • Posts: 59
    • View Profile
Re: [Template] Iceberg ~ Free 4images Templates
« Reply #78 on: June 06, 2009, 02:05:45 PM »
nice site you got farina,
i am also using Iceberg on my newly launched wallpapers site http://www.wallpaperowner.com by replacing themza's photo community template
ICeberg is more kool than many around here.
Hats off to Shabu

Offline MrsCasanova

  • Pre-Newbie
  • Posts: 2
    • View Profile
Re: [Template] Iceberg ~ Free 4images Templates
« Reply #79 on: October 01, 2009, 08:30:36 AM »
your template seems very plain and simple. . . have u updated it recently?
MrsCasanova
 Budget Planner

Offline puky

  • Newbie
  • *
  • Posts: 11
    • View Profile
Re: [Template] Iceberg ~ Free 4images Templates
« Reply #80 on: December 19, 2009, 08:08:25 AM »
Hallo,
Ich möchte die Datei thumbnail_bit.html für meinen Geschmack anpassen. Allerdings verursache ich immer wieder Fehler und wollte Fragen, ob mir jemand eventuell sagen kann, wie man das umsetzen kann. Aussehen sollte das ganze wie im Anhang in dem Bild. Habe es mit Tabellen versucht. Abe irgendwie zerschiesse ich mir die class immer ...... Der Standart Code lautet:

Code: [Select]
<!-- you wish detail page in a small javascript open window, use {thumbnail_openwindow} -->
<div  class="thumb" onmouseover="this.className='thumb2'" onmouseout="this.className='thumb'">
{thumbnail}
</div>


<div class="info">
<p class="cat">{image_name}{if image_is_new}<span class="new">{lang_new}</span>{endif image_is_new}</p>
<table width="100%"  border="0" cellspacing="0" cellpadding="0">
  <tr>
    {if categories}<td><p class="category"><a href="{cat_url}">{cat_name}</a></p></td>{endif categories}
    {if allow_comments}<td><p class="comment">{image_comments}</p></td>{endif allow_comments}
    <td><p class="user">({user_name_link})</p></td>
  </tr>
</table>

{lightbox_button}
</div>

Offline bergblume

  • Sr. Member
  • ****
  • Posts: 463
  • on to the top!
    • View Profile
Re: [Template] Iceberg ~ Free 4images Templates
« Reply #81 on: December 19, 2009, 12:52:29 PM »
hallo puky,

hast du es schon mal so probiert: (ohne gewähr, da selbst nicht getestet!"):

Code: [Select]
<!-- you wish detail page in a small javascript open window, use {thumbnail_openwindow} -->
<div  class="thumb" onmouseover="this.className='thumb2'" onmouseout="this.className='thumb'">
{thumbnail}
</div>


<div class="info">
<p class="cat">{image_name}{if image_is_new}<span class="new">{lang_new}</span>{endif image_is_new}</p>
<br>
    {if categories}<p class="category"><a href="{cat_url}">{cat_name}</a>{endif categories}<br>
    {if allow_comments}<p class="comment">{image_comments}</p>{endif allow_comments}<br>
    <p class="user">({user_name_link})</p>
</div>

gruss, bergblume

Offline puky

  • Newbie
  • *
  • Posts: 11
    • View Profile
Re: [Template] Iceberg ~ Free 4images Templates
« Reply #82 on: December 19, 2009, 08:58:26 PM »
Hallo Bergblume,
Der Ansatz ist auf jeden Fall sehr gut. Soweit bin ich erst garnicht gekommen. Allerdings stimmen die Abstände noch nicht ganz. Der Anstand zwischen Kategorie und Kommentar ist perfekt. Titel und Benutzer stimmen vom Abstand noch nicht. Ne, Idee wie man das hin bekommt?
« Last Edit: January 01, 2010, 03:06:22 PM by puky »

Offline cosmo_cat

  • Pre-Newbie
  • Posts: 3
    • View Profile
Re: [Template] Iceberg ~ Free 4images Templates
« Reply #83 on: January 07, 2010, 11:38:37 PM »
Best designed Template for 4images in my opinion Shabu, very nice work. Thanks for the included PSD file btw, just used it to design a customized header (see xxx: oliverjunkerxxx: ). Customizing the Friends links might be solved better, but no problem for me (searched & replaced the whole block).

cheers,
cosmo

Offline Bommel

  • Full Member
  • ***
  • Posts: 114
    • View Profile
Re: [Template] Iceberg ~ Free 4images Templates
« Reply #84 on: January 08, 2010, 01:05:54 PM »
...Titel und Benutzer stimmen vom Abstand noch nicht. Ne, Idee wie man das hin bekommt?

Hallo puky,

um die Abstände zwischen Titel -> Kategorie und Kommentar -> Benutzer zu beseitigen, musst du nur die jeweiligen Zeilenumbrüche <br> in Zeile 9 und Zeile 11 entfernen. Weiterhin muss auch in Zeile 2 der Befehl (align="center") eingefügt werden, damit das Thumbnail zentriert dargestellt wird. Hier nochmal das überarbeitete Script:

Code: [Select]
<!-- you wish detail page in a small javascript open window, use {thumbnail_openwindow} -->
<div  class="thumb" align="center" onmouseover="this.className='thumb2'" onmouseout="this.className='thumb'">
{thumbnail}
</div>


<div class="info">
<p class="cat">{image_name}{if image_is_new}<span class="new">{lang_new}</span>{endif image_is_new}</p>
    {if categories}<p class="category"><a href="{cat_url}">{cat_name}</a>{endif categories}<br>
    {if allow_comments}<p class="comment">{image_comments}</p>{endif allow_comments}
    <p class="user">({user_name_link})</p>
</div>

Freundliche Grüße Bommel
Freundliche Grüße, Bommel

Nicht die Geduld mit mir verlieren, ich bin noch am Lernen./ Do not lose the patience with me, I am still in the learning. ;)

Offline haider512

  • Full Member
  • ***
  • Posts: 153
    • View Profile
Iceberg theme Help?? from where i can resize the table?
« Reply #85 on: December 08, 2010, 02:58:38 PM »
Hello..
Im using the IceBerg theme. I want to resize the table of new images..but how to resize them..i cant figure it out..

attaching the screenshot..

please reply how to set the size of it..and give it a constant size and width..

Offline x23piracy

  • Sr. Member
  • ****
  • Posts: 420
    • View Profile
    • FHG
Re: Iceberg theme Help?? from where i can resize the table?
« Reply #86 on: December 08, 2010, 04:05:49 PM »
Hi,

open style.css and check the following styles:

Code: [Select]
.thumb {
}

.thumb2 {
}

.info {
}

Change them to your needs also check thumbnail_bit.html here you can
pimp table sizes item placings etc.

Make a backup and start playing around with these two files...


Greetz X23

Don't trust in md5 it's unsafe change your 4i galerys password hash algorythm! second pw db field, create new hashes over some time, deny old hash. Help members that cry, send informationen mail to the rest. Camouflage new pw hash in cookie. Done!

--(◔̯◔)--

Rembrandt

  • Guest
Re: Iceberg theme Help?? from where i can resize the table?
« Reply #87 on: December 09, 2010, 09:21:27 PM »
..... I want to resize the table of new images..but how to resize them..i cant figure it out..
please reply how to set the size of it..and give it a constant size and width..
your thumbnails are to big.
resize the thumbs in ACP/Images/Auto-Thumbnailer.

Offline haider512

  • Full Member
  • ***
  • Posts: 153
    • View Profile
Re: Iceberg theme Help?? from where i can resize the table?
« Reply #88 on: December 10, 2010, 06:34:18 AM »
..... I want to resize the table of new images..but how to resize them..i cant figure it out..
please reply how to set the size of it..and give it a constant size and width..
your thumbnails are to big.
resize the thumbs in ACP/Images/Auto-Thumbnailer.

yes i have tried auto thumbnailer many times but it says no entries found??

i think my 4images has some problem!! cuz neither auto image resizer and nor auto thumbnailer showing any results??

i attached a thumnail file showing that no thumbnails found.. but i have uploaded thumbnails..ALso its doing same with image resizer..

how to fix this prob?

Offline satine88

  • Sr. Member
  • ****
  • Posts: 265
    • View Profile
Re: [Template] Iceberg ~ Free 4images Templates
« Reply #89 on: October 10, 2011, 08:11:46 PM »
Hello,
The template is no longer available for download, someone could put an attachment on the forum?
Thank you in advance