Sidi LEKHALIFA

Results 5 issues of Sidi LEKHALIFA

Hello, how to put emoticons in the FosCommentbundle ? is what you need to do a preliminary configuration ? which bundle do you recommend with foscommentbundle ? Thanks

hi, Why in the ThreadController the value is : **'value' => !$form->getData()->isCommentable()** instead of **'value' => $form->getData()->isCommentable()** ``` php /** * Forwards the action to the open thread edit view...

Hello, I have an error when I want to run `source ~/.bashrc` ```bash sidi@sidi:~$ source ~/.bashrc bash: /home/sidi/.bash-git-prompt/gitprompt.sh: ligne 18: syntax error near the unexpected symbol « done » bash:...

Hi, When I want to paste only some tags when pasting text from Word(Microsoft office or Libre Office) I use `paste_word_valid_elements: 'i,em'` as mentioned in the [docs](https://www.tiny.cloud/docs/plugins/paste/#paste_word_valid_elements) : ```YAML parameters:...

if you're like me, you have this error: `[Not enough permissions to access: me.GET.NO_VERSION` I trigger when I try to make this call: ```php #[Route('/oauth/linkedin/check', name: 'connect_linkedin_check')] public function checkLinkedin(...