UPDATES EasyBlog 6.0.14 Released! Joomla 5.x and PHP 8.x compatible now!

Helpdesk

Your Time
Our Time
Response Time
24 — 48 hours
We strive to provide the fastest ever response possible. However, we are not super beings.

Allow at least 24 — 48 hours
  Support is offline
It is currently off working hours and most of us aren't around

Rest assured that we will get back to you as soon as the day starts tomorrow!
  Support is offline

help with custom field

okkhalid · ·
12:39 AM Wednesday, 11 April 2018
High
Ok I'm going crazy here. I have been helped by you guys to resolve this issue: https://stackideas.com/forums/email-template-help

So I updated easyblog to:Installed Version: 5.2.3


then I copy an paste the following codes to post.php


$fieldsOutput = '';

if ($this->getCustomFields()) {
$themes = EB::themes();

$themes->set('fields', $this->getCustomFields());
$themes->set('post', $this);

$fieldsOutput = $themes->output('site/blogs/entry/fields');
}


then under: $data = array(

I added:

'fieldsOutput' => $fieldsOutput

please see attached, screen, now I'm getting: 0 syntax error, unexpected ''fieldsOutput'' (T_CONSTANT_ENCAPSED_STRING), expecting ')'


I attached the new file that I edited and the one done by mark. called mark post.php

not sure why I'm getting the error.

please help
The replies under this section are restricted to logged in users or users with an active subscription with us