bbhank
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Sync FieldsYou are correct.
Thank you.Forum: Everything else WordPress
In reply to: Sync FieldsSee description above.
Forum: Everything else WordPress
In reply to: Sync FieldsThank you.
There is a main table that is a list of businesses with the business address and lots of other information. It looks something like:
ID Name Address City State Zip URL Other Other Other
There is a locations database that uses a locations table that looks like this:
location_id location_label location_address location_city location_state location_postcode location_url
These tables are parts of two separate systems that share the same location data and work in concert with each other. Right now I have to edit both tables as well as the corresponding WordPress page. Needed is to be able to input into the main table and have the changes “automatically” reflected in the locations database.Forum: Everything else WordPress
In reply to: Sync FieldsThe main table has more fields than the locations table. They are part of two separate systems whose location data is/are the same. The issue is exactly how to get the location data to be the same as the location data of the main table.
Please be specific. Exactly how can a JOIN be used? Please give example(s). When location information is changed in the main table, that change is also needed in the locations table.Forum: Developing with WordPress
In reply to: Display Images in rss FeedsSimplePie.
Definitely not simple but might be the pie needed.Thank you.
Forum: Developing with WordPress
In reply to: Display Images in rss FeedsNot everybody is a big coder. Been there. Tried that.
Looking for another Feedsweep like platform.
Know of any? Any suggestions on workable plugins? Going through the “Best Of”s and Top X#s right now.
I’m looking at those routes as well.
Anybody else know of any other workable solutions and/or info on how to customize the code above?And, anyone know anything about what happened to Feedsweep? It was around for years then without warning around Sept 22 it was like it never existed at all. Only old links from the search engines exist now. It worked well as a short coded item. The feeds were set up on their site where their code was generated. All formatting was done there. The code then could be copied and pasted into the WordPress shortcode and/or widget maker.
Forum: Developing with WordPress
In reply to: Display Images in rss FeedsHaving to start from scratch to find something that is a fit for my sites. So far the code route has been best and most easily customizable.
Looking for the kind of customization that was offered in Feedsweep. There seems to be no current information (???) about this service even though they were doing this for years.
Any Ideas, suggestions here?Forum: Developing with WordPress
In reply to: Display Images in rss FeedsI was using Feedsweep to do this. They have “disappeared”. They’re just gone. No warning. No info. Did a lot of searching. Their feeds contained lots of images. Looking for that kind of aggregator/aggregation.
Forum: Developing with WordPress
In reply to: Display Images in rss FeedsThrough some searching found the images are contained in the Description field. Many feeds don’t have images. Depends on how many characters are shown in that field as to whether images will show at all, as most are not at the beginning of the field, but inline with text in the field.
Forum: Developing with WordPress
In reply to: Display Images in rss FeedsI’m not customizing my own feed. I’m wanting to display the images in feeds already made, that are not from, or on, my site. Feeds like news from major outlets, or imagery, from sites like NASA. Images need to be sized freely. There are plugins that do this but not as cleanly and controllable as this script.
Forum: Developing with WordPress
In reply to: Display Images in rss FeedsI guess I’m going in the opposite direction. Trying to display images contained in feeds coming in, not from my site going out.
Hope this helps.Forum: Developing with WordPress
In reply to: Display Images in rss FeedsYes.
Thank you.
Been to this page. It does not show how to display images from external feeds if and/or when they exist.
Please review code and question above.Using the code above, how to display images from external rss feeds, is the question.
Forum: Plugins
In reply to: [BackUpWordPress] Backup Location Folder ChangeThank you.
Problem solved.Forum: Fixing WordPress
In reply to: Backup CreationSolved issue by using non-cron backup.
Went to backup that does not depend on WordPress Scheduler running or not.
Problem solved.