Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • bossep Friend
    #129693

    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

    VisiGod Friend
    #253579

    What is the bug actually for you?
    And do you use JCE?

    bossep Friend
    #253582

    Hello 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 Friend
    #253583

    Forgot 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.
    Bosse

    VisiGod Friend
    #253585

    Well, these are in the module definately.

    bossep Friend
    #253592

    I have to compare the code in them tomorrow. To tierd and frustrated to think just now.
    Thanks for the help for now.
    Bosse

    PS did you understand the problem? I mean did I explain it in an understandable way?

    VisiGod Friend
    #253593

    Well yes, but as I don’t have the first version, it will be hard for me to understand what causes the problem 🙁

    cgc0202 Friend
    #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.

    VisiGod Friend
    #253949

    Bosse can you provide me with the old working version?

Viewing 9 posts - 1 through 9 (of 9 total)

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