vkaryl
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Levyo ajax gallery image (forum)I’m blaming on the weather in Utah.
Forum: Fixing WordPress
In reply to: Levyo ajax gallery image (forum)Duplicate post: http://wordpress.org/support/topic/100302?replies=1
Forum: Fixing WordPress
In reply to: Sidebar is at the bottom (not div)What you see in the preview is quite frequently NOT what shows up on the site.
Forum: Your WordPress
In reply to: New template from scratch – would love some feedbackLooks good. I’m not myself fond of horizontally split setups, but that caveat out of the way, you’ve done a nice job.
Love that bit by Shel Silverstein, btw!
Forum: Fixing WordPress
In reply to: accidental deleted “index.php”Well, I wouldn’t know that either would I? If you don’t have a local copy of the wp distribution, you can download the most recent version from the download link at the top of the page.
Or ask the person who did the work.
Forum: Fixing WordPress
In reply to: accidental deleted “index.php”Upload a fresh file from the fileset you originally downloaded.
Forum: Fixing WordPress
In reply to: when imap is loaded, coordinates are lostOne option (NOT for the faint of heart!) is to edit the post in the database, putting the real code in direct.
Forum: Fixing WordPress
In reply to: Adding “Comments” to non-WordPress PagesOh. Wow. Okay, you can come…. (and if you get THAT ref, you’re better than most….)
Forum: Fixing WordPress
In reply to: Adding “Comments” to non-WordPress PagesI can’t even reconstruct the ugly hack, since for some reason, I didn’t keep a copy of the previous file.
What I finally wound up doing was simply to install an instance of wp in its own subfolder after creating the database. Then on the commentloop.php page (which resides in site root), I input the following as the very first line of the file (above even the doctype):
<?php require('/home/username/public_html/wpfoldername/wp-blog-header.php'); ?>which means that any comments left through the page get saved to the database per normal, and display according to standard criteria in wp-options.
Had the client not been pushing for “instant”, I would no doubt have figured that out first!
Forum: Plugins
In reply to: [UTW] 404 on rewrited tag pageOh, that’s good! Glad it’s sorted, and we’ll try to remember that one for next time.
Forum: Fixing WordPress
In reply to: My Insert/edit image box is missing some tabsI *think* wordpress.com is running 2.1 – which you could do if you want to use a beta version.
Forum: Fixing WordPress
In reply to: Jerome’s keyword breaks at 2.0.6I think that’s the Jerome’s Keywords version he means.
Forum: Fixing WordPress
In reply to: Images don’t show on homepageTry clearing your browser cache and hard-refreshing.
Forum: Fixing WordPress
In reply to: “Write New Post” shortcut button in index pageTry the quickpost plugin from http://cjbehm.dyndns.org/wingingit/quick-post/
Alternatively, simply link the write post page through the link manager.
Forum: Fixing WordPress
In reply to: Adding “Comments” to non-WordPress PagesY’know, I’m COMPLETELY embarrassed to say that I totally forgot to write this up. So I’m glad kiralmarch resurrected the thread. I’ve noted this on my paper planner and my PDA to-do list; I’ll try to get it together by the weekend.
Sorry!