Hi Dennis,
This question was already posed and answered in this topic.
Type: Posts; User: WimTibackx
Hi Dennis,
This question was already posed and answered in this topic.
Hate to "advertise" but for the sake of giving information, I am working on a fork. It will however feature lots of changes to the API and inner workings, so I'm not sure if it's a very appealing...
You can use make_url_friendly($yourVar). If you use the posts table, you need to save that (as part of the whole url) in the post_url field. Hotaru will then automatically detect the post.
Are you using friendly_urls? (like: example.com/post/5) If so, does it work or do you just get the 404.
In any case, is the .htaccess file correct?
Could you give some more information (when do...
Just a quick suggestion: Maybe this and your previous guide would fit better on the docs?
Nice work.
Could you please tell us what you did to solve the problem? Maybe that would be useful for others.
Well, I would think the most common errors are: wrong mysql hostname (maybe it shouldn't be localhost, if you used that), extra spaces in any of these values.
Also, you could try to add these...
Well, I replied to your pm before I read this. Just to be open and for future reference:
Well, I looked into how the tags are being saved (turns out they are being saved in a ridiculous way imho),...
Well, I see the installation wizard. Can you explain what you mean by "It doens't work"? Do you get an error? What does it say?
Edit: also, I would advise you to edit out the url. People might...
Can you tell us what you put on the "BASEURL" line of the hotaru_settings.php file, and what you are trying to run it on?
Could you give a list of the plugins you are running? Well, you are clearly running the Category plugin, but other then that.. (Although it is more important to know what you're not running, just...
Absolutely
Indeed, it will continue to exist, but there is an important difference between continuing to exist and being developed actively. The last commit to svn is 3 months ago. And I'm not...
We should indeed be thankful for what Nick has given us. At the moment, however, Nick is the (only active||most important) developer, which puts him in a difficult position towards the community. I...
The code doesn't set a character limit at the moment. The database could be, however.
I must admit that I haven't tested the plugin with other themes. I am in the process of updating the plugin,...
I can only join Gunaxin in hoping you are all safe and well. The images we see look horrible.. I can't even imagine how horrible and frightning it must be over there. I really hope you all are safe.
Sorry, I should indeed have done that. What I changed:
You can now use any textarea-id dynamically
It can now also work in the admin interface (where it only supported frontend before)
You...
Hello all,
For a plugin I'm developing I wanted to add a new menu item/block on the sidebar in admin. The purpose of this block would be to have a central place for managing all content/posts via...
Hello everyone,
I needed CkEditor in a plugin of mine, but I saw that this plugin wasn't very generally applicable. So I patched it :). I took the opportunity to bump up the CkEditor version to...
That would indeed be possible, though I hoped there would be a clean way to do it.
I will probably solve it by patching CKeditor to make it more generally useful and just including it and making...
Hello everyone,
As described in the docs, one can "require" a plugin. However, in my experience, though I might be wrong here, this doesn't auto-include the plugin. Therefor, the hooks by that...
That is indeed a severe bug. I'm going to try to implement ajax posting and deleting (and maybe also pagination) in the next release.
Sorry, attachment was indeed empty. Repacked version now added.
Hmm.. I must say I'm not an expert there but the plugin caches the database results (via forked version of Paginator class), so...
WTbe Shoutbox
Version: 0.4
Author: WimTibackx
Created on: 2010/01/02
Last Updated: 2010/01/04
Tested on: v1.4.2
Plugins Required: None
Plug & Play: Yes/No - Needs .htaccess edit (when using...
Hi all,
First of all, I didn't really see this post fitting into How-to and troubleshooting, so I put it here, hope you don't mind.
I'm quite new to Hotaru (but developing with it is going...
Hi,
I'm Wim Tibackx, 17 yr. old student from Belgium. I came across Hotaru CMS searching for a bare-bones cms after getting disappointed by WordPress' bad user management. I'm currently trying to...