discoverkate
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Coppermine, 4images, Gallery… , the best ?I’m looking for a gallery replacement for 4images. I really love 4images. But it’s taking my server down when I have high traffic days. And since installing WordPress on the server it seems to be happening more often and I’m pretty sure that 4images is the more mysql intensive one of the two.
If you have a suggestion on how to improve 4images or streamline it, let me know.
Otherwise I’m looking for a gallery system capable of sustaining easily 20K photos sorted into many nested categories.
Forum: Plugins
In reply to: NEW! Amazon Media Manager 1.5 (*Finally!*)Search was successful
Amazon Search Results
Shown below are your search results: Result Image Information SelectThis is basically all that I get when I search. It has the categories of the table listed, but nothing comes up. Even though it does say the search was successful at the top.
Anyway to add categories to this plugin? For instance, I run a site on a celeb and have items sorted by film, is that possible?
Forum: Plugins
In reply to: NEW! Amazon Media Manager 1.5 (*Finally!*)It says it successfully did the search, but no results are displayed.
Forum: Plugins
In reply to: NEW! Amazon Media Manager 1.5 (*Finally!*)I found another user in this thread with my same problem, that the search returned no results but it said that the search was successful. I followed the tip or remove the developer id and saving so that the original default one was in the options cp, but I’m still getting the same thing, which is nothing.
I’m very frustrated with this plugin right now, as I’m still not even sure how it works as I can’t seem to add any media.
Any help appreciated.
Forum: Plugins
In reply to: modify ‘write post’ pageProblem solved. Find
<fieldset id="titlediv">
<legend><?php _e('Title') ?></legend>
<div><input type="text" name="post_title" size="30" tabindex="1" value="<?php echo $post->post_title; ?>" id="title" /></div>
</fieldset>Add after:
<fieldset id="postexcerpt" class="dbx-box">
<legend><?php _e('Optional Excerpt') ?></legend>
<div><textarea rows="1" cols="40" name="excerpt" tabindex="6" id="excerpt"><?php echo $post->post_excerpt ?></textarea></div>
</fieldset>Remove the fieldset containing the ‘postexcerpt’ from further down the document from opening fieldset to closing fieldset tag.
Forum: Plugins
In reply to: modify ‘write post’ pageI am just wanting to move the excerpt box back to where it was before the upgrade to 2.0 as I use it every time I post. Can anyone tell me exactly which codes to move so that I don’t mess up the most important part of WordPress, the post function.