PDA

View Full Version : Category help needed.


HHawk
10-01-2002, 06:48 PM
Anybody who can help me with this problem?

Screenshot (http://www.linkplanet.nl/troubleshooting/help.gif)

Is it possible to get bottom category image gone from that place? Or is that impossible? :/

Thanks for your input.

SaintDog
10-01-2002, 07:45 PM
Adding the bottom section to your categories, in turn, adds that extra section to the top. Last time I checked, you would have to remove the bottom images template modifications in order for that to be removed.

Austin Dea
10-01-2002, 08:36 PM
Since that code is at the top of the 'forumhome_forumbit_level1_nopost' template, it'll be above the first category too.

HHawk
10-01-2002, 09:39 PM
Sorry read your answer a bit late. So your saying if I move it a bit around (like somewhat lower) it will be fixed? So it's removable there, and only there? Or isn't that possible.
Couldn't make out if you meant it's permanently there or removable. :)



In any case I added a top category to that also, looks okay. Rather see it gone though, too many dragons now imho. But it's better then to have a floating category image.

HHawk
10-01-2002, 09:44 PM
Oops nevermind, except for understanding english badly, I'm blind to. :P

In any case I understand it now :) So it's kinda permantly or way too much edit work.

I think I did pretty well on my solution then, for a newbie. I just added another category top image. :)

HHawk
10-02-2002, 07:20 AM
Sigh, like I said earlier, I "tried" to add another image but this time to top of the image. But in any case the image gets outlined for some reason.

Screenshot #2 (http://www.linkplanet.nl/troubleshooting/prob2.gif)

Anybody knows what I did wrong?

First they didn't get aligned, but that was the cellpadding and I fixed that, but I really don't know how to solve this.

Any pointers, or do you need the html coding as well?


Edit:
I don't want the lines too be removed completely, only gone from the image. :/
If you still don't get it, due to my crappy English, compare the 1st screenshot in post one with this one. Then you will understand.

HHawk
10-02-2002, 05:09 PM
Is there anybody who can help out this poor sod? :)

Thanks in advance.

HHawk
10-03-2002, 09:37 AM
Can't anybody help me out here?

HHawk
10-03-2002, 02:03 PM
Maybe it will give you an idea of what I'm doing wrong if I post the coding as well of the template part, where I think it's wrong:

Edit: Please use attachments instead pf posting the code here. Thanks :)

Hopefully someone can see what I did wrong.

HHawk
10-04-2002, 08:22 AM
* Bump *

I tried a few things but I can't fix it. Could someone finally give me a hand here?

Tony G
10-04-2002, 09:39 AM
newthread and newreply

HHawk
10-04-2002, 10:00 AM
newthread and newreply

You mean make a new thread with this?

Tony G
10-04-2002, 01:09 PM
Sorry, that was meant for another thread. Ignore it.

HHawk
10-04-2002, 01:18 PM
**** I thought I finally received some help :P

Edit: that wasn't a bad word, I just said d-a-m-n :/

Tony G
10-04-2002, 02:26 PM
Viewing your problem, your best bet is to check out forumhome_forumbit_level1_nopost. Must be there.

HHawk
10-04-2002, 03:22 PM
Uhm... If I posted that in here, would I get in trouble? lol

HHawk
10-07-2002, 08:19 AM
Oh well since there is no answer, I think it's allowed to post it, so here I go:


<table align="center" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="74"><img src="{imagesfolder}/categories/blcat.gif" border="0"></td>

<td align="center" background="{imagesfolder}/categories/bccat.gif" width="100%"></a></td>

<td width="12"><img src="{imagesfolder}/categories/brcat.gif" border="0"></td>
</tr>
</table>
</table>
</td></tr></table><br>
<table cellpadding="{tableouterborderwidth}" cellspacing="0" border="0" {tableouterextra} width="{contenttablewidth}" align="center"><tr><td>
<table cellpadding="4" cellspacing="{tableinnerborderwidth}" border="0" {tableinnerextra} width="100%">
<table align="center" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="100"><img src="{imagesfolder}/categories/tlcat.gif" border="0"></td>

<td align="center" background="{imagesfolder}/categories/tccat.gif" width="100%>
<a href="forumdisplay.php?s=$session[sessionhash]&forumid=$forum[forumid]"><normalfont color="{categoryfontcolor}"><b>$forum[title]</b></normalfont></a></td>

<td width="300"><img src="{imagesfolder}/categories/trcat.gif" border="0"></td>
</tr>
</table>

<table bgcolor="{tablebordercolor}" cellpadding="4" cellspacing="{tableinnerborderwidth}" border="0" {tableinnerextra} width="100%">
<tr align="center">
<td bgcolor="{tableheadbgcolor}"><smallfont> </smallfont></td>
<td bgcolor="{tableheadbgcolor}" width="80%" align="left"><smallfont color="{tableheadtextcolor}"><b>Forum</b></smallfont></td>
<td bgcolor="{tableheadbgcolor}"><smallfont color="{tableheadtextcolor}"><b>Posts</b></smallfont></td>
<td bgcolor="{tableheadbgcolor}"><smallfont color="{tableheadtextcolor}"><b>Threads</b></smallfont></td>
<td bgcolor="{tableheadbgcolor}" width="170" nowrap><smallfont color="{tableheadtextcolor}"><b>Last Post</b></smallfont></td>
</tr>


Is this relevant and thus causing the problem?