SilverLining
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Going to /wp-admin redirects to front pageIt was a plugin! Now to figure out which one.
Thank you!
Forum: Fixing WordPress
In reply to: Problem with RSS-feedAnd can you advice me on how to prevent it from showing it twice?
Forum: Plugins
In reply to: OpenID: editing source code? Or plugin? Or alternative sollution?Come on, has noone done this? Can someone tell me if it’s even possible? Maybe I’ve missunderstood the point of openID…
Forum: Plugins
In reply to: OpenID: editing source code? Or plugin? Or alternative sollution?I’ve tried just adding the code provided in the tut to my header.php but it doesn’t seem to do anything. Help? Please, I’d really like to get this to work.
Forum: Fixing WordPress
In reply to: 404 Page Not FoundFixing the file name didn’t work… Also, I don’t want the PDFs viewable IN the blog post, just that the link lets the person see the document in another window/tab. Anyone got any tips for me? Still getting 404s.
Forum: Fixing WordPress
In reply to: 404 Page Not FoundNo, I didn’t look. Though PDFs are listed as files that you can post with the attachment function so should a plugin really be nesseccary? Does anyone know another reason it might not work?
Forum: Fixing WordPress
In reply to: 404 Page Not FoundWindows, I can only assume. Since I use that OS. How do I do this?
Forum: Fixing WordPress
In reply to: User notification on replies?Hmm…not really the same thing cos then they’d get a feed of ALL comments, right? That would probably annoy people more than help them. I was more looking for something where you’d get notified on replies only to your own comments. But thanks for the tip anyways!
Forum: Plugins
In reply to: About wp-grins?sooo sorry for the multiple posts, I have an obnoxious computer
Forum: Plugins
In reply to: About wp-grins?anybody have any ideas of what can be wrong? (sorry if I’m not allowed to bump the post)
Forum: Plugins
In reply to: About wp-grins?yup, they show up just fine if I go to their url or put them in the post by using the “insert image” button
Forum: Plugins
In reply to: About wp-grins?I think I’ve done exactly what that page says. To my knowledge I have wordpress 2.0, I downloaded it just a few days ago.
Forum: Plugins
In reply to: About wp-grins?I think there’s something wrong with the admin-function.php because when I make a post it just showed the image of the first smiley but it’s not clickable. when commenting, the first images is clickable but no others show..
Forum: Plugins
In reply to: About wp-grins?ok, now the error is fixed, but the smilies still don’t show up. just the firts plain smiling one and that one isn’t even clickable…
Forum: Plugins
In reply to: About wp-grins?this is what my smilies list looks like. I can’t find where I’ve borgen the pattern
$wpsmiliestrans = array(
‘ :)’ => ‘smile.gif’,
‘:baby’ => ‘baby.gif’,
‘:babyb’ => ‘babyboy.gif’,
‘:babyg’ => ‘babygirl.gif’,
‘:bang’ => ‘banghead.gif’,
‘ :'(‘ => ‘bawling.gif’,
‘:bheart’ => ‘brokenheart.gif’,
‘:cash’ => ‘cash.gif’,
‘:cen’ => ‘censored.gif’,
‘:chat’ => ‘chat.gif’,
‘:chill’ => ‘chillpill.gif’,
‘:cloud9’ => ‘cloud9.gif’,
‘:???’ => ‘confused.gif’,
‘:cop’ => ‘cop.gif’,
‘:couple’ => ‘couple.gif’,
‘:crowd’ => ‘crowded.gif’,
‘:666’ => ‘devil.gif’,
‘:diz’ => ‘dizzy.gif’,
‘:earth’ => ‘earth.gif’,
‘:!:’ => ‘exclamation.gif’,
‘:f:’ => ‘female.gif’,
‘ :(‘ => ‘frown.gif’,
‘:fry’ => ‘fryingpan.gif’,
‘:ghug’ => ‘grouphug.gif’,
‘:grumpy’ => ‘grumpy.gif’,
‘:headp’ => ‘headphones.gif’,
‘:heart’ => ‘heart.gif’,
‘:idea’ => ‘idea.gif’,
‘:idiot’ => ‘idiot.gif’,
‘:kiss’ => ‘kiss.gif’,
‘:lmao’ => ‘laughing.gif’,
‘:luck’ => ‘luck.gif’,
‘:m:’ => ‘male.gif’,
‘:med’ => ‘meditate.gif’,
‘:no:’ => ‘no.gif’,
‘:nurse’ => ‘nurse.gif’,
‘:party’ => ‘party.gif’,
‘:paw’ => ‘paw.gif’,
‘:peace’ => ‘peace.gif’,
‘:?:’ => ‘question.gif’,
‘:read’ => ‘reading.gif’,
‘:santa’ => ‘santa.gif’,
‘:sing’ => ‘sing.gif’,
‘:sbox’ => ‘soapbox.gif’,
‘:star’ => ‘starry-eyed.gif’,
‘:tounge’ => ‘tounge.gif’,
‘:wave’ => ‘wave.gif’,
‘:wide’ => ‘wide-eyed.gif’,
‘:witch’ => ‘witch.gif’,
‘:wizard’ => ‘wizard.gif’,
‘:worried’ => ‘worried.gif’,
‘:yes:’ => ‘yes.gif’,
‘:yuck’ => ‘yuck.gif’,
‘:zip’ => ‘ziplip.gif’,
‘:zzz’ => ‘zzz.gif’
);