Keyword

extra fields modification

  • George Nasis
  • George Nasis's Avatar Topic Author
  • Offline
  • Elite Member
More
10 years 6 months ago #126176 by George Nasis
extra fields modification was created by George Nasis
Hallo there!

i want help on something complicated. Here is my goal:

i want on specifc extra fields that work as links to be displayed not as a text with title but with image. In my extra field group they are the last three ones. And also i want to be displayed horrizontally not to follow the ul format of the extra field.

something like this:
extra field label: extra field value
extra field label: extra field value
extra field label: extra field value
extra field label: extra field value
image(with link) image(with link) image(with link)

the image is an extra field with a link!

thank you very much!!!

Please Log in or Create an account to join the conversation.

  • George Nasis
  • George Nasis's Avatar Topic Author
  • Offline
  • Elite Member
More
10 years 6 months ago #126177 by George Nasis
Replied by George Nasis on topic Re: extra fields modification
hallo again!

i managed to display it but something is going wrong with my href.
i have this one:
Log in  or Create an account to join the conversation.

More
10 years 6 months ago #126178 by Lefteris
Replied by Lefteris on topic Re: extra fields modification
Hi. Try to make those extra fields textareas with editor. Then you can easily insert images with links using the editor.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

  • George Nasis
  • George Nasis's Avatar Topic Author
  • Offline
  • Elite Member
More
10 years 6 months ago #126179 by George Nasis
Replied by George Nasis on topic Re: extra fields modification
Hallo there!

Thank you Lefteris for the response but it is not useful to me because i use the jek2story and the user must have the opportunity to fill the link by himself and not by me from the backend

Any solution??

Thank you very much

Please Log in or Create an account to join the conversation.

More
10 years 6 months ago #126180 by Lefteris
Replied by Lefteris on topic Re: extra fields modification
Since you are using a third-party extension i suggest that you ask it's developers.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

  • George Nasis
  • George Nasis's Avatar Topic Author
  • Offline
  • Elite Member
More
10 years 6 months ago #126181 by George Nasis
Replied by George Nasis on topic Re: extra fields modification
Ok thanx!

But i wonder why this cannot be simply be retrieved
Log in  or Create an account to join the conversation.

  • Mohamed Abdelaziz
  • Mohamed Abdelaziz's Avatar
  • Offline
  • Platinum Member
  • Joomla Developer
More
10 years 6 months ago #126182 by Mohamed Abdelaziz
Replied by Mohamed Abdelaziz on topic Re: extra fields modification
Is 'imdb' the alias of a link field?

The link field value is not the link itself, in this case it displays the whole <a> element.

I think you need to extract the HREF attribute from the link field value in this case.

Multiple Extra Fields Groups for K2
AutoMeta for K2
Chained Fields for K2
More K2 Extensions In My Extensions Store

Please Log in or Create an account to join the conversation.

  • George Nasis
  • George Nasis's Avatar Topic Author
  • Offline
  • Elite Member
More
10 years 6 months ago #126183 by George Nasis
Replied by George Nasis on topic Re: extra fields modification
Thank you very much Mohamed!

I made it with i different way.Here is the code:
Log in  or Create an account to join the conversation.