-
AuthorPosts
-
austenn01 Friend
austenn01
- Join date:
- August 2010
- Posts:
- 175
- Downloads:
- 115
- Uploads:
- 14
- Thanked:
- 33 times in 1 posts
June 18, 2015 at 7:18 am #207543Hello,
Joomla Frontend editing has been a great new feature in recent Joomla versions.
I however want to be able to make the Frontend Module Edit Icon ALWAYS VISIBLE.
Can someone explain how to make the frontend module edit icon always show?
I would also like to be able to change the icon to a different icon. Any ideas on how to do this?
Thanks,
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
June 18, 2015 at 7:30 am #574561Hi there
If you login with permissioned account you’ll able edit module by hover on edit icon.Thank you,
Viet Vujooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
June 18, 2015 at 7:30 am #640906Hi there
If you login with permissioned account you’ll able edit module by hover on edit icon.Thank you,
Viet Vujooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
June 18, 2015 at 7:30 am #739570Hi there
If you login with permissioned account you’ll able edit module by hover on edit icon.Thank you,
Viet Vuaustenn01 Friendaustenn01
- Join date:
- August 2010
- Posts:
- 175
- Downloads:
- 115
- Uploads:
- 14
- Thanked:
- 33 times in 1 posts
June 18, 2015 at 7:32 am #574562<em>@jooservices 478813 wrote:</em><blockquote>Hi there
If you login with permissioned account you’ll able edit module by hover on edit icon.Thank you,
Viet Vu</blockquote>Hello,
Thanks for taking the time to reply, but please read what I have asked……I am very aware of what you said….I want to make the icon ALWAYS SHOW once logged in, not only on hover…
austenn01 Friendaustenn01
- Join date:
- August 2010
- Posts:
- 175
- Downloads:
- 115
- Uploads:
- 14
- Thanked:
- 33 times in 1 posts
June 18, 2015 at 7:32 am #640907<em>@jooservices 478813 wrote:</em><blockquote>Hi there
If you login with permissioned account you’ll able edit module by hover on edit icon.Thank you,
Viet Vu</blockquote>Hello,
Thanks for taking the time to reply, but please read what I have asked……I am very aware of what you said….I want to make the icon ALWAYS SHOW once logged in, not only on hover…
austenn01 Friendaustenn01
- Join date:
- August 2010
- Posts:
- 175
- Downloads:
- 115
- Uploads:
- 14
- Thanked:
- 33 times in 1 posts
June 18, 2015 at 7:32 am #739571<em>@jooservices 478813 wrote:</em><blockquote>Hi there
If you login with permissioned account you’ll able edit module by hover on edit icon.Thank you,
Viet Vu</blockquote>Hello,
Thanks for taking the time to reply, but please read what I have asked……I am very aware of what you said….I want to make the icon ALWAYS SHOW once logged in, not only on hover…
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
June 18, 2015 at 7:44 am #574568HI there
In this case you’ll need check into layout file and modify it as your needed. Mostly it’s Joomla layouts .Thank you,
Viet Vuaustenn01 Friendaustenn01
- Join date:
- August 2010
- Posts:
- 175
- Downloads:
- 115
- Uploads:
- 14
- Thanked:
- 33 times in 1 posts
June 18, 2015 at 7:45 am #574569<em>@jooservices 478822 wrote:</em><blockquote>HI there
In this case you’ll need check into layout file and modify it as your needed. Mostly it’s Joomla layouts .Thank you,
Viet Vu</blockquote>Again, very obvious…HOW is the question…..and where?
Take a look yourself, its not as simple as you might think…..
I THINK after already looking in the php layout files, it may be hidden by javascript…but i am not sure, as i am not a php expert or javascript expert
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
June 18, 2015 at 8:13 am #574577Hi there
By use search string you can locate this layout file
layoutsjoomlaeditfrontediting_modules.php
It’s using combined with tooltip.
In this case instead of tooltip you can draw fixed html here.Thank you,
Viet Vuaustenn01 Friendaustenn01
- Join date:
- August 2010
- Posts:
- 175
- Downloads:
- 115
- Uploads:
- 14
- Thanked:
- 33 times in 1 posts
June 18, 2015 at 8:16 am #574579<em>@jooservices 478833 wrote:</em><blockquote>Hi there
By use search string you can locate this layout file
layoutsjoomlaeditfrontediting_modules.php
It’s using combined with tooltip.
In this case instead of tooltip you can draw fixed html here.Thank you,
Viet Vu</blockquote>My understanding is the ‘tooltip’ is separate to the hover icon….The ‘tooltip’ only shows once you have hovered your mouse over the icon, thus the ‘tooltip’ is a product of the hover edit icon???
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
June 18, 2015 at 8:25 am #574583Hi there
“tooltip” here is whole of content when you hover on module.
In this case, instead render html for tooltip usage, you can return html for module with fixed edit icon.Thank you,
Viet Vujooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
June 18, 2015 at 8:29 am #574584Hi there
Or you can keep tooltip but change the way it’s triggered
http://getbootstrap.com/javascript/#tooltips
Thank you,
Viet Vuaustenn01 Friendaustenn01
- Join date:
- August 2010
- Posts:
- 175
- Downloads:
- 115
- Uploads:
- 14
- Thanked:
- 33 times in 1 posts
June 18, 2015 at 9:13 pm #574674<em>@jooservices 478833 wrote:</em><blockquote>Hi there
By use search string you can locate this layout file
layoutsjoomlaeditfrontediting_modules.php
It’s using combined with tooltip.
In this case instead of tooltip you can draw fixed html here.Thank you,
Viet Vu</blockquote>Ive got no clue about what to edit in that file, but also since we are on the JoomlArt website, the actual location for this file is here:
plugins/system/t3/base-bs3/html/layouts/joomla/edit
Can anyone tell me what to do to achieve what I am trying to do….I would assume there would be many others why want to achieve the same result?
austenn01 Friendaustenn01
- Join date:
- August 2010
- Posts:
- 175
- Downloads:
- 115
- Uploads:
- 14
- Thanked:
- 33 times in 1 posts
June 18, 2015 at 9:13 pm #641018<em>@jooservices 478833 wrote:</em><blockquote>Hi there
By use search string you can locate this layout file
layoutsjoomlaeditfrontediting_modules.php
It’s using combined with tooltip.
In this case instead of tooltip you can draw fixed html here.Thank you,
Viet Vu</blockquote>Ive got no clue about what to edit in that file, but also since we are on the JoomlArt website, the actual location for this file is here:
plugins/system/t3/base-bs3/html/layouts/joomla/edit
Can anyone tell me what to do to achieve what I am trying to do….I would assume there would be many others why want to achieve the same result?
-
AuthorPosts
This topic contains 19 replies, has 2 voices, and was last updated by jooservices 9 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum