By Keith Eade on Wednesday, 24 September 2014
Posted in Technical Issues
Replies 7
Likes 0
Views 711
Votes 0
Evening all,
I am having an annoying problem that is not allowing me to actually create posts from the front end.
When I try to click the "New blog post" but this link goes to the address http://www.belovedbundles.com.au/ news/dashboard/couple-of-bundles/edit.html. Not the actual new post. I would much prefer to have the option to actually create this from the front end rather than just do it solely in the back end. Any help on this would be much appreciated.

Cheers
hello Keith Eade,

Sorry for late reply to this,
I have checked in your site, it seems like ACEsef causing this issues, can i have the permission reconfigure the Easyblog SEO setting from your backend then clean up all the Easyblog SEF URL from your ACEsef extension? Then let the system regenerate the correct URL and see how it goes? Please advise.
·
Wednesday, 24 September 2014 22:40
·
0 Likes
·
0 Votes
·
0 Comments
·
Evening and sorry for the late response. I originally replied via email. Mark suggested I should do it via here instead.

Yes I would be more than happy for that to occur! Please fix

Thank you
·
Thursday, 25 September 2014 20:29
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Keith Eade ,

Thanks for given us this permission, is it possible us with your FTP access as well? Because I noticed your site have do some redirection. May i know your site is it have configure any redirection? Please advise.
·
Friday, 26 September 2014 00:44
·
0 Likes
·
0 Votes
·
0 Comments
·
I have added the FTP details, I am unsure what redirections have been done (I have been having problems with acesef not working properly with aceshop well the way I want it, so the dev guys there have done their thing there)
·
Friday, 26 September 2014 05:17
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Keith Eade,

Sorry for late reply to this,
After debugging long time ago, it seems like the issues is come from AceSEF itself, we have temporary modified this file JoomlaFolder//administrator/components/com_acesef/extensions/com_easyblog.php

// Added this line 162 - 164
if ($view == 'dashboard') {
$segments[] = JText::_('TAGS');
}

// commented at LINE 113 - 116
// if (!empty($blogid)) {
// $segments = array_merge($segments, self::_getItem(intval($blogid)));
// unset($vars['blogid']);
// }

// commented at LINE 172 - 177
// if (empty($blogid)){
// $segments[] = JText::_('NEW POST');
// }
// else {
// $segments[] = JText::_('EDIT');
// }

// added this at LINE 179
$segments[] = JText::_('WRITE');

so it will work fine now. Can you consult with AceSEF extension developer and see how it goes? Because we are not very sure how their SEF work.
·
Friday, 26 September 2014 13:28
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you for doing a great job. I have passed your fix onto the dev guys in hope they will bring out a new permanent fix to this "paid" extension of ACESEF. Again. I cant wait for the next easyblog to come out you guys are amazing!
·
Friday, 26 September 2014 14:33
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Keith Eade,

You're welcome
·
Friday, 26 September 2014 15:32
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post