GS Blog v1.4 - Printable Version +- GetSimple Support Forum (http://get-simple.info/forums) +-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3) +--- Forum: Plugins (http://get-simple.info/forums/forumdisplay.php?fid=13) +--- Thread: GS Blog v1.4 (/showthread.php?tid=3200) |
GS Blog v1.4 - mikeh - 2012-05-19 Version 1.1.1 Added To Extend
GS Blog v1.4 - Draxeiro - 2012-05-19 mikeh Wrote:I am already using i18n functions for all the text in the plugin. There are 3 language files already created (en_US.php, es_ES.php, da_DA.php). I am aware a good portion of Get Simples user-base does not speak English. My lack of internationalization in some of my other plugins is pure laziness rather then ignorance, they are on my todo list Good to hear that it is on your todo list. I would also welcome this very much for your item manager plugin. Haven't installed this plugin yet, but it seems similar to newsmanager in the sense that the blog posts are in their own seperate section as opposed to being part of the regular pages. Maybe you can solve it in a similar way as Mvlcek's gallery plugin does: show the default language as standard, but with a language switch which enables you to switch to the other available languages. Basically you would need some kind of check to see if multiple languages are used and if so to generate them in your plugin. Switching to one of the other languages would then give the user the opportunity to fill in the fields for this particular blog entry for the language in question. If you make the seperate language versions of an entry optional (ie. if it isn't filled in the blog entry won't show for said language) it would be absolutely perfect. Same basically goes for your item manager plugin. On a side note: If you can add an optional seperate field for the excerpts or add an option to show say a paragraph or several paragraphs as opposed to characters that would be a great addition too. And another question, while I am at it: It is possible to show the latest entries outside the blogpage. Say, on the homepage or in a sidebar on the rest of the site? If not, that would be another great addition in my opinion. Anyway, hope my input helps GS Blog v1.4 - m1k3y - 2012-05-20 Very Nice, however i get a strange error when trying to upload even small images as post thumbnails: I get a javascript alert box saying " increase post_max_size and upload_max_filesize to 10M " Tried on several severs (localhost and some free webhosts) Do you need a german translation of the Languagefile? Ill do so if needed GS Blog v1.4 - jeroendekker - 2012-05-20 Hi mikeh, Love this plugin! I have a question though, is it possible to add instead of 'go back to previous page', 'next blog post' and 'previous blog post' ? (or the title of the post) Cheers, jeroen GS Blog v1.4 - shawn_a - 2012-05-20 m1k3y Wrote:increase post_max_size and upload_max_filesize to 10M " If this is the same script he used in the item manager its because he has the thumbnail class hardcoded to 10m instead of using the php ini setting. GS Blog v1.4 - mikeh - 2012-05-20 shawn_a Wrote:Thanks for pointing this out, I will change it.m1k3y Wrote:increase post_max_size and upload_max_filesize to 10M " GS Blog v1.4 - shawn_a - 2012-05-20 mikeh Wrote:shawn_a Wrote:Thanks for pointing this out, I will change it.m1k3y Wrote:increase post_max_size and upload_max_filesize to 10M " I added more details when I posted this in that forum. GS Blog v1.4 - mikeh - 2012-05-20 bitwize Wrote:Is the archive array being sorted? Here's what my posts look like. Sadly, I cannot replicate this issue. I have tried in localhost and linux server. Check out the below installation: http://michaelhenken.com/plugin_tests/blog/ You will notice the title of the post and the publish dates. The bottom post was the first publisher. The top post was recently edited. GS Blog v1.4 - saint - 2012-05-20 jeroendekker Wrote:Is it possible to add instead of 'go back to previous page', 'next blog post' and 'previous blog post' ? (or the title of the post) I will second that suggestion. GS Blog v1.4 - Rene - 2012-05-20 Mikeh, Great plugin, love it! Two things that I personally miss are - support of 'default' comments instead of comments (Social Settings), therefor you can use the excellent 'External Commenting' plugin in my opinion - coupling with your other plugin 'Front End User Login' so that only registerd users can place a comment or even can place a blog message But you've done a really good job, just writing down my experience GS Blog v1.4 - andyash - 2012-05-20 mikeh Wrote:andyash Wrote:RewriteRule ^blog/tag/([^/.]+)/?$ index.php?id=blog&tag=$1 [L] Actually the above was a simple copy-paste from the htaccess used by News Manager plugin. But I guess it doesn't work with GS Blog. GS Blog v1.4 - andyash - 2012-05-20 Can thte Post Thumbnail also have an option to choose files from the server instead of just uploading an image? GS Blog v1.4 - m1k3y - 2012-05-21 Could you add a function to display the date of each post? Also you did not answer my question. Languagefile for German language needed? GS Blog v1.4 - jeroendekker - 2012-05-21 m1k3y Wrote:Could you add a function to display the date of each post? You can add something like this in the blog.php file under "show individual blog post"; <?php setlocale(LC_ALL, 'de_DE'); echo strftime("%A %e %B %H:%I", strtotime($post->date)); ?> GS Blog v1.4 - mikeh - 2012-05-21 saint Wrote:I will add an area to define this text yourself.jeroendekker Wrote:Is it possible to add instead of 'go back to previous page', 'next blog post' and 'previous blog post' ? (or the title of the post) GS Blog v1.4 - mikeh - 2012-05-21 m1k3y Wrote:Could you add a function to display the date of each post?I have already added a setting on the settings page to enable dates. I will add it to the extend today or tomorrow. GS Blog v1.4 - mikeh - 2012-05-21 andyash Wrote:Can thte Post Thumbnail also have an option to choose files from the server instead of just uploading an image?Will do. GS Blog v1.4 - saint - 2012-05-22 MikeH Thank you for taking all these suggestions and incorporating them into the much needed blog plugin for Get Simple. Your continued improvements and work with the community is a shining example of why Open Source is far superior to Closed Source software. Get Simple CMS is a no brainer for webmasters - thanks to people like you and all the other plugin developers GS Blog v1.4 - yurifanboy - 2012-05-23 Mike, have you considered studying this XML blog system? The 3.0.3 version has a comment system that uses XML files to store the comments. http://www.nibbleblog.com/ GS Blog v1.4 - mikeh - 2012-05-24 Version 1.1.2 Added To Extend
GS Blog v1.4 - mikeh - 2012-05-24 yurifanboy Wrote:Mike, have you considered studying this XML blog system? The 3.0.3 version has a comment system that uses XML files to store the comments.I will look into this. Thanks for the info saint Wrote:MikeHThank you for your kind words of encouragement. Open Source truly is a good concept. bitwize Wrote:Is the archive array being sorted? Here's what my posts look like.I figured it out. Version 1.1.2 should fix your problem. Please take note of the notice I put in the release notes. GS Blog v1.4 - m1k3y - 2012-05-25 Update for Thumnailuploader doesnt work like the old version also , i cannot upload any image, and i get the error increase post_max_size and upload_max_filesize to 8M GS Blog v1.4 - shawn_a - 2012-05-25 m1k3y Wrote:Update for Thumnailuploader doesnt work like the old version also , i cannot upload any image, and i get the error The thumbnail script is wierd, if i remember correctly it was hardcoded to 10 m before, I think it also fails out if the memories weren't equal, instead of just picking the lowest one. if ($postSize < $this->sizeLimit || $uploadSize < $this->sizeLimit){ Then it complains and prevent uploads altogather, which makes not much sense. It should pick the smallest of the 2 ini settings as the max. Since not everyone has control over these. And allow the uplaod if the post size is less than the min setting. GS Blog v1.4 - mikeh - 2012-05-26 Version 1.1.3 Added To Extend
shawn_a Wrote:m1k3y Wrote:Update for Thumnailuploader doesnt work like the old version also , i cannot upload any image, and i get the error I believe the version I just posted fixes the issue. GS Blog v1.4 - studiosi - 2012-05-28 I think that there is a bug in the show_blog_navigation function in the core of the plugin. When I'm in page zero, it shows correctly the left link to go to older posts, but when I'm in the page with index 1, it doesn't produce the right link, which should return to page with index zero. CONFIG: 8 posts per page, show excerpt, 150 chars per excerpt. (I doubt this is related to the problem) I'm working to produce a solution, still. Good work. If somebody had experienced this problem before me, please tell. If I manage to get a solution, I will post the workaround here. |