test
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • Dean Howarth Friend
    #157252

    Hi I have installed TIV and it doesnt work for me I have added the T3 plugin.

    Please see here: http://www.discussuc.com/rules.html

    Appreciate any thoughts I have only assigned it to one menu item at this stage.

    I am currently running Teline iii

    Thanks

    Hung Dinh Friend
    #365983

    I see it is working on your site. However you have to re-work your content to work with the new template.

    Dean Howarth Friend
    #366219

    Hi No it’s still isnt working and I have now submitted a ticket because my site is ineffective now, especially in IE, the top header is pushed to the right and if I enable JA FP the whole site goes blank.

    http://www.discussuc.com the template is enabled here http://www.discussuc.com/voip.html

    I am still using TelineIII on the rest of the site, but now my home page is completely blank in IE ?

    Appreciate your help

    Saguaros Moderator
    #366253

    I found the issue, source codes of articles in the ja news2 module are having dirty codes causing the blank page issue on the IE. IT seems you have been using direct copy and paste from other sources such as external sites / MS word for your articles. Please clean up your HTML of the articles.

    Also try this solution:
    1) Open the file: modulesmod_janews2tmplblog_item.php and find
    [PHP]
    if($maxchars > strlen($row->introtext1)) {
    echo $row->introtext;
    } else {
    echo $row->introtext1;
    }
    [/PHP]replace:
    [PHP]

    if($maxchars > strlen($row->introtext1)) {
    echo strip_tags( $row->introtext );
    } else {
    echo strip_tags( $row->introtext1 );
    }

    [/PHP]Thanks

    Dean Howarth Friend
    #366304

    Hi I tried this and still no luck. Here is my code

    if($maxchars > strlen($row->introtext1)) {
    echo strip_tags( $row->introtext );
    } else {
    echo strip_tags( $row->introtext1 );
    }

    I also unpublished the last 15 artciles to see what might be causing this, but still no change

    Saguaros Moderator
    #366306

    ok, now please provide me ftp account and administrator account , i will resolve your issue

    Thanks

    Dean Howarth Friend
    #366349

    Hi I sent this to you.

    Let me know if you need anything else

    Thanks for your help

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

This topic contains 7 replies, has 3 voices, and was last updated by  Dean Howarth 14 years ago.

We moved to new unified forum. Please post all new support queries in our New Forum