schestowitz
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Text in search box not visible unless highlightedThis works fine in Firefox. Black over white in the box. Have you fixed this in the interim? Which browser are you using? Any CSS modifications or plug-ins (browser-level)?
Forum: Fixing WordPress
In reply to: Archive 404 errorWhere did that link come from? Is it part of the ‘WordPress box’? If not, you are merely URI hacking and are bound to trigger odd errors or, in this case, URL’s that are not mod_rewritten properly by Apache.
Forum: Alpha/Beta/RC
In reply to: No Editor at allWhen you say you started over, are you referring to both the database and the installed files on your server? This would help us understand if the problem is at server level, browser level or is due to a bad installation.
Forum: Alpha/Beta/RC
In reply to: Previous posts dissapearedI guess you would have the issue of merging if you failed to spot the missing posts immediately after the upgrade.
You will inevitable have to manually combine the current version and the 1.5 backup. Make sure you have no orphan posts in the current database, i.e. the database in its current form. Keep an eye on the size of the sqldumps. It’s possible that you fail to spot something. This once happened to me with phpwiki.
Forum: Alpha/Beta/RC
In reply to: parts of admin section removed/hidden by adblock..This is problematic. I raised it in the lists before. There is an issue with TinyMCE (the rich text editor) which does not interact nicely with AdBlock. /adv/* matched ad* and adv* for advertisement. I suggest that you either disable AdBlock or go to your chrome Firefox directory (in my case ~/.mozilla/firefox/1ixj9tdk.default/chrom). Then, edit userContent.css and remove (at the least):
iframe[src*=”/ad”]
iframe[src*=”/adv”]Forum: Installing WordPress
In reply to: MYSQL Database ErrorIs the database on localhost? Have you pointed WP to the correct database? It is unlikely that /home/theart/public_html/blog/wp-includes/wp-db.php is structurally corrupt and the error suggest. I believe that the error spewed out is deceiving and something more fundamental is involved. Have you prepended the database name and username with your username on the system?
Forum: Fixing WordPress
In reply to: How can I show (prev, next) like (1 | 2 | 3 | 4 …) ?I am not aware of any plug-in that would do this, but notice the form of the URL that corresponds to page 1, 2, and so forth. You could replicate these in the source.
As MySQL has a LIMIT on each page, I am not sure to what extent one could predict the number of pages. It might need a good deal of coding whereby you check how many entries exist in total (or an estimate). As I said, maybe a plug-in exists already, but it’ll slow things down a bit.
Forum: Alpha/Beta/RC
In reply to: pages giving 404<b>jonlandrum</b>, I would say it isn’t, but let’s hope that everything is rectified by the 26th.
Forum: Fixing WordPress
In reply to: Hide dashboardThe browser cookie must have misled you…
Forum: Fixing WordPress
In reply to: dropping some of postI can’t find the appropriate page in the codex, but this was mentioned before so I suggest you search the forum. Snippage behaviour can often be changed. I hope you can at least see the full text when editing the posts in question.
Forum: Installing WordPress
In reply to: Post Template?I suggest that you resolve this at source/style-level. Try editing your stylesheet to include the ncessary breaks/elements. look at the class called “story” in particular. Otherwise, insert the necessary html into index.php at the appropriate place/s.
Forum: Themes and Templates
In reply to: 6 New ThemesYes, nice designs. Server is very slow at the moment though.
Forum: Themes and Templates
In reply to: CSS: getting floats to clear with background URLForum: Alpha/Beta/RC
In reply to: 2.0 Safari Editor or quick tags?In 2.0 RC2, I can confirm that Opera has all quicktag buttons show up. Opera 8.5/Linux. Disable RTE under Users (untick box at the bottom).
Forum: Fixing WordPress
In reply to: Image Thumbnails Only?On the former part: it was pointed out before among the testers and should (hopefully) be fixed.
On the latter part: you can’t change it as far as I can tell unless you delve into the source. Is /uploads not good enough? It keeps things quite organised but difficult to locate if you haven’t the right tools.