Prit, I started a new thread because links to existing ones don't work
1. Potential Bugs with nicEdit / you might wnat to check the following:
- entering links repeates the url / doesn't work
- wrong link buttons on editor used to enter comments
- strange results when loading a picture from url
- if you like to check it on my server, test blog3 is at http://enbaires.com/blog3/
2. Clean URLs ?
- links look as: http://enbaires.com/blog3/index.php/viewEntry/00003/post_title
- I think "index.php" shouldn't be part of it for url to be considered clean
- link structure in your own forum http://hardkap.net/forums/topic/pritlog-visual-styles reflects the clean form I'm talking about
3. Categories and Titles
- using ccs span class to break line on long cats/titles works fine, but it doesn't look nice if somebody decides to enter 200 chars. I would prefeer the solution I used on my test blog1 to limit max number of chars and display how many are left as you type. It forces people to think a shorter and more meaningful phrase
- same for category names, plus the fact that long lines use to much space on the tag cloud which doesn't look good either
- regardin category names, I would prefeer to use fixed short names defined by admin, and selectable by authors using a dropdown menu in the entry form. In this way the blog would have a more consistent structure, and words appearing on the cloud would also be predefined
4. MyBlue theme
- I'm trying to adapt the mini calendar to use it in my v0.8 theme
- on v0.7 viewEntry function shows the following for flatfile
$date1 =$entry[2];
$dateArra =explode(",",$date1);
$dateArray=explode(" ",$dateArra[0]);
$postMonth=$dateArray[1];
$postDay =$dateArray[0];
- on v0.8 function only shows $date1 = $row['date'];
- what code do I need to get month and day from SQLite into separate vars ?
5. I just tested to embed a youtube video and it works great !
- the video is a 50min. presentation by SQLite's author, very interesting