Hi Doug.
Have you already found a way to solve the problem?
Regards
Peer
Search found 30 matches
- Mon Aug 24, 2020 6:04 pm
- Forum: Explorer Templates
- Topic: Weblinks Hyperlinks Audio Player Explorer
- Replies: 5
- Views: 288
- Wed Jun 24, 2020 6:31 pm
- Forum: General Discussion
- Topic: FNProgramvare now taking donations to support hosting costs.
- Replies: 19
- Views: 1676
Re: FNProgramvare now taking donations to support hosting costs.
I also did not miss the chance to support the best program for my CD collection with my donation. Even though this program is unfortunately no longer being developed.
- Mon Jun 15, 2020 5:39 pm
- Forum: Explorer Templates
- Topic: Weblinks Hyperlinks Audio Player Explorer
- Replies: 5
- Views: 288
Re: Weblinks Hyperlinks Audio Player Explorer
Ok, Thanx, Doug
- Fri Jun 12, 2020 5:51 am
- Forum: Explorer Templates
- Topic: Weblinks Hyperlinks Audio Player Explorer
- Replies: 5
- Views: 288
Re: Weblinks Hyperlinks Audio Player Explorer
..........
Examble 2
In Database:
In Audio Player:
I would like to be shown the web link that was stored in the database and by clicking on it, you can access the url that is also stored.
Regards
Peer
Examble 2
In Database:
In Audio Player:
I would like to be shown the web link that was stored in the database and by clicking on it, you can access the url that is also stored.
Regards
Peer
- Fri Jun 12, 2020 5:46 am
- Forum: Explorer Templates
- Topic: Weblinks Hyperlinks Audio Player Explorer
- Replies: 5
- Views: 288
Weblinks Hyperlinks Audio Player Explorer
Hello.
How can I realize that I always get the hyperlink that was saved under Weblinks in the Audio Player Explorer.
As example 1:
In Database
in Audio Player .....
How can I realize that I always get the hyperlink that was saved under Weblinks in the Audio Player Explorer.
As example 1:
In Database
in Audio Player .....
- Fri Jun 12, 2020 5:03 am
- Forum: Explorer Templates
- Topic: Custom XSL
- Replies: 13
- Views: 388
Re: Custom XSL
Actually, I get my variant, but I'm interested in it as information.
- Thu Jun 11, 2020 1:19 pm
- Forum: Explorer Templates
- Topic: Custom XSL
- Replies: 13
- Views: 388
Re: Custom XSL
Hi Doug. Thanx for your help. I have now realized it. But the changed name was not addressed at XSL, as you can see below amii_5.jpg <tr> <td class="record_pane_table_fieldname" nowrap=""><xsl:text>Original von</xsl:text></td> <td style="color: green;" class="record_pane_table_fieldvalue"> <a href="...
- Thu Jun 11, 2020 10:28 am
- Forum: Explorer Templates
- Topic: Custom XSL
- Replies: 13
- Views: 388
Re: Custom XSL
With Color: <xsl:if test="data/record/trackdata/originalby!=''"> <tr> <td class="record_pane_table_fieldname" nowrap=""><xsl:text>Original von</xsl:text></td> <td style="color: green;" class="record_pane_table_fieldvalue"> <a href="ArtistPerson.xsl?ID={data/record/trackdata/originalby/@id}" target="...
- Thu Jun 11, 2020 6:46 am
- Forum: Explorer Templates
- Topic: Custom XSL
- Replies: 13
- Views: 388
Re: Custom XSL
<xsl:if test="data/record/trackdata/originalby!=''"> <tr> <td class="record_pane_table_fieldname" nowrap=""><xsl:value-of select="/data/fld/track/originalby/@name"/></td> <td class="record_pane_table_fieldvalue"> <a href="ArtistPerson.xsl?ID={data/record/trackdata/originalby/@id}" target="_blank"><...
- Wed Jun 10, 2020 4:36 pm
- Forum: Explorer Templates
- Topic: Custom XSL
- Replies: 13
- Views: 388
Re: Custom XSL
Hi Doug. I do not understand what you mean. "originalby" is still displayed correctly, but "Field_Original-Jahr" is not. amii_2.jpg amii_3.jpg properties.jpg <xsl:if test="data/record/trackdata/originalby!=''"> <tr> <td class="record_pane_table_fieldname" nowrap=""><xsl:value-of select="/data/fld/tr...