×

Notice

The forum is in read only mode.
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: Write something default when submitting a hotspot

Write something default when submitting a hotspot 10 years 3 months ago #24125

  • Serkan BOZACI
  • Serkan BOZACI's Avatar Topic Author
  • Offline
  • Senior Boarder
  • Senior Boarder
  • Posts: 41
  • Karma: 1
  • Thank you received: 0
When soneone adds his / her hotspot, i want to take some information from them. Becouse of it i want to create some fields on submitting page.

I know still no additional fields on hotspots, so i want to have them from another way. Check out my attachment please.

Can this be?
Attachments:

Write something default when submitting a hotspot 10 years 3 months ago #24131

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Away
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Hey Serkan,
You need to modify the models/forms/marker.xml (either in administrator/components/com_hotspots or in components/com_hotspots - depending if you want the changes in the frontend or backend).
find the following field
<field name="hotspotText" type="editor" class="inputbox required"
               label="COM_HOTSPOTS_FIELD_DESCRIPTION" description="COM_HOTSPOTS_FIELD_DESCRIPTION_DESC"
               filter="JComponentHelper::filterText" buttons="article,image,pagebreak" required="true"/>
change it to:
<field name="hotspotText" type="editor" class="inputbox required"
               default="test&lt;br /&gt;test"
               label="COM_HOTSPOTS_FIELD_DESCRIPTION" description="COM_HOTSPOTS_FIELD_DESCRIPTION_DESC"
               filter="JComponentHelper::filterText" buttons="article,image,pagebreak" required="true"/>

to use <br /> to create a new line you need to encode it as in the example.
Kind regards,
Daniel
The following user(s) said Thank You: Serkan BOZACI

Write something default when submitting a hotspot 10 years 3 months ago #24132

  • Serkan BOZACI
  • Serkan BOZACI's Avatar Topic Author
  • Offline
  • Senior Boarder
  • Senior Boarder
  • Posts: 41
  • Karma: 1
  • Thank you received: 0
That is what i want :D

Thank you so much and happy new year.
  • Page:
  • 1
Time to create page: 0.112 seconds