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

Pages: [1]
1
Tutorials / Re: [TUT] Neue Kategorie Rechte, New categories permission
« on: January 03, 2010, 10:08:14 AM »
Perfect tutorial, it's saving a hundred clicks a day. Thank you!

2
Hi,

maybe a little bit late, but I saw your post just now.

2 questions:
– Do you have a problem with download of zip-files or a problem with unzipping them?
– If the problem is with unzipping, are you working on a Mac?

Explanation: The Mac's built-in unzipper (BOMArchiveHelper) doesn't unzip zip-files generated by 4images. Use StuffitExpander instead…

3
Hi Andy,

yes, you can apply it o the category descriptions as well.
Vano wrote in his opening post of this thread:
"Finaly u can add multilanguage support not only for the interface but also for any text, …"

I must concede that I didn't use this MOD until now, but will try it soon…

Btw, are you Andy from Boxers Bar? If yes, we can exchange our knowledge
about 4images in the near future personally. I'll come to Gouna next time
on May 2nd and stay permanently… And we won't be the only users of 4images there…

4
Hi Kurt,

thx for your reply. But there's nothing like this in style.css of Iceberg. Tried to change ALL font-sizes, but with no effect on shown text (in aboce screenshot). Think we've to wait for Shabu... Seems that he has hided it in some other file.

best rgds
Ralf

5
Discussion & Troubleshooting / Re: Mac OSX - zip dekomprimieren
« on: July 22, 2008, 02:10:57 PM »
Ist vielleicht schon ein wenig spät, aber ich habe das gleiche Problem.

Einfache Lösung: Nimm "Stuffit" zum entpacken. BOMArchiveHelper kriegt die 4images-ZIPs nicht auf.

6
Maybe it's a bit late, but I discovered the same problem.

Solution: Use "Stuffit" for unzipping, BOMArchiveHelper can't do the job.

7
Item 1. is resolved. I had a problem with encoding when opening main.php in Adobe Golive.

But I have no idea how to resolve the 2nd problem regarding size of text...

rgds
mediteran

8
Hi Shabu,

thanks a lot for your solution with the size of the thumbnail box! Works perfectly!

Yesterday I've started to work on a 4images project which is my first one for the "real world". I discovered two problems which I didn't succeed to resolve (please see the attached screenshot):

1. Instead of german diacritical letters such as "ä" I'm getting just a question mark (?). I've tried to change the encoding of the categories.html, but it doesn't help.

2. I've managed to change the size of nearly all text (in style.css), but I can't find where to change the size of the text marked as "2".

Thanks a lot for your help!

rgds
mediteran

9
Thanks Kurt for your quick reply,

but it doesn't function.

BTW, I tried to attach a screenshot, but I can't post then...

10
Hi all,

I modified my "thumbnail_bit.html" already two times in this way, but I don't get the "quadratic" box around the images. Depending on thumbnail height (horizontal or vertical image) the lightbox button is jumping up and down... Any idea what's going wrong?
Thanks a lot!

Hi, I don't know what to do.. I want those tables that surround the image to be perfectly aligned! I see that if there is 2 different thumbnails - speaking of height - then a space it appears under the thumbnail - check the attached pic..
Any ideea?!

Change your thumbnail_bit.html to this

Code: [Select]
<table class="thumb" onmouseover="this.className='thumb2'" onmouseout="this.className='thumb'" border="1" cellspacing="1" style="border-collapse: collapse" bordercolor="#C0C0C0" id="AutoNumber1" >
    <tr>
    <td align="center">
        <table border="1" cellspacing="1" style="border-collapse: collapse" bordercolor="#808080" id="AutoNumber2" title="{image_name}">
        {thumbnail}
      </table>
    </td>
  </tr>
 </table>


<div class="info">
<p align="left" class="cat">{image_name}{if image_is_new}<span class="new">{lang_new}</span>{endif image_is_new}</p>
  <div align="left">
    <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>
</div>

you can see here http://www.myanimalsworld.com how looks that.

Pages: [1]