1 aracne Jul 15, 2007 02:30
3 aracne Jul 15, 2007 12:20
Thanks for your tip.
I checked out the demo and found out there is definitely something wrong with my blog backoffice, since the edit timestamp fields are missing (please see screenshots below).
What might have happened for these fields to go missing?
Once again thanks for your help...
4 slamp Jul 15, 2007 15:14
since the edit timestamp fields are missing (please see screenshots below).
It's there ;-) check "Issue Date" on the second screenshot on the bottom left
5 jibberjab Jul 15, 2007 17:31
Yeah but the second screenshot is of the demo, not the site. You can tell because right above it it says 'screenshot of the demo'. ;)
jj.
6 slamp Jul 15, 2007 19:14
Very sorry.
Are you in simple mode or in expert mode ?
7 edb Jul 16, 2007 01:09
Also permissions come into play but I can't say for sure what level of permission you need to set where. Are you blogging as user ID #1? As a rule #1 has all perms everywhere. Food for thought...
8 afwas Jul 16, 2007 02:28
Very nice, EdB. The file _item.form.php in /blogs/inc/VIEW/items/ reads on line 192 (b2evo version 1.10):
if( $current_User->check_perm( 'edit_timestamp' ) )
and continues with creating the timestamp form.
9 jibberjab Jul 27, 2007 00:05
Interesting... I've got the same thing happening on a fresh 1.10.2 installation.
The thing is, the date and time fields are there, but the edit checkbox is not. This is happening under the admin account, and also under a privileged blogger account with all checkboxes for group and user perms enabled. It is *only* happening for already-published posts and for drafts... For new, blank posts, the checkbox *is* there...
So what happens when a draft is finally published? It shows the date the draft was first started? What if it was being drafted over several days? The draft gets published with a date of several days ago?
(The reason I ask is because I've never actually used the draft feature before, so I'm not sure exactly how date/time works with drafts)
jj.
Check the [url=http://demo.b2evolution.net/stable/blogs/admin.php?ctrl=edit&tab=simple&blog=2]Demo[/url] site (in the menu above this forum) Enter the backoffice and you'll see the line under the Preview :: Save :: Files :: upload buttons that starts with "Issue date:". That's how it should appear.
Is this different from your blog?
Good luck