May 22 2012 00:32:55
Languages
Navigation
Friends & Affiliates
Roadmap
[N] User Profile Wall
[N] Error log like in P...
[N] Submit photo - Subc...
[N] Warnings - who can ...
[N] [edit profile]Save ...
[N] Moving panels with ...
[N] Forum thread deform...
[N] Thumbnails in downl...
[N] [Locale German] New...
[N] Warnings only for a...
Users Online
· Guests Online: 8

· Members Online: 0

· Total Members: 494
· Newest Member: budisantoso
Last Seen Users
· budisantoso16:44:51
· lidaer16:55:23
· Yodix 1 day
· mr-casino 1 day
· dos5 3 days
· Machello93 3 days
· Leonardo_master 3 days
· ezgi 3 days
· xxyy 4 days
· lilin0402 5 days

Login
 Username  Password  
View Thread: cell colors
Pimped Fusion - Content Management System » Pimped-Fusion Support & Development » General Questions
Who is here? 1 Guest
 Print Thread
cell colors
jebajseti
hi,

i am wondering how to make for every next line other color i mean it switch between lets say black and then on next line it goes to white

i have attached image for better present

as i remember it has to do something with this script

$cell_color = ($i % 2 == 0 ? "tbl1" : "tbl2"); $i++;

then u put in class='$cell_color'


but this is working for same lines i want like it is shown on image

regards
jebajseti attached the following image:

[3.2 kB]

Edited by jebajseti on 21-10-2010 18:48
 
slaughter
yes, it looks similar to this one:

Download source  Code
$i = 0;
echo "<table cellpadding='0' cellspacing='0' width='100%' class='tbl-border'>\n";

while ($data = dbarray($result)) {

$cell_color = ($i % 2 == 0 ? "tbl1" : "tbl2"); $i++;

echo "<tr>\n";
echo "<td class='".$cell_color."'>";
echo "text";
echo "</td>\n";
echo "</tr>\n";

}

echo "</table>\n";


  x 1  x 1
 
jebajseti
how can i make for forum cells like on this image?

themes.php-fusion.co.uk/forum/attachments/forum.jpg
 
jebajseti
bump
 
Advertising Bot
Posted on 22-05-2012 00:32
Bot Agent

Posts: n^x
Joined: Always

  
slaughter
You need to modify the forum/index.php
You need to take the code snippet from above.
 
jebajseti
anyway you can show some example from forum/index.php?

Regards
 
jebajseti
hi,

i have tried but i cant manage to get it work. Only what i get is then the same color not changing on next row
 
Jump to Forum:
Similar Threads
Thread Forum Replies Last Post
css colors for usergroups Feature Requests 1 13-03-2012 03:54
Share this thread
URL:
BB-Code:
HTML:
AddThis:
Share |
Render time: 0.68 seconds - 101 Queries 994,350 unique visits