- Posts: 18
COMMUNITY FORUM
Back Button
- George Vouliakis
- Topic Author
- Offline
- New Member
Less
More
14 years 6 months ago #83744
by George Vouliakis
Back Button was created by George Vouliakis
Hallo from Kos Island!
I'm new in Joomla! and K2. I'm trying to find a way to add a "back button" in articles so the user can return 1 layer back by clicking in a specific area (like "Top of page" which works very nice).
Is there any parameter that I can activate in K2? Any other Idea?
Thanks, George
I'm new in Joomla! and K2. I'm trying to find a way to add a "back button" in articles so the user can return 1 layer back by clicking in a specific area (like "Top of page" which works very nice).
Is there any parameter that I can activate in K2? Any other Idea?
Thanks, George
Please Log in or Create an account to join the conversation.
- Simon Wells
- Offline
- Platinum Member
Less
More
- Posts: 955
14 years 6 months ago #83745
by Simon Wells
Replied by Simon Wells on topic Back Button
I am looking at some options but nothing as standard in K2 it would need to be coded.
You could, whilst waiting, use the breadcrumb option in mod_k2_tools.
Will update shortly
Simon
K2 Support
You could, whilst waiting, use the breadcrumb option in mod_k2_tools.
Will update shortly
Simon
K2 Support
Please Log in or Create an account to join the conversation.
- Simon Wells
- Offline
- Platinum Member
Less
More
- Posts: 955
14 years 6 months ago #83746
by Simon Wells
Replied by Simon Wells on topic Back Button
Try add the following link
href="javascript:history.go(-1)>Back
or to go forward.
href="javascript:history.go(1)>Forward
I have remove the opening and closing attributes as it will not display in this page.
Let me know if that helps.
Simon
K2 Support
href="javascript:history.go(-1)>Back
or to go forward.
href="javascript:history.go(1)>Forward
I have remove the opening and closing attributes as it will not display in this page.
Let me know if that helps.
Simon
K2 Support
Please Log in or Create an account to join the conversation.
- George Vouliakis
- Topic Author
- Offline
- New Member
Less
More
- Posts: 18
14 years 6 months ago #83747
by George Vouliakis
Replied by George Vouliakis on topic Back Button
Dear Simon,
Thank you very much for your help! It works very nice!
George
Thank you very much for your help! It works very nice!
George
Please Log in or Create an account to join the conversation.
- Simon Wells
- Offline
- Platinum Member
Less
More
- Posts: 955
14 years 6 months ago #83748
by Simon Wells
Replied by Simon Wells on topic Back Button
Great news.
Simon
Simon
Please Log in or Create an account to join the conversation.