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

Pages: [1]
1
Hi folks!

I have problem (nothing new).

Ekhm... I've installed SEO mod on my test gallery and it was ok! Now i moved to main site and wack. Something ugly started to show above Headed. Check it please: http://cssship.net/categories.php?cat_id=1 http://cssship.net/top.php I've found that this is not always. I have really no idea. I tried even to install new from .rar file the beginning of this topic.

sry if my english sucks!

please help.

2
Templates & Styles (Requests & Discussions) / Custom Pages
« on: February 06, 2009, 07:28:45 AM »
I want make custom pages, for example: contact.php, submit.php, info.html

I made news .html file and copied exactyle everything from home.html file to it. But when i try new page nothing happen. It simply doesn't exist for 4images engine. I analized it that 4images engine php files must be puting view on the screen. The question I ask is what file handles where or not the file is shown! Thanks for help in advance

p.s. sorry if my english is wrong.

3
Tutorials / Re: [TUT] Using the Lightbox 'overlay' effect in 4images
« on: February 06, 2009, 07:23:29 AM »
I'm very confused. People thank You and I don't any Lightbox on the site You mentioned. Weird.


4
For Details page You need only to paste in header.html this code:

Quote
<meta name="description" content="{image_description}">


Problem is that with allowed meta-tags in image description it copies HTML takgs f.e.
Quote
<br />
and it doesn't work for the rest of the page.

5
Thx man! It is what I was looking for :)

6
Templates & Styles (Requests & Discussions) / Categories as vertical list
« on: January 14, 2009, 07:05:22 PM »
Hi!

I found that Categories in home page are appearing horizontal, and I want them vertical, like a list. So I've tried to put them in a box and trim this box to the smallest I can... and they're still appearing horizontal. No way to change it?

How it is: http://spooky.8p.pl/4images/index.php

How I want it to be: http://www.spooky.8p.pl/1.jpg

Like You see I want to make one menu from Categories and {lang_xyz_images}

Is there any way to do it? I can't find solution in template files, so hard coded my guess. Can You help me?

I will share this template (will be valid tableless html+css). Will You? ;)

EDIT: Now I've found that there is some way of doing it. I've checked source code of generated page and it adds table

Code: [Select]
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td valign="top" width="50%" class="catbgcolor">
<table border="0" cellpadding="3" cellspacing="1">
<tr>
<td valign="top">
<!--   -->
 <a href="./categories.php?cat_id=1" class="maincat">Galeria</a>&nbsp;
</td>
</tr>
</table>
</td>
</tr>
</table>

Pages: [1]