-
Posts
485 -
Joined
-
Last visited
-
Days Won
1
Everything posted by Gideon So
-
Hi, I think this is a bug in the Page Reference field which was introduced after core version 3.0.106. I tested it with both multi-language and single language setting. Both of them give the same error when trying to create a page with non ASCII page name in the page edit page. Should I report this to the github bug issue? Gideon
-
I create a page reference field that allows user to create new page in the page edit page. I got this error: Error adding page "一二三" - SQLSTATE[HY000]: General error: 1267 Illegal mix of collations (ascii_general_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '=' think it worked fine before I upgraded to 3.0.115. Any idea? Gideon
-
Hi all, @ryan fixed that last night. Gideon
-
Seems the version is not bumped to 3.0.116.
-
Get well soon, ryan.
-
Hi, try this: <?php if ($single->fajli->url): ?> <span <span class='big'>>Velikost: <?= __('Size:'); ?></span><br> <span>{$single->fajli->filesizeStr}</span> <?php else: ?> <span class='big'><?= __('link:'); ?></span> <?php endif; ?>
-
What is the function name. Is there any chance your function name conflicts with one of the Processwire function or one of the module's function? Gideon
-
Hi, Got it solved myself. I use $p = $pages->find("template=repeater_yourRepeaterField, limit=10") rather than $p = $page->yourRepeaterField->find("limit=10"). Gideon
-
Hi @dragan, Thanks for your reply. I think the caption below the image tells us some useful info. 1. it is added automatically if criteria is met. 2. It is about the pagination in the backend but I need do pagination in the frontend. Gideon
-
Hi, Is it possible to do pagination for repeater field? Gideon
-
Tried to download the Google authenticator but comments show that it is not very popular among users. One of the most common complains is that you will lose all your keys when you switch to a new phone and then you cannot login all the 2FA accounts. Gideon
-
Thanks for the update on this amazing project. Looks more and more promising. Gideon
-
WOW. It is great!! Gideon
-
No. They can see but not edit the page that they are not allow to edit. In other words, users are limited to edited the branch that assign to them. tpr is right. It is configurable. Gideon
-
Hi @henri, Add your new server ip address to your doamin DNS setting. I can't tell how to do it because I don't know where you host your site. If you want to have more advice, please provide more info to us. Gideon
-
Designme - Visually Layout Your Edit Screens - Preview
Gideon So replied to joshuag's topic in Modules/Plugins
WOW. Amazing. Impressive. This community is incredibly talented. Gideon -
ProcessWire ApiGen (dynamic + up to date + all branches)
Gideon So replied to kongondo's topic in API & Templates
I think just keep the dev version is fine. Gideon -
Maybe you need to check if the .htaccess file there in the server folder? Gideon
-
Hi @theo, WOW. Surely will give it a try. Nice job. By the way, why not update the first post so that others can find the package easier?? Gideon
-
Hi @theo, Nice work. Glad to see some progress. Gideon
-
$file->url returns only path but not filename??
Gideon So replied to Gideon So's topic in API & Templates
Stupid me. Thanks. Gideon -
Hi, Maybe a dumb question. Shouldn't $file->url works like $image->url that both of them return path with filename?? Gideoon