By gokhan on Monday, 11 April 2016
Posted in Technical Issues
Replies 5
Likes 0
Views 604
Votes 0
Hi,

There are some EasyBlog Css and Js files on ES dasboard page (~350kb). I need remove this from dasboard. They should be declerated when on EB pages.


/media/com_easyblog/scripts/site-5.0.34.optimized.min.js
components/com_easyblog/themes/wireframe/styles/style-dashboard.min.css


Also there are some EB Meta tags on dasboard;


<meta name="FD50:EasyBlog" content="compressed,5.0.34,http://xxx.com/?option=com_easyblog&lang=none&Itemid=1090,,d667fd6aa3a5e7f0a3e06d47c5b38c8c,http://xxx.com/?option=com_easyblog&lang=none&Itemid=1090"/>
<meta name="FD50" content="optimized,compressed,http://xxxcom/media/foundry/5.0,,.min.js,,http://xxx.com,http://xxx.com,http://xxx.com/index.php,site,3.5.0,,,xxx,tr-TR"/>
May i know do you have installed blog app in your Easysocial?

By the way, I've tried to login in your site but it seems like you blocked that user account access your Joomla backend and frontend, please advise.
·
Tuesday, 12 April 2016 12:02
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Arlex,

I tried to disable EB app for ES, but nothing changed.

I have provided access informations, please check again.
·
Tuesday, 12 April 2016 21:00
·
0 Likes
·
0 Votes
·
0 Comments
·
I have applied some fix in this file -> JoomlaFolder\media\com_easysocial\apps\user\blog\blog.php, can you double check is it everything look fine?

1. Try create a new blog post via story panel (enable back from the app "allow submit blog post" option)
2. Try view the stream from the dashboard and user profile
·
Wednesday, 13 April 2016 13:13
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Arlex,

It looks great and i get a few ms faster page load, i just made a small modification also, may be you can aply it too.


	// Inject easyblog scripts on the page
if ($view == 'dashboard' || $view == 'profile') {

// check if allow user submit post from the story panel or not , iy yes, only load that
if ($params->get('blog_form', true)) {
EB::init('site');

$stylesheet = EB::stylesheet('site', 'wireframe');
$stylesheet->attach();
}

//$stylesheet = EB::stylesheet('site', 'wireframe');
//$stylesheet->attach();
}
·
Thursday, 14 April 2016 00:41
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for sharing this
·
Thursday, 14 April 2016 00:45
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post