Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 6130 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

I have a calculation in filemaker for the field (image_link_eMLS_2):)

"getJpgimg?30562290+2

I use - getFieldUnencoded in the php file as so:

<?php echo $record->getFieldUnencoded('image_link_eMLS_2', 0)?>

This provides the image which is external from my site at 150 x 100 (these numbers come from a global field calculation in the field (Image_size_SM)) But I have no control over the image. I want to attach some javascript and effects, links and resize the image in the web design app instead of filemaker.

This is a real estate web site with up to 12 pictures per listing. The 1 change in every link is the MLS number wihch can be pulled from the filemaker record. The solution maybe in Dreamweaver with Attribute function. I'm Still considering the options and solutions.

I'm also having an issues on the list view page the link that works on the results page does not work on the list view page

The link:

<?php echo $record->getFieldUnencoded('image_link_eMLS_2', 0)?>

The Error:

Fatal error: Call to undefined method RecordHighlighter::getFieldUnencoded() in D:mlsmax.comwwweMLSrecordlist.php on line 212

Thanks

This topic is 6130 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.