tysonlt
Forum Replies Created
-
Forum: Plugins
In reply to: [Pods Auto-Display] Tyson .. I'm getting a fatal error.See next thread.
Forum: Plugins
In reply to: [Pods Auto-Display] Tyson .. I'm getting a fatal error. Need help.Hi Gary,
Glad it worked out for you. I don’t have a lot of time to work on the plugin at the moment, so I probably won’t be able to make the changes that you have suggested. I am talking to some other developers to see if they might want to take it over.
How is the plugin working for you generally? I only made it for myself and would be glad if you are getting some use out of it.
Forum: Plugins
In reply to: [Pods Auto-Display] Error on line 66?G’day Scott! Fancy seeing you here…
Hugh, the version you tried should probably have been called an alpha version. The latest version should work better, but post back if it doesn’t. Today I am going to add more options to let you control the list output from the settings page, so that will make it more flexible.
Forum: Plugins
In reply to: [Pods Auto-Display] Error on line 66?Hello,
I have updated the plugin to 0.4. This will solve the display problems you described. Please update and let me know if there are any more problems.
Forum: Plugins
In reply to: [Pods Auto-Display] Error on line 66?Gday,
Could you try this update:
$result .= '<ul>'; foreach ($pod->fields as $field) { $data = $pod->field($field['name']); /*** NEW CODE AT LINE 66 ***/ if (is_array($data) && count($data) > 0) { $data = join(", ", $data); } /*** END NEW CODE ***/ if (strlen(trim($data)) > 0) { $result .= '<li>'; $result .= '<b>'. $field['label'] .'</b>: '. $data; $result .= '</li>'; } }
I am assuming it is a multi-select relationship field?
Forum: Plugins
In reply to: [Pods Auto-Display] Error on line 66?Hi Hugh,
Thanks for reporting that. Could you please send me your POD? You can export it from Pods and I can have a look at it.
Because this plugin is in such as early version I haven’t been able to test it with other people’s pods, so thanks for helping out.
Forum: Plugins
In reply to: [Shopp Cache Helper] [Plugin: Shopp Cache Helper] crashedHi Greg,
Bummer! I haven’t been watching the forums, I thought it would email posts to me automatically.
Did you get a PHP log or anything?
Forum: Plugins
In reply to: [Shopp Cache Helper] [Plugin: Shopp Cache Helper] Hooray! Thanks!You’re welcome!
Forum: Themes and Templates
In reply to: Atahualpa change rotating banner image url for CDN purposesAha! Thanks, this works.