Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
I have made a website!
#1
Smile 
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.
Reply
#2
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" />
Reply
#3
Thanks for your reply Felix.

I will try to make many more themes of Getsimple CMS.
Reply
#4
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
Reply
#5
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.
Reply
#6
(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/
Reply
#7
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.
Reply
#8
Thank you Oleg06.
I forgot to say gratitude.
I found you are a really professional artist.
Reply
#9
I tried installing Christmas theme.
hmmmm, difficult.....
Why can't you display images?

http://phpblog.php.xdomain.jp/get3/
Reply
#10
I want to know how to write

HTML/PHP code for the display of a search result
Reply
#11
(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/
Reply
#12
hmmmm

too complicated to understand for me!
Reply
#13
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 %)
Reply
#14
Thanks Felix!

Is this(I18N Search) related to I18n Special Pages?
Reply
#15
I think too much and get a fever!
Reply
#16
(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" %)
Reply
#17
Hi kazu2015
All Mvlcek plugins can work together
they are really great.
Reply
#18
Hi every one
beyond my ability! Is this easy?
Reply
#19
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! Smile
Reply




Users browsing this thread: 1 Guest(s)