2014-09-29, 14:45:00
(This post was last modified: 2014-09-29, 14:45:29 by johnstray2001.)
Hypertexter:
1. The Extend API is a little slow at updating so after releasing a new version, the blog will sometimes say that you are not on the correct version. Just wait a few hours and that should correct itself. If not, then I've forgotten to update the version string .... again ....
2. The rss.rss file is in the root of your website and therefore may not have the correct permissions. Please make sure that the file is writeable.
3. Poor speed performance is a known issue. I'm yet to determine the cause. I've started working on an entirely new code base that will be coded with preference for performance. This will be a while away yet though.
4. Modify the Blog's default .htaccess section to suit as needed. (This is not really a strong spot for me, so you might have to figure that one yourself, sorry.)
Manubcode:
1. There are a few issues that relate to the RSS. I am working on a complete recode of the RSS generation area.
2. The image not displaying in the posts in the link you provided are pointing to the uploads folder and not an actual image. Modify your layout temp so that it checks if $p['thumbnail'] is not empty, and only shows an image if there is one with the post. $p['thumbnail'] contains the filename of the image or is null if no image is attached to the post.
vixrealitum:
Could you please explain the issues that you are having with Multi-User.
1. The Extend API is a little slow at updating so after releasing a new version, the blog will sometimes say that you are not on the correct version. Just wait a few hours and that should correct itself. If not, then I've forgotten to update the version string .... again ....
2. The rss.rss file is in the root of your website and therefore may not have the correct permissions. Please make sure that the file is writeable.
3. Poor speed performance is a known issue. I'm yet to determine the cause. I've started working on an entirely new code base that will be coded with preference for performance. This will be a while away yet though.
4. Modify the Blog's default .htaccess section to suit as needed. (This is not really a strong spot for me, so you might have to figure that one yourself, sorry.)
Manubcode:
1. There are a few issues that relate to the RSS. I am working on a complete recode of the RSS generation area.
2. The image not displaying in the posts in the link you provided are pointing to the uploads folder and not an actual image. Modify your layout temp so that it checks if $p['thumbnail'] is not empty, and only shows an image if there is one with the post. $p['thumbnail'] contains the filename of the image or is null if no image is attached to the post.
vixrealitum:
Could you please explain the issues that you are having with Multi-User.
Check out my website: JohnStray.com