I have a question as the user links doesn't have a title etc, is there a
way that I can change the colour of these without changing the colour of
all links that don't have titles in postnuke. It's a slight issue as the
them I am in the process of constructing has a dark nave bar, and I would
like the user links in white. I thought I could get around this by
altering slightly the atCommands.php file by adding the bold parts below,
and adding a class link in the css file:
$platformcmd['anonymous'] = array ( 'user-links' => 'echo "<A
HREF=\"user.php?op=register&module=NS-NewUser\"
CLASS="user-links"> "._AT_NEWACCOUNT."</A> | ' .'<A
HREF=\"user.php?op=loginscreen&module=NS-User\"
CLASS="user-links">
But this didn't do a thing, forgive me I'm very new to php, is there some
way I can achieve this? Many thanks in advance, Linda
[Edited on 20/9/2005 by lindann]
|