Umbraco & different publishing channels - umbraco

We want to use umbraco to manage content for another application. The application shows a newsfeed and the associated newsitem details.
So, when adding newsitem content to umbraco I want 3 separate buttons ... "Save", "Publish to App" and "Publish to web". It would be nice to add the buttons to the content editing screens.
What's the best way to achieve this?
Need some guidance here, as an alternative i could build an entire new sections to manage the newsitem publication ... but it seems a lot more work.
Thanks

Related

How to create a html link to a specific product category

I am using GoDaddy's website builder after years of working in Wordpress. I have created pages with modulesthat link to categories but the button and image is opening the shop category in a new tab.
The only way I can have it open in the same window is to broadly link to the shop and have people drill down to the correct subcategory.
GoDaddy does not have a "link to category" option like woocommerce does. Only a "link to page" or "link to website url" (which works but opens the link in a new tab). So I am going to try doing it in an html block.
I'm not a coder but can manage. I have images that I can use as "buttons" and am thinking I need the code that creates the link and incorporates the catagory link which I can grab from the shop view but also tells it to open to "self" (same window).
Am I making sense?
Thanks for any help!

TFS Hide and show extension generated web work item work page

I am newbie in TFS extension.
My TFS extension contributed a custom work page on work item, on that page we show the data generated by our integrated app. All the data are stored in TFS.
I want to show or hide the tab if that work item has contains data.
Need help how to achieve this task if possible.
No, show/hide a page base on condition is not supported in extension for now.

Umbraco MVC: Repeating same pattern content

I am new to Umbraco Mvc. A page consists of repeating content -heading and body text. User can be able to add or remove any number of such type of content panel.
How can i implement this?
For this page i added a document type, template and content. I am not sure what to do next?
Please help,
Thanks.
This is an old question but I thought I'd leave a note here.
Umbraco 7
Both Nested Content and Archetype are both great packages for creating repeating content on a page/node in Umbraco. Nested Content is actually so good, as of version 7.7.0, it is included in Umbraco!
Another way to create repeating content is to create the content as nodes/pages in Umbraco, then picking it (using a multinode picker) node/page where you want the data to show.
Umbraco 6
Checkout uComponents as it allows for repeating content too.
Self promotion
My old blog post The best Umbraco packages of 2017 contains a little more information about these specific packages.

How does fckeditor(grails plugin) store images?

I started to learn grails and now I am trying to develop a simple blog.
I created the domain model(User, Tag, Comment, Category, Post), controllers.
I installed fckeditor plugin(for adding new posts). I want to add ui interface, which will be support wysiwyg editor.
But I do not understand how does fckeditor store images, which will be linked to post.
Advice please some links or code samples.
... the editor stores the images in a folder that you need to specify. If I remember correctly it will insert the photo at point of cursor in the editor panel. There's another way to deal with it also. Upload your images/create thumbnails and where you have the thumbnails displayed on the page (say as links to full blown pixes) drag one onto the fckeditor pane and it will drop the thumbnail/link at cursor.
I'm sure you've been here as well ;-)

Sharepoint - Set site category through code

Is it possible to change the site category of a site, or add it in the moment of creation through code?
Thanks,
David Esteves
AFAIK there is no "category" on a site. If you refer to the "site directory" (where you can list your various sites beneath some categories), that is actually implemented as yet another SharePoint site using lists, and you should be able to change the category of an entry simply by changing the corresponding list item in the directory.

Resources