Dashboard went german I figured it out. The default language for admin user set to German. says Sepehr on 04/22/18 at 12:16 pm, in reply to Hi, Recently my site admin se…
Hi, Recently my site admin section language switched to german out of the blue! I'm not sure if I changed anything in the code or what that caused this. I checked System & Sett… says Sepehr on 04/22/18 at 11:33 am
Get Express Values from page attribute Hi Karl, Thank you very much for the answer. Another thing, if I know the Express fields handle, is there a way to get it directly without looping through attributes? e.g I know t… says Sepehr on 04/02/18 at 12:07 pm, in reply to Hi Sepehr, Here is an examp…
get home page of a language Hi, How can I get Home page of language? I want to get home page of Italian section of my website? Maybe by having language code "it_IT"? says Sepehr on 03/29/18 at 9:31 am
Get Express Values from page attribute This fetches the whole record as a string. Is there a way to access a field inside object separately? says Sepehr on 03/25/18 at 3:03 pm, in reply to Hi, I created a page attribut…
Hi, I created a page attribute (express object type). How can I programmatically retrieve data in object after getting the value with this code? [code] $obj = $c->getAttribute('… says Sepehr on 03/24/18 at 11:03 am
Overriding maintenance_mode.php Hi, I tried to override the maintenance_mode.php in my active theme with no success. I used this guideline: https://documentation.concrete5.org/developers/designing-for-concrete… says Sepehr on 03/06/18 at 10:23 am
Session getId return error Hi, I used to write code like this on 5.7+ to get the current session id: [code] $session = new SymfonySession(); $sessionId = $session->getId(); [/code] But in latest versio… says Sepehr on 03/05/18 at 3:02 pm
30 Free Licenses for Premium "Bitter Theme" Happy birthday Fabian! says Sepehr on 03/03/18 at 8:24 am, in reply to Dear concrete5 community, t…
Environment Information Is "Environment Information" cache somewhere on db o config files? I'm working on site and it seems the Environment Information always display same infos. For example i installed a… says Sepehr on 12/22/17 at 10:42 am
get all locales Thanx mlocati, While we are on this, can you suggest a way to get root page of current language? I mean if we are at page under Italian path, get the root of italian language? says Sepehr on 12/13/17 at 2:30 pm, in reply to [code]\Localization::activeLoc…
Block Container Class are not copying Hi, When the editor copy a page, it suppose to copy all blocks plus any design and templates and create an exactly cloned page. But in 5.7+ the "Block Container Class" is not copi… says Sepehr on 11/22/17 at 1:46 pm
Hook to event on select a page Also is there any event when user clera the selected page? says Sepehr on 10/16/17 at 11:47 am, in reply to Check this topic may help you:…
Thank you. Also is there any way to fire a js method when user click on "Save" button? says Sepehr on 10/16/17 at 9:52 am, in reply to Check this topic may help you:…
I used a "Page Selector Widget" at a block editing ui. I wonder if there is a way to run a javascript function when user select a page? I want to update something based on the page… says Sepehr on 10/15/17 at 4:54 pm
Load a css file for block editing UI Hi, Is there a equivalent css file for auto.js? A css file which automatically loaded at block editing UI? I tried auto.css but it doesn't seem to work. says Sepehr on 10/14/17 at 3:06 pm
get current page at package on_start method Hi, is it possible to get the current page at package on_start method? As i tested it always return null? is there any workaround? [code] public function on_start(){ $c = … says Sepehr on 09/14/17 at 9:58 am
Cannot publish page after editing I Switched to elemental, but the issue still exist, anyway i guess it should have something to do with server php setting, because i don't see this issue on my local. Also i attach… says Sepehr on 09/06/17 at 8:41 am, in reply to Maybe something to do wiith cu…
Hi, Today i added a few block to a page and wanted to publish it, but when i click on "Exit Edit Mode" the left sidebar appears but the buttons for "Publish Changes" is not in it,… says Sepehr on 09/05/17 at 2:50 pm