The link takes to posting a new entry instead. Is that link correct? Because I cannot find edit.html..
Lyften Bloggie - cannot edit post from frontend - Forums
Announcement:
LyftenBloggie Documentation
Go here: http://www.lyften.com/support/forums/2-lyften-bloggie/624-fatal-error-after-leaving-a-comment.html
[atrox 22 Aug 2010 02:26:55]I've just set up the bloggie the 1st time (the current latest version). After posting an entry, it cannot be edited afterwards. The link to edit is: ...blogi/sissekanded/author/edit.html?return=...The link takes to posting a new entry instead. Is that link correct? Because I cannot find edit.html..
|
|
Hello,
does someone have a solution for this issue?
When clicking the Edit button in the blog list, I get message 'No blog entries found in category author'
When clicking the 'edit' button in the My Blogs section, I get to the new entry screen.
Also the View button in the My Blogs section does not work.
Thanks!
does someone have a solution for this issue?
When clicking the Edit button in the blog list, I get message 'No blog entries found in category author'
When clicking the 'edit' button in the My Blogs section, I get to the new entry screen.
Also the View button in the My Blogs section does not work.
Thanks!
|
|
I was suspecting this, but didn't dare to try it on my "production" website. Without getting the blog work with SEF, it's a no-go :(
[hugojacobs 02 Sep 2010 06:02:41]I am 1 step further: when I switch of the 'Search Engine Friendly URLs' and 'Use Apache mod_rewrite' flags, it is possible to change existing blogs.
|
|
Hi!
I've the same problem, but is not necesary rename the router.php, simply you should comment de lines 119-128 like this:
/*elseif ($query['view'] == 'author')
{
$itemid = $item->id;
$segments[] = strtolower($query['view']);
if(isset($query['layout']))
$segments[] = (strtolower($query['layout']) == 'form') ? 'new-entry' : strtolower($query['layout']);
unset($query['view'], $query['layout']);
break;
}*/
With this you have SEF URL's in the blog entries.
In the files: lyftenbloggie.php and entry.php I edit the line 317 and 767 respectly, like this:
lyftenbloggie.php line 317:
$row->editable = JRoute::_('index.php?option=com_lyftenbloggie&view=author&layout=edit&id='. $row->slug.'&return='.base64_encode($uri->toString()));
entry.php line 767
$this->_entry->editable = ($mainframe->_clientId != 3) ? JRoute::_('index.php?option=com_lyftenbloggie&view=author&layout=edit&id='. $this->_entry->slug.'&return='.base64_encode($uri->toString())) : true;
[micha 19 Sep 2010 20:56:42]see
http://www.lyften.com/support/forums/2-lyften-bloggie/73-bloggie-bug-with-seo-friendly-urls.html
|
|

