Draft Blog found on google

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
5/11/2010 7:48:55 PM
Gravatar
Total Posts 108

Draft Blog found on google

Hi there,

I discovered a draft blog that i'd written about which is time sensitive appear on google today. I clicked on the link in google and it displayed the blog that which I didnt want anyone to see just yet.

Is it something you're aware of?

Cheers

Tim

5/12/2010 6:07:34 AM
Gravatar
Total Posts 18439

Re: Draft Blog found on google

Hi Tim,

What version of mojoPortal?

I do not think this issue exists in the latest version. I've reviewed the code and we are filtering out drafts from the blog site map.

Best,

Joe

6/15/2010 4:15:12 AM
Gravatar
Total Posts 108

Re: Draft Blog found on google

Hi Joe,

I've also noticed that if you're in a blog post, you can click on 'next post' and it'll display an unpublished draft blog if you have one.

I'm using version 2.3.3.2, I would just like to make the code fix rather than updating the cms as i've had a few problems with future versions. 

Could you tell me what version has the fix and where i should be looking for the code update?

Many Thanks

Tim

6/15/2010 4:33:08 AM
Gravatar
Total Posts 108

Re: Draft Blog found on google

typical, after ages searching, i think i found a solution

I modified: mp_Blog_SelectOne

and added this line to 

'NextPost' 'NextPostTitle' 

AND b2.StartDate <= GETDATE()

:)

You must sign in to post in the forums. This thread is closed to new posts.