Update:
1. Some parts are not valid HTML 4.01, fixed.
2. When lists posts, show post's date at the end of each post, and highlight it if it is added lately or updated.
3. Datebase changed: add a field 'blog_image' in 'blogs' table, this field stores the image file name which user selects for his/her blog. Those images are stored in (root)/image/blog directory.
4. Admin area and blog files are modified to fit the change of datebase. In add/edit blog part of admin area, add a list which shows all the files' name in (root)/image/blog directory, user can select a image from it.
5. Encode special tags to HTML tags, currently available tags are: [img]...[/img], [url]...[/url], [url=...]...[/url], [quote]...[/quote], [b]...[/b], [u]...[/u], [i]...[/i], [color=...]...[/color], [list]...[/list], [list=1]...[/list], [list=a]...[/list], [list=i]...[/list], [*], also, a phrase that begin with "http://" are changed to be clickable.
6. When install phm, add a record separately in 'columns', 'topics', 'posts' and 'banners' table, thus avoid some problems occured with null table.
There will be only some minor changes in this version, they make PHM has more power in displaying texts and looks a little prettier, however, some important parts, such as user section and comment section are delayed to add due to time restriction.
My job has to do:
1. Make it possible to encode some special tags to HTML tags, those tags are common in popular forums, e.g. [url] [image] etc.
2. Allow user to select a image when posting a blog, you may call this image symbolic image, spiritual image ... as you like.
3. Last but not least, fix known bugs.... read more
http://sourceforge.net/project/showfiles.php?group_id=115419
Please see install.txt in document directory first.
This is the first release version of PHM, in fact, this is only a pre-alpha version, I did it in a hurry, before this, I have no experience in writing PHP programs, so, there must be many, many bugs which I'm trying my best to find and solve. If you found any, please tell me!
PHM 0.1 is simple and not very user-friendly, but it does implement most of the basic functions a personal homepage will need, some important features are listed below.... read more
Implement all the functions of managing system, though the code seems like garbage:), including:
1. Installation;
2. Column/Topic/Post management;
3. Blog management;
4. etc.
Design the index page and detail page, both interface and codes are well done.