- Posts: 10
- Thank you received: 0
How to put links in the description text hotspinne
-
atolf19
Inactive member - Topic Author
- New Member
Less
More
11 years 5 months ago #31036
by atolf19
How to put links in the description text hotspinne was created by atolf19
Hi,
I'd like to custom a little bit the description text of every image inserting links or making some part of the text bold style.
How could I make that? I tried to put html commands in the description text area but nothing happens.
Regards,
David
I'd like to custom a little bit the description text of every image inserting links or making some part of the text bold style.
How could I make that? I tried to put html commands in the description text area but nothing happens.
Regards,
David
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6742
- Thank you received: 715
11 years 5 months ago #31038
by milos
Replied by milos on topic How to put links in the description text hotspinne
David,
Where you'd like to achieve that? In Hot Spinner module?
Thanks
Milos
Where you'd like to achieve that? In Hot Spinner module?
Thanks
Milos
Please Log in to join the conversation.
-
atolf19
Inactive member - Topic Author
- New Member
Less
More
- Posts: 10
- Thank you received: 0
11 years 5 months ago #31040
by atolf19
Replied by atolf19 on topic How to put links in the description text hotspinne
Hi Milos, Yes in the info box where the static images are shown. The link will be placed as part of the description text. Regards! David
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6742
- Thank you received: 715
11 years 5 months ago #31048
by milos
Replied by milos on topic How to put links in the description text hotspinne
Hi,
Please try editing file /modules/mod_hot_spinner/mod_hot_spinner.xml. You will find 10 lines that define description text. In example:
Try adding filter="row" parameter to all 10 lines. In example:
Thanks
Milos
Please try editing file /modules/mod_hot_spinner/mod_hot_spinner.xml. You will find 10 lines that define description text. In example:
Code:
<field name="slotText3" type="textarea" default="" cols="40" rows="4" label="LABEL TEXT" description="DESC TEXT" />
Code:
<field name="slotText3" type="textarea" default="" cols="40" rows="4" label="LABEL TEXT" description="DESC TEXT" filter="row" />
Thanks
Milos
Please Log in to join the conversation.
-
atolf19
Inactive member - Topic Author
- New Member
Less
More
- Posts: 10
- Thank you received: 0
11 years 5 months ago #31054
by atolf19
Replied by atolf19 on topic How to put links in the description text hotspinne
Hi Milo,
I changed the first content slot line
<field name="slotText1" type="textarea" default="" cols="40" rows="4" label="LABEL TEXT" description="DESC TEXT" filter="row" />
I inserted this text in the "Description Text" field :
<p><a href=" www.cervezaslacibeles.com ">home
But finally I only see the word "home" without the link functionality. :sick:
Any suggestions?
David
I changed the first content slot line
<field name="slotText1" type="textarea" default="" cols="40" rows="4" label="LABEL TEXT" description="DESC TEXT" filter="row" />
I inserted this text in the "Description Text" field :
<p><a href=" www.cervezaslacibeles.com ">home
But finally I only see the word "home" without the link functionality. :sick:
Any suggestions?
David
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6742
- Thank you received: 715
11 years 5 months ago #31058
by milos
Replied by milos on topic How to put links in the description text hotspinne
Sorry. The parameter should be raw, not row. So, please try this: filter="raw"
Regards
Milos
Regards
Milos
Please Log in to join the conversation.
Time to create page: 0.251 seconds