2012-09-18, 12:57:05
Changes are looking awesome.
Ill try to test them out.
Ill try to test them out.
GS Blog v1.4
|
2012-09-18, 12:57:05
Changes are looking awesome.
Ill try to test them out.
2012-09-18, 13:28:03
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.
2012-09-19, 02:11:10
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.
2012-09-19, 03:24:04
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.
2012-09-19, 03:26:51
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.
2012-09-21, 13:21:53
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.
2012-09-21, 22:18:09
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
2012-09-22, 00:15:03
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
2012-09-22, 00:15:35
I will be releasing the new version sometime today or tomorrow. If you have a request, submit it now.
2012-09-22, 07:52:44
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(); ?> 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…
2012-09-22, 19:47:54
@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?
2012-09-22, 22:33:36
Hallo, same error of Carlos for me...
2012-09-22, 23:15:55
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.
2012-09-23, 00:21:38
still does not work ... There may be conflicts with i18n plugin?
2012-09-23, 00:58:37
This is why you should prefix all your functions and global names so they are unique.
2012-09-23, 00:59:46
pavel9 Wrote:still does not work ... There may be conflicts with i18n plugin?I know nothing until you post what errors occurred.
2012-09-23, 01:23:11
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.
2012-09-23, 02:02:57
Same problem on a clean install, now i do not know where to find the problem ... :-(
2012-09-23, 02:11:38
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)
2012-09-23, 02:14:37
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.
2012-09-23, 06:53:08
With a clean installation of the system and plug (GS Blog)
website is not working... error HTTP 500 (Internal Server Error) how to fix?
2012-09-23, 08:03:38
(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.)
2012-09-24, 11:23:32
thank you Carlos
2012-09-24, 17:31:46
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. |
« Next Oldest | Next Newest »
|