grnidone
Forum Replies Created
-
Forum: Plugins
In reply to: [Calendar] How to add the calendar on page?If it matters, I was looking for this information on the main “Calendar” page. I was surprised I could not find it there…
Image here:
http://screencast.com/t/Fs9MTYCuyRStupid stupid stupid. I fixed this myself. Sorry for the bother.
Hmm. Still does not explain why my old stuff works and my new edits do not work.
Tom: Do you notice that you have data on the page twice? Once at the top which is not formatted and again below that is formatted?
AAAH. I think I see what I was doing wrong: I just realized I was looking at the wpbusdirman-single.php which is in the
/plugins/business-directory-plugin/posttemplate/wpbusdirman-single.php
and NOT the
/thesis_184/single/wpbusdirman-single.php file…
Stupid mistake. Let me look at this again with the *right* file.
Tom. Your Thesis is running fine as far as I can tell. I also run Thesis. The issue, as far as I can tell is in the wpbusdirman-single.php….
I am running BD 2.0.5
OK. Removing the line that said “the_post();” did not fix the issue.But, I think I can help out by saying that the ONLY listings I have a problem with are the ones I added/ edited in the Directory > Directory > Edit listing page (the one that looks like editing a regular plain ol’ wordpress post.)
The ones I put into the directory and edited in the Directory Admin > Manage Form Fields > Preview Form > Add New Listing in a previous version of Business Directory Software have no problems.
I think the previous software version was not even 2.0…it might have been JUST at 2.0…but I think the version was prior to that.
I don’t know if that helps, but if you have old code revisions, you might be able to track down the difference between what was then and what is now.
I too, am having what appears to be the same issue. The post entry is on the page twice:
http://kansasseed.org/KSIA-directory/hnr
From “wpbusdirman_single.php”
<?php if (have_posts()) { while (have_posts()) { the_post(); ?>I am going to try to remove the “the_post();” and see if that fixes it…
Yes. I thought I was losing my fracking mind.
The only solution I’ve found is that you can’t do an image search: you have to go to the gallery that the image is in to delete it using bulk deletes.
You *can* however delete individual photos from the search results to delete by hovering over the word delete for the ind photo.
I feel your pain. But that’s the only solution I could come up with.
I could try to downgrade…do I just need to delete the newer plugin and then re-install teh downgraded version?
I didn’t downgrade. I just know it worked before I upgraded.
I’m still able to edit the photos…I just ahve to do it individually. But that sucks as I somehow have many many dupes to get rid of.
Oooooh. I just solved this.
nggtags gallery=tag1, tag2, tag3…
HOWEVER, your tags must NOT have spaces in them and MUST not have any punctuation marks in them…
I had things by year: 1920’s was a tag name. The ‘ was throwing it off…
Forum: Plugins
In reply to: [Media Tags] Can media-tags work with NextGen Gallery?I would like to know if this is possible as well. I’ve used the Media Tag plugin
(found here: http://ww.wp.xz.cn/extend/plugins/media-tags/)
with my media library to tag my images. I’ve now upgraded to the NextGen Gallery, and, while I am able to pull those images into the NextGen gallery via the import image folder, I lost all of my tags for those photos.
Is there a way to import the tags into nextgen?
Yes, you are correct:
The media library server path is:
wp-content/uploads/
The images are sorted by date, so to upload the images from 2011 in the month of April, you’d put
In the server path under “import image folder”:
wp-content/uploads/2011/04
However, I do not know if this is considered an “upload” for your Internet costs.
Forum: Fixing WordPress
In reply to: I need Access to my old blog after IOk. I’ve decided to follow your instructions carefully and get the old blog back by changing the url BACK to the old one.
Forum: Fixing WordPress
In reply to: I need Access to my old blog after IToo late. I JUST created a new database…and after some thought, I want to have two separate sites: one to develope on (hidden from users and search engines and the one that customers interact with.
So, how do I get the old blog back?