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.


Topics - spookypld

Pages: [1]
1
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.

2
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]