UPDATES EasyBlog 6.0.11 Released! Update to the latest version 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
Our team is away during the weekend. Some answers may already be available on our documentation

Rest assured that we will get back to your posts as soon as the week starts!
  Support is offline
Hello,

First, thanks for yours excellent extensions ! Very usable, great features and very good quality of code.

I modified your code to adapt for my needs. If it's possible could you add these lines of code (see below) for next version in this file : administrator/components/com_easyblog/tables/profile.php

public function getDescription($raw = false)
{
$description = $raw ? $this->description : nl2br($this->description);
return $description;
}

public function getTitleBlog($raw = false)
{
$title = $raw ? $this->title : nl2br($this->title);
return $title;
}

Moreover, if you agree, adding an option to include a WYSIWYG to description textarea.

Thanks in advance.

David
A fan customer of your work
The replies under this section are restricted to logged in users or users with an active subscription with us