Cannot edit blog entries

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?

Quote · 6 Jun 2008

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.

1. If you are using internet explore check your internet options security and privacy settings, especially ie7. MS made some security enhancements in ie7 that likes to block access to some sites calling up content.

2. I had cpanel error logs that were reporting crossdomain.xml not found at the time. I copied the crossdomain.xml from /ray/crossdomain.xml to my root dolphin install directory to due away with the cpanel errors.

Shortly there after the member in particular could post replies to a blog. When I asked if they got their security/privacy settings figured out they told me they don't know it just started working.

Since #2 was coincidentally copied to root directory at the same time I can't say for sure if this was part of it or not.

Also this member isn't too tuned into computers. I had suggest a few things they might consider changing in their security/privacy settings but I can't say for sure if they really understood.

I would check out those settings in ie. Have someone else try to do the same as what you are doing, preferably with a different web browser, computer, or settings all together and see if they are successful.

gameutopia

DialMe.com - Your One and Only Source For Boonex Dolphin Tutorials and Resources
Quote · 6 Jun 2008

Tried as suggested, with no luck..

Quote · 6 Jun 2008

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??

Quote · 6 Jun 2008

Anyone?

Quote · 7 Jun 2008

Hi,

I have the same problem. when I click on edit or delete I just get thrown back to http://www.zujalica.com/blogs/posts/Nino .

Any help there?

Quote · 21 Aug 2008

slight prob yes...

open inc/classes/BxDolBlogs.php -----function GenPostString

after:

$sActions = <<<EOF
<div class="fr_small">

find:

<a href="{$sLink}" onclick="javascript: UpdateField('EditPostID','{$iPostID}');document.forms.command_edit_post.submit();return false;" style="text-transform:none;">{$sEditC}</a>&nbsp;
<a href="{$sLink}" onclick="javascript: if (confirm('{$sSureC}')) {UpdateField('DeletePostID','{$iPostID}');UpdateField('DOwnerID','{$aResSQL['OwnerID']}');document.forms.command_delete_post.submit(); } return false;" style="text-transform:none;">{$sDeleteC}</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>&nbsp;
<a href="{$sLink}" onclick="javascript: if (confirm('{$sSureC}')) {UpdateField('DeletePostID','{$aResSQL['PostID']}');UpdateField('DOwnerID','{$aResSQL['OwnerID']}');document.forms.command_delete_post.submit(); } return false;" style="text-transform:none;">{$sDeleteC}</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
Quote · 21 Aug 2008

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  .....  ???
.

Quote · 21 Aug 2008

.....

<a href="{$sLink}" onclick="javascript: UpdateField('EditPostID','{$aResSQL['PostID']}');document.forms.command_edit_post.submit();return false;" style="text-transform:none;">{$sEditC}</a>&nbsp;
<a href="{$sLink}" onclick="javascript: if (confirm('{$sSureC}')) {UpdateField('DeletePostID','{$aResSQL['PostID']}');UpdateField('DOwnerID','{$aResSQL['OwnerID']}');document.forms.command_delete_post.submit(); } return false;" style="text-transform:none;">{$sDeleteC}</a>

.....

Great Man... worked as a charm.

TNX!

Quote · 25 Aug 2008

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

Quote · 13 Sep 2008

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.

 

Directories

Current Level

Desired Level

inc

777Writable

755Non-writable

periodic

777Writable

755Non-writable

Files

Current Level

Desired Level

periodic/cmd.php

666Writable

644Non-writable

periodic/notifies.php

666Writable

644Non-writable

periodic/cupid.php

666Writable

644Non-writable

ray/modules/global/inc/header.inc.php

666Writable

644Non-writable

Quote · 19 May 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.