Welcome, Guest. Please Login or Register.
May 10, 2025, 07:46:56 PM
Home Help Search Log in Register
News: If you are still using YaBB SE, please consider upgrading to SMF as soon as possible.

YaBB SE Community  |  Development  |  Mod Ideas and Creation  |  Catagory Icons « previous next »
Pages: 1 [2] Reply Ignore Print
Author Topic: Catagory Icons  (Read 2245 times)
FH
Noobie
*
Posts: 15


I'm a llama!

Re:Catagory Icons
« Reply #15 on: February 01, 2003, 07:53:00 AM »
Reply with quote

sorry i am really stupid!

What should i be searching for to replace it with your code?
Logged
tdodnz
Sr. Member
****
Posts: 275


Asleep zzzzz (Snore Snore)

ICQ - 166370583cnd_nz@go.com WWW
Re:Catagory Icons
« Reply #16 on: February 01, 2003, 09:43:05 AM »
Reply with quote

this piece

<tr>
  <td colspan="4" height="18" class="catbg">
   <a name="$row_board[ID_CAT]"><b>$row_board[catName]</b></a>
  </td>
  <td align='center' class="catbg"><a href="$sponsors[ID_CAT]" target="_blank"><img src='$imagesdir/$row_board[ID_CAT].gif' alt='' border='0'></a>
  </td>
 </tr>

Well thats if your using 1.5.0
« Last Edit: February 01, 2003, 09:44:13 AM by tdodnz » Logged
FH
Noobie
*
Posts: 15


I'm a llama!

Re:Catagory Icons
« Reply #17 on: February 02, 2003, 09:52:55 AM »
Reply with quote

ok so search for:

<tr>
 <td colspan="4" height="18" class="catbg">
  <a name="$row_board[ID_CAT]"><b>$row_board[catName]</b></a>
 </td>
 <td align='center' class="catbg"><a href="$sponsors[ID_CAT]" target="_blank"><img src='$imagesdir/$row_board[ID_CAT].gif' alt='' border='0'></a>
 </td>
</tr>

and replace it with:

<tr>
 <td colspan="4" height="18" class="catbg">
  <a name="' . $row_board[ID_CAT] . '"><b>' . $row_board[catName] . '</b></a>
 </td>
 <td align="center" class="catbg"><a href="' . $sponsors[ID_CAT] . '" target="_blank"><img src="' . $imagesdir . '/' . $row_board[ID_CAT] . '.gif" alt="" border="0"></a>
 </td>
</tr>

FH
Logged
tdodnz
Sr. Member
****
Posts: 275


Asleep zzzzz (Snore Snore)

ICQ - 166370583cnd_nz@go.com WWW
Re:Catagory Icons
« Reply #18 on: February 03, 2003, 07:38:10 AM »
Reply with quote

Yes that is correct only if your using v1.5.0 though else ill have to look it up
Logged
FH
Noobie
*
Posts: 15


I'm a llama!

Re:Catagory Icons
« Reply #19 on: February 04, 2003, 02:40:30 AM »
Reply with quote

yeah im using 151
Logged
tdodnz
Sr. Member
****
Posts: 275


Asleep zzzzz (Snore Snore)

ICQ - 166370583cnd_nz@go.com WWW
Re:Catagory Icons
« Reply #20 on: February 10, 2003, 06:56:25 PM »
Reply with quote

dam ill get back to you soon on that one then  ;D
Logged
Pages: 1 [2] Reply Ignore Print 
YaBB SE Community  |  Development  |  Mod Ideas and Creation  |  Catagory Icons « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.040 seconds with 21 queries.