top



I want to make something on my
forum... Actually I saw it for 1st time in another forum... I want to have that (I made it with photoshop):


Members area (login and messages) 20110108101657

Look up and and right. I want it for guests to say only login and for
members to say logout (where login is in the image) and messages.If
there is a new message I want the text "messages" to be "new messages"
and to be blinking... Can you help me make that ??? Please..........

Forum Version: phpbb2
I want to do it on my own
I do not have a good knowledge on coding...I just know that this must be done with js.

THANK YOU !

use the jquery sliding login panel search in google

About the login and message part, will I think you can use innerhtml to that.

I'll try figure something out.

---

I've tried, tried and tried, but could only figure something out with PHP and a little DOM, and since forumotion dosen't support PHP, couldn't I figure out a solution - sorry. Smile

on this forum can give you this code...I hope you like it ... I can not find this code because you're looking for remained at war Templates........this code to add :

Display -> Pictures and Colors-> CSS Stylesheet





Code:
body {
  background-color: #000;
  background-image: url("http://hitskin.com/themes/14/87/26/i_background.jpg");
    background-repeat: repeat-x;
  background-attachment: fixed;}

.bodyline{
    background-color: transparent;
    border: 4px # solid;
   }

a:hover{
  text-decoration: none !important;
    }

Guys he is not talking about this o.O

Here is the code

Log In:

Code:
<!-- BEGIN switch_user_logged_out --><a href="LOG IN URL HERE">Log In</a><!-- END switch_user_logged_out -->

Log Out:
Code:
<!-- BEGIN switch_user_logged_in --><a href="LOG OUT URL HERE">Log Out</a><!-- END switch_user_logged_in -->

If there is a new message I want the text "messages" to be "new messages"
and to be blinking... Can you help me make that ??? Please..........
(:

Considered done.