-
AuthorPosts
-
December 9, 2010 at 12:25 pm #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 FriendHung Dinh
- Join date:
- September 2014
- Posts:
- 4408
- Downloads:
- 11
- Uploads:
- 189
- Thanks:
- 309
- Thanked:
- 3310 times in 3 posts
December 9, 2010 at 1:14 pm #365983I see it is working on your site. However you have to re-work your content to work with the new template.
1 user says Thank You to Hung Dinh for this useful post
December 10, 2010 at 10:23 pm #366219Hi 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 ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
December 11, 2010 at 4:33 am #366253I 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
December 11, 2010 at 9:31 am #366304Hi 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 ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
December 11, 2010 at 9:34 am #366306ok, now please provide me ftp account and administrator account , i will resolve your issue
Thanks
December 11, 2010 at 8:27 pm #366349Hi I sent this to you.
Let me know if you need anything else
Thanks for your help
-
AuthorPosts
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