ringmaster
Forum Replies Created
-
Forum: Plugins
In reply to: Exhibit 1.1d Photo Gallery Plugin@michiel:
Yes. Use the < !–nothumbs–> tag to disable thumbs for a single post.
@ayteale:
By default Exhibit does what you ask, unless you mean to be more specific with what you want it to do.
If you have changed your configuration to display each post on your home page as if it was displayed on its own, then it won’t behave as you’ve described. You would do better not to use this setting.Forum: Plugins
In reply to: cant find a hack i remember seeing…Forum: Plugins
In reply to: Adhesive: A new sticky WP plugin@shadow:
You’ve probably never gotten a response because you’ve never posted on this thread.
@shadow & Pezzetto
You should be aware that other plugins or hacks may modify the $posts array after Adhesive does, which would cause your sticky posts to not appear sticky.
Adhesive is the easiest way to get sticky functionality, but it’s not foolproof. You could try disabling a few other hacks and seeing if that lets Adhesive work, but usually that breaks other things. If you do narrow down what else you’ve got running that is interfering with Adhesive, I’ll see if it’s possible to overcome it.Forum: Plugins
In reply to: Exhibit 1.1d Photo Gallery PluginThat’s kinda weird. So much for testing, eh?
I’m not sure what’s going on with your full picture display on your external page. It should be displaying only the full-sized image, because a particular picture is specified on the querystring.
Hmm… The list for 1.1e grows.Forum: Plugins
In reply to: EzStatic PluginOh, by the way, the MicroWiki beta thing is online. See:
http://ww.wp.xz.cn/support/10/10415Forum: Plugins
In reply to: EzStatic PluginThat’s pretty weird. Is that happening only when EzStatic is enabled? Or only on an EzStatic URL? Or does it happen all the time? What version of WP did you install?
Forum: Plugins
In reply to: Exhibit 1.1d Photo Gallery PluginI’m going to guess that you don’t have jpeg functions enabled in GD. Do you have other programs in PHP that will manipulate your pictures that are working?
Forum: Plugins
In reply to: Exhibit 1.1d Photo Gallery PluginCool. Thanks d!
Forum: Plugins
In reply to: EzStatic Pluginsphpblog looks pretty cool.
In WP 1.3 there isn’t any code for static pages so far. I’m not sure that static pages are even in the wishlist of features.Forum: Plugins
In reply to: Coder help neededWhat are those ” amp;nbsp;”s meant to be? The forum has mangled your code somewhat.
And your error is “Unexpected }”?Forum: Plugins
In reply to: Exhibit 1.1d Photo Gallery Plugin@wunderkind:
The Exhibit interface appears in the Advanced Editing page. Start writing a post, then click “Advanced” next to the Publish button. The Exhibit stuff will show up on the page that appears, under the post but above the submission buttons.
If you haven’t installed Exhibit tables yet, it’ll prompt you to do so at that point.
@michiel:
Check out what I was saying here. It lets you put specific thumbnails in specific places.
@anonymous:
PLEASE REGISTER!
@anonymous #1:
I think that you might not be setting a preview image. After you add all of the images to a post, click on the Preview checkbox next to the image that you want to appear with the post on te home page.
@anonymous #2:
You are doomed.
I wish there was something I could do to help, but a server setting is causing your issues. You might try talking your host into accomodating you. You’d have to be a poor host not to know how to provide secure hosting without these restrictions.
Alternatively, you could not run Exhibit.Forum: Plugins
In reply to: EzStatic Plugin@lukiss:
You need to follow my directions explicitly… 🙂
Replace the “ob_get_level()” with “-1” so that the whole statement reads:
if(-1>0)
Yes. I know that’s never true. Just trust me.Forum: Plugins
In reply to: “Links” comments?The answer is to not put them in as links. Links are permanent fixtures, and don’t really suit a rolling linkroll very well.
Try this thread:
http://ww.wp.xz.cn/support/10/9522
And you’ll probably also want something that displays the last X posts from a certain category. Hmm… Still looking for that one.Forum: Plugins
In reply to: EzStatic Plugin@nofie:
Aha.
There is a problem with EzStatic & Nicer Archives. It would take me longer to describe the problem than to rewrite things so it works, so I’ve rewritten things.
I’ve created a modified version of Nicer Archives that works with EzStatic. My modifications are ugly, and I would never write anything like this if I had adequate time, but it works. You can see the archives on my site:
http://www.asymptomatic.net/_archives
This URL also known as:
http://www.asymptomatic.net/index.php?static=archives
You can download the modified archives.php file in the EzStatic section:
http://www.asymptomatic.net/wp-hacks
You can buy all of your prescription meds at:
…oh, nevermind.Forum: Plugins
In reply to: Exhibit 1.1d Photo Gallery PluginWell, you’re on the right track, but you’re headed in the wrong direction. 🙂
The thumbnails all appear inside of a <div> tag that gives them certain styles. You can change that style via CSS. Edit the exhibit.css file, and look for the class “.ex_thumb”. This class applies to individual thumbnails in the Exhibit area. The class “.exhibit_thumbs” applies to the entire area of thumbnails.
You can add horizontal space using, say, “padding:7px;”. Achieving the results of aligning that you want would require more input on what you want to accomplish, but you’ll probably need to change the “float” setting on either of the two classes I’ve mentioned.