-
AuthorPosts
-
jacardiel Friend
jacardiel
- Join date:
- June 2011
- Posts:
- 139
- Downloads:
- 10
- Uploads:
- 39
- Thanks:
- 14
- Thanked:
- 1 times in 1 posts
January 16, 2013 at 3:42 pm #184060Hi, in the items, the text show it to right to image. (see attachment)
How can I show the text below the image? (like template)Thanks in advance
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
January 17, 2013 at 11:39 am #480186On this case you need to customize on com_content on JA Tiris Template.
<blockquote>templates/ja_tiris/html/com_content</blockquote>
//Get out all images
$regex = "/<img[^>]*>/";
$images = '';
if (preg_match_all ($regex, $this->item->introtext, $matches)) {
$this->item->introtext = preg_replace ($regex, '', $this->item->introtext);
$images = implode ("n", $matches[0]);
}
If you doesn’t work with my suggestion, you can pm me with url, admin access and ftp account. I shall help you customize it.
jacardiel Friendjacardiel
- Join date:
- June 2011
- Posts:
- 139
- Downloads:
- 10
- Uploads:
- 39
- Thanks:
- 14
- Thanked:
- 1 times in 1 posts
January 19, 2013 at 8:15 am #480421HI Ninja,
the items ar k2 item no jooma item.
In wich folder i have to change this code? Inside templates/ja tiris/html/com_content I have 4 folders (archive, article, category and featured).
IN this moment I have the site in localhost.
(joomla 2.58, k2 2.62, ja tiris 2.55)Thanks in advance,
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
January 21, 2013 at 4:40 am #480525On this case you need to customize code.
Put your site to LIVE status and pm me url (exact link of k2 which needs to be customized), admin access and ftp account. I shall help you fix it on your site.
AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 2 voices, and was last updated by Ninja Lead 11 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Text position in item
Viewing 4 posts - 1 through 4 (of 4 total)