-
Posts
485 -
Joined
-
Last visited
-
Days Won
1
Everything posted by Gideon So
-
How to host an existing processwire project ??
Gideon So replied to oflcad's topic in Getting Started
You can go to the support forum to ask for help. Gideon -
How to host an existing processwire project ??
Gideon So replied to oflcad's topic in Getting Started
Hi @oflcad, Welcome to the forum and the world of Processwire. Do you mean that you need to move the development site to a production server?? If so, there are several ways to do it. 1. Export the datebase and import it to the production server then upload the whole site to the production server. Please amend the site/config.php file as needed if database name, database username and password are different from your development server. You also need to amend the $config->httpHost in the config.php file to the production domain. 2. Use the miration module. and there is a blog post about it. Hope this helps. Gideon -
A quick thought: make a subdirectory within the old site and develop the new site there. Delete all the old stuff (remember to leave the new site directory). Then move everything in the new site directory to the main directory. Done. Gideon
-
Hi, 1. PHP notice is not error. Your code still valid. 2. Try change the line if displaying image to the following: <?php echo $member->images->first()->url; ?> Gideon
-
Having trouble sorting prices in a foreach loop
Gideon So replied to ZionBludd's topic in General Support
It is very hard to tell because I don't know your template settings and page structure. Gideon -
Having trouble sorting prices in a foreach loop
Gideon So replied to ZionBludd's topic in General Support
Hi @mattcohen, I see. But I think the title=$item_title selector may just return 1 page. This is the reason the found page is not sorted. Please provide more info, for exampe , your template settings, page structure and what you want to achieve. Gideon -
Having trouble sorting prices in a foreach loop
Gideon So replied to ZionBludd's topic in General Support
Hi @Matt Cohen Deleted Gideon -
Hi @benbyf, Put setlocale(LC_ALL, "fr_FR.UTF-8"); into ready.php. Gideon
-
Have to tried to read the source code of the page to see if the field values are properly propagated? Gideon
-
PW 3.0.12: Support for extended (UTF8) page names/URLs
Gideon So replied to ryan's topic in News & Announcements
Hi @adamspruijt @Torsten BaldesBaldes, Please add comment here https://github.com/processwire/processwire-issues/issues/724 And let see if we can raise some attention from @ryan Gideon -
Hi @ryan, Can you look into this issue again: https://github.com/processwire/processwire-issues/issues/724 The fix is good for single language environment but there is error show in the backend under multi-language settings: https://github.com/processwire/processwire-issues/issues/724#issuecomment-443126270 Gideon
-
Hi @MateThemes, Welcome to the forum. There is no build-in function as far as I know. But I think it is feasible with some custom code in the template. Gideon
-
One Pager HTML template migration to processwire: good practices
Gideon So replied to Michkael's topic in General Support
Give page table a look. I made a single page site with it. Gideon -
Hi, Welcome to the forum. The graphql module doesn't support repeater or repeater matrix as far as I know but Processwire is definitely able to be a headless CMS. Gideon
-
language name after branch name in url
Gideon So replied to Gideon So's topic in Multi-Language Support
I am not very familiar with url segment. Any hints?? -
Hi, i have two branches in the page tree as the following: home -branch 1 --page 1 --page 2 -branch 2 --page 3 --page 4 I have two languages enabled in the home page "lang1 and lang2" The url generated is http://mysite.com/lang1/branch1/page1/ I want to have the url generated as http://mysite.com/branch1/lang1/page1/ Any hints are welcome. Gideon
-
New post: Rebuilding processwire.com (part 2)
Gideon So replied to ryan's topic in News & Announcements
me too here. I was totally sold by this video and this https://processwire.com/docs/tutorials/hello-worlds/ help me to get start with Porcesswire. Gideon -
Latest best practice? - dynamic widgets within body field
Gideon So replied to Peter Knight's topic in General Support
I would suggest you to go for option A. It is flexible and extensible if you want to add more content type later. Gideon- 7 replies
-
- rich text
- hannah code
-
(and 1 more)
Tagged with: