-
Posts
572 -
Joined
-
Last visited
-
Days Won
1
Sevarf2 last won the day on December 10 2013
Sevarf2 had the most liked content!
About Sevarf2
- Birthday 02/02/1981
Profile Information
-
Gender
Male
-
Location
Italy / Romania
Contact Methods
-
Skype
frankvessia
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
Sevarf2's Achievements
-
Hello, I'm trying to put a watermark text on top of my image but I got strange result as you can see...any idea why the font is rendered like that? I'm using a simple Roboto font. Thanks
-
thanks but it's not that unfortunately... 😞
-
Sevarf2 started following MySQL 8 compatibility and MariaDB replacements , Page autocomplete query is getting 403 error , Datetime field won't save in other languages and 4 others
-
Hello, I'm having a strange issue with the page autocomplete asmselect of a page reference field. Out of a sudden is returning a 403 forbidden error when I type something. From the console I find out the system doesn't like the %= operator, it's the only operator which isn't working, I tried others and the select works. Any idea why? Thanks
-
I often duplicate a template in my projects and I spend a lot of time to edit all the field positions and sizes, I'd like to keep this settings when a template is cloned, if possible.
- 1 reply
-
- 1
-
-
I have this problem and I can confirm is the translation of the module the issue, it happens even in the default language, I tried to change the 2 main files for having the datepicker translated and it's not saving anything
-
Can't believe it, it's not a dream. YEEEEES. How can I get the invitation? 😅
-
man...I make the same mistake like 10 times a day...I'm so frustrated about it...but glad that I'm not the only one ahah
-
I'm trying to change template on the fly (when there is a urlSegment in homepage) and I'm almost there (I guess), the behaviour is strange, the markup is working but if I print the template name I get the home page, something is not working properly The code is inside a custom module. Thanks for the help. I'm using v1 (can't use v2) public function ready() { $this->addHookBefore('Page::render', $this, 'hookProfiles'); } protected function hookProfiles($event){ $page = $event->object; if($page->template == 'home' && wire('input')->urlSegment1 != ''){ $page->template->set("filename","/site/templates/author.php"); $factory = $this->modules->get('TemplateEngineFactory'); $theme = $factory->load('author.tpl'); wire()->set('view', $theme); } }
-
Strange behaviour recently...when adding or re editing an image (no matter what the edit is, add retina, or link the source image) inside the ckeditor, it disappers an get deleted fromt the code. It doesn't happen every time so there should be something that trigger this but I can't find what is it. PW 3.0.165 pw_images.webm
-
module Module ImageReference - Pick images from various sources
Sevarf2 replied to gebeer's topic in Modules/Plugins
I'm sorry but there is a new error showing up in logs: Fatal Error: Uncaught Error: Call to undefined function bd() in /site/modules/FieldtypeImageReference/InputfieldImageReference.module:226 Stack trace: 1. /site/modules/FieldtypeImageReference/InputfieldImageReference.module(192): InputfieldImageReference->renderThumbnails() -
module Module ImageReference - Pick images from various sources
Sevarf2 replied to gebeer's topic in Modules/Plugins
I just installed tracy and I got this error I'm using php settings not json [ 'name' => 'logotest', 'label' => __('Logo & Favicon'), 'type' => 'InputfieldImageReference', 'width' => '100', 'fromfolder ' => true, 'folderpath' => 'assets/imgs/', 'description' => __('image upload'), 'collapsed' => 0, ], -
module Module ImageReference - Pick images from various sources
Sevarf2 replied to gebeer's topic in Modules/Plugins
still not working, I can only see the default image and nothing more -
module Module ImageReference - Pick images from various sources
Sevarf2 replied to gebeer's topic in Modules/Plugins
Hi @gebeer I'm trying to use your module within the settingfactory module but I' having some issue initializing it, what are the mandatory parameters to make it work? I tried this config but it shows just the placeholder image. Thanks [ 'name' => 'logotest', 'label' => __('Logo & Favicon'), 'type' => 'InputfieldImageReference', 'width' => '100', 'fromfolder ' => true, 'folderpath' => '/site/templates/', 'description' => __('description'), 'collapsed' => 0, ], -
MySQL 8 compatibility and MariaDB replacements
Sevarf2 replied to MoritzLost's topic in General Support
Anyone tried MariaDB 10.3 or 10.4 ? The new amazon aws database service starts with 10.3.