Hi there. I would like to have two search forms on a page. I found this topic ( http://forum.cmsmadesimple.org/viewtopic.php?f=7&t=69554&hilit=search+two+input ) but there is only how to give a sequences (numbers) to the INPUT ID. That is not problem, it works. I have one INPUT with ID "...
Hello Velden. Thank you for answer and advice. It helps me and it is what I was looking for. Now I have user with rights between editor/designer/admin :) I had a plan for today to do special Tab for Content editing, with use of UDT code and DB select, if user with this group is logged in and.....tes...
Hello there. I have made one website. I also created user and group with special permissions - rights to change content. After several checking and unchecking permission options I finally set up user as I want - to have special rights, something between admin and designer and editor :) But one thing...
Hello again. Thanks to you Jo Morg I had look to Bug report site for AdvancedContent and there is similar issue from 2013, this one: http://dev.cmsmadesimple.org/bug/view/9319 There is advice how to face this issue: This is described in the module help: "Notice in some cases it is recomended to...
Hello Jo Morg. Thank you for your answer and suggestion. I will try it, report as a bug. For me it seems like search goes to this content-blok and find something non-standard? One interesting point: I have another SCMS, ver 1.11.10 “Pinzon”. AdvancedContent is there also 0.9.4.3, and these warnings ...
I really can't find why fields from AdvancedContent breaks Search. I don't call search with some extra parameter(s) => {search resultpage="sres-page" search_method="post"} , but warning message is still there. If I remove extra fields for AdvancedContent, so messages are gone. {c...
Hello Jo Morg. Thank you for a quick answer. This is how I call search: {search resultpage="sres-page" search_method="post"} If you mean search templates so they both are default as they are when you install CMS (no change from my side). I still think that it must be in content t...
Hello there. I have similar problem like this one http://forum.cmsmadesimple.org/viewtopic.php?f=8&t=72462 - with the 1.11.13 version. But my issue is for module Search and I have 2 messages: Warning: Parameter block_group is not known by module Search dropped in /data/web/domains/mywebsite.com/...
Hello again. I have spoken with tech. support for our webhosting and they told me how to switch PHP errors on, in htaccess. After I wrote some lines there I see now this: Fatal error: Allowed memory size of 25165824 bytes exhausted (tried to allocate 72 bytes) in /www/sites/1/site34021/public_html/l...
Hello Jo Morg. Thank you for advice. When I look to LOG directory on the ftp I dont see any message, it is emty. When I try to use "$config['debug'] = true;" so nothing happen, I can see some debug messages in Content section (Pages) but if I go to Global Settings of CMS so I see only blan...
Hello there. I am asking you for a help. I move complete WEB to another hosting provider, everything goes ok except AdvancedContent . I can see pages, I can edit pages but what I cant is go to Global Settings of CMS. When I try to open it I see only blank page without any error. I thought that was b...
Update 1: While I'm testing and trying to find a solution for this issue I found this: Pretty URL on all site works on 100%. Problem is in Search with results from News module. This module when is called from some page works OK, I see on summary page links with pretty url. But when I try to search ...
Thank you all of you for support and advices. I finally found solution. It seems like it is not possible to use smarty variables in backend, not for filling another value/parameter like Items for Dropdown. I think it is because in admin (backend) is page not fully generated like when you open page o...
Ok, so I updated CMS to version "1.11.10" and all modules too. Now I have everything in latest version. But no difference, I still can't see $myvaluesss in options for block_type="dropdown". I even try this (UDT name Param_test): $row = $smarty->get_template_vars('myvaluesss'); e...