chiensavant
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Comments and missing URIMaybe a sample of the source code could help.
Have you modified any file since the installation ?Forum: Themes and Templates
In reply to: Gravatars – need to position correctly with CSSI fixed it myself by adding an extra
<div>tag before the gravatarimgtag. I called this tag “cd”…
And here is an sample of my CSS file that aligns the gravatar to the right.
.cd
{
float: right;
text-align: center;
color: black;
border-width: 0 0 1px 1px;
padding: 0 0 5px 5px;
margin: -1px -1px 0px 5px;
position: relative;
border-color: #F93;
border-style: solid;
background-color: white;
height: 1%;
width: 1%;
}
/*
This is a CSS comment where the end-of-comment marker is escaped. The following styles are not read by Explorer 5 Mac because it thinks they are still part of this comment.
*/
.cd
{
height: auto;
width: auto;
}
/*
Another comment, now with a normal end-of-comment marker. Explorer sees the end of this comment as the end of the previous one.
*/Actually, it does do more than just aligning the
imgtag, so adjust it to you needs. You can see the rendering on my website.Don’t forget to close your
divtag as well…Forum: Plugins
In reply to: Adding Post IconsSure you can try…
These buttons are defined in
wp-includes/js/quicktags.js. Follow the examples and you should be able to display your own tags.I never did it before, so I couldn’t do any kind of troubleshooting afterwards. Keep a copy of your original file !
Forum: Fixing WordPress
In reply to: Posting to a .html fileSure…
but it would be easier to automatically redirect your users to your WP index.php page.
All this is done by creating a custom .htaccess file. Google for details. I can’t give you a receipe that will work for you since to my experience the syntax depends of the software you host is running.
If still you have problems post back we’ll give you some details.
Forum: Themes and Templates
In reply to: Why are these links underlined?Solved.
Forum: Fixing WordPress
In reply to: Over 1000 spam moderated, I can’t erase them.not until now.
Geez.
I wish I had.
This thing is like using a tank to kill mosquitos.
Thanks for the second head’s up !Forum: Fixing WordPress
In reply to: Over 1000 spam moderated, I can’t erase them.Forum: Fixing WordPress
In reply to: Over 1000 spam moderated, I can’t erase them.Ok, I tried both Bad Behaviour & Spam Nuker and that looks promising.
Spam Nuker allowed me to erase quite a lot messages (around 400). But spammers came back this morning and I still have 1022 messages awaiting moderation, mostly because they all contain over 10 links..
And I still can’t load themoderation.phpfile properly because it stops loading after the 500ish comment. So still no button, and still no possibility to switch those comments tospamstatus.Any clue on how to proceed ?
Forum: Fixing WordPress
In reply to: Over 1000 spam moderated, I can’t erase them.ok, thanks I’ll try that and post the results.
Forum: Fixing WordPress
In reply to: WP-Admin WEIRD problemNevermind, I solved my problem.
Acronym replaceris the bugger… I deactivated it and its all fine now.
I hope this is causing your problem too.Forum: Fixing WordPress
In reply to: WP-Admin WEIRD problemWhat plugins do you have installed ? I have sort of the same problems, only since I upgraded to the latest stable version and only since I added some new plugins.
Here’s what installed and activated on my install :
– Acronym Replacer 2.8
– Search Hilite 1.2
– Gravatar 1.0
– Live Comment preview 1.7
– Smart archives 1.01
– Subscribe to comments 2.0.2
– trencaspammer
– WP unformatedOnly the one in bold is new since my update…
Forum: Installing WordPress
In reply to: changelog for 1.5.1.1 and 1.5.1.2 ?Well, the good thing with http://codex.ww.wp.xz.cn/Changelog/1.5.1 is that it listed all the modified files.
I originally posted on the “Installation” forum, not in the Hacking one. I don’t really want to know WHAT has changed, but only get a list of all files modified like it was done for 1.5.1, which is enough information for those who asks this type of question… I just need to update the modified files, I don’t need to know what they updated, I rely on them for this.And so far none of the posts I searched for reply to this question (I admit I only looked at the first 5 results).
I’m not a developper.
I’m a regular user with a minor in hacking.
I just thought and pointed out that it would be a good practice if developpers could be more verbose about the changes, and express them in a non technician language intended for the masses (like me), like the one used for http://codex.ww.wp.xz.cn/Changelog/1.5.1
And that would be awesome if we could get a place to read those changes. Specifically, that would be awesome the developers could CREATE :
http://codex.ww.wp.xz.cn/Changelog/1.5.1.1
http://codex.ww.wp.xz.cn/Changelog/1.5.1.2But thanks to you Viper007Bond I can know start my standing ovation for Ryan for providing this : http://ww.wp.xz.cn/support/topic/34263#post-194075 which is a good start.
Forum: Plugins
In reply to: [plugin request] live gravatar !Great.
I’m not ready to make the move (I’d rather NOT modify WP files, otherwise it’s always a pain when I need to upgrade. I’d rather find an external solution, read : a plugin).
But at least I’m happy that you found a way to integrate it elegantely on your blog.Forum: Plugins
In reply to: [plugin request] live gravatar !I must admit I didn’t get how he did it.
Two reasons : I’m no javascript expert, english is not my native language.
So every explanation he provided aren’t clear to me. For example, I couldn’t distinguish what was TextPattern specific, and what wasn’t. But I’ll look at your source to sort this out.
Thanks 🙂Forum: Fixing WordPress
In reply to: Graphics. Please help…Welcome in the world of CSS. 🙂