Xyth
Forum Replies Created
-
Forum: Plugins
In reply to: My Lazy gallery is being LAZYI had a similar problem until i changed to version .4++ found at:
https://student.kuleuven.be/~s0164195/lazy-gallery/Its caching of the tumbnails resolved my no display issue.
Forum: Plugins
In reply to: Alex’s style switcher doesn’t work for me…I don’t see that you put the link to to plugin into your index.php file.
<style type=”text/css” media=”screen”>
@import url( <?php wp_stylesheet(“yourdefaultstyledirectoryname”); ?> );
</style>
Looking at the above, you used <?php wp_style_switcher(); ?> which did not contain the argument of the directory name under wp-style directory. Since you are using a different switcher now, it is had to tell any more what is wrong.Forum: Plugins
In reply to: Adhesive: A new sticky WP pluginI concur, Ring, this is useful stuff. Great stuff. Although what you have done has met my limited needs, I hope you revisit these plugins later and add a few features when you have time. Many thanks for the good work.
Forum: Plugins
In reply to: wp-mood-quote (random quotes based on mood)Ok, running 0.2d now, I hope that is the lastest version. Pathing seems fine now, but no matter where I put the insert line:
<?php get_mood_quote(false); ?> nothing appears. No error message either, nothing returned as far as viewing the source shows. I’m using false to keep things simple.
Maybe you could be clearer what you mean by “Open up the template(s) that you would like the quotes to appear on, and add this line anywhere you would like the quote to appear:
<?php get_mood_quote(); ?> Can you give an example of a file with this line added?
Also, your docs say “Download the plugin from the download page, save it as a wp-mood-quotes.php ” but I think you want it to be wp-mood-quote.php to be consistant.
ThanksForum: Plugins
In reply to: wp-mood-quote (random quotes based on mood)Still had problems getting it to create the quote file. The problem seemed to be a pathing one.
Should be: $file_path = “./quote_file.txt”; not
$file_path = “../quote_file.txt”
at least thats what I had to change to get mine to work.Forum: Your WordPress
In reply to: Site Critique: What do you think?The site looks great. Thanks for your help on other issue. BTW, my brother is a Kiwi (dual citizenship), and lives near Auckland. If I can ever get a vacation I will be heading your way. Thanks again.
Forum: Plugins
In reply to: Adhesive 1.2@wairoanz: That hammered it into submission. I suspect only the header related entries are really needed, but just in case I will leave the rest in. Thanks for taking the time to come up with a better work around than mine.
Forum: Plugins
In reply to: wp-mood-quote (random quotes based on mood)Warning – I followed your instructions, and my site stopped working. You instructed “Chmod the folder wp-content to be writable by the server (666 is an example)” . My site stopped working. For whatever reason, all of my plugins were deactivated by this. Maybe it should be 766 not 666?
Forum: Plugins
In reply to: Adhesive 1.2@ring, 1.5 is working great. One small thing was bugging me though. In the “dots” stylesheet on Alex’s contest site, it would change the style of the headings of just the sticky posts. No other styles would be effected, just that one. For the life of me, I didn’t see what was up with that style. I ripped out the part of 1.5 that used the sticky style class when it posted the sticky, and that fixed it until I can take another look at it.
Forum: Plugins
In reply to: Automatic WP Player v1.0c@auto, a while back I tried to get this to work, but the upload did not work. I figured since no one was showing any interest, I would have a go at working with it. It seems to work, and I eased it into my index.php in a new Music section. Although I increased the max file size under the upload configuration, it seems capped somewhere under a 2 meg upload. Of course, that might be my ISP enforcing something, but this is resolved by crunching the .mp3s down hard.
I would be nice to be able to make the flash player invisible, and eliminate the front image so only the link lists show up. That would keep the menu clean, and folks could just click on a tune while they are browsing a page. It would also make it possible to get my index page back into XHTML compliance. IFrames..ugh.
Nice job though, has lots of potential.Forum: Plugins
In reply to: EzStatic Plugin@ring: Zfeeder “almost” is working perfectly in your plugin. If your ready to stop trying an yell “Zfeeder is written by babboons”, I don’t blame you. However, if you want to see what isstill wrong, I left two links on my site, one called zfeeder which is my manual static page that works fine, and a link called zfeed include test, which works fine until you click on the “more” tab on a feed. Then it presents a page that is all categories dumped onto one page. Cool, but not quiet what it should display. Any ideas? Would doing the rewrite mod help?
As always, thanks.Forum: Plugins
In reply to: EzStatic PluginJust so you know Zfeeder via EZstatic does seem to work in 1.5, but it seems to ignore the template selected in the admin routine, and uses the bare bones “blue” template. I use BlueLogo. If I do the rewrite mod stuff as you mentioned, is that how I can pass the template into EZStatic? I just want to know if that is correct before I start using rewrite (It has caused me problems elsewhere before) .
Nice job doing that fix.Forum: Plugins
In reply to: Adhesive: A new sticky WP pluginI have always gotten a small sticky check box in the lower left corner of the new message entry screen. I thought that was a nice feature.
Forum: Plugins
In reply to: EzStatic PluginRing, your DL page is not there, its falling back to your index. I’ll check later in case your just working on the site.
Forum: Plugins
In reply to: Easiest way to?Use the EZStatic plugin.