By Rainer Schnelle on Sunday, 03 November 2013
Posted in Technical Issues
Replies 7
Likes 0
Views 776
Votes 0
Hi,

it:s not possible to change the settings shown in the attached picture in the actual easyblog version.

Joomla 2.5.14
easyblog 3.9.14998

Regards
Rainer
Hello Reiner,

I am really sorry for the delay of this reply as it is a weekend for us here. Is it possible for you to provide us with the back end and FTP access to your site to check on this issue?
·
Sunday, 03 November 2013 01:05
·
0 Likes
·
0 Votes
·
0 Comments
·
attached the account for the backup side
·
Sunday, 03 November 2013 02:54
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Rainer Schnelle,

I am really sorry for the delay of this reply as it is a weekend for us here.
Can you clarify your question with more details? Perhaps provide some screenshot (which settings you want to change for attached picture in the actual easyblog). Please advise.


Best Regards
Arlex
·
Sunday, 03 November 2013 14:39
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Arlex,

attached a screenshot. Just want to change the setting from "yes" to "no".

Regards
Rainer
·
Sunday, 03 November 2013 15:20
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Rainer Schnelle,

I am really sorry for the delay of this reply as it is a weekend for us here.
Yes, you can change the setting from that backend Publishing Options now, i have applied some fixes for you, so it should be work fine now.
JoomlaFolder/administrator/components/com_easyblog/views/blog/tmpl/default.php
REPLACE THIS CODE IN LINE FROM 33 until 38

EasyBlog.require()
.script(
"legacy", "admin",
"dashboard/editor",
"dashboard/medialink"
)


AND

JoomlaFolder/administrator/components/com_easyblog/views/blog/view.html.php
REPLACE THIS CODE IN LINE 253 until 257

$isPrivate = $blog->private;
$allowComment = $blog->allowcomment;
$allowSubscribe = $blog->subscription;
$showFrontpage = $blog->frontpage;
$sendEmails = $blog->send_notification_emails;



Actually this is a bug and we will add on in next release version.


Best Regards
Arlex
·
Monday, 04 November 2013 02:07
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Arlex,

thank you for your quick reply even though we have weekend.
I appreciate it really.

We can close the ticket with your changes.

Thank you very much for your help!!

Best Regards
Rainer
·
Monday, 04 November 2013 04:04
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Rainer Schnelle,

You're welcome, glad to heard your issues resolved.


Best Regards
Arlex
·
Monday, 04 November 2013 10:24
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post