pinoyca
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Backend errorPlease post your wordpress.com-related concerns in http://en.forums.wordpress.com/ , as you have done last Friday.
Look up “What’s New on WordPress 2.5” on the Internet, sweetie.
Forum: Fixing WordPress
In reply to: Comments-page has no background but textThis problem is everywhere, not only on the comment page.
The HTML says the background is at http://still-around.com/bg.jpg , but it isn’t there. http://still-around.com/design.jpg isn’t there either.
Forum: Fixing WordPress
In reply to: Cant edit anything all of a suddenReinstall WordPress’s source files — we don’t know what modifications the previous webmaster did, or if the site has been compromised.
Forum: Fixing WordPress
In reply to: disable feedGo to your feedburner dashboard and click
Edit Feed Details...and pointOriginal Feedto any nonexistent URL from any domain.If you’re using a plugin that redirects your feeds to Feedburner (e.g., http://wordpress.org/extend/plugins/feedburner-plugin/ ), you’re done.
Forum: Fixing WordPress
In reply to: Redesign it back1. On wp-admin.css add
div#dashboard_recent_comments {display:none}2. No you cannot. The WordPress 2.5 screen design now has those things on the bottom.
3. On wp-admin.css add
div#tagchecklist {height: 50px}4. Post a feature request.
5. Post this problem on the plugin’s site. Is it http://ebroder.net/livejournal-crossposter/ ?
6. Post a feature request.
I hope this helps.
Forum: Plugins
In reply to: Switch from Spam Karma to Akismet?Lorelle swears by SK2+Akismet+BB.
http://lorelle.wordpress.com/2006/11/10/im-winning-the-battle-against-comment-spam/
Forum: Fixing WordPress
In reply to: Can’t upload images in 2.5Take time to say thank-you to LSRN94 as well, gentlemen.
Forum: Installing WordPress
In reply to: individual file changes from 2.3 to 2.5I didn’t want to say so. Instead, if kostuj does what I said, the diff screen is enough discouragement….
Forum: Themes and Templates
In reply to: Next/prev post links not workinghttp://codex.wordpress.org/Template_Tags/previous_post and http://codex.wordpress.org/Template_Tags/next_post have been deprecated. Use http://codex.wordpress.org/Template_Tags/previous_post_link and http://codex.wordpress.org/Template_Tags/next_post_link instead. On your first The Loop, it is working correctly.
By the way, put your Google Analytics code at the very end of your page, so the page loads faster on modern browsers.
You may also want to put the sidebar HTML after your content HTML, so that it shows better on text browsers and on browsers for the visually impaired.
Validate (http://validator.w3.org/) it also when you’ve got more time.
Forum: Fixing WordPress
In reply to: How to format long titles to look better> how to format the post titles to look better
Make the letters smaller?? Enclose the titles in a box?
I doubt Typography is within the scope of this forum. 🙁
Forum: Fixing WordPress
In reply to: Permalinks losing css…Reinstall your theme and make sure it is the one selected in “Presentation | Theme” or “Design | Theme”.
Forum: Fixing WordPress
In reply to: GOT BUGS!1. Post this problem in the plugin’s page: http://wordpress.org/extend/plugins/wordpress-navigation-list-plugin-navt/ , or visit the author’s site and ask this person nicely.
2. Your page doesn’t validate. Your scripts are producing errors in various browsers. moo.js breaks in Firefox, a second breaks in Opera, a third breaks in IE6. (Safari didn’t report any.) Do you know that your homepage has SEVEN scripts? (That’s probably why your pages load slow.) Uninstall all of your gadgets and reinstall them one by one.
Forum: Installing WordPress
In reply to: individual file changes from 2.3 to 2.5See http://codex.wordpress.org/Using_Subversion and http://trac.wordpress.org/browser/trunk. 2.5 is revision 7567, 2.3.3 is revision 6725, as per http://trac.wordpress.org/browser/tags . Enter these two revision numbers into trunk’s “View changes” and you’ll get your lovely list of files.
(Somebody correct me if I’m wrong.)
Forum: Fixing WordPress
In reply to: Upgrading from 2.1 to 2.5First of all, you don’t NEED to upgrade.
Second, consult this page http://wordpress.org/support/topic/164088 for plugin compatibility.
As you probably know, the upgrade instructions are at http://codex.wordpress.org/Upgrading_WordPress .
2.5 is a big upgrade, you are right. If you have a busy site, it’s a good idea to install WP2.5 on a test copy first, then switch over when you are satisfied there are no problems. If you don’t have a busy site, be prepared to restore everything from backup if you aren’t happy.