Status
Not open for further replies.
2 comments
you need to add custome article fields for these
example
PHP:
download1|Download URL (Single link)||text|http://www.yoursite.com|1|0
download2|Download URL (Single link) #2||text|http://www.yoursite.com|1|0
download3|Download URL (Single link) #3||text|http://www.yoursite.com|1|0
downloads|Multiple Download Links||textarea||1|0
and then add these fileds in your theme's fullstory.tpl just infront of {full-story}
PHP:
[xfgiven_download1]
<div class="dllinks"><a href="[xfvalue_download1]" target="_blank">Download {title}</a></div>
[/xfgiven_download1]

[xfgiven_download2]
<div class="dllinks"><a href="[xfvalue_download2]" target="_blank">Download {title} #2</a></div>
[/xfgiven_download2]

[xfgiven_download3]
<div class="dllinks"><a href="[xfvalue_download3]" target="_blank">Download {title} #3</a></div>
[/xfgiven_download3]

[xfgiven_downloads]
<div class="title_quote">Multiple Download Links</div>
<div class="quote">[xfvalue_downloads]</div>
[/xfgiven_downloads]
add more fields much as you want and this is image file change it as your need
LeOHm.jpg
 
you need to add custome article fields for these
example
PHP:
download1|Download URL (Single link)||text|http://www.yoursite.com|1|0
download2|Download URL (Single link) #2||text|http://www.yoursite.com|1|0
download3|Download URL (Single link) #3||text|http://www.yoursite.com|1|0
downloads|Multiple Download Links||textarea||1|0
and then add these fileds in your theme's fullstory.tpl just infront of {full-story}
PHP:
[xfgiven_download1]
<div class="dllinks"><a href="[xfvalue_download1]" target="_blank">Download {title}</a></div>
[/xfgiven_download1]

[xfgiven_download2]
<div class="dllinks"><a href="[xfvalue_download2]" target="_blank">Download {title} #2</a></div>
[/xfgiven_download2]

[xfgiven_download3]
<div class="dllinks"><a href="[xfvalue_download3]" target="_blank">Download {title} #3</a></div>
[/xfgiven_download3]

[xfgiven_downloads]
<div class="title_quote">Multiple Download Links</div>
<div class="quote">[xfvalue_downloads]</div>
[/xfgiven_downloads]
add more fields much as you want and this is image file change it as your need
LeOHm.jpg
yes he is right and explain very well you need to follow this
 
Status
Not open for further replies.
Back
Top