-
AuthorPosts
-
bossep Friend
bossep
- Join date:
- April 2008
- Posts:
- 262
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 50
- Thanked:
- 15 times in 3 posts
June 15, 2008 at 1:02 am #129693As I am lucky enough to have a test server next to me I have started to investigate the inconsistency of this “could be fantastic template”.
I was lucky to find the first version of Teline II and installed it with a clean install of the ja_teline_ii_quickstart.zip file. The ja_news and ja_news_fp works allright. At least wht formatting is concerned. This is version 1.3.0
It gracefully removes all formatting in the articles like<h1> Some headline stuff</h1>
I did modify article ID 145 with the title “Poll of polls: Obama’s national lead triples”
And made the first line in the article like this:<h1>Orci rutrum lacus feugiat egestas venenatis Sed dolor condimentum montes ornare. </h1>
I also changed article 149 with the title “From Bears to Birds” the same way.
Made the first sentence like this:<h1>Vel arcu in Curabitur est at id ut Sed urna tincidunt. </h1>
The h1 tags was nicely removed on the front page.
http://www.guatemala-times.com/jomtest/And when checking with the w3c validator it all comes back OK.
http://validator.w3.org/check?uri=http%3A%2F%2Fwww.guatemala-times.com%2Fjomtest%2F&charset=%28detect+automatically%29&doctype=Inline&group=0&ss=1&verbose=1
I then made a second install with the latest version 1.3.1
I did exactly the same thing and the result was to say at least different.
http://www.guatemala-times.com/jomtest3/
The h1 tags are not removed and it throws 9 errors with:
http://validator.w3.org/check?uri=http%3A%2F%2Fwww.guatemala-times.com%2Fjomtest3%2F&charset=%28detect+automatically%29&doctype=Inline&ss=1&group=0&verbose=1
I have been trying to find the reason for this for the last two weeks and so far no answer here:
I don’t mind doing a bit of debugging or fixing but this is a BUG with big B and it is not easy to find so.
The real night mare is on my main site:
http://www.guatemala-times.com/
This one was originally installed with the ver 1 the upgraded to 1.3.1
There might be a few errors created by me on this one in my attempts to fix this and other problems.
This is the check:
http://validator.w3.org/check?uri=http%3A%2F%2Fwww.guatemala-times.com%2F&charset=%28detect+automatically%29&doctype=Inline&ss=1&group=0&verbose=1
the orphan tags are a result of NOT removing the tags like<p></p>
, etc. as its being done in ver. 1
I do think I can provoke the same thing with un-installing the modules in ver 1 and reinstall from the extention folder. I am testing this now on my development server and will replicate it on the live server.
If someone like to have access to the administrator please send me a private message.
Cornelio you have it!Bosse
VisiGod FriendVisiGod
- Join date:
- January 2006
- Posts:
- 538
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 76
- Thanked:
- 138 times in 18 posts
June 15, 2008 at 1:11 am #253579What is the bug actually for you?
And do you use JCE?bossep Friendbossep
- Join date:
- April 2008
- Posts:
- 262
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 50
- Thanked:
- 15 times in 3 posts
June 15, 2008 at 2:22 am #253582Hello VisiGod,
The bug is that in ver 1 the formating tags ware removed so the front page was neat and no BIG letters
like from some text check the source in ver 1. So if you have somthing like [p] text the first [p] stays in the code for the front page. anf generates a validating error. The h1 not as it is all before the hr.
On this test I used the standard editor but I usally use JCE.So in short the bug is in the tags not being removed as it did in ver 1.
And I do belive in Teline II for Joomla 1.0.Bosse
bossep Friendbossep
- Join date:
- April 2008
- Posts:
- 262
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 50
- Thanked:
- 15 times in 3 posts
June 15, 2008 at 2:27 am #253583Forgot to say,
I do belive the problem is =====> in the code<!-- BEGIN: CONTENT -->
<div id="ja-content">
<div class="ja-innerpad clearfix"><div id="ja-current-content">
<!-- BEGIN: JAZIN -->
<div id="jazin-fp">
<div id="jazin-hlwrap" class="clearfix"><div id="jazin-hlfirst">
===> <div class="jazin-contentwrap">
or ===><div class="jazin-content clearfix">I cant find these classes anyware in the template.
BosseVisiGod FriendVisiGod
- Join date:
- January 2006
- Posts:
- 538
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 76
- Thanked:
- 138 times in 18 posts
June 15, 2008 at 2:35 am #253585Well, these are in the module definately.
bossep Friendbossep
- Join date:
- April 2008
- Posts:
- 262
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 50
- Thanked:
- 15 times in 3 posts
June 15, 2008 at 3:12 am #253592I have to compare the code in them tomorrow. To tierd and frustrated to think just now.
Thanks for the help for now.
BossePS did you understand the problem? I mean did I explain it in an understandable way?
VisiGod FriendVisiGod
- Join date:
- January 2006
- Posts:
- 538
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 76
- Thanked:
- 138 times in 18 posts
June 15, 2008 at 3:22 am #253593Well yes, but as I don’t have the first version, it will be hard for me to understand what causes the problem 🙁
cgc0202 Friendcgc0202
- Join date:
- August 2007
- Posts:
- 2244
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 206
- Thanked:
- 262 times in 1 posts
June 15, 2008 at 7:53 pm #253739<em>@bossep 59091 wrote:</em><blockquote>As I am lucky enough to have a test server next to me I have started to investigate the inconsistency of this “could be fantastic template”.
I was lucky to find the first version of Teline II and installed it with a clean install of the ja_teline_ii_quickstart.zip file. The ja_news and ja_news_fp works allright. At least wht formatting is concerned. This is version 1.3.0
It gracefully removes all formatting in the articles like<h1> Some headline stuff</h1>
I did modify article ID 145 with the title “Poll of polls: Obama’s national lead triples”
And made the first line in the article like this:<h1>Orci rutrum lacus feugiat egestas venenatis Sed dolor condimentum montes ornare. </h1>
I also changed article 149 with the title “From Bears to Birds” the same way.
Made the first sentence like this:<h1>Vel arcu in Curabitur est at id ut Sed urna tincidunt. </h1>
The h1 tags was nicely removed on the front page.
http://www.guatemala-times.com/jomtest/And when checking with the w3c validator it all comes back OK.
http://validator.w3.org/check?uri=http%3A%2F%2Fwww.guatemala-times.com%2Fjomtest%2F&charset=%28detect+automatically%29&doctype=Inline&group=0&ss=1&verbose=1
I then made a second install with the latest version 1.3.1
I did exactly the same thing and the result was to say at least different.
http://www.guatemala-times.com/jomtest3/
The h1 tags are not removed and it throws 9 errors with:
http://validator.w3.org/check?uri=http%3A%2F%2Fwww.guatemala-times.com%2Fjomtest3%2F&charset=%28detect+automatically%29&doctype=Inline&ss=1&group=0&verbose=1
I have been trying to find the reason for this for the last two weeks and so far no answer here:
I don’t mind doing a bit of debugging or fixing but this is a BUG with big B and it is not easy to find so.
The real night mare is on my main site:
http://www.guatemala-times.com/
This one was originally installed with the ver 1 the upgraded to 1.3.1
There might be a few errors created by me on this one in my attempts to fix this and other problems.
This is the check:
http://validator.w3.org/check?uri=http%3A%2F%2Fwww.guatemala-times.com%2F&charset=%28detect+automatically%29&doctype=Inline&ss=1&group=0&verbose=1
the orphan tags are a result of NOT removing the tags like<p></p>
, etc. as its being done in ver. 1
I do think I can provoke the same thing with un-installing the modules in ver 1 and reinstall from the extention folder. I am testing this now on my development server and will replicate it on the live server.
If someone like to have access to the administrator please send me a private message.
Cornelio you have it!Bosse</blockquote>
This is over my head, Bosse.
-
AuthorPosts
This topic contains 9 replies, has 3 voices, and was last updated by VisiGod 16 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum