Firefox PHP

complete: martha 0.2 (5.1 ready)

Posted by dissurion 
Re: complete: martha 0.2 (5.1 ready)
February 06, 2006 02:03PM
Can you help me on another question? Where would one change the link color for links within the message body? It comes up the same grey as the other text.
Re: complete: martha 0.2 (5.1 ready)
February 06, 2006 02:23PM
The color of the message body has the same color as the color set for the body element (#444444). So I you would like to change that you'll have to add an extra line and specify the color you would like to have (I think for .body).

................................
[www.dissurion.com]
Re: complete: martha 0.2 (5.1 ready)
February 06, 2006 02:43PM
#forum .messages .body {
padding-top: 5px;
padding-bottom: 15px;
padding-right: 5px;
}

That's where you need to set the color. Eg:

#forum .messages .body {
padding-top: 5px;
padding-bottom: 15px;
padding-right: 5px;
color: #ff00ff;
}

................................
[www.dissurion.com]
Re: complete: martha 0.2 (5.1 ready)
February 10, 2006 03:14AM
HI,
Thanks for this great job.

but, i have trouble with personnal messages witch doesn't work. (the main button in the header doesn't have the right link and the control panel doesn't have any button)
Re: complete: martha 0.2 (5.1 ready)
February 10, 2006 03:36AM
Hi jerome2,

The private messages are completely separated from the control panel. That's why there's no link in it.
I tried the messages link (I assume your talking about the one in the menu right under the image) on my site [www.dissurion.com] and it seems to work though. In the template {URL->PM} is used to generate the url.

Maybe you can give a link to your forum installation so I can check the problem?

................................
[www.dissurion.com]
Re: complete: martha 0.2 (5.1 ready)
February 10, 2006 09:35AM
In the control panel with defaut template, i see this:
[btscvmultimedia.free.fr]

the box with private messages control is under the red line.

with martha the same page appears like this:
[btscvmultimedia.free.fr]

my forum is located at [btscvmultimedia.free.fr]
log: demo pass: demo
Re: complete: martha 0.2 (5.1 ready)
February 10, 2006 09:43AM
You are running a Phorum 5.0.x version. This template is for Phorum 5.1.x. These two are not compatible. In the default Phorum 5.1 templates, the private messages are also pulled out of the control center.


Maurice Makaay
Phorum Development Team
my blog linkedin profile secret sauce
Re: complete: martha 0.2 (5.1 ready)
February 10, 2006 09:50AM
1) When I logged in with the demo account I got redirected to the phorum site?
2) I see the pm link in the main menu under the header so I guess that's ok and not what you asked.
3) Leaves the difference in control center. When I look at the theme from this site (phorum), in the control center I don't see a private messages link either. And when I choose the default phorum 0.2 theme on my own phorum I also can't see it. So I guess you changed the template and added this to the default phorum template?

................................
[www.dissurion.com]
Re: complete: martha 0.2 (5.1 ready)
February 10, 2006 09:59AM
I see mmakaay crossed my posting. If you are indeed using 5.0.x I'm afraid the template won't work.

................................
[www.dissurion.com]
Re: complete: martha 0.2 (5.1 ready)
February 10, 2006 12:14PM
Thanks, Maurice and dissurion.
i didn't catch that the release is mandatory. Sorry.
I upgrade my forum and it's works!
Sorry, only registered users may post in this forum.

Click here to login