ryoken
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Help with Matt’s asidesdoes that work with wp 1.3 betas as well?
Forum: Fixing WordPress
In reply to: .htaccess issuesLoaded Modules: mod_jk, httpd_defines, httpdmon, mod_perl, mod_php4, mod_frontpage, mod_ssl, mod_setenvif, mod_so, mod_usertrack, mod_headers, mod_expires, mod_digest, mod_auth_db, mod_auth_anon, mod_auth, mod_access, mod_rewrite, mod_alias, mod_proxy, mod_userdir, mod_actions, mod_imap, mod_asis, mod_cgi, mod_dir, mod_autoindex, mod_include, mod_info, mod_status, mod_negotiation, mod_mime, mod_log_referer, mod_log_agent, mod_log_config, mod_env, http_core
its there.. but I noticed this too:
Virtual Directory Support: disabledForum: Fixing WordPress
In reply to: Comments not showing in 10-Aug version?i also went back and installed the nightly all by itself, keeping only the config file. its still not working right.
Forum: Fixing WordPress
In reply to: Comments not showing in 10-Aug version?i can’t see my comments as well…
Forum: Fixing WordPress
In reply to: how can i post memegen spew?oh and also… memegen spew for the six or seven quizzes i tested ALL failed the validation tests….
Forum: Fixing WordPress
In reply to: how can i post memegen spew?yeah that would work quite well. any chance it’ll be added to the nightlies so i don’t have to keep hacking my blog every time I update?
Forum: Fixing WordPress
In reply to: how can i post memegen spew?after that post i made a test blog for you all to play with but then i found out a simpler solution. according to WordPress the XHTML from MemeGen quizzes is nested incorrectly (and probably is) but WordPress is unable to fix it correctly. thus the eating of code.
in short.. the simplest solution for my problem was to just tell WordPress not to fix the incorrect nesting (options->writing->formatting).
but you might wanna work on that cleaning up function as well ^_^Forum: Fixing WordPress
In reply to: multiple blogs, single user tablebump?
Forum: Fixing WordPress
In reply to: multiple blogs, single user tablewhat files do i have to change?
<– newbForum: Fixing WordPress
In reply to: multiple blogs, single user tablehmm. the replies to this were lost.
allusion, can you explain how you did this?
i’m assuming you changed the line
$tableusers = $table_prefix . ‘users’;
to
$tableusers = ‘wp_users’
or something like that?