Two Questions About Articles

First of all, when I go to my articles page, the categories are all mis-aligned. Anyone know how to fix this?

Second, how can you make it where only members can submit articles?

my site is atom6.com if you need to see what I'm talking about on the mis-alignment.

Quote · 24 Mar 2009

Looked at site using FF, no misalignment.

-

~~ L

First of all, when I go to my articles page, the categories are all mis-aligned. Anyone know how to fix this?

Second, how can you make it where only members can submit articles?

my site is atom6.com if you need to see what I'm talking about on the mis-alignment.

Quote · 24 Mar 2009

Looked at site using FF, no misalignment.

-

~~ L

First of all, when I go to my articles page, the categories are all mis-aligned. Anyone know how to fix this?

Second, how can you make it where only members can submit articles?

my site is atom6.com if you need to see what I'm talking about on the mis-alignment.

Very strange. I've looked at it with IE, FF, Safari and chrome and it's misaligned in all of them

Quote · 24 Mar 2009

hey,

inc/classes/bxdolarticles

find:
while ($aCategory = mysql_fetch_assoc( $rCategory )) {
if ( ($i%2) == 0 ) {
$sStyleAdd = '1';
} else {

change:
$sStyleAdd = '2';
to:               
$sStyleAdd = '1';

I have video tutorials to help you mrpowless.com
Quote · 24 Mar 2009

hey,

inc/classes/bxdolarticles

find:
while ($aCategory = mysql_fetch_assoc( $rCategory )) {
if ( ($i%2) == 0 ) {
$sStyleAdd = '1';
} else {

change:
$sStyleAdd = '2';
to:               
$sStyleAdd = '1';

Thank you, thank you thank you!!......that fixed everything perfectly.

Quote · 24 Mar 2009

some just do not like it staggered

I have video tutorials to help you mrpowless.com
Quote · 24 Mar 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.