Search:

Type: Posts; User: JonH

Page 1 of 5 1 2 3 4

Search: Search took 0.04 seconds.

  1. Thread: CKEditor 0.1

    by JonH
    Replies
    35
    Views
    12,176

    Thanks iKnockz. If you open it up and look at it...

    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...
  2. Thread: Plug-in list

    by JonH
    Replies
    4
    Views
    12,900

    Sticky: This is great work Kyan. Hey could you try out...

    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...
  3. Thread: More From 0.1

    by JonH
    Replies
    16
    Views
    3,506

    I see, I thought it was the regex trimming the...

    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...
  4. Thread: More From 0.1

    by JonH
    Replies
    16
    Views
    3,506

    Hmmm it worked for news.yahoo.com and...

    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...
  5. Thread: More From 0.1

    by JonH
    Replies
    16
    Views
    3,506

    Hi Kmai, Yea i wasn't sure which way to have it...

    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...
  6. Thread: Profile Image

    by JonH
    Replies
    38
    Views
    9,897

    This is great for sites that have a less techy...

    This is great for sites that have a less techy member base. Unfortunately some people still don't know what a Gravatar is!
  7. Replies
    4
    Views
    986

    Thanks for the contribution sachingk. This plugin...

    Thanks for the contribution sachingk. This plugin has been a hot topic!
  8. Thread: CKEditor 0.1

    by JonH
    Replies
    35
    Views
    12,176

    That was my next suggestion but didn't want to...

    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...
  9. Thread: CKEditor 0.1

    by JonH
    Replies
    35
    Views
    12,176

    The suggestion from the CkEditor forum looks like...

    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...
  10. Replies
    2
    Views
    1,170

    http://forums.hotarucms.org/forumdisplay.php?34-Th...

    http://forums.hotarucms.org/forumdisplay.php?34-Theme-Downloads

    Still courteous to donate to the designer though
  11. Replies
    3
    Views
    888

    You don't have to study php, that's the beauty of...

    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...
  12. Thread: CKEditor 0.1

    by JonH
    Replies
    35
    Views
    12,176

    It should work on 1.3.x unless the plugin hooks...

    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.
  13. Hi James, Best way is to check out an existing...

    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.
  14. Leave the widget installed but turn it off in the...

    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"); ?>
  15. Thread: Post Images 1.4

    by JonH
    Replies
    222
    Views
    56,507

    He was until a few months ago, I can only assume...

    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?
  16. Thread: CKEditor 0.1

    by JonH
    Replies
    35
    Views
    12,176

    If you copy the html tags above change the ...

    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.
  17. Thread: Lounge

    by JonH
    Replies
    17
    Views
    11,145

    Great work Carlo, one of the best themes here.

    Great work Carlo, one of the best themes here.
  18. Thread: CKEditor 0.1

    by JonH
    Replies
    35
    Views
    12,176

    Yui Editor

    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 :)
  19. Thread: CKEditor 0.1

    by JonH
    Replies
    35
    Views
    12,176

    CKEditor 0.1

    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...
  20. Replies
    4
    Views
    665

    Did you clear your cache in admin maint. page?

    Did you clear your cache in admin maint. page?
  21. Thread: More From 0.1

    by JonH
    Replies
    16
    Views
    3,506

    Your welcome :) . If I attached a thumbnail...

    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...
  22. Replies
    4
    Views
    790

    I'm not 100% sure this is your problem but IE is...

    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 <-...
  23. Thread: More From 0.1

    by JonH
    Replies
    16
    Views
    3,506

    More From 0.1

    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 &...
  24. Replies
    32
    Views
    4,941

    Kind of off topic but it's plenty helpful :) ......

    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...
  25. Replies
    5
    Views
    923

    That code was borrowed from here...

    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...
Results 1 to 25 of 125
Page 1 of 5 1 2 3 4