|
#1
Feb 22, 2010, 07:50 PM
|
|
|
|
16 posts · Feb 2010
Charlotte, NC
|
|
I have placed a timestamp in the "byline" field, timestamping posts in the format month day, year at hour:minute am/pm ... no matter how I specify the php format, the timestamp shows a twelve-hour day time only. Also, I'd like to place print and email icons above each post; there doesn't seem to be an effective way to use the p-print and p-email functions in the "kicker" field... suggestions/assistance?
My site is http://nikflorida.org. Thanks! The Atahualpa theme would be be wonderful if I could get it to actually work right!
Peace--
NIK
|
#2
Feb 22, 2010, 07:56 PM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
What version of Atahualpa and WP?
What EXACTLY are you placing in the byline option?
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#3
Feb 23, 2010, 02:05 PM
|
|
|
|
16 posts · Feb 2010
Charlotte, NC
|
|
I am using the latest updates of both, as far as I know... Atahualpa 3.6.6 and WP 2.9.2...
In the Atahualpa "edit post/pages info items" dialogue, I am entering
Code:
By <a href="mailto: %author-email%">%author%</a> on %date(F j, Y)%
in the "BYLINE: Homepage" field and
Code:
By <a href="mailto: %author-email%">%author%</a> at %date(g:ia #o#n F j, Y)%
in the "BYLINE: Multi-post pages" and "BYLINE: Single-post pages" fields. The email link works fine, but the date format shows "on xx:xx am/pm" (WITH a space)(on the homepage) or "at xx:xx am/pm (on the more specific single-post pages) instead of "on Month DD, YYYY at xx:xxam/pm as I'm indicating it should.
I suspect that the timestamp is being read from the database, formatted and written into a string variable, then that string variable is not being updated. I'm not sure though.
Last edited by nikflorida; Feb 23, 2010 at 02:19 PM.
Reason: attempting to get code to display highlighted and pre-formatted
|
#4
Feb 23, 2010, 02:27 PM
|
|
|
|
16 posts · Feb 2010
Charlotte, NC
|
|
Just for the record, I have also tried
Code:
%date(F j Y #a#t g:ia)%
with the same output. It updates the literal characters (like "on" and "at", when preceding the date variable, but doesn't change the date format and ignores the literal characters within the formatting parameters. Help!
Last edited by nikflorida; Feb 23, 2010 at 02:28 PM.
Reason: clarification
|
#5
Feb 23, 2010, 07:30 PM
|
|
|
|
16 posts · Feb 2010
Charlotte, NC
|
|
hrm... I just posted an entry while signed in as "nikflorida" and the byline for the story says "cscholer"... "cscholer is the most recent person whose permissions have been changed from "user" to "contributor", but he definitely didn't write this post, nor was he signed in at all at the time it was posted. The post_author field in the SQL table shows an incorrect ID. (I assume that's his ID...I didn't look)
|
#6
Feb 23, 2010, 10:25 PM
|
|
|
|
16 posts · Feb 2010
Charlotte, NC
|
|
I created a new user profile called "nik_florida" and set the role to "editor"... then "nik_florida" (but not administrator "nikflorida") showed up in the author pull-down list on the main post edit page. I'm not sure if that's a theme issue or a WordPress issue... it appears that administrators do not have posting credentials in multi-user implementations. idk... it wasn't a problem until some other folks got their roles changed from "user" to "contributor"... as long as nikflorida was the only sn posting, it worked fine. Hrm.
|
#7
Feb 24, 2010, 05:47 AM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
This issue with the users is not a theme issue. It sounds like your database may be corrupt.
1) do a database backup - even if it is broken- this will save your data as it is today
2) you can try doing a repair of the database
3) if you know SQL, you could do a count on the user table and a count on the user-meta to see what the number of rows are on each. I believe they should match in numbers
This is something that is outside the scope of the forums. If you want more help trying to recover the DB send me a PM and I quote ou my rates.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#8
Feb 24, 2010, 11:43 AM
|
|
|
|
16 posts · Feb 2010
Charlotte, NC
|
|
I found a suitable workaround for the user role issue... that does not solve (or even address) the theme issue regarding the date format in the byline. It simply does not work. It works in other themes, including the WP default theme, but not in Atahualpa. Can it be fixed, or should I just change to another theme?
|
#9
Feb 25, 2010, 07:52 AM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
Ok I found the problem and have made a fix for version 3.4.6. Please
1) download the attached file and unzip it
2) rename the existing 'bfa_postinfo.php to 'orig_postinfo.php'
3) upload the new copy to the host
4) give it a whirl
bfa_postinfo.zip
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#10
Feb 25, 2010, 12:28 PM
|
|
|
|
16 posts · Feb 2010
Charlotte, NC
|
|
okay, I followed those instructions exactly, and saw no difference with existing posts, either on the front page or the single-post pages, even after refreshing them so that I was sure not to be viewing a cached page. It also had no effect on new posts.
|
#11
Feb 25, 2010, 01:21 PM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
Really ?? It worked here and I just downloaded it and tried it again. If I code
HTML Code:
%date('m.d.y')% at %date('H:i:s')%
in the Kicker (any of them) I get
can you go to dashboard->Appearance->Editor - then select bfa_postpart.php and scroll down till you find the Date & Time code (there ara a bunch of tests for Author then the Date) and make sure it starts like this
HTML Code:
// Date & Time
if ( strpos($postinfo_string,'%date(') !== FALSE ) {
while ( strpos($postinfo,'%date(') !== FALSE ) {
the while statement is the new code
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#12
Feb 27, 2010, 03:44 PM
|
|
|
|
16 posts · Feb 2010
Charlotte, NC
|
|
hrm... I don't have a "bfa_postpart.php" file, nor is there one in the current Atahualpa 3.4.6 zip file (I just re-downloaded it to make sure I didn't have a corrupt installation)... there is a "bfa_post_parts.php" file but it doesn't have anything that resembles what you describe. I have a code snippet commented "date & time" in the "bfa_postinfo.php" file, though, and it appears to be correct. I overwrote both the "bfa_post_parts.php" and "bfa_postinfo.php" files (the bfa_postinfo.php file is the new, revised one you recommended) on my server with new, fresh copies just in case, but I still see no change. Further ideas?
|
#13
Feb 27, 2010, 05:22 PM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
arugh, brain and fingers not working at same time. there is no bfa-postpart.php, it is bfa-post_part.php HOWEVER, the file I means is bfa_postinfo.php - sorry about that.
grap the copy from post #9
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#14
Mar 26, 2010, 04:45 PM
|
|
Hello
I have the same problem. Did everything as described. php.postinfo looks like requestet.
Same installation 2.9.2 and 3.4.6. Any Solution yet? Difference its with a German .do and mo.
Thanks!
EDIT: Problem solved for me. I fixed it in the byline.
Last edited by Robsi60; Mar 28, 2010 at 03:44 AM.
|
#15
Oct 27, 2010, 09:47 AM
|
|
Exactly what I was looking for. Thank you!
|
#16
Oct 27, 2010, 11:59 AM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
This fix will be included in version 3.5.4 which should be out shortly
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
Similar Threads
|
Thread |
Thread Starter |
Forum |
Replies |
Last Post |
[SOLVED] how to exclude post/page info items from certain pages?
|
bcorrigan |
Excerpts, Read more, Pagination |
2 |
Aug 17, 2009 06:25 PM |
Sociable, NextPage, and Post/Page Info Items ... A Thank You.
|
fromtheranks |
Plugins & Atahualpa |
0 |
Jun 26, 2009 10:40 PM |
Post/Page Info Items - Trackbacks
|
Andrea |
Post-Kicker, -Byline & -Footer |
2 |
Feb 27, 2009 06:13 AM |
comment time/date info
|
shady |
Comments, trackbacks & pings |
1 |
Feb 27, 2009 05:38 AM |
Post / Page Info Items - Button crashes comp, how do I add to post-footer? Image help
|
everygirlssecret |
Post-Kicker, -Byline & -Footer |
1 |
Jan 5, 2009 02:12 PM |
|