Can I customise QuestDB web-console logo? - questdb

I would like replace inbuilt Q logo with custom company branded logo.
Is there an easy way QuestDB update logo?

my friend at the moment it is not possible to customize the logo in the web console

It's possible to update the logo you'll have to navigate to the root directory, this is different depending on your operating system: https://questdb.io/docs/reference/command-line-options/#default-root-directory
If you replace the favicon.ico / favicon.svg in the 'public/assets' folder, the icon will change on the web console. However I am not sure if this change will be kept when you upgrade to a newer version.

If you replace the favicon.ico/favicon.svg in the public/assets folder, the icon will change on the web console, but it won't affect the original application once its upgraded.

Related

Sitecore advanced upload option is missing from admin panel

I was trying to upload an image using Sitecore [Version 6.5] media library to my existing sitecore website. I see the Advance Upload Files option is completly missing. Later, I tried to install a default sitecore instance and I see the Advanced Upload option is there. But it is completely missing to the existing sitecore website.
Here, is the snapshot of my site where the Advanced upload option is completely missing:
And here is the snapshot of my default sitecore site where the Advanced upload option is there:
To fix this, I tried to change couple of configuration files. But still the same issue. The Advanced upload files option is completely missing. Did you face the same type of issue or if you know how to fix this issue, can you please share your thoughts. Or if I need to change any of the configuration files, then can you share your thoughts about that change of any of the configuration file?
Thanks
Upload files (Advanced) button is hidden in 2 cases:
Folder does not use Media Folder template. Just check your folders - maybe they use standard Folder template instead of Media Folder.
Upload.Classic setting is set to false. Open /sitecore/admin/showconfig.aspx and look for Upload.Classic value. When it's set to true, Sitecore uses flash upload instead.
If none of above is the case, maybe you have some custom code which hides Upload files (Advanced) button from you editors.

How to edit an existing theme with dugway

I have dugway installed, but I do not want to create a new theme but edit an existing theme. How would I go about doing this.
Thanks
David Wright
You can download any existing Big Cartel theme and use it locally with Dugway right here: https://github.com/bigcartel-themes
Just click the 'Clone to desktop' button on any of the repositories, or use the GitHub app / command line to clone them on your computer. From there you can make changes to the theme and edit it to your liking, just keep in mind that Dugway does have limitations (like being able to edit theme settings, modifying javascript, and more): https://github.com/bigcartel/dugway#known-issues--limitations

Open cart product page goes blank upon theme upload (vQmod on)

Here's the scenario:
Fresh install of Open Cart. Fresh install of vQmod. Everything is working fine. But when I upload certain theme - purchased and licensed - the site has an issue. The home page is working, but the product page goes blank.
I have tried all possible combinations of OpenCart and vQmod versions (except for 2.0 for OC because the theme doesn't support it yet). I am out of ideas.
Edit: After showing all errors as adviced I finally saw the reason : "oc_product_tab' doesn't exist"
I found a solution. It turned out that the "Extra Product Tabs Opencart Extension" is missing. This is a standart free plugin that comes with template theme but it wasn't configured. It turnes out that the theme works with it.
Go to system>users>user groups and select all for both access and modify. Save. Than go to Catalog menu and click on Extra product tabs. Click Insert and add the module. That’s it. It’s a standard opencart module which is free for use.

Sitecore Upload Media from Page editor doesn't work

I am a new bee to Sitecore and here comes my first challenge at work.
In one of the website component, I want to add an image.
For this in content editor:
I'll click on browse.
Switch to folder view.
Navigate down to the folder you want to save into.
Click upload media on top left.
Click ‘Browse for media files’ and navigate to the image on the local drive and select it.
Enter alt-text and click upload media.
In Chrome the green bar for uploading never seems to finish. On IE one of the green bars changes to ‘Upload complete’. At this point there is no call to action to add the image to the module, select the module – you just don’t know what to do next.
Eventually you have to click ‘Back’ or ‘close’. Then when you go to find the image it is not in the folder you selected. It is in Upload folder. We cannot keep all of our files in ‘Upload’. We need to be able to upload into a chosen folder.
I am using Sitecore 7.2.
This works properly in a base site in Sitecore 7.2, but is not working in my website.
Is there any setting I need to change to make this work properly?
I know we can add media files into Media library directly and can use it. But we want to do it the using the above mentioned steps/ or using Page editor. The main problem is, this doesn't work while adding image from Page editor.
Hope I can get some solution!
many thanks!
I looked at the Release Notes for Sitecore 7.2 and found that there were several bugs related to Media Uploads that were resolved in Update 2 (140526), including some that relate to choosing the destination of uploaded media. From your description of the issue and the bugs that were fixed in Update 2, it sounds like you may only need to update to Revision 140526.
To find out what revision of Sitecore you are using, go to the Sitecore Desktop -> Start Menu -> Control Panel -> Administration -> Show About Sitecore Information. As you will see in the screenshot, below, there is a parenthesized revision number at the top. If that number is not 140526 then you should try to apply Update 2 to your instance.
Note that this screenshot is of an instance that is not running on Sitecore 7.2 Update 2, but is instead running on the initial release (140228).

Is firebug lite javascript must need in Sitecore shell?

Is Firebug lite must needed in Sitecore shell? What is the use of this for content authors?
http://alexeyrusakov.com/sitecoreblog/CommentView,guid,6704bf3d-8980-4f29-9ac2-125cff64bb80.aspx
You can safely remove the firebuglite script from the shell.
To do so, open the Core database and navigate to
/sitecore/layout/Devices/Internet Explorer
and delete the Firebug Lite item.
Firebug lite is included automatically with the Sitecore editor. Simply press F12 to bring it up within the context of the window you are working in.
It really has no benefit for the content author. As Adam said, it's main benefit is for developers working on changes to the shell.
Firebug lite can be run from a bookmarklet, rather than having it load on each page.
http://getfirebug.com/firebuglite
As it's a javascript debugger, you'll only need it if you're editing js in the shell - eg SheerUI apps, custom fields etc.