[pmwiki-users] 2 questions

nexyufuli evo noskule at gmx.net
Tue Feb 15 13:37:48 CST 2005


Hans wrote:

>try this, the order is important too:
>
>a { text-decoration:underline; }
>a:link { color:green; }
>a:visited { color:green; }
>a:hover { color:green; }
>a:active { color:green; background-color:black; }
>
>#wikileft a { font-weight: bold; text-decoration:underline; }
>#wikileft a:link { color:blue; }
>#wikileft a:visited { color:blue; }
>#wikileft a:hover { color:blue; }
>#wikileft a:active { color:blue; }
>
>  
>
hmm, did try it, but didnt work, do you think that these links ar double 
defined . .?

>question two:
>
>it seems there is a link to Homepage which slipped into the forms html
>tag in the skin tmpl file:
>  
>
in the skin template fileis  just this:
<!--PageLeftFmt-->
      <td id='wikileft' valign='top'>
        <!--wiki:$Group.SideBar Main.SideBar--></td>
<!--/PageLeftFmt-->

the strange thing is:
ok -> http://www.netstreams.org/pmwiki/index.php
not ok ->  http://www.netstreams.org/pmwiki/index.php/Main/HomePage

and i fount the code in the useraut.php:
    $login_form .=
      "<form name='authform' 
action='{$_SERVER['REQUEST_URI']}?action=login' method='post'>
       <table>

       <tr>
           <td>Username:</td>
           <td><input name='username' value='$author' /></td>
       </tr>

       <tr>
           <td>Password:</td>
           <td><input name='user_pw' type='password' value='' /></td>
       </tr>
       <tr>
           <td align=left><input type='submit' value='Login' /></td>
           <td>&nbsp</td>
       </tr>
       </table>
       </form>";

what do you think. . .? i cant find somthing wrong looking  . .but I'm 
no php expert . .. ..

><form name='authform' action='/pmwiki/index.php/<a class='selflink' href='http://www.netstreams.org/pmwiki/index.php/Main/HomePage'>HomePage</a>?action=login' method='post'>
>
>remove or move the <a ...> HomePage </a> link
>
>Best, 
>~Hans                           
>
>_______________________________________________
>pmwiki-users mailing list
>pmwiki-users at pmichaud.com
>http://pmichaud.com/mailman/listinfo/pmwiki-users
>
>
>  
>




More information about the pmwiki-users mailing list