Posts: 18
Threads: 1
Joined: Dec 2012
2012-12-28, 21:42:56
(This post was last modified: 2012-12-28, 21:48:39 by kazu.)
Hi Oleg06, my guess is that "i18n plugin" might be able to do that.
Plus Dominion Blog/News is an interesting plugin as well.
But either way, it's hard to handle.
Errors (403 or 500 or...) happen too often.
http://getsimple.coolblog.jp/index.php?id=blog
click the title then open the following page but
http://getsimple.coolblog.jp/index.php?i...&post=test
title link(dsad) doesn't disappear . Can you fix it?
This site is a test site so will disappear in one week or so. I am using Dominion blog plugin and GS blog plugin.
Posts: 1,928
Threads: 88
Joined: Apr 2010
Posts: 2
Threads: 0
Joined: Dec 2012
2012-12-29, 00:28:43
(This post was last modified: 2012-12-29, 00:52:30 by podoland.)
Hi Mikeh. Your plugin is very good for me. Thank you.
Please, let me know how I can reduce size of Display Posts Thumbnails from 200x200 px to 75x75.
Thanks a lot and wish you Happy New Year.
Posts: 1,928
Threads: 88
Joined: Apr 2010
in file gsconfig on line 25 resize thumbnails
# Default thumbnail width of uploaded image
define('GSIMAGEWIDTH', '200');
Posts: 2
Threads: 0
Joined: Dec 2012
Posts: 1,127
Threads: 136
Joined: Feb 2012
The problem I am experiencing with this plugin is with recent post excerpts displayed in the sidebar. The blog seems to give them tags as <li>s in an <ul> which the stylesheet then gives generous margins and padding so that I have
a long thin
column of
words as
if e e
cummings
was blogging
Changing the style just for blog exerpt <ul>s in the sidebar has proved beyond me. Is there a way to do that, or can I make them just plain <p>s so they take up the full width?
Posts: 14
Threads: 0
Joined: Dec 2012
Hello!
I can't find the way to display the contents of CutomFields.
And, in case of WYSWIWYG Type Custom Fields, they neither show the Editor nor save the data.
Am I missing something?
Kind regards,
Serenado
Posts: 1,928
Threads: 88
Joined: Apr 2010
After creating the fields, you must edit frontEndFunctions.php, inserting it in any row between 30 and 73 the following code <?php echo ->name_of_your_field; ?>
Posts: 14
Threads: 0
Joined: Dec 2012
Hello Oleg06.
(2012-12-30, 02:08:03)Oleg06 Wrote: After creating the fields, you must edit frontEndFunctions.php, inserting it in any row between 30 and 73 the following code <?php echo ->name_of_your_field; ?>
This works great. Thanks a lot!
Do you know how I can handle the other issue too?
Quote:
in case of WYSWIWYG Type Custom Fields, they neither show the Editor nor save the data.
I created 2 additional custom-fields of the type WYSIWYG, but the WYSIWYG-Editor won't show up and if I type something into the textearea and save, nothing was saved at all (the textarea is empty again).
Kind Regards,
Serenado
Posts: 1,928
Threads: 88
Joined: Apr 2010
Unfortunately I'm in php do not understand anything, so can hardly be helpful in this matter
Posts: 14
Threads: 0
Joined: Dec 2012
(2012-12-30, 09:17:23)Oleg06 Wrote: Unfortunately I'm in php do not understand anything, so can hardly be helpful in this matter
I understand.
If someone could help me out with this issue, that would be great.
Kind regards,
Serenado
Posts: 18
Threads: 1
Joined: Dec 2012
2012-12-30, 23:47:49
(This post was last modified: 2013-04-10, 16:51:31 by Connie.)
Hi, Oleg06. Your site below is excellent!
http://without-db.ru/getsimple-cms
tidengine-newsblog-manager
http://get-simple.info/extend/plugin/tid...er-20/495/
This plugin is also interesting. I guess you can handle it skillfully.
..... I used this plugin but I can't log in the control panel cuz
I worked on php. haha
I want you to make more good themes. Particularly I want themes with nice dropdown menu and breadcrumb.
.....
EDIT by Connie: deleted 2 links which link to 404 pages
Posts: 1,928
Threads: 88
Joined: Apr 2010
I use on their sites only plugins from Martin Vlcek series i18n http://get-simple.info/extend/a/mvlcek and this plugin TIDEngine News/Blog Manager 2.0 I did not even try
Posts: 18
Threads: 1
Joined: Dec 2012
I see. I want you to try it on some test site.
http://get-simple.info/forums/showthread.php?tid=3280
Tidengine-newsblog-manager didn't have a good reputation but it's worth try.
I am going to try gp cms and goeasy cms. hehe.
Posts: 1,928
Threads: 88
Joined: Apr 2010
I tried the new version 2.2 TIDEngine News/Blog Manager, no link in the sidebar does not work, and previous versions had problems, so I refuse to use it by testing version 1.5
Posts: 14
Threads: 0
Joined: Dec 2012
Hello,
I handled the following issue:
(2012-12-30, 07:39:20)Serenado Wrote: Quote:
in case of WYSWIWYG Type Custom Fields, they neither show the Editor nor save the data.
I created 2 additional custom-fields of the type WYSIWYG, but the WYSIWYG-Editor won't show up and if I type something into the textearea and save, nothing was saved at all (the textarea is empty again).
1) WYSYWIG EDITOR won't show up unless you comment the following code in file
{ROOT}\GetSimple\plugins\blog\ckeditor.php
Code: // line 29ff
<script type="text/javascript">
/* var editor = CKEDITOR.replace('post-content', {
skin : 'getsimple',
forcePasteAsPlainText : true,
language : '<?php echo $EDLANG; ?>',
defaultLanguage : 'en',
<?php
if (file_exists(GSTHEMESPATH . $TEMPLATE . '/editor.css')) {
$path = suggest_site_path();
?>
contentsCss: '<?php echo $path; ?>theme/<?php echo $TEMPLATE; ?>/editor.css',
<?php
}
?>
entities : true,
uiColor : '#FFFFFF',
height: '<?php echo $EDHEIGHT; ?>',
baseHref : '<?php echo $SITEURL; ?>',
toolbar :
[
<?php echo $TOOLBAR; ?>
]
<?php echo $EDOPTIONS; ?>,
tabSpaces:10,
filebrowserBrowseUrl : 'filebrowser.php?type=all',
filebrowserImageBrowseUrl : 'filebrowser.php?type=images',
filebrowserWindowWidth : '730',
filebrowserWindowHeight : '500'
});
*/
</script>
2) In order the contents to be save you must give the LABEL and NAME the same title on creation in CustomFields
Kind regards,
Serenado
Posts: 14
Threads: 0
Joined: Feb 2012
I'm trying to get the blog plugin working and I'm encountering two errors.
1) After I insert an image into a post, all is good until I try to later edit the post and the image tag is "translated" into
Code: <img alt="\&quot;\&quot;" data-cke-saved-src="\" src="\&quot;/data/uploads/images/blog/thank-you-rocks.jpeg\&quot;" style="\&quot;width:" 300px;="" height:="" 225px;\"="">
2) I can't get the "Previous Blog Page" and the "Next Blog Page" links to appear.
From reading the forum, I'm guessing this works for everyone else so it's something at my end. If anyone can provide a clue to help me resolve this, it'd be appreciated.
Posts: 3,491
Threads: 106
Joined: Mar 2010
1) probably happens because this plugin (like some others) is designed to work only on PHP with magic quotes gpc disabled.
Depending on your server, might be fixed by adding this to your GS root .htaccess file:
Code: php_flag magic_quotes_gpc off
Posts: 14
Threads: 0
Joined: Feb 2012
(2013-01-01, 02:50:08)Carlos Wrote: 1) probably happens because this plugin (like some others) is designed to work only on PHP with magic quotes gpc disabled.
Depending on your server, might be fixed by adding this to your GS root .htaccess file:
Code: php_flag magic_quotes_gpc off
Works!
Thank You, Sir!
Posts: 18
Threads: 1
Joined: Dec 2012
2013-01-03, 03:50:23
(This post was last modified: 2013-04-10, 16:53:30 by Connie.)
......
If you click the title or readmore or thumbnail, you can read full article but I want to
remove the link on ....
this page, "grammar." I want to display "grammar" as a plain text.[/code]
PHP Code: <?php if(isset($_GET['post'])) { echo '<p><img src="'.$SITEURL.'data/uploads/'.$post->thumbnail.'" style="float:left;" /></p>'; } ?> </br> <div class="blog_post_container"> <h3 class="blog_post_title"><a href="<?php echo $url; ?>" class="read_more_link"><?php echo $post->title; ?></a></h3> <?php if($blogSettings["displaydate"] == 'Y') { ?> <p class="blog_post_date"> <?php echo $date; ?> </p> <?php } ?> <div class="blog_post_content"> <?php ......
I can't fix it within my ability.
EDIT by Connie: deleted links which points to 404
Posts: 2
Threads: 0
Joined: Jan 2013
Is it possible to include the blog pages in the sitemap.xml, I've noticed these doesn't show up in my sitemap, and I didn't found any setting which could enable this? Thanks in advance!
Posts: 3,491
Threads: 106
Joined: Mar 2010
No, there's no such setting.
But it's not GS Blog's fault. Plugins like this cannot include their posts/items in sitemap.xml because of an issue in GS 3.1.x
Posts: 2
Threads: 0
Joined: Jan 2013
Will this be different in GS3.2?
Posts: 3,491
Threads: 106
Joined: Mar 2010
I don't know. Latest beta and current dev versions still have this issue.
But at least 3.2 will allow disabling Sitemap generation, so a plugin could disable it and generate the whole sitemap.xml (pages+posts) on its own.
...And if not, at least you will be able to have no Sitemap, instead of having an incomplete one.
Posts: 100
Threads: 26
Joined: Dec 2012
Coding is not working for me. Especially I have a problems with lang files, because I can see " {blog/PLUGIN_DESC}" etc. instead of normal phrases.
Glowczynski.pl - webmaster, graphic designer, translator.
For any job offers contact me via artur@glowczynski.pl.
|