Editing Ektron frontend page (missing edit bar) - ektron

I'm using Ektron 9.00. I'm logging into the live frontend site but the bar at the top where i can choose to edited the page is not appearing.
How do I get the bar to appear?

Make sure "Toolbar" is checked in the Template Configuration. Go to Workarea > Settings > Configuration > Template Configuration. The fourth column in your list of templates is "Enable Toolbar". Make sure that's checked for all templates where you want the toolbar to appear.

Related

vb.net add icon to form title bar

This is a Visual studio 2019 WinForms project on a Windows 7 64 bit machine
I know how to use the Properties to add an icon but if the icon is to be embedded with the EXE file that is not the process to use. I have also created a folder named Resources and place the icon in the folder not sure that is the best idea based on the EXE might not include the folder
Here is what I have tried Right Click Project > Properties > Application > Icon ComboBox > Browse
Select the icon which is named s.ico and is 32 X 32
I also tried to cut and paste from the solution explore to the Debug folder BIG MISTAKE
Now I have no Release folder ?
The question is this the correct process ?
Do I still need code to make this icon show on all the project forms ?
One form does not have a title bar
OK I am adding to this Question
I created a test project with only a form. textbox and button
I added a icon to the button and it shows when the project is run
For some reason when I added the icon to the button a Resource Folder was created that contained the cat.ico I DID NOT CREATE the FOLDER( See New Screen Shot )
Now I followed the steps to add an icon to the titlebar NO LUCK
Here is where I have no idea what is going on
If I right click on the two icon files One says the Build Action is "content"
If I right click on the other icon the Build Action is "None"
I see the option to select Build Action "Embedded Resource"
Question What does Build Action do?
And if "Embedded Resource" is selected does that mean the file is included in the EXE?
New Screen Shot
I am not sure this is a good way to solve the question
WHY because I do not understand how the code works BUT IT WORKS
Here is what I did I Right Click Project > Properties > Application > Icon ComboBox > Browse Select the icon
The icon in question is in the project > See the Screen Shot
Then I added this 7 year old code I found on SO
Stackoverflow Link
Icon = Icon.ExtractAssociatedIcon(Application.ExecutablePath)
OK So now someone please explain how this works ?
Based on my limited knowledge I would say this will include the icon in the EXE file
(Project > Properties > Application > Icon ComboBox > Browse
Select the icon)
this indeed is the right way to select an icon for your project.
The icon will be found after that in your project folder not the debug folder.
After debugging your Project it will be embedded with it and the EXE file icon will be changed to the selected Icon.
No need to add it to the resources.
Finally, to set the same icon for all your forms, take a look at this topic:
Set same icon for all my Forms
or of course, you could change it manually one by one in the (properties) menu, in (Icon), then browse to your Ico File.

How hide/remove footer in Sense/Net 6.5.4.9243

Last week I have been working with Sense/Net 6.5.4.9243. Our main target is to use the workspace feature of sensenet ECM for our company. So I want to remove the footer and the header slider, but it shows "Error during rendering, please check the content view". (I made all the changes on the ui).
The footer is defined and configured in the pagetemplate html (/Root/Global/pagetemplates/sn-layout-inter-index.html). If you want to delete it, go to the admin surface, open the html file and remove the lines 72-92.
To remove the header slider properly change to edit mode with the Portal Remote Control and choose delete from the portletmenu.

Edit Shopify Admin Area

Can I add additional links to the Shopify admin panel? (ie. under Apps and Settings)? It would be great to include a link straight to the edit HTML/CSS screen instead of navigating via Themes - '...' - Edit HTML/CSS. It will help speed-up the development process when working in the browser direct.
Its in the settings_schema.json. When you go to your themes, choose edit css/html, then find the config section on the left. Expand if necessary and find the file settings_schema.json. You can edit this file to create custom items that you can modify through the admin dashboard by choosing the "customize theme" option.
Basically, you can customize the customize theme area. :)
To address your specific situation, I would create a checkbox in the theme admin to enable/disable a link to what you are looking for. Then could code into the theme somewhere to display that link if it is enabled and other conditions are met. This is optional however, as you could just directly add this code to the theme as well without the enable/disable functionality, just makes it a little cleaner. I'm including the info about settings_schema.json to help others as well.
Summary:
In the admin dashboard click Online Store
Then Click Themes
Next Click the little ... button and choose Edit HTML/CSS
In the left column find the config section and expand it
Click settings_schema.json to edit the file and customize theme admin
Hope this helps someone :)
Shopify is a SaaS or fully hosted (cloud) solution. The admin panel can't be modified "out of the box". You could write a userscript (JavaScript injection) which would alter the Shopify Admin for you. Tampermonkey will help you!
Shopify has a pretty great desktop editor you can download, and directly open your HTML and CSS files in your text editor. When you save, the changes are automatically pushed live to the theme.
https://apps.shopify.com/desktop-theme-editor

Eclipse plugin Development- How to remove search again menu item from search result page

I am new to eclipse plugin development.
I am creating a separate search for my project.
I have already added a new search page to existing search dialog and even getting the results in the search page.
But I am struggling to access get the search again menu to work .It always remain disabled I am not able to remove it nor able to enable it.
I am working on eclipse kepler.
This menu item cannot be removed.
The enablement of the item is controlled by your ISearchQuery.canRerun() method.

DNN5: all modules have disappeared

Yesterday we had a 100 modules, now there is only 1 module in the dropdown list that Admin can add to the page.
There is no HTML module, no iframe module, no nothing. The dropdown is blank (?)
screenshot of admin view:
http://s11.postimg.org/ii397az9v/modules_blank.png
I have no idea how this happened. All i did was try to get rid of a module for 1 specific portal, i went to Host > Extensions > geoRedirect > Edit > unassign that 1 module from1 specific portal and clicked update.
And now the "add new module" dropdown is blank, on all our portals. I never edited the settings for html or other modules. How can i restore all the modules in the module list?
Note: our existing sites show the existing modules that were added to pages, but in the dropdown there is none. Nothing can be added.