I am running developer v4.2.4 and would like to display my first user registration field on the viewlistings.php page. Also while it also shows on the viewmember.php page (on the bottom of the listing) I need it to show on the top ) even above seller name. For my purposes only registered kennels will be allowed to post ads on my site. So we would like this user registration field that is used during signup (field1 called: "Registered Kennels") to be listed above the username on the viewlistings.php page and above the sellername on the viewmember.php page. So their kennel name shows above each and every one of their listings, and in their members page as well. How can I do this?
First, you need to check to see if the variable(s) are available in the template file that you want to show that data in. Use the smarty debug to see if it is or not. If it is, then just display it by plcaing the smarty variable in your template file where you want it {$smarty_variable}. If it isn't, then you'd need to either make a smarty plugin or a module to get and assign the variable(s) to the template.