quichotte
Forum Replies Created
-
me too
fix the 2.8 or let us downgradeForum: Requests and Feedback
In reply to: Add New Post – form disappearswhat helped me was deactivating All in One SEO Pack 1.4.7
all works fine nowForum: Fixing WordPress
In reply to: Add New Post is blank in 2.7what helped me was deactivating All in One SEO Pack 1.4.7
all works fine nowForum: Fixing WordPress
In reply to: Can’t View Add New Post in 2.7that didnt help me
what helped me was deactivating All in One SEO Pack 1.4.7
all works fine nowForum: Fixing WordPress
In reply to: thumbnail not workingMy host does have the DG Lib installed and I still got the same problem
Forum: Fixing WordPress
In reply to: Thumbnail Image option = Greyed out…2.7 wordpressMy host does have the DG Lib installed as well and I too have still got the same problem
Forum: Fixing WordPress
In reply to: If comment author has id print display namewould I better put that code in comments.php or put it in function.php
Forum: Fixing WordPress
In reply to: If comment author has id print display nameAh, someone who got my problem 🙂 Thanx.
Why shouldnt I do that btw? I like to display that name and link it to it’s author page itself….Forum: Fixing WordPress
In reply to: Parse Error?!Use ftp (what you used to upload the install to the server) to go to yor files on the server and replace that file.
Forum: Fixing WordPress
In reply to: If comment author has id print display nameI want to show the current display name form user_table, not the one the author used at the time he wrote the comment and which was put in the comment_table.
something like:
if ( $comment->user_id > 0 ) {
$user = get_userdata($comment->user_id);
print … etcIf that is what you mean, please provide that code. But I think I am not making myself clear or you read too fast 🙂
Forum: Fixing WordPress
In reply to: If comment author has id print display namethats not what I mean I am afraid:
“XXX” made comemnt on…”
I want XXX to reflect/read ‘display_name’ (from the user table) instead of comment_author (comment table)