Where is the PlugInArea.WorkRoom in EPiServer CMS 6 - episerver

I've created a GuiPlugIn in EPiServer CMS 6 and as I was doing it, I noticed that the PlugInArea enum has a WorkRoom value.
If I set my GuiPlugIn to target PlugInArea.WorkRoom, where in the CMS will it be displayed?

The workroom was a part of the demo template set for EPiServer CMS 5. It still is. But now the templates are renamed to be called "AlloyTech". Download the demo templates from world.episerver.com and find the workrooms in edit-mode under "customer zone".

Related

How to add Pagination to a Hugo theme

I am using Hugo (https://gohugo.io/) with the PaperMod theme (https://github.com/adityatelange/hugo-PaperMod).
Now I created a page where I want to post pictures. But the page will be very big after some month. So thats why I want to add pagination. There should be only 5 or 10 pictures per page. At the bottom the user can click through the other pages.
How can I do this? I'm a noob in editing templates so I do not understand how to follow the docs: https://gohugo.io/templates/pagination/
Maybe someone can help and tell me what I need to edit?
Page: https://i.ibb.co/1QzyRm9/ed6ebc2c5f3b83eed63ac93cfd7b8763.png
Thank you very much...
That theme seems to already use the Pagination feature that Hugo has, so there is no need for you to change the template.
If you check the Hugo documentation on configuring pagination, you'll see that there is a setting for the item count.
# config.toml
paginate = 10
You need to update your own config.toml file with this key, and set it to whatever you need, e.g. 5.
You can try changing the value, and creating some posts there, to double-check that it's working properly.

2sxc Adam folder list

I have a problem with listing/showing Folders created within Adam's File Library?
I have dowloaded Adam 2.0 tutorial from your site
I can't get them listed even in downloaded template and example "Another one rides the bus". If I change template view "Adam example with groups (folders) I don't see any image at all.
I tried adding #screenshots.Folders.Count but I get value 0 even there are already 2 non-empty folders created in given example gallery.
For #screenshots.Files.Count I get 4 which is correct value for a root level.
I get no other errors.
Thanks!
I'm not sure if those examples are all still current. But if you check out the latest Blueimp that may help. See https://2sxc.org/en/apps/app/blueimp-gallery-slider-4-0-with-koi-bootstrap-3-and-4.

Joomla modules do not show up when accessing the page from a link

In Joomla I have the following situation:
I have an article (a page) that i declared in articles, the "products page". I did not enter any text or html in it.
I went to Module Manager and declared 3 modules (with text and html inside). The 3 modules are describing the 3 products that the company offers. Also I set the 3 modules to be placed in specific places (POSITIONS). I am using Gantry as a template, and the positions for the 3 modules are utility-a, utility-b and utility-c.
In each module, I chose the menu assignment, so that the modules will be shown in a specific page: the products page.
In MainMenu, I have a menu Item called "Products" that points to the empty article and is: index.php?option=com_content&view=article&id=2. Also in this menu item, I checked the Module Assignment, to see if the utility modules are shown and yes, they appear as "Display:yes"
NOW: When I access the "products page" from the main menu, the page shows up and contains the 3 utility modules, so everything is ok. But if I want to access this product page from a (manual)link (a href with the src above) inside a different page, then the product page shows up empty, like there is nothing on the page. I mean those utility modules do not show up. Only the empty article is shown.
How can I make the modules to show up?
Thank you
I solved it. I had to make a manual change to the link used as src. I had to add &Itemid=yyy at the end of the page link, and the yyy is the ID.
The useful documentation is here: http://docs.joomla.org/How_to_control_module_display_when_linking_to_an_article_with_no_menu_item
Thank you. Problem solved

Drupal 7 : How to show specific block in a particular view

I want to display particular block on view page. I have added list to show specific view in a particular block as <viewpagename>, but it is not working. How can I show a particular block on a particular view page in Drupal 7?
Long time I didn't touch Drupal, however, if I remember right, after you choose a path for your view, you can add that path to the settings of the block.
so if the view is available on /view-page, add to the block setting "view-page" in the "include" section.
There is a block_views module made specifically for this reason I believe. It's in beta but works rather nicely for Drupal 7:
https://drupal.org/project/block_views
Cheers,
-cs

Drupal taxonomy views override path for specific content

I am beginning to be a little desperate here. I have following structure (Drupal 7):
I use taxonomy menu to build menu links,
The taxonomy_term default (page) view is used to override drupal's taxonomy/term/% path
In addition to it I use menu_block module (but I doubt that this is important). What I am trying to achieve:
I need to build node browser by category (taxonomy term) but it has exceptions - for example taxonomy term with id 850 (taxonomy/term/850) must have different content structure than other therms. Is it possible to override default views display with these exceptions? I tryied to create another display with this path but the result was "not found". I also thought on using blocks not page displays, yet this solutions does not seem to be the Drupal way to me.
I was facing the same problem while trying to have different display/structure for publications in contrast to normal articles.
What I did, created a separate view for that specific taxonomy such as taxonomy/term/850, and in the path in view I entered 'taxonomy/term/850' (in this case)
This caused it override taxonomy/term/%
and displayed it differently according to my need.

Resources