RavenYaml_One first Release!!
Today, I have released the first version of RavenYaml_One v0.1 Theme for RavenNuke™ 2.40.00.
This version is an alpha version. Please give feedback for bugs and feature requests here.
Accompanying documents will follow with finale Release.

Errors on memberlist page in forum.
http://raven24.m2-medias.de/modules.php?name=Members_List&file=index
Also the site title in the header on my site is not the proper color.
http://matt.phpnuke-guild.org/
I see no errors on memberlist page in forum. Please help
Hi, this is a fantastisc theme, keep up the good work.
I have problem with a module with the theme, check this url:
http://hadselmaraton.no/modules.php?name=paameldingen
The input fields comes at the bottom.
You can download the module for checking here:
http://hadselmaraton.no/doc/paameldingen.rar
Regards from paal
Hi,


I can not see the problem on your side, because the RavenYaml_One Theme is not visible.
On my test page, I could see no errors. See screens.
sorry, worked with the site and changed the theme, now your theme is activated, can you take a look?
Regards from paal
Try this:
Open in your module dd-formmailer.css:
Find:
form.ddfm label {display: block;
float: left;
width: 26%;
text-align: right;
margin: 0 10px 0 0;
padding-bottom: 15px;
clear: left;
}
Replace with
form.ddfm label {display: block;
float: left;
width: 26%;
text-align: right;
margin: 0 10px 0 0;
padding-bottom: 15px;
}
cheers
Markus
Hi Markus
thx a lot, it worked!
Regards from paal
This change too for better screen :
Open in your module dd-formmailer.css:
Find:
form.ddfm .submit {
margin-top: 15px;
margin-right: 10px;
text-align: right;
clear:both;
width: 95%;
}
Replace with:
form.ddfm .submit {
margin-top: 15px;
margin-right: 10px;
text-align: right;
width: 95%;
}
Thx, now the submit button is ok. Only thing I have to look at is that the text lines comes after the input fields
regards from paal
My fault, all is ok
Only thing is when I submit without filling data in the form, then it comes up error message, and then the form comes under again
best regards from paal
Hi Markus, found this in the form php file:
$o .= ‘‘;
Corrected it to:
$o .= ‘‘;
and all is ok
Thax a lot!
Regards from paal
I have one feedback for the theme. When I open fckeditor, and then click the icon for maximum the window, there is a header problem
regards from paal