Planet13

msg:4436331 | 6:33 pm on Apr 2, 2012 (gmt 0) |
BTW: I have tried adding the following code: if ( function_exists( 'add_theme_support' ) ) { add_theme_support( 'post-thumbnails' ); } I have put it into these TWO different files: /wp-content/themes/magasin-uno-reloaded/functions.php /wp-content/themes/magasin-uno-reloaded/includes/functions.php But still does not show up. How can i tell if this function: add_theme_support Actually exists? Should I look in the theme's functions.php file? (It ain't in there). I have also looked in the includes//functions.php and it doesn't seem to be in there, either. Maybe i have to add that function somewhere?
|
Planet13

msg:4436681 | 2:18 pm on Apr 3, 2012 (gmt 0) |
Well, for what it is worth, the problem was that I was trying to create featured images by hotlinking to them. Unfortunately,wordpress doesn't allow you to create thumbnails from an image that you hotlink to. You have to use the browser upload feature and actually upload it (apparently).
|
rocknbil

msg:4436733 | 3:49 pm on Apr 3, 2012 (gmt 0) |
Well, yeah, basically no thumbnail image exists until you upload it. Additionally hotlinking is generally a bad idea unless you have the permission of the source. Basically what you're doing is stealing their image to display on your site, and using their bandwidth to do it. One of these days you'll open the page and see a "replacement - no - stealing - allowed" image in it's place when they figure it out and add hotlink protection.
|
Planet13

msg:4436755 | 4:48 pm on Apr 3, 2012 (gmt 0) |
Hi ya, rocknbill: | Basically what you're doing is stealing their image to display on your site, and using their bandwidth to do it. |
| You are unfortunately giving me too much credit :) What you had suspected me of doing (hotlinking to someone else's image) would probably have taken some amount of aptitude - something I seem to be bereft of lately. :( I was actually hotlinking to ONE OF MY OWN PHOTOS that was already in my coppermine gallery on the same server - just in a different directory. Since I wanted to save on disk space (by not having to upload the image twice in to two different locations), I thought I could just hotlink to one of my own images.
|
rocknbil

msg:4437102 | 3:41 pm on Apr 4, 2012 (gmt 0) |
No suspicion intended, education. Many people do this and don't even realize what they are doing, or even consider it might be wrong. Hotlinking by definition is linking to a resource on an external server. If your coppermine gallery is on the same domain, you can just use /path-to/coppermine/images/01/12/file.jpg ... but if it's a dedi or VPS and it's actually a different domain (but same server,) yes you'll have to use the full URL.
|
|