-
AuthorPosts
-
lovedigit Friend
lovedigit
- Join date:
- September 2011
- Posts:
- 235
- Downloads:
- 22
- Uploads:
- 41
- Thanks:
- 13
- Thanked:
- 14 times in 3 posts
June 8, 2015 at 1:51 pm #207105Hello Joomlart,
I have a question. I have a 3rd party extension that manages image uploads on my website. I want to change the system image uploader field for “Intro Image” and “Full Article Image” to a normal text field where we can put the image link (relative to root directory) directly.
Right now what we do is open system image uploader and put the image link directly in this field. I want to bypass these steps and modify it in the frontend. What code do I need to change?
I can change the core files as well to achieve this. Please advice.
-
lovedigit Friend
lovedigit
- Join date:
- September 2011
- Posts:
- 235
- Downloads:
- 22
- Uploads:
- 41
- Thanks:
- 13
- Thanked:
- 14 times in 3 posts
June 9, 2015 at 8:17 am #573420bump………….
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
lovedigit Friendlovedigit
- Join date:
- September 2011
- Posts:
- 235
- Downloads:
- 22
- Uploads:
- 41
- Thanks:
- 13
- Thanked:
- 14 times in 3 posts
June 11, 2015 at 2:56 am #573649But, you can tell me what to change. It must be a simple code replacement. You guys must know it.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
June 11, 2015 at 8:13 am #573691<em>@lovedigit 477545 wrote:</em><blockquote>But, you can tell me what to change. It must be a simple code replacement. You guys must know it.</blockquote>
You can change it directly from components/com_content/models/forms/article.xml file
find and change
<field
name="image_intro"
type="media"
label="COM_CONTENT_FIELD_INTRO_LABEL"
description="COM_CONTENT_FIELD_INTRO_DESC" />
to
<field
name="image_intro"
type="text"
label="COM_CONTENT_FIELD_INTRO_LABEL"
description="COM_CONTENT_FIELD_INTRO_DESC" />1 user says Thank You to Ninja Lead for this useful post
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
June 11, 2015 at 8:13 am #738705<em>@lovedigit 477545 wrote:</em><blockquote>But, you can tell me what to change. It must be a simple code replacement. You guys must know it.</blockquote>
You can change it directly from components/com_content/models/forms/article.xml file
find and change
<field
name="image_intro"
type="media"
label="COM_CONTENT_FIELD_INTRO_LABEL"
description="COM_CONTENT_FIELD_INTRO_DESC" />
to
<field
name="image_intro"
type="text"
label="COM_CONTENT_FIELD_INTRO_LABEL"
description="COM_CONTENT_FIELD_INTRO_DESC" />1 user says Thank You to Ninja Lead for this useful post
-
AuthorPosts
Viewing 9 posts - 1 through 9 (of 9 total)This topic contains 9 replies, has 2 voices, and was last updated by lovedigit 9 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum