Viewing 5 posts - 31 through 35 (of 35 total)
  • Author
    Posts
  • questbg Friend
    #277023

    Many thanks hainn84 … this should solve the problems!

    mwanakijiji Friend
    #277299

    <em>@hainn84 88046 wrote:</em><blockquote>Dear mwanakijiji !
    i have find solution for this problem , you can fix it following wayy below :
    Open mosjanews.php file in mambotscontent folder , find following code line at about line 71 :


    $row->text = "<div class="article-content clearfix"><div class="article-image" style="width:{$img_w}px;height:{$img_h}px;$float;">$image</div>n" . ($maxchar?$row->introtext1:$row->introtext)."</div>";

    change to :


    if($image) {
    $row->text = "<div class="article-content clearfix"><div class="article-image" style="width:{$img_w}px;height:{$img_h}px;$float;">$image</div>n" . ($maxchar?$row->introtext1:$row->introtext)."</div>";
    } else {
    $row->text = "n" . ($maxchar?$row->introtext1:$row->introtext)."</div>";
    }

    </blockquote>

    Thank You so much hainn84!!

    It worked so perfectly.

    I also got my own solution a few minutes before coming back here in the forums.

    In mambots/content/mosjanews.php I changed
    $row->text = “<div class=”article-content clearfix”><div class=”article-image” style=”width:{$img_w}px;height:{$img_h}px;$float;”>$image</div>n” . ($maxchar?$row->introtext1:$row->introtext).”</div>”;

    TO:
    $row->text = “<div class=”article-content clearfix”>”.($image?”<div class=”article-image” style=”width:{$img_w}px;height:{$img_h}px;$float;”>$image</div>n”:””) . ($maxchar?$row->introtext1:$row->introtext).”</div>”;

    I was so perfect too.

    Thank You so much. I think I can now move forward.

    TWO PERFECT SOLUTIONS Now!!

    mwanakijiji Friend
    #277300

    <em>@questbg 88047 wrote:</em><blockquote>Many thanks hainn84 … this should solve the problems!</blockquote>

    Thanks Chris!!

    I got the solution now.

    Or should I say TWO perfect solutions!?😀

    Sherlock Friend
    #277331

    Hi mwanakijiji !
    perfect solution , it very cool :D. I have add you to my friend list !

    mwanakijiji Friend
    #277425

    <em>@hainn84 88426 wrote:</em><blockquote>Hi mwanakijiji !
    perfect solution , it very cool :D. I have add you to my friend list !</blockquote>

    Thanks:D

    I’ve accepted the request.

    Once again thanks for your consideration.

Viewing 5 posts - 31 through 35 (of 35 total)

This topic contains 35 replies, has 3 voices, and was last updated by  mwanakijiji 16 years ago.

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