Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Converting/Creating Themes
Author Message
spiders
Regular
Regular



Joined: Jun 05, 2006
Posts: 90
Location: Aachen / Germany

PostPosted: Wed Dec 30, 2009 4:31 pm Reply with quote

Your account is activated Smile

_________________
http://www.m2-medias.de >> the global Web Content Management Services
http://raven24.m2-medias.de/ >> My Raven24 Testside 
View user's profile Send private message Visit poster's website
Palbin
Site Admin



Joined: Mar 30, 2006
Posts: 2583
Location: Pittsburgh, Pennsylvania

PostPosted: Wed Dec 30, 2009 5:19 pm Reply with quote

There are 9 errors on that page. Get those cleaned up and I will take another look. One or two are about none closed tags.

_________________
"Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." — Brian W. Kernighan. 
View user's profile Send private message
spiders







PostPosted: Thu Dec 31, 2009 5:46 am Reply with quote

OK,
i have fixed all Errors, but the problem with cursor position in textarea still Sad
 
Raven
Site Admin/Owner



Joined: Aug 27, 2002
Posts: 17088

PostPosted: Thu Dec 31, 2009 8:36 am Reply with quote

Please approve my account also Smile
 
View user's profile Send private message
Palbin







PostPosted: Thu Dec 31, 2009 8:55 am Reply with quote

I don't know if this is the problem with the textarea, but that advertising is defintly causing a problem. Because if you notice the NukeNav menu is not working. I did get to work a few times, but that happened to be when the advertising didn't come across the screen on page load.
 
spiders







PostPosted: Thu Dec 31, 2009 8:55 am Reply with quote

You are activated Smile
 
spiders







PostPosted: Thu Dec 31, 2009 9:17 am Reply with quote

Palbin wrote:
I don't know if this is the problem with the textarea, but that advertising is defintly causing a problem. Because if you notice the NukeNav menu is not working. I did get to work a few times, but that happened to be when the advertising didn't come across the screen on page load.


HI, at my localhost,there is this problem too without advertising...
 
spiders







PostPosted: Thu Dec 31, 2009 9:19 am Reply with quote

I don´t see advertising , I use firefox with adblock Wink
 
Raven







PostPosted: Thu Dec 31, 2009 9:19 am Reply with quote

Spiders,

If you would like, since you are working on RN (tm) Smile , I would be happy to give you a free web hosting account for your test site. Just let me know.

Raven
 
spiders







PostPosted: Thu Dec 31, 2009 10:12 am Reply with quote

Hi Raven,
this is really very nice, I'm honored, but I have enough space at the moment, tomorrow I will set up the test page on my normal account. Smile
 
Palbin







PostPosted: Thu Dec 31, 2009 10:36 am Reply with quote

Does this problem just happen in your theme? If it just happens in your theme can you post the template for that page.
 
spiders







PostPosted: Thu Dec 31, 2009 10:44 am Reply with quote

At 6 clock p.m european time ( in 15 minutes Wink ) I'm going with my family for New Year's Eve. At 8 clock p.m european time, we will be back.
I will then send you a link to the theme.
 
spiders







PostPosted: Fri Jan 01, 2010 3:13 am Reply with quote

My Testside has moved to http://raven24.m2-medias.de/ Wink


[ Page Generation: 0.09 Seconds] :clap:

I wish all a blessed and happy new year

Spiders
 
Raven







PostPosted: Fri Jan 01, 2010 12:00 pm Reply with quote

The DIV attribute role is not valid XHTML v1.0 nor v1.1. I think it proposed for v2, but if you could drop it then that would clean up all bur 1 error. You also have a fone tag with a color attribute that is empty. The font tag should be changed to a span tag and a color added, if needed. This really looks great!
 
Palbin







PostPosted: Fri Jan 01, 2010 1:34 pm Reply with quote

spiders, I have no idea what the problem is with the textarea. Is it something you can send me, or are you planing on selling it?
 
spiders







PostPosted: Fri Jan 01, 2010 5:38 pm Reply with quote

HI,
I have released a pre version v0.1.

@all, please download and test it Smile

Download first Release and feedback for bugs and feature requests here >> Only registered users can see links on this board! Get registered or login!
 
Palbin







PostPosted: Fri Jan 01, 2010 6:06 pm Reply with quote

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/
 
Palbin







PostPosted: Fri Jan 01, 2010 6:15 pm Reply with quote

CSS Validation errors. I know the sf-shadow ul are just for fire fox, but there are three other ones.
http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fraven24.m2-medias.de%2F


HTML errors when replying to a topic.
http://raven24.m2-medias.de/modules.php?name=Forums&file=posting&mode=reply&t=5


PHP errors
[02-Jan-2010 00:06:13] PHP Notice: Use of undefined constant left - assumed 'left' in /themes/RavenYaml_One/theme.php on line 146
[02-Jan-2010 00:06:13] PHP Notice: Use of undefined constant right - assumed 'right' in /themes/RavenYaml_One/theme.php on line 158
 
Palbin







PostPosted: Fri Jan 01, 2010 6:34 pm Reply with quote

spiders wrote:
OK,
i have fixed all Errors, but the problem with cursor position in textarea still Sad


posting_body.tpl
Code:


                                <textarea name="message" rows="15" cols="35" style="width:450px" tabindex="3" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);">
                                {MESSAGE}
                                </textarea>

To:
Code:


                                <textarea name="message" rows="15" cols="35" style="width:450px" tabindex="3" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);">{MESSAGE}</textarea>

 
helidoc
Hangin' Around



Joined: Jul 09, 2006
Posts: 49

PostPosted: Fri Jan 01, 2010 6:48 pm Reply with quote

Seems to be something wrong with your site validation, clicked the link in the email and the page did not load well nor did it validate the account.
 
View user's profile Send private message
Palbin







PostPosted: Fri Jan 01, 2010 7:30 pm Reply with quote

If you are talking about my test site I was messing with the collapsing forum block Wink. It should be good now, but that site is always in flux as it is for testing.
 
spiders







PostPosted: Sat Jan 02, 2010 3:13 am Reply with quote

Raven wrote:
The DIV attribute role is not valid XHTML v1.0 nor v1.1. I think it proposed for v2, but if you could drop it then that would clean up all bur 1 error. You also have a fone tag with a color attribute that is empty. The font tag should be changed to a span tag and a color added, if needed. This really looks great!


Yes, but I described the problem here.

spiders wrote:
Palbin wrote:
I know you are still working on, but I get a bunch of validation errors on the home page.

http://validator.w3.org/check?uri=http%3A%2F%2Fevothemes.ev.funpic.de%2Fraven24%2F&charset=%28detect+automatically%29&doctype=Inline&group=0


Now,
there is only 1 Error,
but this error isn´t an error Very Happy Very Happy

It´s a problem between XHTML validation and Web Accessibility Initiative (WAI).

XHTML Role Attribute Module is not standard in W3C.
see more Information about this problem here:

http://www.w3.org/TR/xhtml-role/

and here:

http://www.w3.org/WAI/




Palbin wrote:

PHP errors
[02-Jan-2010 00:06:13] PHP Notice: Use of undefined constant left - assumed 'left' in /themes/RavenYaml_One/theme.php on line 146
[02-Jan-2010 00:06:13] PHP Notice: Use of undefined constant right - assumed 'right' in /themes/RavenYaml_One/theme.php on line 158


Fixed, thanks Smile


Palbin wrote:

HTML errors when replying to a topic.
http://raven24.m2-medias.de/modules.php?name=Forums&file=posting&mode=reply&t=5


Fixed, thanks Smile

Palbin wrote:
CSS Validation errors. I know the sf-shadow ul are just for fire fox, but there are three other ones.
http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fraven24.m2-medias.de%2F


One of two notice I fixed ( Error with .quote class, too many values)

But this:

Quote:

URI : http://raven24.m2-medias.de/themes/RavenYaml_One/style/screen/basemod_3col.css
30 body Property overflow-y doesn't exist in CSS level 2.1 but exists in : scroll


isn´t an error, it´s a ( feature Wink ) CSS 3 Level Razz



Palbin wrote:
Errors on memberlist page in forum.

http://raven24.m2-medias.de/modules.php?name=Members_List&file=index


I can not see this Sad


Palbin wrote:

Also the site title in the header on my site is not the proper color.

http://matt.phpnuke-guild.org/


Fixed, thanks Smile




helidoc wrote:
Seems to be something wrong with your site validation, clicked the link in the email and the page did not load well nor did it validate the account.


More information, please Smile



Spiders
 
spiders







PostPosted: Sat Jan 02, 2010 4:43 am Reply with quote

Raven wrote:
You also have a fone tag with a color attribute that is empty. The font tag should be changed to a span tag and a color added, if needed. This really looks great!


Fixed, thanks Smile

The error becoming by definition in root/mainfile.php. There are font tags with variables used for titles.

I added the Theme Colors Definition in theme.php for RavenNuke 2.40.00 Core Wink

This variables are not used in RavenYaml_One Theme.




Spiders
 
spiders







PostPosted: Sat Jan 02, 2010 4:49 am Reply with quote

Palbin wrote:
spiders wrote:
OK,
i have fixed all Errors, but the problem with cursor position in textarea still Sad


posting_body.tpl
Code:


                                <textarea name="message" rows="15" cols="35" style="width:450px" tabindex="3" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);">
                                {MESSAGE}
                                </textarea>

To:
Code:


                                <textarea name="message" rows="15" cols="35" style="width:450px" tabindex="3" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);">{MESSAGE}</textarea>



Fixed, thanks Smile
 
Palbin







PostPosted: Sat Jan 02, 2010 10:20 am Reply with quote

spiders wrote:

Palbin wrote:
Errors on memberlist page in forum.

http://raven24.m2-medias.de/modules.php?name=Members_List&file=index


I can not see this Sad
Spiders


I can't show you on your site because you have memberlist set to registered users only, but here is a link to my site.

http://validator.w3.org/check?uri=http%3A%2F%2Fmatt.phpnuke-guild.org%2Fmodules.php%3Fname%3DMembers_List%26file%3Dindex&charset=%28detect+automatically%29&doctype=Inline&group=0&user-agent=W3C_Validator%2F1.654
 
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Converting/Creating Themes

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©