Lyften Bloggie - cannot edit post from frontend - Forums

Items per page:

Showing 1-9 of 9 items

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..
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..
Well, I had this problem too, but I had already fixed it. I don't see how this error is relevant though - I'm not speaking about comments, but editing the blog post itself.
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!
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.

This leaves me with the issue how to get my user friendly URL's back, preferably without buying
sh404SEF.

Any ideas?

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.
Same here, the [edit] link doesn't work with .htaccess on.
see

http://www.lyften.com/support/forums/2-lyften-bloggie/73-bloggie-bug-with-seo-friendly-urls.html

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

Items per page:

Showing 1-9 of 9 items