2014-08-06, 23:54:13
Edit gs-blog/lang/en_US.php and remove the first empty line, so that the first line is:
Code:
<?php if(!defined('IN_GS')) ...
GetSimple Blog
|
2014-08-06, 23:54:13
Edit gs-blog/lang/en_US.php and remove the first empty line, so that the first line is:
Code: <?php if(!defined('IN_GS')) ...
2014-08-07, 01:42:28
Thanks Carlos.. This worked...
2014-08-07, 01:45:36
well there is more bugs when I get to manage my posts I got this in log:
[06-Aug-2014 21:00:59 Asia/Kolkata] PHP Notice: Undefined variable: data_edit in /Users/akd/Documents/Sites/plugins/gs-blog/inc/manage_custom_fields.php on line 283 [06-Aug-2014 21:00:59 Asia/Kolkata] PHP Notice: Trying to get property of non-object in /Users/akd/Documents/Sites/plugins/gs-blog/inc/manage_custom_fields.php on line 283 [06-Aug-2014 21:03:23 Asia/Kolkata] PHP Notice: Undefined variable: data_edit in /Users/akd/Documents/Sites/plugins/gs-blog/inc/manage_custom_fields.php on line 283 [06-Aug-2014 21:03:23 Asia/Kolkata] PHP Notice: Trying to get property of non-object in /Users/akd/Documents/Sites/plugins/gs-blog/inc/manage_custom_fields.php on line 283 [06-Aug-2014 21:06:40 Asia/Kolkata] PHP Notice: Undefined variable: blog_data in /Users/akd/Documents/Sites/plugins/gs-blog/inc/adminFunctions.php on line 1049 [06-Aug-2014 21:06:40 Asia/Kolkata] PHP Notice: Trying to get property of non-object in /Users/akd/Documents/Sites/plugins/gs-blog/inc/adminFunctions.php on line 1049
2014-08-07, 03:16:27
and on Blog post now this:
Notice: Undefined variable: data in /Users/akd/Documents/Sites/plugins/gs-blog/inc/frontEndFunctions.php on line 71
2014-08-07, 11:53:19
Bugs noted:
- examine en_us language file (maybe others) for blank lines, remove as needed. - examine frontEndFunctions.php for undefined variable $data Update will be released this weekend. Keep an eye out for it people.
Check out my website: JohnStray.com
2014-08-07, 13:47:25
Version 3.2.4 is now available on Extend!
Bug Fixes:
The feature request for an externally editable CSS file has not been included in this update. Instead, it will be added to the next update.
Check out my website: JohnStray.com
2014-08-07, 14:09:11
Thanks for quick update John. Appreciated! I'll keep testing....
2014-08-07, 17:27:21
How do I show the blog posts in the div box I want?
2014-08-12, 22:52:04
The plugin page (http://get-simple.info/extend/plugin/get...-blog/810/) lists version 3.2.4 but the actual version included in a zip-file (once I click on a button to download) is still 3.2.3 ... Please update! Thanks!
(2014-08-07, 13:47:25)johnstray2001 Wrote:
2014-08-14, 15:50:54
How can i search in blog entries?=
2014-08-19, 05:09:15
Hi!
Just downloaded and installed version 3.2.4. I got the blog-tab and four messages, that everything was successfully created. But now, when I click on anything under the blog tab (create post, i.e.) it just reloads the page and has the new parameter in the URL (like /admin/load.php?id=gs-blog&custom_fields ... shouldn't there be something else after the & ??) I get this messages in firebug: PHP Code: "NetworkError: 403 Forbidden - /plugins/blog/js/codemirror/lib/codemirror.js?v=1.0" Then I changed gs-blog (file & folder) to just blog. Same problem, nothing happens... But now I only get the error: "NetworkError: 404 Not Found - //plugins/blog/js/admin_js.js?v=1.0" Hope you can help me! I'd really love to use this plugin Best, Anke
2014-08-19, 09:09:07
Don't change the name of the blog file and folder, this creates big problems as noted in previous versions.
The urls are correct, they should be in the form of load.php?id=GS-blog§ion Also, make sure to check file permissions. All files in the plugins folder should have read access at a minimum.
Check out my website: JohnStray.com
2014-08-20, 01:06:17
Is there a way to force a blog count to display separate from # of recent posts: or a way to add pagecrumbs to view additional post?
http://metrowalls.net/our-work.html (Main page using blog post) http://metrowalls.net/ (Recent Projects using blog post) It would be great if there was a way to. Please let me know if anyone is knows. Thanks, Laurence
2014-08-22, 23:36:30
The issue I am having is related to the blog manager > post > Post Option > Photo Gallery Code: *This is missing the input field altogether although I can see the text label for it. So what happens is my galleries are not displaying the prettyPhoto lightbox.
Please can someone help me out here as to a fix. Thanks, Laurence (2014-08-20, 01:06:17)Scribbit Wrote: Is there a way to force a blog count to display separate from # of recent posts: or a way to add pagecrumbs to view additional post?
2014-08-23, 01:11:53
Is it possible to have a specific count displayed separate that what is shown in blog settings
I'm using this <?php show_blog_recent_posts(); ?> on homepage to pull but it pulls all and I don't want to force http://metrowalls.net/our-work.html to only show certain amount [# of recent posts:]. If there was page crumbs available then maybe I could just set # of recent posts: to 20 and user can navigate thru them. Anyone know about this? Please let me know, thanks
2014-09-03, 00:51:14
Hi,
I've just installed this but unfortuately no matter which page I go onto I always just get the blog homepage? For example: /admin/load.php?id=gs-blog&manage /admin/load.php?id=gs-blog&categories /admin/load.php?id=gs-blog&create_post All just display this: Any ideas as to what the problem could be please? I'm running GS version 3.3.3. Thank you
2014-09-03, 08:11:04
Hi nickgd,
What is your server setup? Apache / IIS? What php version do you have?
Check out my website: JohnStray.com
2014-09-03, 18:18:21
Hi John,
Thanks for the reply, we're using apache on PHP 5.3.3, here's the website health check info: Thanks again
2014-09-05, 01:09:49
Just a quick update - it's resolved now
It was a permissions issue, I couldn't access it at first, so I went to my user permissions page and ticked all of the boxes for blog, thinking that would give me access, without realising that it actually blocks access. It seems like the out of the box functionality doesn't actually set any permissions for blog posts, but I guess that's not a bad thing. Thanks
2014-09-07, 00:02:42
Is this a fork or derivative of mikeh's plugin ?
You should mention that and give credit if so to avoid confusion.
2014-09-07, 00:03:57
also your website is throwing google privacy alerts in chrome
self signed ssl?
2014-09-07, 02:33:28
Website links were outdated. This has been fixed.
Check out my website: JohnStray.com
2014-09-12, 18:15:04
Version 3.3.0 is now available on Extend!
Back End (Admin) UI Improvements:
Check out my website: JohnStray.com
2014-09-12, 22:43:04
(This post was last modified: 2014-09-12, 23:32:39 by petersondsz.)
Hi guys.... i have two questions.
How i can show specific category posts with the first 10 posts (new to old) with pagination? How i can show the posts from specific category jump posts like ... show MANAGERS third last post from this category ? For now say thanks for all support and patience. PS: I have 3.3.0 version
Hi Everybody,
I'm really satisfied with this great plugins and getsimple, but i have found any issues, and he would be grateful they could help me. I have created one feed for my post, but display the post feeds with small issues of format. For example, initially of the paragraph display <p> tag, and spanish accents is wrong. it could be any problem with utf-8 format. You can see in this link: http://jsfiddle.net/manubcode/xc67ozjf/ I'm using the last version getsimple 3.3.3, and gs-blog plugin 1.5 -->http://get-simple.info/extend/plugin/gs-blog/462/. The theme is "Inception". Could you help me? Thank you very much in advance, for this marvellous work. Best Regards, Manu. |
« Next Oldest | Next Newest »
|