moonman239
Forum Replies Created
-
Forum: Plugins
In reply to: Shopping list plugin for recipe blog?Well thanks. I guess I’ll have to resort to programming such a plugin myself. I might even consider uploading it to the plugin directory.
Forum: Plugins
In reply to: Shopping list plugin for recipe blog?I’m not thinking about e-mail just yet, I’m thinking of a site where when they select the ingredients they want and click Add To Shopping List it creates a shopping list on the shopping list page.
Forum: Plugins
In reply to: Shopping list plugin for recipe blog?It’s for my blog visitors. I want to provide them with the ability to select ingredients from a recipe and add them to a shopping list.
Forum: Plugins
In reply to: Shopping cart plugin?This is not exactly what I’m looking for. I want them to be able to select items from blog posts and add them to a shopping list. I don’t want to go into payment just yet. Will somebody please create such a plugin for me?
Forum: Plugins
In reply to: Select from galleryExcuse me. I didn’t know this forum would process the hyperlink. Anyway, here’s the code to use: (add < before the a href): a href=”http://www.your-blog.com/”<img src=”your-image-url” height=”your-image-height” width=”your-image-width”>
Forum: Plugins
In reply to: Select from galleryLet me try to understand your question. You want to make a plugin that stores an image location in a database table, and allows you to click on the image from the gallery and have it take you to a custom form in the edit post area? I suppose I could help. I’m not really an expert when it comes to creating a WordPress plugin, but I do Web programming. It sounds like the plugin maker (a WYSIWYG tool) does not allow you to create an image hyperlink. That’s okay. Just go to the code editor and put to the left of <img src=”your-image” height=”your image height” width=”your-image-width”> and to the right.