- Posts: 529
COMMUNITY FORUM
Use com_weblink in Extra-Field
- Franz Wohlkönig
- Topic Author
- Offline
- Platinum Member
Less
More
9 years 3 months ago #146589
by Franz Wohlkönig
Use com_weblink in Extra-Field was created by Franz Wohlkönig
Hi,
is it possible to use Joomla-Weblinks in Extra-Fields (or to append it similair like Attachments)? My Goal is to create 1 Weblink, use it n-Times.
Regards
is it possible to use Joomla-Weblinks in Extra-Fields (or to append it similair like Attachments)? My Goal is to create 1 Weblink, use it n-Times.
Regards
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
- Offline
- Platinum Member
Less
More
- Posts: 15920
9 years 3 months ago #146596
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic Use com_weblink in Extra-Field
You can use the link type extrafield to create a weblink type field.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Franz Wohlkönig
- Topic Author
- Offline
- Platinum Member
Less
More
- Posts: 529
9 years 3 months ago #146599
by Franz Wohlkönig
Replied by Franz Wohlkönig on topic Use com_weblink in Extra-Field
Hi Krikor,
How can i append existing Joomla Weblinks to Extra-Field-Type "Link"?
What i see is i can write same Values from Weblink in Extrafield again. Thats not, what i mean, cause if for Example an URL changes i have to change the Weblink and in each Item the Extrafield-Link.
If i can append the Weblink in Extrafield, i have only to update the Weblink and each Link in an Item is updated.
Regards
How can i append existing Joomla Weblinks to Extra-Field-Type "Link"?
What i see is i can write same Values from Weblink in Extrafield again. Thats not, what i mean, cause if for Example an URL changes i have to change the Weblink and in each Item the Extrafield-Link.
If i can append the Weblink in Extrafield, i have only to update the Weblink and each Link in an Item is updated.
Regards
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
- Offline
- Platinum Member
Less
More
- Posts: 15920
9 years 3 months ago #146604
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic Use com_weblink in Extra-Field
Oh I see, you want to connect the weblinks with K2 via a plugin.
Unfortunately I will disappoint you since I do not know of such a plugin.
Unfortunately I will disappoint you since I do not know of such a plugin.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Franz Wohlkönig
- Topic Author
- Offline
- Platinum Member
Less
More
- Posts: 529
9 years 3 months ago #146607
by Franz Wohlkönig
Replied by Franz Wohlkönig on topic Use com_weblink in Extra-Field
Hi Krikor,
thanks for your Answer. Now i know, why i dont found a Solution in Joomla Extension Directory*g
To the Devs (no, not only k2-Devs): What i'm missing are more 1:n-Relationships (i think thats what its called) in the Joomla-World. Before Joomla i was working in an Closed-Source-CMS. It was expensiv and years behind state-of-the-Art, but: the 1:n-Relationships (make one item, use it everywhere; see, which item is connected with this item) was helpful and smart.
Regards
thanks for your Answer. Now i know, why i dont found a Solution in Joomla Extension Directory*g
To the Devs (no, not only k2-Devs): What i'm missing are more 1:n-Relationships (i think thats what its called) in the Joomla-World. Before Joomla i was working in an Closed-Source-CMS. It was expensiv and years behind state-of-the-Art, but: the 1:n-Relationships (make one item, use it everywhere; see, which item is connected with this item) was helpful and smart.
Regards
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
- Offline
- Platinum Member
Less
More
- Posts: 15920
9 years 3 months ago #146620
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic Use com_weblink in Extra-Field
This is easier Franz in other CMS' because they are not node-based CMS'. Take WP or Drupal for example everything is a post.
Joomla! on the other hand it is app based. Everything belongs to a different application.
This way plugins are required in order for applications to sync with other apps.
Joomla! on the other hand it is app based. Everything belongs to a different application.
This way plugins are required in order for applications to sync with other apps.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Franz Wohlkönig
- Topic Author
- Offline
- Platinum Member
Less
More
- Posts: 529
9 years 3 months ago #146629
by Franz Wohlkönig
Replied by Franz Wohlkönig on topic Use com_weblink in Extra-Field
Hi Krikor,
on this Point i'm at the End of my Dev-Knowledge*g Thanks for Information.
Regards
on this Point i'm at the End of my Dev-Knowledge*g Thanks for Information.
Regards
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
- Offline
- Platinum Member
Less
More
- Posts: 15920
9 years 3 months ago #146633
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic Use com_weblink in Extra-Field
You 're welcome :)
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Joe Campbell
- Offline
- Platinum Member
Less
More
- Posts: 438
9 years 3 months ago #146658
by Joe Campbell
Replied by Joe Campbell on topic Use com_weblink in Extra-Field
Hi Franz,
I reccommend using the NoNumber Snippet plugin
www.nonumber.nl/extensions/snippets
That way you can assign a link to a snippet (short code of sorts) and use it anywhere (with the intro, full text or extra field)
For example you could assign www.joomlaworks.net to the value link: joomlaworks
Allowing you to use {snippet link: joomlaworks} to output the link wherever it is needed.
I hope this helps,
Joe Campbell
I reccommend using the NoNumber Snippet plugin
www.nonumber.nl/extensions/snippets
That way you can assign a link to a snippet (short code of sorts) and use it anywhere (with the intro, full text or extra field)
For example you could assign www.joomlaworks.net to the value link: joomlaworks
Allowing you to use {snippet link: joomlaworks} to output the link wherever it is needed.
I hope this helps,
Joe Campbell
Please Log in or Create an account to join the conversation.
- Franz Wohlkönig
- Topic Author
- Offline
- Platinum Member
Less
More
- Posts: 529
9 years 3 months ago #146668
by Franz Wohlkönig
Replied by Franz Wohlkönig on topic Use com_weblink in Extra-Field
Hi Joe,
thanks for snippets-Tip. Its better than write the same Link again and again. But: using snippets i have 2 Instances - one as snippet in Item and one as com_weblink (which i like to show per Menu).
And for Endusers its not practicable. What they can is clicking like you can change an Author of an Item. Thats why i thought it must be possible also with com_weblinks.
Regards
thanks for snippets-Tip. Its better than write the same Link again and again. But: using snippets i have 2 Instances - one as snippet in Item and one as com_weblink (which i like to show per Menu).
And for Endusers its not practicable. What they can is clicking like you can change an Author of an Item. Thats why i thought it must be possible also with com_weblinks.
Regards
Please Log in or Create an account to join the conversation.