Tags selections with in Content Via some plugin

  • density5
  • Topic Author
  • Offline
  • New Member
  • New Member
More
12 years 2 months ago - 12 years 2 months ago #526 by density5
Hi,

Thank you for the great software, i have read the 3 pages of documentation but can not find an answer to this question, I have a blog view with a table in the intro and a simular table in the content, it all works nicely, but i was wondering if we could put the tags in to the content field for replacement of the selected tags, so our customer does not have to add data to the table. i.e.
Code:
<table class="gun-intro"> <tr><td class="gun-intro-label">Manufacturer</td><td>CBC</td></tr> <tr><td class="gun-intro-label">Stock Number</td><td>101002</td></tr> <tr><td class="gun-intro-label">Model</td><td>No Information currently</td></tr> <tr><td class="gun-intro-label">Type</td><td>S/B</td></tr> </table> <br style="clear:both" /> <hr id="system-readmore" /> <table class="gun-details"> <tr><td class="gun-details-label">Manufacturer</td><td>CBC</td><td rowspan="4"><img src="images/stories/guns-for-sale/pigon1.jpg" width="320" alt="Beretta 12 gauge 686 Silver Pigeon"></td></tr> <tr><td class="gun-details-label">Stock Number</td><td>101002</td></tr> <tr><td class="gun-details-label">Model</td><td>No Information currently</td></tr> <tr><td class="gun-details-label">Type</td><td>S/B</td></tr> <tr><td colspan="2"><img src="images/stories/guns-for-sale/pigon2.jpg" width="320" alt="Beretta 12 gauge 686 Silver Pigeon"></td><td></td></tr> </table>

How can i replace the taged information in the content like below?
Code:
<table class="gun-intro"> <tr><td class="gun-intro-label">Manufacturer</td><td>{gun_make}</td></tr> <tr><td class="gun-intro-label">Stock Number</td><td>{stock_number}</td></tr> <tr><td class="gun-intro-label">Model</td><td>{model}</td></tr> <tr><td class="gun-intro-label">Type</td><td>{type}</td></tr> </table> <br style="clear:both" /> <hr id="system-readmore" /> <table class="gun-details"> <tr><td class="gun-details-label">Manufacturer</td><td>{gun_make}</td><td rowspan="4">{thumb_nail}</td></tr> <tr><td class="gun-details-label">Stock Number</td><td>{stock_number}</td></tr> <tr><td class="gun-details-label">Model</td><td>{model}</td></tr> <tr><td class="gun-details-label">Type</td><td>{type}</td></tr> <tr><td colspan="2"><img src="images/stories/guns-for-sale/pigon2.jpg" width="320" alt="Beretta 12 gauge 686 Silver Pigeon"></td><td></td></tr> </table>

Kind Regards
Gareth Davies
Last edit: 12 years 2 months ago by density5.

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

More
12 years 2 months ago #527 by andrea_4g
That's a *very* nice feature that Custom Properties doesn't support, yet.
It is within the first rows of our TODO list.

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

  • density5
  • Topic Author
  • Offline
  • New Member
  • New Member
More
12 years 2 months ago #528 by density5
andrea_4g,

Thank you for the quick reply, I will advise the customer to manually setup his product information articles and we can upgrade to a newer version at a later date this year.

Ps. We really think CPtags is a great addition to the Joomla extensions, and will continue to use it when needed.

Kind Regards
Gareth Davies

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

Time to create page: 0.154 seconds