PDA

View Full Version : Custom field display problems.


sobolensky
05-07-2010, 06:03 PM
I'm trying to modify the page at:

http://example.org/content.php

Specifically the section where it shows the most recent posts.

I'm altering the 'vbcms_searchresult_article'.

I'm doing a replace of {vb:raw post.userid} with {vb:raw post.field5} which seems like it would do what I'm trying to accomplish, but it's just giving me a blank string.

The idea is that in place of where the authors login name is displayed by default, I want to display the contents of 'field5' from the authors profile.

Any ideas or words of wisdom? I think I may be using the wrong variable name, but don't know what the right one is.

Help?