Thanks iKnockz. If you open it up and look at it you'll see it was pretty simple, ( I do a lot of paste and prey coding and ask a lot of questions lol) It shows how easy Hotaru plugins are! WimTib, I...
Type: Posts; User: JonH
Thanks iKnockz. If you open it up and look at it you'll see it was pretty simple, ( I do a lot of paste and prey coding and ask a lot of questions lol) It shows how easy Hotaru plugins are! WimTib, I...
This is great work Kyan. Hey could you try out the "blog this post" button (if you have one, it's at the end of the post next to "thanks") and squeeze both posts in 1 blog entry? I clicked the button...
I see, I thought it was the regex trimming the subdomain off but it's using Hotaru's search so it will bring up anything with "blogspot" in url. It will take a more complex plugin to bring up only...
Hmmm it worked for news.yahoo.com and channel.nationalgeographic.com on my test site.
That's what I use on my swcms site and it works too. Maybe someone else can have a stab at it. Make sure you...
Hi Kmai,
Yea i wasn't sure which way to have it as default. Try to replace your more_from.php with this one and I think it should leave the subdomain attached to the url. I tested hastily so be sure...
This is great for sites that have a less techy member base. Unfortunately some people still don't know what a Gravatar is!
Thanks for the contribution sachingk. This plugin has been a hot topic!
That was my next suggestion but didn't want to edit the Hotaru files unless necessary.
nl2br inserts a <br /> tag every time you hit the enter/return key on your keyboard in a text field. Ckeditor...
The suggestion from the CkEditor forum looks like that might fix it. Hopefully they'll fix it in the next version def. a bug.
I think the code you pasted was added in the plugin file ckeditor.php...
http://forums.hotarucms.org/forumdisplay.php?34-Theme-Downloads
Still courteous to donate to the designer though
You don't have to study php, that's the beauty of simple plugins. Just read the Hotaru docs here and the 3 tutorials/case studies on how to make a plugin.
Probably the "hello world" plugin will...
It should work on 1.3.x unless the plugin hooks have changed, it's a very simple plugin. 1.4.1 is just what I tested it on.
Hi James,
Best way is to check out an existing plugin related to what you want to do. Check out the Media Select plugin, and make one from that.
Leave the widget installed but turn it off in the widget plugin.
Then use this in your theme where you want the search box to be:
<?php Widgets::singleWidget($h, "search"); ?>
He was until a few months ago, I can only assume he's busy with school.
It gave me some errors when I was trying out the RSS autoreader plugin but not on every post. You guys using that one?
If you copy the html tags above change the <span> tag it has a space in the middle but it isn't there when I go to edit post.
Great work Carlo, one of the best themes here.
I first made the Yahoo YUI2 editor a plugin but found it a little slow, buggy, big for the submit page and seems to take more code to configure but here it is anyways :)
CKEditor WYSIWYG Text Editor
Version: 0.1
Author:Jon Harvey
Created on: 2010/09/24
Last Updated: N/A
Tested on: Hotaru 1.4.1
Plugins Required: Submit 3.2 (tested on)
Plug & Play: Yes...
Did you clear your cache in admin maint. page?
Your welcome :) .
If I attached a thumbnail it would have to be circled and a big arrow, it's not much to see other than the function of it...just the site from the submission's main domain like...
I'm not 100% sure this is your problem but IE is picky about widths, you have to make sure everything fits by making sure all your borders, div widths, padding etc pixels don't total over 960px <-...
More From
Version: 0.1
Author: Jon Harvey w/ help from Nick
Created on: 2010/09/19
Last Updated: ...
Tested on: Hotaru 1.4.1
Plugins Required: Search 1.2, Bookmarking 0.5 (tested with)
Plug &...
Kind of off topic but it's plenty helpful :) ...
Backlinks are still a huge factor with Google PR (what PR is worth that's another topic). I think this is BS because this is one of the very...
That code was borrowed from here
It deals with your browsers cache so I don't think it will effect Hotaru's caching. Hmm second thought not sure since there's php extensions mentioned too...