-
AuthorPosts
-
questbg Friend
questbg
- Join date:
- May 2008
- Posts:
- 1912
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 146
- Thanked:
- 339 times in 197 posts
October 27, 2008 at 8:54 am #277023Many thanks hainn84 … this should solve the problems!
1 user says Thank You to questbg for this useful post
October 28, 2008 at 5:03 pm #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!!October 28, 2008 at 5:05 pm #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 FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
October 29, 2008 at 2:56 am #277331Hi mwanakijiji !
perfect solution , it very cool :D. I have add you to my friend list !October 29, 2008 at 2:45 pm #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.
-
AuthorPosts
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