Okay so I'm modifying the CS-DK theme with my own header (removing the little Counter Strike guy) and I want to add a left side bar or w/e you call it, a table that will "float" on the left side of the articles on the main page... http://simpgfx.com/forum/index.php
Does anyone know what code I need to add a table to the side? Doesn't even have to be TP compatible although that would be AWESOME. I tried using crips conversion tutorial but I couldn't find anything similar to the codes he said to look for/replace =( Anyways I'm trying to go for a look like www.planetrenders.net
You know you can request for themes to be converted at TinyPortal if you have the authors consent?
Well I don't necessarily want to make it available for public... my theme is going to be altered a whole lot =P graphically and "physically" (tables, etc)
Does anyone know how to just add a floating table to the left side??
I have permission (consent) from the author.
I know there's a code like that over at dynamicdrive.com - a "floating" one; I don't know if that's what you're looking for though. http://www.dynamicdrive.com/dynamicindex1/staticmenu.htm (http://www.dynamicdrive.com/dynamicindex1/staticmenu.htm)
yeah floating isn't quite what I'm looking for =P I meant to say a "fixed" column.
oh ok. Why not a left side block? I'm prolly just not understanding what you're looking for.
Quote from: choloman05 on May 31, 2007, 04:34:46 PM
oh ok. Why not a left side block? I'm prolly just not understanding what you're looking for.
as in for TP? i could deal with that as well =) However I tried using crips conversion tutorial and nothing was matching =(
ohhh yeah, that's right, ok. Sorry, didn't read op correctly. As for code for a table, this is your basic format:
<table width="150" cellpadding="0" cellspacing="0" align="center">
<tr>
<td>
</td>
</table>
Of course, you'll have to add the php "echo" tags. And I'm not sure exactly where in the index.template.php you're gonna want to put that. Someone more knowledgable can chime in here..
</tr>
</table>
thanks but would you know how to make it so that table would be on the leftside of my current existing tables =P
take a look : O.o (http://simpgfx.com/forum)
okay I am such an idiot! I found that crip~ from TP has already converted it =P makes my life tons easier!
Quote from: IchBin™ on May 30, 2007, 11:37:54 PM
You know you can request for themes to be converted at TinyPortal if you have the authors consent?
grr. why didn't you tell me it had already been done =P
hahaa. well there ya go. Good luck w/the rest