Posts: 105
Threads: 10
Joined: Jul 2015
2022-01-16, 16:18:03
http://phpblog.php.xdomain.jp/get2/
I have just made a website using GetSimple CMS.
Some addons don't seem to work well.
I wonder why.
I'm using
scroll to top
I18N Gallery
p01-contact.
Posts: 515
Threads: 21
Joined: Feb 2019
Hi kazu2015
Your website looks really good thanks for sharing.
Don't forget about your keywords
<meta name="keywords" content="getsimple, easy, content management system" />
Posts: 105
Threads: 10
Joined: Jul 2015
Thanks for your reply Felix.
I will try to make many more themes of Getsimple CMS.
Posts: 166
Threads: 7
Joined: Jan 2013
Hello kazu2015
You have done a very good job. I love your site.
I have found the link to the original template in your source. But I wonder if you are able to share your GS converted version with us please?
I'm also interested in how you have done it and how you've used GS to handle content of the variouse blocks?
Great work
Posts: 105
Threads: 10
Joined: Jul 2015
Hi davetest
Thank you for your reply.
It take pains to explain how to make it, he he.
(Plus some addons don't work well.)
But it is easy and everyone can make it.
I would like to make an easier and cooler theme than this one.
Posts: 1,927
Threads: 88
Joined: Apr 2010
(2022-01-17, 00:17:36)davetest Wrote: Hello kazu2015
You have done a very good job. I love your site.
I have found the link to the original template in your source. But I wonder if you are able to share your GS converted version with us please?
I'm also interested in how you have done it and how you've used GS to handle content of the variouse blocks?
Great work
In this theme you will find an example of using the I18n Search and I18n Special Pages plugins for building blocks.
https://getsimplethemes.ru/free-themes/christmas/
Posts: 105
Threads: 10
Joined: Jul 2015
I would like to know how to use "I18n Special Pages."
I just watched and learned the theming of Getsimple CMS on Youtube below.
https://www.youtube.com/watch?v=_w66yY4Q...7E21FB34A0
I have made 5 php files, and used each page.
(But I guess this is not the best way to make the site. Instead, I should use I18n Special Pages, etc.
I would like someone to make Youtube videos about how to use Getsimple CMS in detail.
Posts: 105
Threads: 10
Joined: Jul 2015
Thank you Oleg06.
I forgot to say gratitude.
I found you are a really professional artist.
Posts: 105
Threads: 10
Joined: Jul 2015
I tried installing Christmas theme.
hmmmm, difficult.....
Why can't you display images?
http://phpblog.php.xdomain.jp/get3/
Posts: 105
Threads: 10
Joined: Jul 2015
I want to know how to write
HTML/PHP code for the display of a search result
Posts: 1,927
Threads: 88
Joined: Apr 2010
(2022-01-20, 13:43:26)kazu2015 Wrote: I want to know how to write
HTML/PHP code for the display of a search result
http://mvlcek.bplaced.net/
Posts: 105
Threads: 10
Joined: Jul 2015
hmmmm
too complicated to understand for me!
Posts: 515
Threads: 21
Joined: Feb 2019
Just go here:
http://mvlcek.bplaced.net/get-simple/i18nsearch
Easy instructions and little code
Go to the Plugins/Configure I18N Search/Settings page of your GetSimple administration and configure your preferred settings.
Create a page "search" and insert the following text:
(% searchform %)
(% searchresults %)
Posts: 105
Threads: 10
Joined: Jul 2015
Thanks Felix!
Is this(I18N Search) related to I18n Special Pages?
Posts: 105
Threads: 10
Joined: Jul 2015
I think too much and get a fever!
Posts: 1,927
Threads: 88
Joined: Apr 2010
2022-01-20, 20:26:34
(This post was last modified: 2022-01-20, 20:29:45 by Oleg06.)
(2022-01-20, 19:36:45)kazu2015 Wrote: I think too much and get a fever!
exemple
In template code and components
Code:
<?php get_i18n_search_results(array('tags'=>'_parent_'.return_page_slug(), 'lang'=>'en','words'=>' ', 'DATE_FORMAT'=>'', 'max'=>8, 'i18n'=>0, 'numWords'=>'-1', 'order'=>'+menuOrder','showPaging'=>1,'HEADER'=>'','NOT_FOUND'=>'')); ?>
Code:
<?php get_i18n_search_results(array('tags'=>'_main', 'lang'=>'en', 'words'=>' ', 'DATE_FORMAT'=>'', 'max'=>99, 'i18n'=>0, 'numWords'=>'-1', 'order'=>'created','showPaging'=>0,'HEADER'=>'','component'=>'last-news')); ?>
In the page editor
Code:
(% searchresults max:10 i18n:0 DATE_FORMAT:"" order:created showPaging:1 numWords:30 HEADER="" component="searchresults" %)
Posts: 515
Threads: 21
Joined: Feb 2019
Hi kazu2015
All Mvlcek plugins can work together
they are really great.
Posts: 105
Threads: 10
Joined: Jul 2015
Hi every one
beyond my ability! Is this easy?
Posts: 28
Threads: 9
Joined: Oct 2020
If you know how - it is. As with everything. :-)
Look at the locations he wrote and put the code with copy + paste in. You can do it!