Thread: Custom Fields
View Single Post
  #8  
Old 11-02-2006, 06:59 PM
Julian Julian is offline
Junior Member
 
Join Date: Oct 2006
Posts: 12
Geek Article and Review System License Holder Geek Auto-Linker Pro License Holder Geek Gazette License Holder 
Default

I have another challange: I want to display the Value of the custom-field inside of another template. Well, to be clear: Behind the picture displayed should be a link and a part of the link is the custom-field.

The custom-field is named " test " and the content of one of the posts is "12345". Now I want to have a link in the postbit which is built up like this:

www.abcde.de/index.php&test=12345&somethingelse

I´d like to get this in the way of:
Quote:
<a href="www.abcde.de/index.php&test="+"$table[test]&somethingelse" >$vbphrase[blabla]</a>
Is this possible?

Best wishes, Julian!
Reply With Quote