alsosara
Forum Replies Created
-
Forum: Plugins
In reply to: Allowing Users to ignore certain commentsI’d like to second the need for this feature in a community I run. Unsurprisingly the internet brings some personalities out of the woodwork that don’t get along well.
Any ideas on how to implement this would be very much appreciated.
Forum: Themes and Templates
In reply to: How to call the_author_description(); for a specific author IDOtto, thanks again! It was the echo that I needed. Sorry that I didn’t catch that the first time. I’m really operating out of my league, but the great news is that it’s all working now: https://purplepapaya.net/etsy/editors/
Now I just have to get them to write their bios. Thank you so much, Otto42!
Forum: Themes and Templates
In reply to: How to call the_author_description(); for a specific author IDThank you, Otto! I am trying to get this to work now. Does
function get_user_description($ID) { $user = get_userdata($ID); return $user->description; }
go into my theme’s functions.php? That is what I’m trying now. I also put
<?php get_user_description(3); ?>
into the page.Forum: Plugins
In reply to: PHPlist integration [REQ]I too am waiting with dreamy eyes and crossed fingers. Um, hopefully that’s encouraging. Go marke1, go!
Forum: Fixing WordPress
In reply to: Transferred DB to new host, now have ? throughoutI’ve decided to remove the marks manually in WP, which is lame, but it’s not as bad as you might think.
Forum: Fixing WordPress
In reply to: Transferred DB to new host, now have ? throughoutOkay, I made up some sql and it worked, but the question marks remain. Currently all collations are utf8_general_ci. Should I make them just UTF-8? Sounds risky. I tried changing the encoding in WP to utf8_general_ci, but there was no change.
(Sorry to post so much. I just want to keep people updated.)
Thank you complich8 and moshu.
Forum: Fixing WordPress
In reply to: Transferred DB to new host, now have ? throughoutOk, I managed to change it in general for the database and one by one for each table. Operations tab at the top. I’ll work on figuring out the sql language for a general command.
Forum: Fixing WordPress
In reply to: Transferred DB to new host, now have ? throughoutAll right, on the host the collation is “latin1_swedish_ci” for some reason. I need to figure out how to change this, preferably in bulk. I’ll be checking back here in case anyone can tell me, and I’ll be looking on Google at the same time.
This should fix it!
Forum: Fixing WordPress
In reply to: Transferred DB to new host, now have ? throughoutAs far as I can tell, the mark substitutes for the extra space. I always add two spaces after a period. It’s an old habit.
I’m checking the hosts and their settings now.
Forum: Fixing WordPress
In reply to: Transferred DB to new host, now have ? throughoutOkay, I’ve figured out a bit more about this problem:
This is the mark that keeps popping up: ?
I can see it in FireFox 1.5.0.2, but not in a 3 month old IE7 beta. Apparently some others can’t see it in FireFox.
I’m still baffled!
Forum: Themes and Templates
In reply to: Hide some post categories on main pageThanks anyway, FruitFly. I will use that in my sidebar if I decide to organize things this way.
Forum: Themes and Templates
In reply to: Hide some post categories on main pageHmm, that appears to be for excluding entire posts. I probably wasn’t clear enough. I am looking to avoid displaying the name of the category only–the post should be displayed. Here is a full example:
Post A is in categories “Sports,” “Entertainent,” and “Level 1”. Ordinarily, at the bottom of the post, one could read “Posted in Sports, Entertainment, Level 1”. I would like only this displayed: “Posted in Sports, Entertainment”.
Tomorrow, I will look at the page MichaelH provided and try change it to apply to my case. I’ll report back!
Forum: Themes and Templates
In reply to: Hide some post categories on main pageThanks so much! I will look at that ASAP (in a couple of hours).
Forum: Fixing WordPress
In reply to: Sidebars in Foxfire but not in IEAlso, your site looks fine in my IE.
Forum: Fixing WordPress
In reply to: Sidebars in Foxfire but not in IEThis happens to me a lot when the sidebar is too wide. FF adjusts somehow, but IE bumps it downward. Try making sure you don’t have any long text and that the sidebar’s CSS isn’t making it too large either. Also, bad commenting out can do this too. If you use html commenting, check that too.