The 'edit' function of blog entries just takes it to the main blog listing.
So an edit link on my site shows: http://skidpics.com/community/blogs/
With no editing capabilities..
Any idea what is wrong?
The 'edit' function of blog entries just takes it to the main blog listing. So an edit link on my site shows: http://skidpics.com/community/blogs/ With no editing capabilities.. Any idea what is wrong? | ||||||||||||||||||||||||
A couple of things come to mind which some of my members mentioned a similar experience in the past. Hard to say for sure if this would be the same for you. They also mentioned when replying to a blog post nothing would happen and they would be returned to the main blog listing of all blogs. DialMe.com - Your One and Only Source For Boonex Dolphin Tutorials and Resources | ||||||||||||||||||||||||
Tried as suggested, with no luck.. | ||||||||||||||||||||||||
I think it is as simple as the link pointer. the edit link is linking back to the blog listing like this: http://skidpics.com/community/blogs What is the link supposted to point to to edit the blog?? | ||||||||||||||||||||||||
Anyone? | ||||||||||||||||||||||||
Hi, Any help there? | ||||||||||||||||||||||||
slight prob yes... open inc/classes/BxDolBlogs.php -----function GenPostString after: $sActions = <<<EOF find: <a href="{$sLink}" onclick="javascript: UpdateField('EditPostID','{$iPostID}');document.forms.command_edit_post.submit();return false;" style="text-transform:none;">{$sEditC}</a> replace with: <a href="{$sLink}" onclick="javascript: UpdateField('EditPostID','{$aResSQL['PostID']}');document.forms.command_edit_post.submit();return false;" style="text-transform:none;">{$sEditC}</a> tested and working fine here, recreated your error with an upgrade. SP version too!! may not look good here but you'll see 2 loooooong lines for the edit and delete links have fun I have video tutorials to help you mrpowless.com | ||||||||||||||||||||||||
The 'edit' function of blog entries just takes it to the main blog listing. So an edit link on my site shows: http://skidpics.com/community/blogs/ With no editing capabilities.. Any idea what is wrong? Mine works perfectly in v6.1.4 ..... ??? | ||||||||||||||||||||||||
.....
<a href="{$sLink}" onclick="javascript: UpdateField('EditPostID','{$aResSQL['PostID']}');document.forms.command_edit_post.submit();return false;" style="text-transform:none;">{$sEditC}</a> Great Man... worked as a charm. TNX! | ||||||||||||||||||||||||
mrpowless, I am using 6.1.4 and I'm having the same problem. I tried to replace the code as you have suggested below but still just links back to the blog URL. I made sure it was exactly as you have it but still no dice. Any other ideas? Anyone? Thank | ||||||||||||||||||||||||
Looks like I fixed the error. I went back and looked at the setup and found I never changed levels after install. After I did this my Blog Edit worked as well as fixed the drop down in the Classifieds and a few more bugs we had. Hope this helps.
|