Adding a custom page in Orchard CMS [closed] - orchardcms

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
How can i add a custom page where i have a grid shows some records(content). and some other graphical representation e.g. graphs ? Please eleborate in detail. Can i have pages created in module and have linked to front website.

The common way to do it is creating a custom controller which will display the web page (rather than page as content item). There is an example here http://docs.orchardproject.net/Documentation/Building-a-hello-world-module
Of course you can modify the Page content item to add your custom content, but I think that in your case it's better to do a custom controller.
If you want something more specific, ask another question. You're asking too much in one question :)

Related

How generically extract comments from different websites? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I want to extract comments from Dawn.com as well as from Tribune.com from any article. The way I'm extracting comments is, to target the class <div class="comment__body cf"> on Dawn while class="content" on Tribune.com
How can I do it generically? It means, There is no similar pattern on these websites through which this can be achieve by one class.
Shall I write separate code for each website?
All web sites use different html to represent the views and their comments.
You have to implement different crawlers for each site. You may also create a library file to keep there generic functions and not repeat some trivial functions.

What's the alternate naming convestion for part fields [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
What is the file name I should give in my Orchard CMS theme to override the title of a blog post summary.
Conditions
my alternate shape should apply only to blog post
only to the title of the blog post
only when the blog post is displayed in summary
Sadly going through the documentation this I couldn't figure it out.
You want to use:
Parts.Title.Summary-BlogPost.cshtml
Could also do it by creating a folder called "Parts" in your theme directory and using Title.Summary-BlogPost.cshtml

Understanding the MEAN stack [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 9 years ago.
Improve this question
Just a quick question. I have searched for a user group to post this in a more suitable location to no avail.
I am getting familiar with the MEAN stack: https://github.com/linnovate/mean
However I cannot see the reason for the separation into .jade templates under app/views, and .html under public.
Anyone know the logic behind this?
html files are static, they are delivered as is to the user, which is why they are stored in public folder. jade are templates, they are usually dynamically rendered (converted to html) per request. You can supply a data object (like user/session information) to templates to render html accordingly.

Open source search written in Go [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
Does anyone know of any open source search projects written in Go?
I want to implement a simple site search for my site and am looking for a web crawler, but more specifically, a search algorithm written in Go.
Any ideas, projects, or suggestions?
For the web crawler part, there`s gocrawl: https://github.com/PuerkitoBio/gocrawl
Disclaimer: I'm the author.
You could try the suffixarray implementation in Go's standard library: http://golang.org/pkg/index/suffixarray/
Take a look at godoc how it can be used.

Google docs : make one or more landscape page on a portrait document [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I am working on a document on google doc. I have a large table to add to my document and I am wondering, is there any way to make one or more landscape pages on a portrait document. I tried to insert a page break and to change after the orientation of my page but it is not working. Any ideas? Thank you.
Nope, not at this stage. I wish there was. This would increase compatibility with a lot of documents I get send from Word.
Would love to take you to the feature request page but this is the closest I can find. Put your vote in!
http://groups.google.com/a/googleproductforums.com/forum/#!searchin/docs/landscape/docs/ElJ8Jp1O724/6Mjw8kRq_doJ
Source:
https://groups.google.com/a/googleproductforums.com/forum/#!category-topic/docs/formatting/oSSv-MZqzys

Resources