SEO-Board: Free, Fast and Search Engine Optimization Friendly Forum Script
»User: »Password:   Remember Me? 
SEO-Board Forum Software Community / General / Programming / ???? 0 and 1 showing under the forum names ????
Posted:  28 Mar 2009 22:45

ok - i am completely removing all tables in the forum and going with a completely CSS based layout.

Editing forumcell.htm the following is producing results on the main page when viewing and I do not want it there.
Code:

{$cell_iterator}

It is either a 1 or 0 and it shouldn't be there.

When looking under board.php, I found this referenced and want to know what it is used for? I am new at PHP and wonder if it has something to do with how I configured my board?

My board is not live and is run on my home computer so I cannot provide a link at this time. If you require a visual, please let me know and I will temporarily upload it.
__________________
~b_mcclister~
Posted:  29 Mar 2009 07:49   Last Edited By: Hristo
It is meant to be used for boards where you want to alternate two different background colors for every consecutive post. So, it is 0, 1, 0, 1 and you can make a style0, and style1 and alternate the two.
Posted:  29 Mar 2009 21:11
ok thanks... i kinda figured that out last night while poking thru the code more..
__________________
~b_mcclister~