luceos Mtechnik please post your composer.json file and if you have access to ssh run this command in your flarum directory: cat vendor/composer/* | grep Santiago post the results.
Mtechnik luceos hey whats up Luc, thanks again for the comments guys, im learning more as we go along, however to answer your question @luceos , the only thing its stating is /home4/mtechnik/public_html/forums$ cat vendor/composer/* | grep Santiago
luceos Mtechnik Seems like the package is not installed, how did you install it? You really need to use composer otherwise the package code is unknown to Flarum. Does the directory extensions have the santiagobiali/logo extension directory in it? Does your composer file have the santiagobiali/flarum-ext-logo in the require section? Did running composer update solve the issue?
luceos Mtechnik Averell i'm going to mod your reactions because they are off-topic for this Extension thread. If you have a specific request or question related to this extension, please post.
Davis Mtechnik In case you didn't realize, flarum is in beta and your "first impressions" shouldn't be important. There will be a more user friendly way to install extensions sooner or later.
arjoni I have installed this extension but i don't see a place to edit settings. there is no "..." near the extension.
santiagobiali VIRUXE arjoni composer remove santiagobiali/flarum-ext-logo Delete the folder santiagobiali-logo in extensions composer require santiagobiali/flarum-ext-logo
arjoni santiagobiali Thanks. For me it was a permission problem. I didn't give permission to all the files but only specific for "security".
samymassoud I have tried to install it using composer, although i got success message but nothing installed. So i cloned the repository from Github,but after installation i have no settings button
luceos samymassoud cloned the repository That won't work. Please use composer and remove the cloned repository. Before you install it using composer make sure you fully delete the extensions/santiagobiali-logo directory. Then run composer require santiagobiali/flarum-ext-logo.
samymassoud luceos i did exactly like that, composer tell me every thing is OK but nothing in extensions folder !
luceos samymassoud can you copy/paste the output from your terminal with the exact command you've run and also please do a ls -la extensions/ before and after running the command.
samymassoud luceos This is ls -al extensions/ before And this the output of composer And here is after nothing changed !
luceos samymassoud the logo extension is not showing up in the directory listing. I also notice some of those extensions are owned by root. Any idea how you did that? Did you install those dependencies with sudo or as root?
samymassoud Yup i have installed some under user root but it's working without any problem ! The problem now composer says plugin installed but it's not !
luceos samymassoud did you update to the latest unstable version also known as dev-master? Can you see if there is a vendor/santiagobiali/flarum-ext-logo ?