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 - shawn_a - 2012-09-18 Changes are looking awesome. Ill try to test them out. GS Blog v1.4 - mikeh - 2012-09-18 magik Wrote:I looked at the changes to the code on GitHub and looked at the custom permissions. I really like the presentation of the custom permissions. Thank you for the heads up and category suggestion. I will organize the plugin a bit and release the new version tomorrow. GS Blog v1.4 - mikeh - 2012-09-19 I have been debating adding support for optional database storage for this plugin. Would anyone find this feature useful? It would provide some more advanced capabilities and would scale well if your blog began picking up a lot of traffic. GS Blog v1.4 - magik - 2012-09-19 mikeh Wrote:I have been debating adding support for optional database storage for this plugin. What would the optional databases supported be? (MYSQL, SQLite, ?) I wouldn't require it for my personal use cases. But, it's true that it might be useful. GS Blog v1.4 - mikeh - 2012-09-19 magik Wrote:I only intended on providing support for MYSQL, however I would be using PDO so I could SQLite and a few other options as well.mikeh Wrote:I have been debating adding support for optional database storage for this plugin. GS Blog v1.4 - magik - 2012-09-21 I just made a patch that corrects two minor errors. I'm really a noob with GitHub, so I'm unsure if I did everything right. I'll await your next release and might fork other changes in the future. GS Blog v1.4 - Box - 2012-09-21 lr Wrote:lr Wrote:Hi I installed and the blog is running great apart from image upload /save in the edit post area I have exact problem, but i didn't fixed... how to fix exactly please? Thanks GS Blog v1.4 - mikeh - 2012-09-22 Box Wrote:lr Wrote:lr Wrote:Hi I installed and the blog is running great apart from image upload /save in the edit post area Code: magic_quotes_gpc = off GS Blog v1.4 - mikeh - 2012-09-22 I will be releasing the new version sometime today or tomorrow. If you have a request, submit it now. GS Blog v1.4 - mikeh - 2012-09-22 Version 1.4 Added To Extend
I have been creating test sites and debugging this plugin throughout the past few days, hoping I would find any bugs. However, this is a big update so bear with me if you run into any problems. I will be checking this thread daily for the next week or so to fix any issues that may arise. After a week, I probably will not have time to create another update for quite a while. New "Page Title" Function Docs: There is a new function I created which you can place in your template files. It returns the title of the page/post.
Code: <?php get_blog_title(); ?> GS Blog v1.4 - michaellindahl - 2012-09-22 mikeh Wrote:I will be releasing the new version sometime today or tomorrow. If you have a request, submit it now. I would really love to see more support for customization. As of right now to customize the layout it requires a lot of tweaks as you can see in my prior posts. This needs the most work, as it replaces everything. Also I'm not quite sure if it is possible to have a subscribed RSS feed, but it would be nice if the browser found the feed automatically. I can't actually get the RSS feed to work. Also support for HitCount would be nice as well. Also there appears to be the ability to have an archive page and category page as shown by the .htaccess edits, so I think there is work that needs to be done there as well, as from what I can see these pages are non existent. And note: http://get-simple.info/forum/post/29815/#p29815 http://get-simple.info/forum/post/29551/#p29551 http://get-simple.info/forum/post/29506/#p29506 PS. I went to see how the plugin works on your site and your domain is offline/parked… GS Blog v1.4 - Carlos - 2012-09-22 @mikeh I upgraded to GS Blog 1.4 by overwriting all plugin files. I got this (frontend and backend): Fatal error: Cannot redeclare class Blog in C:\xampp\htdocs\gs312\plugins\blog\class\Blog.php on line 9 I delete the plugin (blog.php and blog folder) and my site works again (except the blog, of course) I put the plugin again. I get a blank page, both frontend and backend (no errors, even with debug mode enabled). I remove it and put back GS Blog version 1.2.2. Everything works again. All this in a local test site with GS 3.1.2 -- I have not researched further, I just let you know there may be some problem. Did I miss something about upgrading? GS Blog v1.4 - pavel9 - 2012-09-22 Hallo, same error of Carlos for me... GS Blog v1.4 - mikeh - 2012-09-22 Carlos Wrote:@mikeh You need to completely delete the old plugin files before installing the new version. You are able to keep the files in the data folders. GS Blog v1.4 - pavel9 - 2012-09-23 still does not work ... There may be conflicts with i18n plugin? GS Blog v1.4 - shawn_a - 2012-09-23 This is why you should prefix all your functions and global names so they are unique. GS Blog v1.4 - mikeh - 2012-09-23 pavel9 Wrote:still does not work ... There may be conflicts with i18n plugin?I know nothing until you post what errors occurred. GS Blog v1.4 - Carlos - 2012-09-23 mikeh Wrote:You need to completely delete the old plugin files before installing the new version. You are able to keep the files in the data folders. Yes... As I said, I had also tried that. I've tried again, but this time without I18N Search (the only plugin I had installed), but happens the same: I get a blank page (both site and backend) and no errors (debug mode enabled). I'll do some test with a fresh GS install and your plugin. GS Blog v1.4 - pavel9 - 2012-09-23 Same problem on a clean install, now i do not know where to find the problem ... :-( GS Blog v1.4 - Carlos - 2012-09-23 Happens the same to me. Fresh GS 3.1.2 install (no pages, no plugins): after uploading/copying GS Blog 1.4 I get a blank page in both the site and /admin, with debug mode enabled. I've done a quick trace and it seems to break in blog.php line 17: Code: i18n_merge($thisfile) || i18n_merge($LANG); I also spotted a typo in line 15: $LNAG instead of $LANG (However after correcting this, it still happens the same) GS Blog v1.4 - Carlos - 2012-09-23 Oh, I think I found it. blog/lang/en_US.php is faulty. Some uncommented (without # or //) anotations, and maybe duplicated definitions. I renamed es_ES.php to en_US.php and seems to work. GS Blog v1.4 - diosmedia - 2012-09-23 With a clean installation of the system and plug (GS Blog) website is not working... error HTTP 500 (Internal Server Error) how to fix? GS Blog v1.4 - Carlos - 2012-09-23 (quick fix) Try to replace blog/lang/en_US.php by the same file from a previous GS Blog version. I did it with 1.2.2 and my site was back. Some strings will not be translated, but at least it works. (I'm sure mikeh will soon release some update to fix this issue in 1.4.) GS Blog v1.4 - diosmedia - 2012-09-24 thank you Carlos GS Blog v1.4 - mikeh - 2012-09-24 Version 1.4.1 Added To Extend
Something weird happened during the push to github. GitHub changed my comments in the language file to >>>>>> which broke the plugin. It has been fixed and updated in github and extend. |