It is possible?
I'm using CMS 1.8.2
CGBlog - Edit/Delete post in frontend
CGBlog - Edit/Delete post in frontend
Last edited by tonholis on Sat Dec 11, 2010 11:42 am, edited 1 time in total.
Re: CGBlog - Edit/Delete post in frontend
No
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Re: CGBlog - Edit/Delete post in frontend
I suspected.. 
I'm trying extend the CGBlog to do this... but when I call my action (called "edit") from details template nothing happens
Link generated
index.php?mact=CGBlog,cntnt01,edit,0&cntnt01articleid=28&cntnt01returnid=77
The link for edit was created from action.default.php (I added this line):
It's wrong?

I'm trying extend the CGBlog to do this... but when I call my action (called "edit") from details template nothing happens
Link generated
index.php?mact=CGBlog,cntnt01,edit,0&cntnt01articleid=28&cntnt01returnid=77
The link for edit was created from action.default.php (I added this line):
Code: Select all
$onerow->edit_url = $this->CreateLink($id, 'edit', $detailpage, '', $sendtodetail,'', true, false, '', true, $prettyurl);
Re: CGBlog - Edit/Delete post in frontend
This will never work unless you know PHP and modify the module or pay a developer to do it...
Re: CGBlog - Edit/Delete post in frontend
Dr.CSS wrote: This will never work unless you know PHP and modify the module or pay a developer to do it...
Man... I decided to customize this module
I'm working on this now
thanks!
Re: CGBlog - Edit/Delete post in frontend
You can fork it, rename it then work on it and put it in the forge as a new module, it is actually a fork of News, heavily reworked...