midori
Forum Replies Created
-
Forum: Plugins
In reply to: Profile edits by another user.Well… I do so, but usually, I go directly in the DB via PHPMyAdmin, so….
Forum: Themes and Templates
In reply to: comments link (display an image instead)?Mhh… does that work:
<?php comments_popup_script(‘<img src=”imagezero.gif” alt=”0 comments” />’,'<img src=”imageone.gif” alt=”1 comment” />’,'<img src=”imagemore.gif” alt=”% comments” />’) ?>Forum: Plugins
In reply to: Differentiating User and Admin CommentsI use that, I did a few line of code that add the last 8 comments on the top of the menu… hooked thank to that “comment-” except I changer id for a name…. 😉
Forum: Fixing WordPress
In reply to: Comments on drafts?Were you also a victim of the spam bot ? Comments of different IPs, but same mail / URI ? Search this board with “Spam”… ¬__¬
Forum: Fixing WordPress
In reply to: Very strange encoding problemWell, if you do use a tool like PHPMyadmin to access your DB (as I do, I have much more than only my blog on it), I noticed that already twice it caused problems of encoding…. so…
Forum: Fixing WordPress
In reply to: Recent spam in commentsSeems that simply (in version 1.2) changing the name of the files + modifiing links to them (ok, my idea of simple…. never mind) worked, though I did add a few words in the anti-spam control interface…. 🙂 Well, that’s a relief….
Forum: Everything else WordPress
In reply to: How Many Blogs do you own?One with now 5 bloggers (I transfered my sister to my blog to suppress the second, I still have to add her old posts to the DB). I *own* enough non-blog sites to have enough to do without… 😉
Forum: Fixing WordPress
In reply to: Webzine from WordPressI think you might want first to have ONE post per page. Then, to use CSS to do a design as you like, using special tags to add to the menu. You might want to look at the plugins, too.
Forum: Everything else WordPress
In reply to: About cookies…Different uses and actions, different cookies. They will perhaps get one for remeberign their name + site +….
You get one for *autologin*…Forum: Fixing WordPress
In reply to: Very strange encoding problemHo O_o I deactiveted some plugins I did not absolutely need, before I activated grins, and suddenly: it works o_O
Forum: Fixing WordPress
In reply to: cant log inJust check in you browser’s help where to destroy cookies (yummy :P) and then go back to login page….
Forum: Installing WordPress
In reply to: have password but don’t know loginok. Fetch your login and password of the mysql database (you should have had to input them in the config file, if nowhere else).
Go to your hosting zone’s administration, find your way to the database interface (you will certainly have to login). Have a look at the table with the name *prefixyouchoose*users, each line of this table is one use. The second or third information on “your” line is your login. Passwod is encrypted, but since you have it…Forum: Installing WordPress
In reply to: Install Connection errorCookies, cookies, cookies 😉 Try to clear them all, and try again 🙂
Btw, any admin reading that: make, somewhere (I could not find one) a liste of all tables + tables columns so that people with error during install can compare with what came in their installs ?Forum: Installing WordPress
In reply to: have password but don’t know loginIs that your blog ? Do you have access to the Mysql Database ? If yes, look into the *yourprefixe*users for the proper login name. (Second column, just after ID, usualy).
Forum: Fixing WordPress
In reply to: cant log inTry:
– suppressing all cookies of the blog’s hosting place, even emptying the cache, and the again.
or
– accepting cookies for the blog.
What is the site behaviour exactly when you try to log in ?