denyerec
Forum Replies Created
-
Forum: Plugins
In reply to: NEW! Amazon Media Manager 1.5 (*Finally!*)Oh also don’t forget, if you use the plugin please link through to the site, it’s pretty much all we ask for! There’s buttons on the AMM webby, but text links will do just fine ??
Forum: Plugins
In reply to: NEW! Amazon Media Manager 1.5 (*Finally!*)I just hope you upgrade your rating from “Bitch Kitty” there Joni ?? Admittedly, the old AMM was a sod, especially considering the installation perils for the newer versions of WordPress…
All gone now though! ??
Forum: Plugins
In reply to: NEW! Amazon Media Manager 1.5 (*Finally!*)Ah!
Ok, those functions just return text!What you must do is this:
<img src=”<?=$amm->autoImage(‘medium’);?>” />
I made the functions return text-only for flexibility, as you may want to add CSS classes, or titles and stuf to your images.
Hope this helps!
Forum: Plugins
In reply to: NEW! Amazon Media Manager 1.5 (*Finally!*)Vryce:
Could you provide the ASIN of the item you are adding, as well as the exact function call you are using to display it?
Contact me via email (The one registered to me on the forum here is fine) and I can help you track down the problem in detail.Userx:
To change the size of the image, you simply pass a different value to the autoImage function.
The valid values are:
‘small’
‘medium’
‘large’
And any reasnoble pixel size, like so:$amm->autoImage(50);
$amm->autoImage(‘medium’);Which would return an image 50px wide.
Forum: Plugins
In reply to: NEW! Amazon Media Manager 1.5 (*Finally!*)Yep ??
Give it a whirl, if you have difficulties get in touch via my website https://www.denyerec.co.uk and I’ll help you out.
Forum: Fixing WordPress
In reply to: Currently Reading Plug-inForum: Plugins
In reply to: FAQ plugin?Hi there,
I wrote one but I didn’t think anyone would think of using it so I never bothered posting it!!
The backend code is a little shakey as I hacked it together pretty fast. If you’re not worried about stability you could try it out, though if I were you I’d wait for me to re-write it ??
If you’re interested, contact me through https://www.denyerec.co.uk and I’ll send you what I have.
It’s called FAQMe, the FAQ Management Extension ??
Forum: Installing WordPress
In reply to: Ideal location of plugin filesThanks all for the responses, that’s cleared the matter up!
I’ll be putting the I18N files in the ‘top’ level, and the rest of the plugin’s supprting files in a subdirectory.And, of course, writing a readme… ??
Forum: Plugins
In reply to: Media Plugin IdeaWould simply being able to drop in tags like this:
<!–music:Harvey Mandel-, Shangrenade–>
<!–mood:Funky–>At the head of the post be sufficient? It wouldn’t be particularly efficient, but the plugin could strip those out and provide you with th enecessary “hooks” to include into your template.
Forum: Installing WordPress
In reply to: WordPress 1.0.1 to WordPress 1.5.3 ?Ah, thanks a bundle macmanx that’s fantastic!
Forum: Everything else WordPress
In reply to: PostgreSQLAdoDB supports everyone doesn’t it ? Would be nice to see WP support the “standard” DB abstraction system.
Forum: Plugins
In reply to: Getting more from Amazon..?Status’ is a doozy, wishlists, not quite as straightforward and as I don’t use them myself, it’s not something I considered.
I’m making a list of things myself and others have suggested for AMM2, though I want to keep is as simple as possible, so if super-twinkle-status-reporting and the zenith of customisation is your heart’s desire, you may well be found wanting ??
I’m a simple person, afterall ??Forum: Plugins
In reply to: Amazon Media Manager 1.1g – Games SupportThe most likely cause is not implementing the get_media function correctly in the index.php template for your Blog.
Check that carefully and if you’re still having problems, mail me via my website.
Kind regards,
DenyerecForum: Plugins
In reply to: Amazon Media Manager 1.1Curses!
I forgot to include the menu.txt file again?
Consider it fixed as of now.Forum: Plugins
In reply to: Amazon Media Manager 1.1Hey ZaMoose,
I’d not thought about that actually ?? I’ve got some web buttons make up here:
Web Buttons
When I remember to, I’ll make an ‘official’ button but feel free to use whatever fits in with your site.
Thanks for the link ??