Hi Nick,
What do you feel has to be done do make this project continue ? How come the project like Wordpress, Joomla, Drupla are still sustaining....What do you feel is missing in Hotaru.....
Type: Posts; User: sachingk
Hi Nick,
What do you feel has to be done do make this project continue ? How come the project like Wordpress, Joomla, Drupla are still sustaining....What do you feel is missing in Hotaru.....
Hi Seeky,
Ya both are same. I didn't remember this feature while writing this codes....Sorry for creating confusions...
Thank you.
Hi ALL,
I observe that the when a existing URL is submitted a message is displayed stating the same. But I want it to get positive vote automatically. How should I do this ?
Pls help me out...
Hi All ,
If you want to disallow users to register the user accounts with some banned list of your own you need to modify the user_signin plugin a bit. Just follow the instruction below
1)...
Hi All ,
Here is a documentation of possible ways to spam control for Hotaru. Please note that this just a list features put together by me and NOT official release
Introduction
Spam is the...
Hi mabujo ,
Thank you ... I did it....
Thanks once again...
Hi Jacoro ,
Open your categories plug-in folder. You will find a file by name categories.php ...please open it.
In the file pls find a function by name categoryLink() .... In that function pls...
Hi watari ,
I have Done this ...
Just open submit plug-in and you will find submit1.php in template folder. Now you stat editing.
Find the line
$submitted_url =...
Hi All ,
I have a problem with RSS Feed. The links to the RSS Feeds in readers will lead to the actual website from where the post has been submitted. But I want the RSS link to land on the post...
Hi All ,
Can any one please let me know how can I count submissions, Comments, votes of a user and display them on their profile page...
Thank you...
Hi dreamzsiva ,
I have a different way to limit the length of the title . Open your submit plug-in and in template folder your find submit2.php
in this file your will find this line of code
...
Hi shibuya24 ,
When I delete Posts submitted by RSS Autoreader plugin the activity Stream still show an empty activity with time and user. The activity will not get deleted automatically . I...
Hi Nick ,
When I delete Posts submitted by RSS Autoreader plugin the activity Stream still show an empty activity with time and user. The activity will not get deleted automatically . I don't...
Hi All ,
How can i track the first time login of a user. I want to redirect the user to profile page on first time login.
Thanks you.
Hi dragon,
1. Please try changing the chmod of content/images/profile_images/ folder to 777.
2. The upload location is right.
Thank you.
Hi All ,
I have a problem with Htaccess File. This file is affecting subdomain of my website.
For Example ,
sub1.mywebsite.com will not load index.html automatically when there is a htaccess...
Hi Admin ,
I am working on the Hotaru CMS from past 4 months and have also developed few plug-ins. This CMS is well planned and very powerful. But after all I feel some thing is missing out for...
Hi rpermana ,
Happy to see you using my plugin. Please open the upload.php file in the templates folder of the plugin. You find the following line of code.
define ("MAX_SIZE","100");
In...
I Googled for Digg like website CMS. I found Pligg and Hotaru . I started coding over pligg but soon found that it's not so easy and it has too many bugs. I think I was impressed by the pligg website...
Hi angolanmade ,
You can modify the code as follows.
if( $profile['FirstName'] != NULL) $profile['CompleteProfile'] = $profile['CompleteProfile'] + 20;
if( $profile['LastName'] != NULL) ...
Hi Nick ,
Thank you for your suggestions. I think i have to wait and watch.
Hi Nick ,
In this plugin any one can message any one ..... So people can spam ads and text links to the users....
How can i solve this problem
Thank you
Hi All ,
I want to remove RSS Feed icon in the breadcrumb on the All Users Post page . The Breadcrumb shows it as follows.
Home » [username]» All Posts
How should i do that ?
Thank you.
Hi Geraldo ,
When you download the plug-in you get the folder with the version number. Please remove the version number and then install the plug-in. That has to work.
Thank you.
Hi Nick ,
According to you is it possible to integrate the RSS Feed of Hotaru with Feedburner API ? If yes can you give me some "Getting Started" ideas. I would like to work on this based on your...